ChoiceFactoryOptions コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ChoiceFactoryOptions() |
ChoiceFactoryOptions クラスの新しいインスタンスを初期化します。 |
ChoiceFactoryOptions(String, String, String, Nullable<Boolean>) |
ChoiceFactoryOptions クラスの新しいインスタンスを初期化します。 使用法の例については、ConfirmPrompt のコードを参照してください。 |
ChoiceFactoryOptions()
ChoiceFactoryOptions(String, String, String, Nullable<Boolean>)
ChoiceFactoryOptions クラスの新しいインスタンスを初期化します。 使用法の例については、ConfirmPrompt のコードを参照してください。
public ChoiceFactoryOptions (string inlineSeparator, string inlineOr, string inlineOrMore, bool? includeNumbers);
new Microsoft.Bot.Builder.Dialogs.Choices.ChoiceFactoryOptions : string * string * string * Nullable<bool> -> Microsoft.Bot.Builder.Dialogs.Choices.ChoiceFactoryOptions
Public Sub New (inlineSeparator As String, inlineOr As String, inlineOrMore As String, includeNumbers As Nullable(Of Boolean))
パラメーター
- inlineSeparator
- String
インラインセパレーター値。
- inlineOr
- String
インラインまたは値。
- inlineOrMore
- String
インライン以上の値。