SemanticAction.Entities プロパティ

定義

このアクションに関連付けられているエンティティを取得または設定します。

public System.Collections.Generic.IDictionary<string,Microsoft.Bot.Schema.Entity> Entities { get; set; }
member this.Entities : System.Collections.Generic.IDictionary<string, Microsoft.Bot.Schema.Entity> with get, set
Public Property Entities As IDictionary(Of String, Entity)

プロパティ値

このアクションに関連付けられているエンティティ。

適用対象