BaseInvokeDialogConfiguration interface

Extends

DialogConfiguration

Properties

activityProcessed
dialog
options

Inherited Properties

id

Static id of the dialog.

telemetryClient

Telemetry client the dialog should use.

Property Details

activityProcessed

activityProcessed?: BoolProperty

Property Value

dialog

dialog?: DialogProperty

Property Value

options

options?: ObjectProperty<object>

Property Value

ObjectProperty<object>

Inherited Property Details

id

Static id of the dialog.

id?: string

Property Value

string

Inherited From DialogConfiguration.id

telemetryClient

Telemetry client the dialog should use.

telemetryClient?: BotTelemetryClient

Property Value

BotTelemetryClient

Inherited From DialogConfiguration.telemetryClient