V2models Slot Sub Slot Setting Slot Specification Value Elicitation Setting
data class V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSetting(val defaultValueSpecifications: List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecification>? = null, val promptSpecification: V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecification, val sampleUtterances: List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingSampleUtterance>? = null, val waitAndContinueSpecifications: List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecification>? = null)
Constructors
Link copied to clipboard
constructor(defaultValueSpecifications: List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecification>? = null, promptSpecification: V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecification, sampleUtterances: List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingSampleUtterance>? = null, waitAndContinueSpecifications: List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecification>? = null)
Properties
Link copied to clipboard
val defaultValueSpecifications: List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecification>? = null
List of default values for a slot. See the default_value_specification
argument reference below.
Link copied to clipboard
val promptSpecification: V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingPromptSpecification
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
val waitAndContinueSpecifications: List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingWaitAndContinueSpecification>? = 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.