共用方式為


InputDialogConfiguration interface

Extends

DialogConfiguration

屬性

allowInterruptions
alwaysPrompt
defaultValue
defaultValueResponse
disabled
invalidPrompt
maxTurnCount
prompt
property
unrecognizedPrompt
validations
value

繼承的屬性

id

對話框的靜態標識碼。

telemetryClient

對話框應該使用的遙測用戶端。

屬性詳細資料

allowInterruptions

allowInterruptions?: BoolProperty

屬性值

alwaysPrompt

alwaysPrompt?: BoolProperty

屬性值

defaultValue

defaultValue?: UnknownProperty

屬性值

defaultValueResponse

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

屬性值

TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

disabled

disabled?: BoolProperty

屬性值

invalidPrompt

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

屬性值

TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

maxTurnCount

maxTurnCount?: IntProperty

屬性值

prompt

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

屬性值

TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

property

property?: StringProperty

屬性值

unrecognizedPrompt

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

屬性值

TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

validations

validations?: string[]

屬性值

string[]

value

value?: UnknownProperty

屬性值

繼承的屬性詳細資料

id

對話框的靜態標識碼。

id?: string

屬性值

string

繼承自 DialogConfiguration.id 的

telemetryClient

對話框應該使用的遙測用戶端。

telemetryClient?: BotTelemetryClient

屬性值

BotTelemetryClient

繼承自 DialogConfiguration.telemetryClient