Class: Aws::QConnect::Types::ListAIAgentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ListAIAgentsResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_agent_summaries ⇒ Array<Types::AIAgentSummary>
The summaries of AI Agents.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#ai_agent_summaries ⇒ Array<Types::AIAgentSummary>
The summaries of AI Agents.
6407 6408 6409 6410 6411 6412 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6407 class ListAIAgentsResponse < Struct.new( :ai_agent_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
6407 6408 6409 6410 6411 6412 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6407 class ListAIAgentsResponse < Struct.new( :ai_agent_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |