IntentRecognitionEventArgs class

Amaç tanıma sonucu olay bağımsız değişkenleri.

Extends

Oluşturucular

IntentRecognitionEventArgs(IntentRecognitionResult, number, string)

Bu sınıfın bir örneğini oluşturur ve başlatır.

Özellikler

offset

İleti uzaklığını temsil eder

result

Amaç tanıma sonucunu temsil eder.

sessionId

Oturum tanımlayıcısını temsil eder.

Oluşturucu Ayrıntıları

IntentRecognitionEventArgs(IntentRecognitionResult, number, string)

Bu sınıfın bir örneğini oluşturur ve başlatır.

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

Parametreler

result
IntentRecognitionResult

Amaç tanımanın sonucu.

offset

number

Uzaklık.

sessionId

string

Oturum kimliği.

Özellik Ayrıntıları

offset

İleti uzaklığını temsil eder

number offset

Özellik Değeri

number

result

Amaç tanıma sonucunu temsil eder.

IntentRecognitionResult result

Özellik Değeri

Amaç tanıma sonucunu temsil eder.

sessionId

Oturum tanımlayıcısını temsil eder.

string sessionId

Özellik Değeri

string

Oturum tanımlayıcısını temsil eder.