GetSlotTypeResult

data class GetSlotTypeResult(val checksum: String, val createdDate: String, val description: String, val enumerationValues: List<GetSlotTypeEnumerationValue>, val id: String, val lastUpdatedDate: String, val name: String, val valueSelectionStrategy: String, val version: String? = null)

A collection of values returned by getSlotType.

Constructors

Link copied to clipboard
constructor(checksum: String, createdDate: String, description: String, enumerationValues: List<GetSlotTypeEnumerationValue>, id: String, lastUpdatedDate: String, name: String, valueSelectionStrategy: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Checksum identifying the version of the slot type that was created. The checksum is not included as an argument because the resource will add it automatically when updating the slot type.

Link copied to clipboard

Date when the slot type version was created.

Link copied to clipboard

Description of the slot type.

Link copied to clipboard

Set of EnumerationValue objects that defines the values that the slot type can take. Each value can have a set of synonyms, which are additional values that help train the machine learning model about the values that it resolves for a slot.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Date when the $LATEST version of this slot type was updated.

Link copied to clipboard

Name of the slot type. The name is not case sensitive.

Link copied to clipboard

Determines the slot resolution strategy that Amazon Lex uses to return slot type values. ORIGINAL_VALUE returns the value entered by the user if the user value is similar to the slot value. TOP_RESOLUTION returns the first value in the resolution list if there is a resolution list for the slot, otherwise null is returned.

Link copied to clipboard
val version: String? = null

Version of the slot type.