Share via


SemanticAction.Entities Property

Definition

Gets or sets entities associated with this action.

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)

Property Value

The entities associated with this action.

Applies to