BotSlotDefaultValueSpecificationArgs

data class BotSlotDefaultValueSpecificationArgs(val defaultValueList: Output<List<BotSlotDefaultValueArgs>>) : ConvertibleToJava<BotSlotDefaultValueSpecificationArgs>

Constructors

Link copied to clipboard
constructor(defaultValueList: Output<List<BotSlotDefaultValueArgs>>)

Properties

Link copied to clipboard

A list of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list.

Functions

Link copied to clipboard
open override fun toJava(): BotSlotDefaultValueSpecificationArgs