Edit

InputDialogConfiguration interface

Extends

DialogConfiguration

Inherited Properties

id

Static id of the dialog.

telemetryClient

Telemetry client the dialog should use.

Property Details

allowInterruptions

allowInterruptions?: BoolProperty

Property Value

alwaysPrompt

alwaysPrompt?: BoolProperty

Property Value

defaultValue

defaultValue?: UnknownProperty

Property Value

defaultValueResponse

defaultValueResponse?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

Property Value

TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

disabled

disabled?: BoolProperty

Property Value

invalidPrompt

invalidPrompt?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

Property Value

TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

maxTurnCount

maxTurnCount?: IntProperty

Property Value

prompt

prompt?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

Property Value

TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

property

property?: StringProperty

Property Value

unrecognizedPrompt

unrecognizedPrompt?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

Property Value

TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

validations

validations?: string[]

Property Value

string[]

value

value?: UnknownProperty

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