Uses of Enum
software.amazon.awssdk.services.bedrockagentruntime.model.AgentCollaboration
Packages that use AgentCollaboration
-
Uses of AgentCollaboration in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return AgentCollaborationModifier and TypeMethodDescriptionfinal AgentCollaborationCollaborator.agentCollaboration()Defines how the inline supervisor agent handles information across multiple collaborator agents to coordinate a final response.final AgentCollaborationInvokeInlineAgentRequest.agentCollaboration()Defines how the inline collaborator agent handles information across multiple collaborator agents to coordinate a final response.static AgentCollaborationUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AgentCollaborationReturns the enum constant of this type with the specified name.static AgentCollaboration[]AgentCollaboration.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type AgentCollaborationModifier and TypeMethodDescriptionstatic Set<AgentCollaboration>AgentCollaboration.knownValues()Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type AgentCollaborationModifier and TypeMethodDescriptionCollaborator.Builder.agentCollaboration(AgentCollaboration agentCollaboration) Defines how the inline supervisor agent handles information across multiple collaborator agents to coordinate a final response.InvokeInlineAgentRequest.Builder.agentCollaboration(AgentCollaboration agentCollaboration) Defines how the inline collaborator agent handles information across multiple collaborator agents to coordinate a final response.