Class: Aws::QConnect::Types::GetAIAgentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GetAIAgentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_agent ⇒ Types::AIAgentData
The data of the AI Agent.
-
#version_number ⇒ Integer
The version number of the AI Agent version (returned if an AI Agent version was specified via use of a qualifier for the ‘aiAgentId` on the request).
Instance Attribute Details
#ai_agent ⇒ Types::AIAgentData
The data of the AI Agent.
4850 4851 4852 4853 4854 4855 |
# File 'lib/aws-sdk-qconnect/types.rb', line 4850 class GetAIAgentResponse < Struct.new( :ai_agent, :version_number) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version number of the AI Agent version (returned if an AI Agent version was specified via use of a qualifier for the ‘aiAgentId` on the request).
4850 4851 4852 4853 4854 4855 |
# File 'lib/aws-sdk-qconnect/types.rb', line 4850 class GetAIAgentResponse < Struct.new( :ai_agent, :version_number) SENSITIVE = [] include Aws::Structure end |