Share via


LuisAdaptivePredictionOptions Class

Definition

Optional parameters for a LUIS prediction request.

public class LuisAdaptivePredictionOptions
type LuisAdaptivePredictionOptions = class
Public Class LuisAdaptivePredictionOptions
Inheritance
LuisAdaptivePredictionOptions

Constructors

LuisAdaptivePredictionOptions()

Initializes a new instance of the LuisAdaptivePredictionOptions class.

Properties

DateTimeReference

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

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

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.

Applies to