AdaptiveDialog 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
調適型對話會使用事件和事件來模型交談,以動態適應變更的對話流程。
public class AdaptiveDialog : Microsoft.Bot.Builder.Dialogs.DialogContainer, Microsoft.Bot.Builder.Dialogs.IDialogDependencies
type AdaptiveDialog = class
inherit DialogContainer
interface IDialogDependencies
Public Class AdaptiveDialog
Inherits DialogContainer
Implements IDialogDependencies
- 繼承
- 實作
建構函式
AdaptiveDialog(String, String, Int32) |
初始化 AdaptiveDialog 類別的新執行個體。 |
欄位
Kind |
類別識別碼。 |
屬性
AutoEndDialog |
取得或設定運算式,指出是否要在沒有要執行的動作時結束對話方塊。 |
DefaultResultProperty |
取得或設定屬性,當對話方塊沒有其他 Actions 和 AutoEndDialog = true 時,傳回為結果。 |
Dialogs |
取得或設定容器 DialogSet 。 (繼承來源 DialogContainer) |
Generator |
取得或設定語言產生器覆寫。 |
Id |
取得或設定對話方塊的識別碼。 (繼承來源 Dialog) |
IgnoreMemoryScopeBinding |
取得或設定值,指出這個 DialogContainer 是否應該與記憶體範圍互動。 (繼承來源 DialogContainer) |
Recognizer |
取得或設定用於處理傳入使用者輸入的辨識器。 |
Schema |
取得或設定描述對話運作方式的架構。 |
Selector |
取得或設定選取器,以挑選要執行的事件。 |
Source |
取得 cref=「SourceRange」/ > 的資訊。 (繼承來源 Dialog) |
TelemetryClient |
取得或設定 IBotTelemetryClient 要用於記錄的 。 設定此屬性時,也會設定所有包含對話方塊 TelemetryClient 的屬性。 (繼承來源 DialogContainer) |
Triggers |
取得或設定觸發程式處理常式,以回應修改執行計畫的條件。 |
方法
擴充方法
RunAsync(Dialog, ITurnContext, IStatePropertyAccessor<DialogState>, CancellationToken) |
建立對話堆疊並啟動對話方塊,並將它推送至堆疊。 |