BaseTeamsCacheInfoResponseDialog 类

定义

public abstract class BaseTeamsCacheInfoResponseDialog : Microsoft.Bot.Builder.Dialogs.Dialog
type BaseTeamsCacheInfoResponseDialog = class
    inherit Dialog
Public MustInherit Class BaseTeamsCacheInfoResponseDialog
Inherits Dialog
继承
BaseTeamsCacheInfoResponseDialog
派生

构造函数

BaseTeamsCacheInfoResponseDialog()

属性

CacheDuration
CacheType
Disabled
Id

获取或设置对话框的 ID。

(继承自 Dialog)
Source

获取 cref=“SourceRange”/>的信息。

(继承自 Dialog)
TelemetryClient

获取或设置 IBotTelemetryClient 用于日志记录的 。

(继承自 Dialog)

方法

BeginDialogAsync(DialogContext, Object, CancellationToken)

启动对话并推送到对话堆栈时调用。

(继承自 Dialog)
ContinueDialogAsync(DialogContext, CancellationToken)

当对话 继续时调用,其中它是活动对话,用户使用新活动进行回复。

(继承自 Dialog)
CreateInvokeResponseActivity(Object, Int32)
CreateMessagingExtensionInvokeResponseActivity(DialogContext, MessagingExtensionResult)
EndDialogAsync(ITurnContext, DialogInstance, DialogReason, CancellationToken)

在对话结束时调用。

(继承自 Dialog)
GetCacheInfo(DialogContext)
GetVersion()

获取表示此对话框版本的唯一字符串。 如果版本在轮次之间更改,对话系统将发出 DialogChanged 事件。

(继承自 Dialog)
OnComputeId()

生成对话框的计算 ID。

(继承自 Dialog)
OnDialogEventAsync(DialogContext, DialogEvent, CancellationToken)

在引发事件时调用,使用 DialogContext.emitEvent()由当前对话或当前对话启动的对话调用。

(继承自 Dialog)
OnPostBubbleEventAsync(DialogContext, DialogEvent, CancellationToken)

在向所有父级气泡事件后调用,但未处理。

(继承自 Dialog)
OnPreBubbleEventAsync(DialogContext, DialogEvent, CancellationToken)

在事件气泡到其父级之前调用。

(继承自 Dialog)
RegisterSourceLocation(String, Int32)

在提供的位置中注册 cref=“SourceRange”/> 。

(继承自 Dialog)
RepromptDialogAsync(ITurnContext, DialogInstance, CancellationToken)

当对话框应重新提示用户输入时调用。

(继承自 Dialog)
ResumeDialogAsync(DialogContext, DialogReason, Object, CancellationToken)

当子对话完成此轮次时调用,将控件返回到此对话。

(继承自 Dialog)

适用于