次の方法で共有


WaterfallDialog(String, IEnumerable<WaterfallStep>) コンストラクター

定義

WaterfallDialog クラスの新しいインスタンスを初期化します。

public WaterfallDialog (string dialogId, System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Dialogs.WaterfallStep> actions = default);
new Microsoft.Bot.Builder.Dialogs.WaterfallDialog : string * seq<Microsoft.Bot.Builder.Dialogs.WaterfallStep> -> Microsoft.Bot.Builder.Dialogs.WaterfallDialog
Public Sub New (dialogId As String, Optional actions As IEnumerable(Of WaterfallStep) = Nothing)

パラメーター

dialogId
String

ダイアログ ID。

actions
IEnumerable<WaterfallStep>

呼び出し元によって定義されるオプションのアクション。

適用対象