Class: Aws::BedrockAgent::Types::UpdateAgentCollaboratorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::UpdateAgentCollaboratorRequest
- 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
An agent descriptor for the agent collaborator.
-
#agent_id ⇒ String
The agent’s ID.
-
#agent_version ⇒ String
The agent’s version.
-
#collaboration_instruction ⇒ String
Instruction for the collaborator.
-
#collaborator_id ⇒ String
The collaborator’s ID.
-
#collaborator_name ⇒ String
The collaborator’s name.
-
#relay_conversation_history ⇒ String
A relay conversation history for the collaborator.
Instance Attribute Details
#agent_descriptor ⇒ Types::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_id ⇒ String
The agent’s ID.
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_version ⇒ String
The agent’s version.
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_instruction ⇒ String
Instruction for the 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 |
#collaborator_id ⇒ String
The collaborator’s ID.
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_name ⇒ String
The collaborator’s name.
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_history ⇒ String
A relay conversation history for the 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 |