V2models Slot Value Elicitation Setting
data class V2modelsSlotValueElicitationSetting(val defaultValueSpecifications: List<V2modelsSlotValueElicitationSettingDefaultValueSpecification>? = null, val promptSpecification: V2modelsSlotValueElicitationSettingPromptSpecification, val sampleUtterances: List<V2modelsSlotValueElicitationSettingSampleUtterance>? = null, val slotConstraint: String, val slotResolutionSettings: List<V2modelsSlotValueElicitationSettingSlotResolutionSetting>? = null, val waitAndContinueSpecifications: List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecification>? = null)
Constructors
Link copied to clipboard
constructor(defaultValueSpecifications: List<V2modelsSlotValueElicitationSettingDefaultValueSpecification>? = null, promptSpecification: V2modelsSlotValueElicitationSettingPromptSpecification, sampleUtterances: List<V2modelsSlotValueElicitationSettingSampleUtterance>? = null, slotConstraint: String, slotResolutionSettings: List<V2modelsSlotValueElicitationSettingSlotResolutionSetting>? = null, waitAndContinueSpecifications: List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecification>? = null)
Properties
Link copied to clipboard
val defaultValueSpecifications: List<V2modelsSlotValueElicitationSettingDefaultValueSpecification>? = 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
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: List<V2modelsSlotValueElicitationSettingWaitAndContinueSpecification>? = 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.