You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::LexModelBuildingService::Types::GetSlotTypesResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of slot types.

Returns:

  • (String)

    If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of slot types.

#slot_typesArray<Types::SlotTypeMetadata>

An array of objects, one for each slot type, that provides information such as the name of the slot type, the version, and a description.

Returns:

  • (Array<Types::SlotTypeMetadata>)

    An array of objects, one for each slot type, that provides information such as the name of the slot type, the version, and a description.