Compartir a través de


ConfirmInputConfiguration interface

Extends

Propiedades

choiceOptions
confirmChoices
defaultLocale
outputFormat
style

Propiedades heredadas

allowInterruptions
alwaysPrompt
defaultValue
defaultValueResponse
disabled
id

Id. estático del cuadro de diálogo.

invalidPrompt
maxTurnCount
prompt
property
telemetryClient

Cliente de telemetría que debe usar el cuadro de diálogo.

unrecognizedPrompt
validations
value

Detalles de las propiedades

choiceOptions

choiceOptions?: ObjectProperty<ChoiceFactoryOptions>

Valor de propiedad

ObjectProperty<ChoiceFactoryOptions>

confirmChoices

confirmChoices?: ObjectProperty<ChoiceSet>

Valor de propiedad

defaultLocale

defaultLocale?: StringProperty

Valor de propiedad

outputFormat

outputFormat?: StringProperty

Valor de propiedad

style

style?: EnumProperty<ListStyle>

Valor de propiedad

EnumProperty<ListStyle>

Detalles de las propiedades heredadas

allowInterruptions

allowInterruptions?: BoolProperty

Valor de propiedad

heredado deInputDialogConfiguration.allowInterruptions

alwaysPrompt

alwaysPrompt?: BoolProperty

Valor de propiedad

Heredado deInputDialogConfiguration.alwaysPrompt

defaultValue

defaultValue?: UnknownProperty

Valor de propiedad

heredado deInputDialogConfiguration.defaultValue

defaultValueResponse

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

Valor de propiedad

TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

Heredado deInputDialogConfiguration.defaultValueResponse

disabled

disabled?: BoolProperty

Valor de propiedad

heredado deInputDialogConfiguration.disabled

id

Id. estático del cuadro de diálogo.

id?: string

Valor de propiedad

string

heredado de DialogConfiguration.id

invalidPrompt

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

Valor de propiedad

TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

heredado deInputDialogConfiguration.invalidPrompt

maxTurnCount

maxTurnCount?: IntProperty

Valor de propiedad

heredado deinputDialogConfiguration.maxTurnCount

prompt

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

Valor de propiedad

TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

Heredado deInputDialogConfiguration.prompt

property

property?: StringProperty

Valor de propiedad

heredado deInputDialogConfiguration.property

telemetryClient

Cliente de telemetría que debe usar el cuadro de diálogo.

telemetryClient?: BotTelemetryClient

Valor de propiedad

BotTelemetryClient

Heredado de DialogConfiguration.telemetryClient

unrecognizedPrompt

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

Valor de propiedad

TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

Heredado deInputDialogConfiguration.unrecognizedPrompt

validations

validations?: string[]

Valor de propiedad

string[]

heredado deinputDialogConfiguration.validations

value

value?: UnknownProperty

Valor de propiedad

Heredado deInputDialogConfiguration.value