LuisRequest Class

Definition

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

Name Description
LuisRequest(String)

Constructs an instance of the LuisReqeuest.

Properties

Name Description
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

Name Description
BuildUri(ILuisModel)

Build the Uri for issuing the request for the specified Luis model.

Extension Methods

Name Description
Apply(ILuisOptions, ILuisOptions)

Applies to