AskConfiguration interface

Extends

Properties

defaultOperation
expectedProperties

Inherited Properties

activity
disabled
id

Static id of the dialog.

telemetryClient

Telemetry client the dialog should use.

Property Details

defaultOperation

defaultOperation?: StringProperty

Property Value

expectedProperties

expectedProperties?: ArrayProperty<string>

Property Value

ArrayProperty<string>

Inherited Property Details

activity

activity?: TemplateInterfaceProperty<Partial<Activity>, D>

Property Value

TemplateInterfaceProperty<Partial<Activity>, D>

Inherited From SendActivityConfiguration.activity

disabled

disabled?: BoolProperty

Property Value

Inherited From SendActivityConfiguration.disabled

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