DateTimeInputConfiguration interface
- 扩展
属性
default |
|
output |
继承属性
allow |
|
always |
|
default |
|
default |
|
disabled | |
id | 对话框的静态 ID。 |
invalid |
|
max |
|
prompt | |
property | |
telemetry |
对话应使用的遥测客户端。 |
unrecognized |
|
validations | |
value |
属性详细信息
defaultLocale
outputFormat
继承属性详细信息
allowInterruptions
alwaysPrompt
defaultValue
defaultValueResponse
defaultValueResponse?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
属性值
TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
disabled
id
对话框的静态 ID。
id?: string
属性值
string
继承自 DialogConfiguration.id 的
invalidPrompt
invalidPrompt?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
属性值
TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
maxTurnCount
prompt
prompt?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
属性值
TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
property
telemetryClient
对话应使用的遥测客户端。
telemetryClient?: BotTelemetryClient
属性值
BotTelemetryClient
继承自 DialogConfiguration.telemetryClient
unrecognizedPrompt
unrecognizedPrompt?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
属性值
TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
继承自