Class: Aws::QConnect::Types::MultiAgentInstruction
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::MultiAgentInstruction
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The instruction that guides how the Orchestration AI Agent works with a collaborator agent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#examples ⇒ Array<String>
Example interactions that illustrate when the Orchestration AI Agent should engage the collaborator agent.
-
#instruction ⇒ String
The natural-language instruction that tells the Orchestration AI Agent when and how to engage the collaborator agent.
Instance Attribute Details
#examples ⇒ Array<String>
Example interactions that illustrate when the Orchestration AI Agent should engage the collaborator agent.
8274 8275 8276 8277 8278 8279 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8274 class MultiAgentInstruction < Struct.new( :instruction, :examples) SENSITIVE = [] include Aws::Structure end |
#instruction ⇒ String
The natural-language instruction that tells the Orchestration AI Agent when and how to engage the collaborator agent.
8274 8275 8276 8277 8278 8279 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8274 class MultiAgentInstruction < Struct.new( :instruction, :examples) SENSITIVE = [] include Aws::Structure end |