Bot Slot Value Elicitation Setting Args
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>
Settings that you can use for eliciting a slot value.
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.
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.
Link copied to clipboard
Specifies the next stage in the conversation after capturing the slot.
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.