class Aws::LexModelBuildingService::Types::GetSlotTypeVersionsRequest
@note When making an API call, you may pass GetSlotTypeVersionsRequest
data as a hash: { name: "SlotTypeName", # required next_token: "NextToken", max_results: 1, }
@!attribute [rw] name
The name of the slot type for which versions should be returned. @return [String]
@!attribute [rw] next_token
A pagination token for fetching the next page of slot type versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request. @return [String]
@!attribute [rw] max_results
The maximum number of slot type versions to return in the response. The default is 10. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/GetSlotTypeVersionsRequest AWS API Documentation
Constants
- SENSITIVE