Activity.Entities 属性

定义

获取或设置消息中提到的实体。

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

属性值

消息中提到的实体。

实现

适用于