Class: Aws::QConnect::Types::AIAgentVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::AIAgentVersionSummary
- 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
-
#ai_agent_summary ⇒ Types::AIAgentSummary
The data for the summary of the AI Agent version.
-
#version_number ⇒ Integer
The version number for this AI Agent version.
Instance Attribute Details
#ai_agent_summary ⇒ Types::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_number ⇒ Integer
The version number for this 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 |