Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.CollaboratorConfiguration.Builder
Packages that use CollaboratorConfiguration.Builder
-
Uses of CollaboratorConfiguration.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return CollaboratorConfiguration.BuilderModifier and TypeMethodDescriptionCollaboratorConfiguration.Builder.agentAliasArn(String agentAliasArn) The Amazon Resource Name (ARN) of the inline collaborator agent.CollaboratorConfiguration.builder()CollaboratorConfiguration.Builder.collaboratorInstruction(String collaboratorInstruction) Instructions that tell the inline collaborator agent what it should do and how it should interact with users.CollaboratorConfiguration.Builder.collaboratorName(String collaboratorName) Name of the inline collaborator agent which must be the same name as specified foragentName.CollaboratorConfiguration.Builder.relayConversationHistory(String relayConversationHistory) A relay conversation history for the inline collaborator agent.CollaboratorConfiguration.Builder.relayConversationHistory(RelayConversationHistory relayConversationHistory) A relay conversation history for the inline collaborator agent.CollaboratorConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type CollaboratorConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CollaboratorConfiguration.Builder>CollaboratorConfiguration.serializableBuilderClass()