Sdílet prostřednictvím


IntentRecognitionEventArgs class

Argumenty události výsledku rozpoznávání záměru

Extends

Konstruktory

IntentRecognitionEventArgs(IntentRecognitionResult, number, string)

Vytvoří a inicializuje instanci této třídy.

Vlastnosti

offset

Představuje posun zprávy.

result

Představuje výsledek rozpoznávání záměru.

sessionId

Představuje identifikátor relace.

Podrobnosti konstruktoru

IntentRecognitionEventArgs(IntentRecognitionResult, number, string)

Vytvoří a inicializuje instanci této třídy.

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

Parametry

result
IntentRecognitionResult

Výsledek rozpoznávání záměru.

offset

number

Odsazení

sessionId

string

ID relace.

Podrobnosti vlastnosti

offset

Představuje posun zprávy.

number offset

Hodnota vlastnosti

number

result

Představuje výsledek rozpoznávání záměru.

IntentRecognitionResult result

Hodnota vlastnosti

Představuje výsledek rozpoznávání záměru.

sessionId

Představuje identifikátor relace.

string sessionId

Hodnota vlastnosti

string

Představuje identifikátor relace.