LuisPredictionOptions Class

Definition

Optional parameters for a LUIS prediction request.

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

Constructors

LuisPredictionOptions()

Initializes a new instance of the LuisPredictionOptions class.

LuisPredictionOptions(LuisPredictionOptions)

Initializes a new instance of the LuisPredictionOptions class from an existing instance.

Properties

DateTimeReference

Gets or sets datetimeV2 offset. The format for the datetimeReference is ISO 8601.

DynamicLists

Gets or sets dynamic lists used to recognize entities for a particular query.

ExternalEntities

Gets or sets external entities recognized in the query.

IncludeAllIntents

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

IncludeAPIResults
Obsolete.

Gets or sets a value indicating whether API results should be included.

IncludeInstanceData

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

Log

Gets or sets a value indicating whether queries should be logged in LUIS.

PreferExternalEntities

Gets or sets a value indicating whether external entities should override other means of recognizing entities.

Slot

Gets or sets the LUIS slot to use for the application.

Version

Gets or sets the specific version of the application to access.

Applies to