ChoiceSet Constructors
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.
Overloads
ChoiceSet() |
Initializes a new instance of the ChoiceSet class. |
ChoiceSet(IEnumerable<Choice>) |
Initializes a new instance of the ChoiceSet class. |
ChoiceSet(Object) |
Initializes a new instance of the ChoiceSet class. |
ChoiceSet()
Initializes a new instance of the ChoiceSet class.
public ChoiceSet ();
Public Sub New ()
Applies to
ChoiceSet(IEnumerable<Choice>)
Initializes a new instance of the ChoiceSet class.
public ChoiceSet (System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.Choices.Choice> choices);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Input.ChoiceSet : seq<Microsoft.Bot.Builder.Dialogs.Choices.Choice> -> Microsoft.Bot.Builder.Dialogs.Adaptive.Input.ChoiceSet
Public Sub New (choices As IEnumerable(Of Choice))
Parameters
- choices
- IEnumerable<Choice>
Choice values.