Class: Aws::QConnect::Types::GetAIAgentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ai_agentTypes::AIAgentData

The data of the AI Agent.

Returns:



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_numberInteger

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).

Returns:

  • (Integer)


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