CreateSlotTypeRequest

Types

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

Properties

Link copied to clipboard

The identifier of the bot associated with this slot type.

Link copied to clipboard

The identifier of the bot version associated with this slot type.

Link copied to clipboard

Specifications for a composite slot type.

Link copied to clipboard

A description of the slot type. Use the description to help identify the slot type in lists.

Link copied to clipboard

Sets the type of external information used to create the slot type.

Link copied to clipboard

The identifier of the language and locale that the slot type will be used in. The string must match one of the supported locales. All of the bots, intents, and slots used by the slot type must have the same locale. For more information, see Supported languages.

Link copied to clipboard

The built-in slot type used as a parent of this slot type. When you define a parent slot type, the new slot type has the configuration of the parent slot type.

Link copied to clipboard

The name for the slot. A slot type name must be unique within the intent.

Link copied to clipboard

A list of SlotTypeValue objects that defines the values that the slot type can take. Each value can have a list of synonyms, additional values that help train the machine learning model about the values that it resolves for a slot.

Link copied to clipboard

Determines the strategy that Amazon Lex uses to select a value from the list of possible values. The field can be set to one of the following values:

Functions

Link copied to clipboard
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