BotSlotDefaultValueSpecification

data class BotSlotDefaultValueSpecification(val defaultValueList: List<BotSlotDefaultValue>)

Constructors

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

Types

Link copied to clipboard
object Companion

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.