Share via


Activity.Entities Property

Definition

Gets or sets the entities that were mentioned in the message.

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)

Property Value

The entities that were mentioned in the message.

Implements

Applies to