次の方法で共有


DialogManager.RootDialog プロパティ

定義

会話の開始に使用するルート ダイアログを取得または設定します。

public Microsoft.Bot.Builder.Dialogs.Dialog RootDialog { get; set; }
member this.RootDialog : Microsoft.Bot.Builder.Dialogs.Dialog with get, set
Public Property RootDialog As Dialog

プロパティ値

会話の開始に使用するルート ダイアログ。

適用対象