次の方法で共有


ChoiceInputConfiguration interface

Extends

プロパティ

choiceOptions
choices
defaultLocale
outputFormat
recognizerOptions
style

継承されたプロパティ

allowInterruptions
alwaysPrompt
defaultValue
defaultValueResponse
disabled
id

ダイアログの静的 ID。

invalidPrompt
maxTurnCount
prompt
property
telemetryClient

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

unrecognizedPrompt
validations
value

プロパティの詳細

choiceOptions

choiceOptions?: ObjectProperty<ChoiceFactoryOptions>

プロパティ値

ObjectProperty<ChoiceFactoryOptions>

choices

choices?: ObjectProperty<ChoiceSet>

プロパティ値

defaultLocale

defaultLocale?: StringProperty

プロパティ値

outputFormat

outputFormat?: EnumProperty<ChoiceOutputFormat>

プロパティ値

recognizerOptions

recognizerOptions?: ObjectProperty<FindChoicesOptions>

プロパティ値

ObjectProperty<FindChoicesOptions>

style

style?: EnumProperty<ListStyle>

プロパティ値

EnumProperty<ListStyle>

継承されたプロパティの詳細

allowInterruptions

allowInterruptions?: BoolProperty

プロパティ値

InputDialogConfiguration.allowInterruptions から継承されます

alwaysPrompt

alwaysPrompt?: BoolProperty

プロパティ値

InputDialogConfiguration.alwaysPrompt から継承された

defaultValue

defaultValue?: UnknownProperty

プロパティ値

inputDialogConfiguration.defaultValue から継承

defaultValueResponse

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

プロパティ値

TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

InputDialogConfiguration.defaultValueResponse から継承された

disabled

disabled?: BoolProperty

プロパティ値

InputDialogConfiguration.disabled から継承された

id

ダイアログの静的 ID。

id?: string

プロパティ値

string

DialogConfiguration.id から継承された

invalidPrompt

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

プロパティ値

TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

InputDialogConfiguration.invalidPrompt から継承された

maxTurnCount

maxTurnCount?: IntProperty

プロパティ値

InputDialogConfiguration.maxTurnCount から継承された

prompt

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

プロパティ値

TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

InputDialogConfiguration.prompt から継承された

property

property?: StringProperty

プロパティ値

inputDialogConfiguration.property から継承

telemetryClient

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

telemetryClient?: BotTelemetryClient

プロパティ値

BotTelemetryClient

DialogConfiguration.telemetryClient から継承された

unrecognizedPrompt

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

プロパティ値

TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

InputDialogConfiguration.unrecognizedPrompt から継承された

validations

validations?: string[]

プロパティ値

string[]

inputDialogConfiguration.validations から継承

value

value?: UnknownProperty

プロパティ値

inputDialogConfiguration.value から継承