ChoiceOptionsSet class

Sets the ChoiceFactoryOptions.

Constructors

ChoiceOptionsSet(any)

Initializes a new instance of the ChoiceOptionsSet class.

Properties

includeNumbers
inlineOr
inlineOrMore
inlineSeparator

Methods

bind(DialogContext, any)

Bind data to template.

Constructor Details

ChoiceOptionsSet(any)

Initializes a new instance of the ChoiceOptionsSet class.

new ChoiceOptionsSet(obj: any)

Parameters

obj

any

Choice values.

Property Details

includeNumbers

includeNumbers?: boolean

Property Value

boolean

inlineOr

inlineOr?: string

Property Value

string

inlineOrMore

inlineOrMore?: string

Property Value

string

inlineSeparator

inlineSeparator?: string

Property Value

string

Method Details

bind(DialogContext, any)

Bind data to template.

function bind(dialogContext: DialogContext, data?: any): Promise<ChoiceFactoryOptions>

Parameters

dialogContext

DialogContext

DialogContext

data

any

Data to bind to.

Returns

Promise<ChoiceFactoryOptions>

Data binded ChoiceFactoryOptions.