Class: Aws::QConnect::Types::ListAIAgentVersionsResponse

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_version_summariesArray<Types::AIAgentVersionSummary>

The summaries of AI Agent versions.

Returns:



5769
5770
5771
5772
5773
5774
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5769

class ListAIAgentVersionsResponse < Struct.new(
  :ai_agent_version_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)


5769
5770
5771
5772
5773
5774
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5769

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