V2models Slot Sub Slot Setting Slot Specification Value Elicitation Setting Default Value Specification Args
data class V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationArgs(val defaultValueLists: Output<List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationDefaultValueListArgs>>? = null) : ConvertibleToJava<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationArgs>
Constructors
Link copied to clipboard
constructor(defaultValueLists: Output<List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationDefaultValueListArgs>>? = null)
Properties
Link copied to clipboard
val defaultValueLists: Output<List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationDefaultValueListArgs>>? = null
List of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list. See the default_value_list
argument reference below.