次の方法で共有


InputDialogConfiguration interface

Extends

DialogConfiguration

プロパティ

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

継承されたプロパティ

id

ダイアログの静的 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。

id?: string

プロパティ値

string

DialogConfiguration.id から継承された

telemetryClient

ダイアログで使用するテレメトリ クライアント。

telemetryClient?: BotTelemetryClient

プロパティ値

BotTelemetryClient

DialogConfiguration.telemetryClient から継承された