default AgentActionGroup.Builder |
AgentActionGroup.Builder.actionGroupExecutor(Consumer<ActionGroupExecutor.Builder> 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.Builder |
AgentActionGroup.Builder.actionGroupExecutor(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.Builder |
AgentActionGroup.Builder.actionGroupName(String actionGroupName) |
The name of the action group.
|
default AgentActionGroup.Builder |
AgentActionGroup.Builder.apiSchema(Consumer<APISchema.Builder> apiSchema) |
Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or
YAML-formatted payload defining the schema.
|
AgentActionGroup.Builder |
AgentActionGroup.Builder.apiSchema(APISchema apiSchema) |
Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or
YAML-formatted payload defining the schema.
|
static AgentActionGroup.Builder |
AgentActionGroup.builder() |
|
AgentActionGroup.Builder |
AgentActionGroup.Builder.description(String description) |
A description of the action group.
|
default AgentActionGroup.Builder |
AgentActionGroup.Builder.functionSchema(Consumer<FunctionSchema.Builder> functionSchema) |
Contains details about the function schema for the action group or the JSON or YAML-formatted payload
defining the schema.
|
AgentActionGroup.Builder |
AgentActionGroup.Builder.functionSchema(FunctionSchema functionSchema) |
Contains details about the function schema for the action group or the JSON or YAML-formatted payload
defining the schema.
|
AgentActionGroup.Builder |
AgentActionGroup.Builder.parentActionGroupSignature(String parentActionGroupSignature) |
Specify a built-in or computer use action for this action group.
|
AgentActionGroup.Builder |
AgentActionGroup.Builder.parentActionGroupSignature(ActionGroupSignature parentActionGroupSignature) |
Specify a built-in or computer use action for this action group.
|
AgentActionGroup.Builder |
AgentActionGroup.Builder.parentActionGroupSignatureParams(Map<String,String> parentActionGroupSignatureParams) |
The configuration settings for a computer use action.
|
AgentActionGroup.Builder |
AgentActionGroup.toBuilder() |
|