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)

プロパティ値

パターン辞典 - > 意図名。

適用対象