IntentRecognitionEventArgs class
의도 인식 결과 이벤트 인수입니다.
- Extends
생성자
Intent |
이 클래스의 인스턴스를 만들고 초기화합니다. |
속성
offset | 메시지 오프셋을 나타냅니다. |
result | 의도 인식 결과를 나타냅니다. |
session |
세션 식별자를 나타냅니다. |
생성자 세부 정보
IntentRecognitionEventArgs(IntentRecognitionResult, number, string)
이 클래스의 인스턴스를 만들고 초기화합니다.
new IntentRecognitionEventArgs(result: IntentRecognitionResult, offset?: number, sessionId?: string)
매개 변수
- result
- IntentRecognitionResult
의도 인식의 결과입니다.
- offset
-
number
오프셋입니다.
- sessionId
-
string
세션 ID입니다.
속성 세부 정보
offset
메시지 오프셋을 나타냅니다.
number offset
속성 값
number
result
sessionId
세션 식별자를 나타냅니다.
string sessionId
속성 값
string
세션 식별자를 나타냅니다.