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)

属性值

与此操作关联的实体。

适用于