InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.actionGroups(Collection<AgentActionGroup> actionGroups) |
A list of action groups with each action group defining the action the inline agent needs to carry out.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.actionGroups(Consumer<AgentActionGroup.Builder>... actionGroups) |
A list of action groups with each action group defining the action the inline agent needs to carry out.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.actionGroups(AgentActionGroup... actionGroups) |
A list of action groups with each action group defining the action the inline agent needs to carry out.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.agentCollaboration(String agentCollaboration) |
Defines how the inline collaborator agent handles information across multiple collaborator agents to
coordinate a final response.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.agentCollaboration(AgentCollaboration agentCollaboration) |
Defines how the inline collaborator agent handles information across multiple collaborator agents to
coordinate a final response.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.agentName(String agentName) |
The name for the agent.
|
default InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.bedrockModelConfigurations(Consumer<InlineBedrockModelConfigurations.Builder> bedrockModelConfigurations) |
Model settings for the request.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.bedrockModelConfigurations(InlineBedrockModelConfigurations bedrockModelConfigurations) |
Model settings for the request.
|
static InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.builder() |
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.collaboratorConfigurations(Collection<CollaboratorConfiguration> collaboratorConfigurations) |
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.collaboratorConfigurations(Consumer<CollaboratorConfiguration.Builder>... collaboratorConfigurations) |
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.collaboratorConfigurations(CollaboratorConfiguration... collaboratorConfigurations) |
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.collaborators(Collection<Collaborator> collaborators) |
List of collaborator inline agents.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.collaborators(Consumer<Collaborator.Builder>... collaborators) |
List of collaborator inline agents.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.collaborators(Collaborator... collaborators) |
List of collaborator inline agents.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) |
The Amazon Resource Name (ARN) of the Amazon Web Services KMS key to use to encrypt your inline agent.
|
default InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.customOrchestration(Consumer<CustomOrchestration.Builder> customOrchestration) |
Contains details of the custom orchestration configured for the agent.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.customOrchestration(CustomOrchestration customOrchestration) |
Contains details of the custom orchestration configured for the agent.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.enableTrace(Boolean enableTrace) |
Specifies whether to turn on the trace or not to track the agent's reasoning process.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.endSession(Boolean endSession) |
Specifies whether to end the session with the inline agent or not.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.foundationModel(String foundationModel) |
|
default InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.guardrailConfiguration(Consumer<GuardrailConfigurationWithArn.Builder> guardrailConfiguration) |
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.guardrailConfiguration(GuardrailConfigurationWithArn guardrailConfiguration) |
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds) |
The number of seconds for which the inline agent should maintain session information.
|
default InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.inlineSessionState(Consumer<InlineSessionState.Builder> inlineSessionState) |
Parameters that specify the various attributes of a sessions.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.inlineSessionState(InlineSessionState inlineSessionState) |
Parameters that specify the various attributes of a sessions.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.inputText(String inputText) |
The prompt text to send to the agent.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.instruction(String instruction) |
The instructions that tell the inline agent what it should do and how it should interact with users.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.knowledgeBases(Collection<KnowledgeBase> knowledgeBases) |
Contains information of the knowledge bases to associate with.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.knowledgeBases(Consumer<KnowledgeBase.Builder>... knowledgeBases) |
Contains information of the knowledge bases to associate with.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.knowledgeBases(KnowledgeBase... knowledgeBases) |
Contains information of the knowledge bases to associate with.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.orchestrationType(String orchestrationType) |
Specifies the type of orchestration strategy for the agent.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.orchestrationType(OrchestrationType orchestrationType) |
Specifies the type of orchestration strategy for the agent.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.promptCreationConfigurations(Consumer<PromptCreationConfigurations.Builder> promptCreationConfigurations) |
Specifies parameters that control how the service populates the agent prompt for an
InvokeInlineAgent request.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.promptCreationConfigurations(PromptCreationConfigurations promptCreationConfigurations) |
Specifies parameters that control how the service populates the agent prompt for an
InvokeInlineAgent request.
|
default InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.promptOverrideConfiguration(Consumer<PromptOverrideConfiguration.Builder> promptOverrideConfiguration) |
Configurations for advanced prompts used to override the default prompts to enhance the accuracy of the
inline agent.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.promptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration) |
Configurations for advanced prompts used to override the default prompts to enhance the accuracy of the
inline agent.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.sessionId(String sessionId) |
The unique identifier of the session.
|
default InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.streamingConfigurations(Consumer<StreamingConfigurations.Builder> streamingConfigurations) |
Specifies the configurations for streaming.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.streamingConfigurations(StreamingConfigurations streamingConfigurations) |
Specifies the configurations for streaming.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.toBuilder() |
|