次の方法で共有


LuisPredictionOptions.DynamicLists プロパティ

定義

特定のクエリのエンティティを認識するために使用される動的リストを取得または設定します。

public System.Collections.Generic.IList<Microsoft.Bot.Builder.AI.LuisV3.DynamicList> DynamicLists { get; set; }
member this.DynamicLists : System.Collections.Generic.IList<Microsoft.Bot.Builder.AI.LuisV3.DynamicList> with get, set
Public Property DynamicLists As IList(Of DynamicList)

プロパティ値

クエリ時に認識する連絡先名などの動的なリスト。

適用対象