Class: Aws::QConnect::Types::AIAgentVersionSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QConnect::Types::AIAgentVersionSummary
 
 
- Defined in:
 - gems/aws-sdk-qconnect/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.
      254 255 256 257 258 259  | 
    
      # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 254 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.
      254 255 256 257 258 259  | 
    
      # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 254 class AIAgentVersionSummary < Struct.new( :ai_agent_summary, :version_number) SENSITIVE = [] include Aws::Structure end  |