SemanticAction.Entities Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.