CancelAllDialogsBase 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
CancelAllDialogs API 的基類。
public class CancelAllDialogsBase : Microsoft.Bot.Builder.Dialogs.Dialog
type CancelAllDialogsBase = class
inherit Dialog
Public Class CancelAllDialogsBase
Inherits Dialog
- 繼承
- 衍生
建構函式
CancelAllDialogsBase(Boolean) |
初始化 CancelAllDialogsBase 類別的新執行個體。 |
屬性
ActivityProcessed |
取得或設定值,指出是否應該讓呼叫對話方塊處理活動。 |
Disabled |
取得或設定選擇性運算式,如果 為 true,則會停用此動作。 |
EventName |
取得或設定事件名稱。 |
EventValue |
取得或設定 EventValue 的值運算式。 |
Id |
取得或設定對話方塊的識別碼。 (繼承來源 Dialog) |
Source |
取得 cref=「SourceRange」/ > 的資訊。 (繼承來源 Dialog) |
TelemetryClient |
取得或設定 IBotTelemetryClient 要用於記錄的 。 (繼承來源 Dialog) |
方法
擴充方法
RunAsync(Dialog, ITurnContext, IStatePropertyAccessor<DialogState>, CancellationToken) |
建立對話堆疊並啟動對話方塊,並將它推送至堆疊。 |