Class: Aws::BedrockAgent::Types::AgentCollaboratorSummary

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

Overview

An agent collaborator summary.

Constant Summary collapse

SENSITIVE =
[:collaboration_instruction]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_descriptorTypes::AgentDescriptor

The collaborator’s agent descriptor.



732
733
734
735
736
737
738
739
740
741
742
743
744
# File 'lib/aws-sdk-bedrockagent/types.rb', line 732

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

#agent_idString

The collaborator’s agent ID.



732
733
734
735
736
737
738
739
740
741
742
743
744
# File 'lib/aws-sdk-bedrockagent/types.rb', line 732

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

#agent_versionString

The collaborator’s agent version.



732
733
734
735
736
737
738
739
740
741
742
743
744
# File 'lib/aws-sdk-bedrockagent/types.rb', line 732

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

#collaboration_instructionString

The collaborator’s collaboration instruction.



732
733
734
735
736
737
738
739
740
741
742
743
744
# File 'lib/aws-sdk-bedrockagent/types.rb', line 732

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

#collaborator_idString

The collaborator’s ID.



732
733
734
735
736
737
738
739
740
741
742
743
744
# File 'lib/aws-sdk-bedrockagent/types.rb', line 732

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

#collaborator_nameString

The collaborator’s name.



732
733
734
735
736
737
738
739
740
741
742
743
744
# File 'lib/aws-sdk-bedrockagent/types.rb', line 732

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

#created_atTime

When the collaborator was created.



732
733
734
735
736
737
738
739
740
741
742
743
744
# File 'lib/aws-sdk-bedrockagent/types.rb', line 732

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

#last_updated_atTime

When the collaborator was last updated.



732
733
734
735
736
737
738
739
740
741
742
743
744
# File 'lib/aws-sdk-bedrockagent/types.rb', line 732

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

#relay_conversation_historyString

The collaborator’s relay conversation history.



732
733
734
735
736
737
738
739
740
741
742
743
744
# File 'lib/aws-sdk-bedrockagent/types.rb', line 732

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