Class: Aws::QConnect::Types::DelegateAgentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::DelegateAgentConfiguration
- 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
-
#agent_target ⇒ Types::AgentTarget
The collaborator agent to delegate to.
-
#instruction ⇒ Types::MultiAgentInstruction
The instruction that tells the Orchestration AI Agent when and how to delegate to this collaborator agent.
Instance Attribute Details
#agent_target ⇒ Types::AgentTarget
The collaborator agent to delegate to.
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 |