Class: Aws::LexModelBuildingService::Types::GetIntentsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelbuildingservice/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#intentsArray<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_tokenString

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