LuisPredictionOptions Class

Definition

Optional parameters for a LUIS prediction request.

public class LuisPredictionOptions
type LuisPredictionOptions = class
Public Class LuisPredictionOptions
Inheritance
LuisPredictionOptions

Constructors

LuisPredictionOptions()

Properties

BingSpellCheckSubscriptionKey

Gets or sets the Bing Spell Check subscription key.

IncludeAllIntents

Gets or sets whether all intents come back or only the top one.

IncludeInstanceData

Gets or sets a value indicating whether or not instance data should be included in response.

Log

Gets or sets if queries should be logged in LUIS.

LogPersonalInformation
Obsolete.

Gets or sets a value indicating whether to log personal information that came from the user to telemetry.

SpellCheck

Gets or sets whether to spell check queries.

Staging

Gets or sets whether to use the staging endpoint.

TelemetryClient
Obsolete.

Gets or sets the IBotTelemetryClient used to log the LuisResult event.

Timeout
Obsolete.

Gets or sets the time in milliseconds to wait before the request times out.

TimezoneOffset

Gets or sets the time zone offset.

Applies to