Class: Aws::BedrockAgent::Types::UpdateAgentCollaboratorRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:collaboration_instruction]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_descriptorTypes::AgentDescriptor

An agent descriptor for the agent collaborator.



10791
10792
10793
10794
10795
10796
10797
10798
10799
10800
10801
# File 'lib/aws-sdk-bedrockagent/types.rb', line 10791

class UpdateAgentCollaboratorRequest < Struct.new(
  :agent_id,
  :agent_version,
  :collaborator_id,
  :agent_descriptor,
  :collaborator_name,
  :collaboration_instruction,
  :relay_conversation_history)
  SENSITIVE = [:collaboration_instruction]
  include Aws::Structure
end

#agent_idString

The agent’s ID.

Returns:

  • (String)


10791
10792
10793
10794
10795
10796
10797
10798
10799
10800
10801
# File 'lib/aws-sdk-bedrockagent/types.rb', line 10791

class UpdateAgentCollaboratorRequest < Struct.new(
  :agent_id,
  :agent_version,
  :collaborator_id,
  :agent_descriptor,
  :collaborator_name,
  :collaboration_instruction,
  :relay_conversation_history)
  SENSITIVE = [:collaboration_instruction]
  include Aws::Structure
end

#agent_versionString

The agent’s version.

Returns:

  • (String)


10791
10792
10793
10794
10795
10796
10797
10798
10799
10800
10801
# File 'lib/aws-sdk-bedrockagent/types.rb', line 10791

class UpdateAgentCollaboratorRequest < Struct.new(
  :agent_id,
  :agent_version,
  :collaborator_id,
  :agent_descriptor,
  :collaborator_name,
  :collaboration_instruction,
  :relay_conversation_history)
  SENSITIVE = [:collaboration_instruction]
  include Aws::Structure
end

#collaboration_instructionString

Instruction for the collaborator.

Returns:

  • (String)


10791
10792
10793
10794
10795
10796
10797
10798
10799
10800
10801
# File 'lib/aws-sdk-bedrockagent/types.rb', line 10791

class UpdateAgentCollaboratorRequest < Struct.new(
  :agent_id,
  :agent_version,
  :collaborator_id,
  :agent_descriptor,
  :collaborator_name,
  :collaboration_instruction,
  :relay_conversation_history)
  SENSITIVE = [:collaboration_instruction]
  include Aws::Structure
end

#collaborator_idString

The collaborator’s ID.

Returns:

  • (String)


10791
10792
10793
10794
10795
10796
10797
10798
10799
10800
10801
# File 'lib/aws-sdk-bedrockagent/types.rb', line 10791

class UpdateAgentCollaboratorRequest < Struct.new(
  :agent_id,
  :agent_version,
  :collaborator_id,
  :agent_descriptor,
  :collaborator_name,
  :collaboration_instruction,
  :relay_conversation_history)
  SENSITIVE = [:collaboration_instruction]
  include Aws::Structure
end

#collaborator_nameString

The collaborator’s name.

Returns:

  • (String)


10791
10792
10793
10794
10795
10796
10797
10798
10799
10800
10801
# File 'lib/aws-sdk-bedrockagent/types.rb', line 10791

class UpdateAgentCollaboratorRequest < Struct.new(
  :agent_id,
  :agent_version,
  :collaborator_id,
  :agent_descriptor,
  :collaborator_name,
  :collaboration_instruction,
  :relay_conversation_history)
  SENSITIVE = [:collaboration_instruction]
  include Aws::Structure
end

#relay_conversation_historyString

A relay conversation history for the collaborator.

Returns:

  • (String)


10791
10792
10793
10794
10795
10796
10797
10798
10799
10800
10801
# File 'lib/aws-sdk-bedrockagent/types.rb', line 10791

class UpdateAgentCollaboratorRequest < Struct.new(
  :agent_id,
  :agent_version,
  :collaborator_id,
  :agent_descriptor,
  :collaborator_name,
  :collaboration_instruction,
  :relay_conversation_history)
  SENSITIVE = [:collaboration_instruction]
  include Aws::Structure
end