PutSlotTypeResponse

Types

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

Properties

Link copied to clipboard

Checksum of the $LATEST version of the slot type.

Link copied to clipboard

The date that the slot type was created.

Link copied to clipboard

True if a new version of the slot type was created. If the createVersion field was not specified in the request, the createVersion field is set to false in the response.

Link copied to clipboard

A description of the slot type.

Link copied to clipboard

A list of EnumerationValue objects that defines the values that the slot type can take.

Link copied to clipboard

The date that the slot type was updated. When you create a slot type, the creation date and last update date are the same.

Link copied to clipboard
val name: String?

The name of the slot type.

Link copied to clipboard

The built-in slot type used as the parent of the slot type.

Link copied to clipboard

Configuration information that extends the parent built-in slot type.

Link copied to clipboard

The slot resolution strategy that Amazon Lex uses to determine the value of the slot. For more information, see PutSlotType.

Link copied to clipboard

The version of the slot type. For a new slot type, the version is always $LATEST.

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