UpdateSlotRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the bot that contains the slot.

Link copied to clipboard

The version of the bot that contains the slot. Must always be DRAFT.

Link copied to clipboard

The new description for the slot.

Link copied to clipboard

The identifier of the intent that contains the slot.

Link copied to clipboard

The identifier of the language and locale that contains the slot. The string must match one of the supported locales. For more information, see Supported languages.

Link copied to clipboard

Determines whether the slot accepts multiple values in one response. Multiple value slots are only available in the en-US locale. If you set this value to true in any other locale, Amazon Lex throws a ValidationException.

Link copied to clipboard

New settings that determine how slot values are formatted in Amazon CloudWatch logs.

Link copied to clipboard

The unique identifier for the slot to update.

Link copied to clipboard

The new name for the slot.

Link copied to clipboard

The unique identifier of the new slot type to associate with this slot.

Link copied to clipboard

Specifications for the constituent sub slots and the expression for the composite slot.

Link copied to clipboard

A new set of prompts that Amazon Lex sends to the user to elicit a response the provides a value for the slot.

Functions

Link copied to clipboard
inline fun copy(block: UpdateSlotRequest.Builder.() -> Unit = {}): UpdateSlotRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String