BotSlotValue

data class BotSlotValue(val interpretedValue: String? = null)

The value to set in a slot.

Constructors

Link copied to clipboard
constructor(interpretedValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value that Amazon Lex determines for the slot.