BotSlotValueElicitationSettingArgs

data class BotSlotValueElicitationSettingArgs(val defaultValueSpecification: Output<BotSlotDefaultValueSpecificationArgs>? = null, val promptSpecification: Output<BotPromptSpecificationArgs>? = null, val sampleUtterances: Output<List<BotSampleUtteranceArgs>>? = null, val slotCaptureSetting: Output<BotSlotCaptureSettingArgs>? = null, val slotConstraint: Output<BotSlotConstraint>, val waitAndContinueSpecification: Output<BotWaitAndContinueSpecificationArgs>? = null) : ConvertibleToJava<BotSlotValueElicitationSettingArgs>

Constructors

Link copied to clipboard
constructor(defaultValueSpecification: Output<BotSlotDefaultValueSpecificationArgs>? = null, promptSpecification: Output<BotPromptSpecificationArgs>? = null, sampleUtterances: Output<List<BotSampleUtteranceArgs>>? = null, slotCaptureSetting: Output<BotSlotCaptureSettingArgs>? = null, slotConstraint: Output<BotSlotConstraint>, waitAndContinueSpecification: Output<BotWaitAndContinueSpecificationArgs>? = null)

Properties

Link copied to clipboard

A list of default values for a slot. Default values are used when Amazon Lex hasn't determined a value for a slot. You can specify default values from context variables, session attributes, and defined values.

Link copied to clipboard

The prompt that Amazon Lex uses to elicit the slot value from the user.

Link copied to clipboard

If you know a specific pattern that users might respond to an Amazon Lex request for a slot value, you can provide those utterances to improve accuracy. This is optional. In most cases, Amazon Lex is capable of understanding user utterances.

Link copied to clipboard

Specifies the settings that Amazon Lex uses when a slot value is successfully entered by a user.

Link copied to clipboard

Specifies whether the slot is required or optional.

Link copied to clipboard

Specifies the prompts that Amazon Lex uses while a bot is waiting for customer input.

Functions

Link copied to clipboard
open override fun toJava(): BotSlotValueElicitationSettingArgs