ChoiceOptionsSet 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
ChoiceOptionsSet() |
Initializes a new instance of the ChoiceOptionsSet class. |
ChoiceOptionsSet(Object) |
Initializes a new instance of the ChoiceOptionsSet class. |
ChoiceOptionsSet()
Initializes a new instance of the ChoiceOptionsSet class.
public ChoiceOptionsSet ();
Public Sub New ()
Applies to
ChoiceOptionsSet(Object)
Initializes a new instance of the ChoiceOptionsSet class.
public ChoiceOptionsSet (object obj);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Input.ChoiceOptionsSet : obj -> Microsoft.Bot.Builder.Dialogs.Adaptive.Input.ChoiceOptionsSet
Public Sub New (obj As Object)
Parameters
- obj
- Object
Choice options values.