RepeatDialogConfiguration interface

Extends

Properties

allowLoop
disabled

Inherited Properties

activityProcessed
dialog
id

Static id of the dialog.

options
telemetryClient

Telemetry client the dialog should use.

Property Details

allowLoop

allowLoop?: BoolProperty

Property Value

disabled

disabled?: BoolProperty

Property Value

Inherited Property Details

activityProcessed

activityProcessed?: BoolProperty

Property Value

Inherited From BaseInvokeDialogConfiguration.activityProcessed

dialog

dialog?: DialogProperty

Property Value

Inherited From BaseInvokeDialogConfiguration.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