Class: Aws::LexModelBuildingService::Types::GetIntentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetIntentsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Instance Attribute Summary collapse
-
#intents ⇒ Array<Types::IntentMetadata>
An array of ‘Intent` objects.
-
#next_token ⇒ String
If the response is truncated, the response includes a pagination token that you can specify in your next request to fetch the next page of intents.
Instance Attribute Details
#intents ⇒ Array<Types::IntentMetadata>
An array of ‘Intent` objects. For more information, see PutBot.
1847 1848 1849 1850 1851 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1847 class GetIntentsResponse < Struct.new( :intents, :next_token) include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, the response includes a pagination token that you can specify in your next request to fetch the next page of intents.
1847 1848 1849 1850 1851 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1847 class GetIntentsResponse < Struct.new( :intents, :next_token) include Aws::Structure end |