LogActionConfiguration interface

Extends

DialogConfiguration

Properties

disabled
label
text
traceActivity

Inherited Properties

id

Static id of the dialog.

telemetryClient

Telemetry client the dialog should use.

Property Details

disabled

disabled?: BoolProperty

Property Value

label

label?: StringProperty

Property Value

text

text?: string | TemplateInterface<string, DialogStateManager>

Property Value

string | TemplateInterface<string, DialogStateManager>

traceActivity

traceActivity?: BoolProperty

Property Value

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