次の方法で共有


LuisPredictionOptions.ExternalEntities プロパティ

定義

クエリで認識される外部エンティティを取得または設定します。

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

プロパティ値

クエリで認識される外部エンティティ。

適用対象