Class: Aws::QConnect::Types::DelegateAgentConfiguration

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

Overview

A collaborator agent configuration in which the Orchestration AI Agent invokes the collaborator, resuming when the collaborator returns.

Constant Summary collapse

SENSITIVE =
[:instruction]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_target ⇒ Types::AgentTarget

The collaborator agent to delegate to.

Returns:



3911
3912
3913
3914
3915
3916
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3911

class DelegateAgentConfiguration < Struct.new(
  :agent_target,
  :instruction)
  SENSITIVE = [:instruction]
  include Aws::Structure
end

#instruction ⇒ Types::MultiAgentInstruction

The instruction that tells the Orchestration AI Agent when and how to delegate to this collaborator agent.



3911
3912
3913
3914
3915
3916
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3911

class DelegateAgentConfiguration < Struct.new(
  :agent_target,
  :instruction)
  SENSITIVE = [:instruction]
  include Aws::Structure
end