| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
ActionGroupExecutor |
ActionGroupExecutor.clone() |
ActionGroupExecutor |
CreateAgentActionGroupRequest.getActionGroupExecutor()
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action or the custom control method for handling the information elicited from the user.
|
ActionGroupExecutor |
AgentActionGroup.getActionGroupExecutor()
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action or the custom control method for handling the information elicited from the user.
|
ActionGroupExecutor |
UpdateAgentActionGroupRequest.getActionGroupExecutor()
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action.
|
ActionGroupExecutor |
ActionGroupExecutor.withCustomControl(CustomControlMethod customControl)
To return the action group invocation results directly in the
InvokeAgent response, specify
RETURN_CONTROL. |
ActionGroupExecutor |
ActionGroupExecutor.withCustomControl(String customControl)
To return the action group invocation results directly in the
InvokeAgent response, specify
RETURN_CONTROL. |
ActionGroupExecutor |
ActionGroupExecutor.withLambda(String lambda)
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAgentActionGroupRequest.setActionGroupExecutor(ActionGroupExecutor actionGroupExecutor)
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action or the custom control method for handling the information elicited from the user.
|
void |
AgentActionGroup.setActionGroupExecutor(ActionGroupExecutor actionGroupExecutor)
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action or the custom control method for handling the information elicited from the user.
|
void |
UpdateAgentActionGroupRequest.setActionGroupExecutor(ActionGroupExecutor actionGroupExecutor)
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action.
|
CreateAgentActionGroupRequest |
CreateAgentActionGroupRequest.withActionGroupExecutor(ActionGroupExecutor actionGroupExecutor)
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action or the custom control method for handling the information elicited from the user.
|
AgentActionGroup |
AgentActionGroup.withActionGroupExecutor(ActionGroupExecutor actionGroupExecutor)
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action or the custom control method for handling the information elicited from the user.
|
UpdateAgentActionGroupRequest |
UpdateAgentActionGroupRequest.withActionGroupExecutor(ActionGroupExecutor actionGroupExecutor)
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action.
|
Copyright © 2024. All rights reserved.