default Value Lists
suspend fun defaultValueLists(value: Output<List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationDefaultValueListArgs>>)
suspend fun defaultValueLists(value: List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationDefaultValueListArgs>?)
Parameters
value
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.
suspend fun defaultValueLists(vararg values: Output<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationDefaultValueListArgs>)
suspend fun defaultValueLists(values: List<Output<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationDefaultValueListArgs>>)
suspend fun defaultValueLists(vararg values: V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationDefaultValueListArgs)
Parameters
values
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.
suspend fun defaultValueLists(argument: List<suspend V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationDefaultValueListArgsBuilder.() -> Unit>)
suspend fun defaultValueLists(vararg argument: suspend V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationDefaultValueListArgsBuilder.() -> Unit)
suspend fun defaultValueLists(argument: suspend V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingDefaultValueSpecificationDefaultValueListArgsBuilder.() -> Unit)
Parameters
argument
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.