LuisRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Object that contains all the possible parameters to build Luis request.
public sealed class LuisRequest : Microsoft.Bot.Builder.Luis.ILuisOptions
type LuisRequest = class
interface ILuisOptions
Public NotInheritable Class LuisRequest
Implements ILuisOptions
- Inheritance
-
LuisRequest
- Implements
Constructors
LuisRequest(String) |
Constructs an instance of the LuisReqeuest. |
Properties
BingSpellCheckSubscriptionKey |
The Bing Spell Check subscription key. |
ContextId |
Obsolete.
The context id. |
ExtraParameters |
Any extra query parameters for the URL. |
ForceSet |
Obsolete.
Force setting the parameter when using action binding. |
Log |
Indicates if logging of queries to LUIS is allowed. |
Query |
The text query. |
SpellCheck |
Turn on spell checking. |
Staging |
Use the staging endpoint. |
TimezoneOffset |
The time zone offset. |
Verbose |
The verbose flag. |
Methods
BuildUri(ILuisModel) |
Build the Uri for issuing the request for the specified Luis model. |
Extension Methods
Apply(ILuisOptions, ILuisOptions) |