EntityAssignment.AddAlternatives(IEnumerable<EntityAssignment>) Method
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.
Add alternatives to a single assignment.
public void AddAlternatives (System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Adaptive.EntityAssignment> alternatives);
member this.AddAlternatives : seq<Microsoft.Bot.Builder.Dialogs.Adaptive.EntityAssignment> -> unit
Public Sub AddAlternatives (alternatives As IEnumerable(Of EntityAssignment))
Parameters
- alternatives
- IEnumerable<EntityAssignment>
Alternatives to add.