V2models Slot Value Elicitation Setting Args
data class V2modelsSlotValueElicitationSettingArgs(val defaultValueSpecifications: Output<List<V2modelsSlotValueElicitationSettingDefaultValueSpecificationArgs>>? = null, val promptSpecification: Output<V2modelsSlotValueElicitationSettingPromptSpecificationArgs>, val sampleUtterances: Output<List<V2modelsSlotValueElicitationSettingSampleUtteranceArgs>>? = null, val slotConstraint: Output<String>, val slotResolutionSettings: Output<List<V2modelsSlotValueElicitationSettingSlotResolutionSettingArgs>>? = null, val waitAndContinueSpecifications: Output<List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationArgs>>? = null) : ConvertibleToJava<V2modelsSlotValueElicitationSettingArgs>
Constructors
Link copied to clipboard
constructor(defaultValueSpecifications: Output<List<V2modelsSlotValueElicitationSettingDefaultValueSpecificationArgs>>? = null, promptSpecification: Output<V2modelsSlotValueElicitationSettingPromptSpecificationArgs>, sampleUtterances: Output<List<V2modelsSlotValueElicitationSettingSampleUtteranceArgs>>? = null, slotConstraint: Output<String>, slotResolutionSettings: Output<List<V2modelsSlotValueElicitationSettingSlotResolutionSettingArgs>>? = null, waitAndContinueSpecifications: Output<List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationArgs>>? = null)
Properties
Link copied to clipboard
val defaultValueSpecifications: Output<List<V2modelsSlotValueElicitationSettingDefaultValueSpecificationArgs>>? = null
List of default values for a slot. See the default_value_specification
argument reference below.
Link copied to clipboard
Prompt that Amazon Lex uses to elicit the slot value from the user. See the aws.lex.V2modelsIntent
resource for details on the prompt_specification
argument reference - they are identical.
Link copied to clipboard
Link copied to clipboard
Whether the slot is required or optional. Valid values are Required
or Optional
.
Link copied to clipboard
val slotResolutionSettings: Output<List<V2modelsSlotValueElicitationSettingSlotResolutionSettingArgs>>? = null
Information about whether assisted slot resolution is turned on for the slot or not. See the slot_resolution_setting
argument reference below.
Link copied to clipboard
val waitAndContinueSpecifications: Output<List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationArgs>>? = null
Specifies the prompts that Amazon Lex uses while a bot is waiting for customer input. See the wait_and_continue_specification
argument reference below.