Get Slot Type Result
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
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.