Class: Aws::QConnect::Types::ListAIAgentsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ai_agent_summariesArray<Types::AIAgentSummary>

The summaries of AI Agents.

Returns:



5820
5821
5822
5823
5824
5825
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5820

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

#next_tokenString

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Returns:

  • (String)


5820
5821
5822
5823
5824
5825
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5820

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