Edit

Share via


AssertConditionConfiguration interface

Extends

DialogConfiguration

Properties

condition
description

Inherited Properties

id

Static id of the dialog.

telemetryClient

Telemetry client the dialog should use.

Property Details

condition

condition?: string | Expression

Property Value

string | Expression

description

description?: string | Expression | StringExpression

Property Value

string | Expression | StringExpression

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