CodeActionConfiguration interface
- Extends
-
DialogConfiguration
id | Static id of the dialog. |
telemetry |
Telemetry client the dialog should use. |
Static id of the dialog.
id?: string
Property Value
string
Inherited From DialogConfiguration.id
Telemetry client the dialog should use.
telemetryClient?: BotTelemetryClient
Property Value
BotTelemetryClient
Inherited From DialogConfiguration.telemetryClient