다음을 통해 공유


RegexRecognizer.Intents 속성

정의

정규식을 사용하여 의도를 인식하기 위한 의도 패턴을 가져오거나 설정합니다.

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Recognizers.IntentPattern> Intents { get; set; }
member this.Intents : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Recognizers.IntentPattern> with get, set
Public Property Intents As List(Of IntentPattern)

속성 값

패턴 사전 -> 의도 이름입니다.

적용 대상