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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#intentsArray<Types::IntentMetadata>

An array of Intent objects. For more information, see PutBot.

Returns:



2024
2025
2026
2027
2028
2029
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2024

class GetIntentsResponse < Struct.new(
  :intents,
  :next_token)
  SENSITIVE = []
  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.

Returns:

  • (String)


2024
2025
2026
2027
2028
2029
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2024

class GetIntentsResponse < Struct.new(
  :intents,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end