MessageOptions.Entities Property

Definition

Collection of Entity objects, each of which contains metadata about this activity. Each Entity object is typed.

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

Property Value

Applies to