You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::LexModelBuildingService::Types::GetBuiltinSlotTypesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetBuiltinSlotTypesResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the response is truncated, the response includes a pagination token that you can use in your next request to fetch the next page of slot types.
-
#slot_types ⇒ Array<Types::BuiltinSlotTypeMetadata>
An array of
BuiltInSlotTypeMetadata
objects, one entry for each slot type returned.
Instance Attribute Details
#next_token ⇒ String
If the response is truncated, the response includes a pagination token that you can use in your next request to fetch the next page of slot types.
#slot_types ⇒ Array<Types::BuiltinSlotTypeMetadata>
An array of BuiltInSlotTypeMetadata
objects, one entry for each slot
type returned.