Share via


EntityAssignments.Assignments Property

Definition

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.

Applies to