Jaa


ChoiceOptionsSet Constructors

Definition

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.

Applies to