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.
|
static InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.builder() |
|
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.
|
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.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
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.
|
InvokeInlineAgentRequest.Builder |
InvokeInlineAgentRequest.toBuilder() |
|