AdaptiveDialogConfiguration interface

Extends

DialogConfiguration

Properties

autoEndDialog
defaultResultProperty
dialogs
generator
recognizer
schema
selector
triggers

Inherited Properties

id

Static id of the dialog.

telemetryClient

Telemetry client the dialog should use.

Property Details

autoEndDialog

autoEndDialog?: BoolProperty

Property Value

defaultResultProperty

defaultResultProperty?: string

Property Value

string

dialogs

dialogs?: string[] | Dialog[] | DialogSet

Property Value

string[] | Dialog[] | DialogSet

generator

generator?: string | LanguageGenerator

Property Value

recognizer

recognizer?: string | Recognizer

Property Value

string | Recognizer

schema

schema?: unknown

Property Value

unknown

selector

selector?: TriggerSelector

Property Value

triggers

triggers?: OnCondition[]

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