NAME
Paws::LexModelsV2::ListSlotTypesResponse
ATTRIBUTES
BotId => Str
The identifier of the bot that contains the slot types.
BotVersion => Str
The version of the bot that contains the slot types.
LocaleId => Str
The language and local of the slot types in the list.
NextToken => Str
A token that indicates whether there are more results to return in a response to the ListSlotTypes
operation. If the nextToken
field is present, you send the contents as the nextToken
parameter of a ListSlotTypes
operation request to get the next page of results.
SlotTypeSummaries => ArrayRef[Paws::LexModelsV2::SlotTypeSummary]
Summary information for the slot types that meet the filter criteria specified in the request. The length of the list is specified in the maxResults
parameter of the request. If there are more slot types available, the nextToken
field contains a token to get the next page of results.