BotSlotValueArgs

data class BotSlotValueArgs(val interpretedValue: Output<String>? = null) : ConvertibleToJava<BotSlotValueArgs>

The value to set in a slot.

Constructors

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

Properties

Link copied to clipboard
val interpretedValue: Output<String>? = null

The value that Amazon Lex determines for the slot.

Functions

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