SwitchConditionConfiguration interface

Conditional branch with multiple cases.

Extends

DialogConfiguration

Properties

cases
condition
default
disabled

Inherited Properties

id

Static id of the dialog.

telemetryClient

Telemetry client the dialog should use.

Property Details

cases

cases?: CaseInput[] | Case[]

Property Value

CaseInput[] | Case[]

condition

condition?: Property

Property Value

default

default?: string[] | Dialog[]

Property Value

string[] | Dialog[]

disabled

disabled?: 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