InputDialogConfiguration interface
- Extends
-
DialogConfiguration
Properties
allow |
|
always |
|
default |
|
default |
|
disabled | |
invalid |
|
max |
|
prompt | |
property | |
unrecognized |
|
validations | |
value |
Inherited Properties
id | Static id of the dialog. |
telemetry |
Telemetry client the dialog should use. |
Property Details
allowInterruptions
alwaysPrompt
defaultValue
defaultValueResponse
defaultValueResponse?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
Property Value
TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
disabled
invalidPrompt
invalidPrompt?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
Property Value
TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
maxTurnCount
prompt
prompt?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
Property Value
TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
property
unrecognizedPrompt
unrecognizedPrompt?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
Property Value
TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
validations
validations?: string[]
Property Value
string[]
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