RepeatDialogConfiguration interface
- Extends
Inherited Properties
| activity |
|
| dialog | |
| id | Static id of the dialog. |
| options | |
| telemetry |
Telemetry client the dialog should use. |
Property Details
allowLoop
disabled
Inherited Property Details
activityProcessed
activityProcessed?: BoolProperty
Property Value
Inherited From BaseInvokeDialogConfiguration.activityProcessed
dialog
id
Static id of the dialog.
id?: string
Property Value
string
Inherited From DialogConfiguration.id
options
options?: ObjectProperty<object>
Property Value
ObjectProperty<object>
Inherited From BaseInvokeDialogConfiguration.options
telemetryClient
Telemetry client the dialog should use.
telemetryClient?: BotTelemetryClient
Property Value
BotTelemetryClient
Inherited From DialogConfiguration.telemetryClient