OAuthInputConfiguration interface
- Extends
Properties
connection |
|
text | |
timeout | |
title |
Inherited Properties
allow |
|
always |
|
default |
|
default |
|
disabled | |
id | Static id of the dialog. |
invalid |
|
max |
|
prompt | |
property | |
telemetry |
Telemetry client the dialog should use. |
unrecognized |
|
validations | |
value |
Property Details
connectionName
text
timeout
title
Inherited Property Details
allowInterruptions
allowInterruptions?: BoolProperty
Property Value
Inherited From InputDialogConfiguration.allowInterruptions
alwaysPrompt
defaultValue
defaultValueResponse
defaultValueResponse?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
Property Value
TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
Inherited From InputDialogConfiguration.defaultValueResponse
disabled
id
Static id of the dialog.
id?: string
Property Value
string
Inherited From DialogConfiguration.id
invalidPrompt
invalidPrompt?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
Property Value
TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
Inherited From InputDialogConfiguration.invalidPrompt
maxTurnCount
prompt
prompt?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
Property Value
TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
Inherited From InputDialogConfiguration.prompt
property
telemetryClient
Telemetry client the dialog should use.
telemetryClient?: BotTelemetryClient
Property Value
BotTelemetryClient
Inherited From DialogConfiguration.telemetryClient
unrecognizedPrompt
unrecognizedPrompt?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
Property Value
TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
Inherited From InputDialogConfiguration.unrecognizedPrompt