Class: Aws::QConnect::Types::UpdateAIAgentResponse

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 updated Amazon Q in Connect AI Agent.

Returns:



11720
11721
11722
11723
11724
# File 'lib/aws-sdk-qconnect/types.rb', line 11720

class UpdateAIAgentResponse < Struct.new(
  :ai_agent)
  SENSITIVE = []
  include Aws::Structure
end