BeginDialogConfiguration interface

Extends

Properties

disabled
resultProperty

Inherited Properties

activityProcessed
dialog
id

Static id of the dialog.

options
telemetryClient

Telemetry client the dialog should use.

Property Details

disabled

disabled?: BoolProperty

Property Value

resultProperty

resultProperty?: StringProperty

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