V2models Slot Value Elicitation Setting Default Value Specification Args
data class V2modelsSlotValueElicitationSettingDefaultValueSpecificationArgs(val defaultValueLists: Output<List<V2modelsSlotValueElicitationSettingDefaultValueSpecificationDefaultValueListArgs>>? = null) : ConvertibleToJava<V2modelsSlotValueElicitationSettingDefaultValueSpecificationArgs>
Constructors
Link copied to clipboard
constructor(defaultValueLists: Output<List<V2modelsSlotValueElicitationSettingDefaultValueSpecificationDefaultValueListArgs>>? = null)
Properties
Link copied to clipboard
val defaultValueLists: Output<List<V2modelsSlotValueElicitationSettingDefaultValueSpecificationDefaultValueListArgs>>? = 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.