Class: Aws::BedrockAgent::Types::AssociateAgentCollaboratorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::AssociateAgentCollaboratorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:collaboration_instruction]
Instance Attribute Summary collapse
-
#agent_descriptor ⇒ Types::AgentDescriptor
The alias of the collaborator agent.
-
#agent_id ⇒ String
The agent’s ID.
-
#agent_version ⇒ String
An agent version.
-
#client_token ⇒ String
A client token.
-
#collaboration_instruction ⇒ String
Instruction for the collaborator.
-
#collaborator_name ⇒ String
A name for the collaborator.
-
#relay_conversation_history ⇒ String
A relay conversation history for the collaborator.
Instance Attribute Details
#agent_descriptor ⇒ Types::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_id ⇒ String
The agent’s ID.
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_version ⇒ String
An agent version.
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_token ⇒ String
A client token.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
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_instruction ⇒ String
Instruction for the collaborator.
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_name ⇒ String
A name for the collaborator.
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_history ⇒ String
A relay conversation history for the collaborator.
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 |