Class: Aws::QConnect::Types::ListAIAgentVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ListAIAgentVersionsResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_agent_version_summaries ⇒ Array<Types::AIAgentVersionSummary>
The summaries of AI Agent versions.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#ai_agent_version_summaries ⇒ Array<Types::AIAgentVersionSummary>
The summaries of AI Agent versions.
6356 6357 6358 6359 6360 6361 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6356 class ListAIAgentVersionsResponse < Struct.new( :ai_agent_version_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.
6356 6357 6358 6359 6360 6361 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6356 class ListAIAgentVersionsResponse < Struct.new( :ai_agent_version_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |