ChoiceOptionsSet class
ChoiceFactoryOptions を設定します。
コンストラクター
Choice |
ChoiceOptionsSet クラスの新しいインスタンスを初期化します。 |
プロパティ
include |
|
inline |
|
inline |
|
inline |
メソッド
bind(Dialog |
データをテンプレートにバインドします。 |
コンストラクターの詳細
ChoiceOptionsSet(any)
プロパティの詳細
includeNumbers
includeNumbers?: boolean
プロパティ値
boolean
inlineOr
inlineOr?: string
プロパティ値
string
inlineOrMore
inlineOrMore?: string
プロパティ値
string
inlineSeparator
inlineSeparator?: string
プロパティ値
string
メソッドの詳細
bind(DialogContext, any)
データをテンプレートにバインドします。
function bind(dialogContext: DialogContext, data?: any): Promise<ChoiceFactoryOptions>
パラメーター
- dialogContext
-
DialogContext
DialogContext
- data
-
any
バインドするデータ。
戻り値
Promise<ChoiceFactoryOptions>
データバインドされた ChoiceFactoryOptions。