共用方式為


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)

屬性值

與此動作相關聯的實體。

適用於