Class: Aws::QConnect::Types::MultiAgentInstruction

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#examplesArray<String>

Example interactions that illustrate when the Orchestration AI Agent should engage the collaborator agent.

Returns:

  • (Array<String>)


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

#instructionString

The natural-language instruction that tells the Orchestration AI Agent when and how to engage the collaborator agent.

Returns:

  • (String)


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