Class: Aws::QConnect::Types::AIAgentVersionSummary

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

Overview

The summary of the AI Agent version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ai_agent_summaryTypes::AIAgentSummary

The data for the summary of the AI Agent version.



272
273
274
275
276
277
# File 'lib/aws-sdk-qconnect/types.rb', line 272

class AIAgentVersionSummary < Struct.new(
  :ai_agent_summary,
  :version_number)
  SENSITIVE = []
  include Aws::Structure
end

#version_numberInteger

The version number for this AI Agent version.

Returns:

  • (Integer)


272
273
274
275
276
277
# File 'lib/aws-sdk-qconnect/types.rb', line 272

class AIAgentVersionSummary < Struct.new(
  :ai_agent_summary,
  :version_number)
  SENSITIVE = []
  include Aws::Structure
end