EntityAssignment.Alternatives 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 the alternative entity assignments.
public System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Adaptive.EntityAssignment> Alternatives { get; }
member this.Alternatives : seq<Microsoft.Bot.Builder.Dialogs.Adaptive.EntityAssignment>
Public ReadOnly Property Alternatives As IEnumerable(Of EntityAssignment)
Property Value
The alternative entity assignments.