AskConfiguration interface
- Extends
Properties
default |
|
expected |
Inherited Properties
activity | |
disabled | |
id | Static id of the dialog. |
telemetry |
Telemetry client the dialog should use. |
Property Details
defaultOperation
expectedProperties
Inherited Property Details
activity
activity?: TemplateInterfaceProperty<Partial<Activity>, D>
Property Value
TemplateInterfaceProperty<Partial<Activity>, D>
Inherited From SendActivityConfiguration.activity
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