RepeatDialogConfiguration interface

扩展

属性

allowLoop
disabled

继承属性

activityProcessed
dialog
id

对话框的静态 ID。

options
telemetryClient

对话应使用的遥测客户端。

属性详细信息

allowLoop

allowLoop?: BoolProperty

属性值

disabled

disabled?: BoolProperty

属性值

继承属性详细信息

activityProcessed

activityProcessed?: BoolProperty

属性值

继承自BaseInvokeDialogConfiguration.activityProcessed

dialog

dialog?: DialogProperty

属性值

继承自baseInvokeDialogConfiguration.dialog

id

对话框的静态 ID。

id?: string

属性值

string

继承自 DialogConfiguration.id 的

options

options?: ObjectProperty<object>

属性值

ObjectProperty<object>

继承自baseInvokeDialogConfiguration.options

telemetryClient

对话应使用的遥测客户端。

telemetryClient?: BotTelemetryClient

属性值

BotTelemetryClient

继承自 DialogConfiguration.telemetryClient