default AgentCollaborator.Builder |
AgentCollaborator.Builder.agentDescriptor(Consumer<AgentDescriptor.Builder> agentDescriptor) |
The collaborator's agent descriptor.
|
AgentCollaborator.Builder |
AgentCollaborator.Builder.agentDescriptor(AgentDescriptor agentDescriptor) |
The collaborator's agent descriptor.
|
AgentCollaborator.Builder |
AgentCollaborator.Builder.agentId(String agentId) |
The collaborator's agent ID.
|
AgentCollaborator.Builder |
AgentCollaborator.Builder.agentVersion(String agentVersion) |
The collaborator's agent version.
|
static AgentCollaborator.Builder |
AgentCollaborator.builder() |
|
AgentCollaborator.Builder |
AgentCollaborator.Builder.clientToken(String clientToken) |
The collaborator's client token.
|
AgentCollaborator.Builder |
AgentCollaborator.Builder.collaborationInstruction(String collaborationInstruction) |
The collaborator's instructions.
|
AgentCollaborator.Builder |
AgentCollaborator.Builder.collaboratorId(String collaboratorId) |
The collaborator's collaborator ID.
|
AgentCollaborator.Builder |
AgentCollaborator.Builder.collaboratorName(String collaboratorName) |
The collaborator's collaborator name.
|
AgentCollaborator.Builder |
AgentCollaborator.Builder.createdAt(Instant createdAt) |
When the collaborator was created.
|
AgentCollaborator.Builder |
AgentCollaborator.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
When the collaborator was updated.
|
AgentCollaborator.Builder |
AgentCollaborator.Builder.relayConversationHistory(String relayConversationHistory) |
The collaborator's relay conversation history.
|
AgentCollaborator.Builder |
AgentCollaborator.Builder.relayConversationHistory(RelayConversationHistory relayConversationHistory) |
The collaborator's relay conversation history.
|
AgentCollaborator.Builder |
AgentCollaborator.toBuilder() |
|