다음을 통해 공유


RecognizerResult.Intents 속성

정의

의도를 키로, 신뢰도를 값으로 사용하여 인식된 의도를 가져오거나 설정합니다.

public System.Collections.Generic.IDictionary<string,Microsoft.Bot.Builder.IntentScore> Intents { get; set; }
member this.Intents : System.Collections.Generic.IDictionary<string, Microsoft.Bot.Builder.IntentScore> with get, set
Public Property Intents As IDictionary(Of String, IntentScore)

속성 값

의도에서 의도에 대한 정보로 매핑.

적용 대상