Class: Aws::BedrockAgent::Types::AssociateAgentCollaboratorRequest

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

The alias of the collaborator agent.



1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1128

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

#agent_idString

The agent’s ID.

Returns:

  • (String)


1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1128

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

#agent_versionString

An agent version.

Returns:

  • (String)


1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1128

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

#client_tokenString

A client token.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1128

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

#collaboration_instructionString

Instruction for the collaborator.

Returns:

  • (String)


1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1128

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

#collaborator_nameString

A name for the collaborator.

Returns:

  • (String)


1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1128

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

#relay_conversation_historyString

A relay conversation history for the collaborator.

Returns:

  • (String)


1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1128

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