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)

属性值

模式字典 -> 意向名称。

适用于