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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/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 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 732

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

#agent_idString

The collaborator's agent ID.

Returns:

  • (String)


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

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

#agent_versionString

The collaborator's agent version.

Returns:

  • (String)


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

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

#collaboration_instructionString

The collaborator's collaboration instruction.

Returns:

  • (String)


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

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

#collaborator_idString

The collaborator's ID.

Returns:

  • (String)


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

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

#collaborator_nameString

The collaborator's name.

Returns:

  • (String)


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

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

#created_atTime

When the collaborator was created.

Returns:

  • (Time)


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

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

#last_updated_atTime

When the collaborator was last updated.

Returns:

  • (Time)


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

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

#relay_conversation_historyString

The collaborator's relay conversation history.

Returns:

  • (String)


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

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