IntentRecognitionEventArgs class

Intent recognition result event arguments.

Extends

Constructors

IntentRecognitionEventArgs(IntentRecognitionResult, number, string)

Creates and initializes an instance of this class.

Properties

offset

Represents the message offset

result

Represents the intent recognition result.

sessionId

Represents the session identifier.

Constructor Details

IntentRecognitionEventArgs(IntentRecognitionResult, number, string)

Creates and initializes an instance of this class.

new IntentRecognitionEventArgs(result: IntentRecognitionResult, offset?: number, sessionId?: string)

Parameters

result
IntentRecognitionResult

The result of the intent recognition.

offset

number

The offset.

sessionId

string

The session id.

Property Details

offset

Represents the message offset

number offset

Property Value

number

result

Represents the intent recognition result.

IntentRecognitionResult result

Property Value

Represents the intent recognition result.

sessionId

Represents the session identifier.

string sessionId

Property Value

string

Represents the session identifier.