EntityAssignments.Assignments 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 the queue of pending entity assignments.
public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.EntityAssignment> Assignments { get; set; }
member this.Assignments : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.EntityAssignment> with get, set
Public Property Assignments As List(Of EntityAssignment)
Property Value
Queue of entity assignments.