共用方式為


IntentRecognitionEventArgs class

意圖辨識結果事件引數。

Extends

建構函式

IntentRecognitionEventArgs(IntentRecognitionResult, number, string)

建立並初始化這個類別的實例。

屬性

offset

表示訊息位移

result

表示意圖辨識結果。

sessionId

表示會話識別碼。

建構函式詳細資料

IntentRecognitionEventArgs(IntentRecognitionResult, number, string)

建立並初始化這個類別的實例。

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

參數

result
IntentRecognitionResult

意圖辨識的結果。

offset

number

位移。

sessionId

string

會話識別碼。

屬性詳細資料

offset

表示訊息位移

number offset

屬性值

number

result

表示意圖辨識結果。

IntentRecognitionResult result

屬性值

表示意圖辨識結果。

sessionId

表示會話識別碼。

string sessionId

屬性值

string

表示會話識別碼。