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.
|
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.
|
AgentActionGroup.Builder |
AgentActionGroup.Builder.actionGroupId(String actionGroupId) |
The unique identifier of the action group.
|
AgentActionGroup.Builder |
AgentActionGroup.Builder.actionGroupName(String actionGroupName) |
The name of the action group.
|
AgentActionGroup.Builder |
AgentActionGroup.Builder.actionGroupState(String actionGroupState) |
Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
|
AgentActionGroup.Builder |
AgentActionGroup.Builder.actionGroupState(ActionGroupState actionGroupState) |
Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
|
AgentActionGroup.Builder |
AgentActionGroup.Builder.agentId(String agentId) |
The unique identifier of the agent to which the action group belongs.
|
AgentActionGroup.Builder |
AgentActionGroup.Builder.agentVersion(String agentVersion) |
The version of the agent to which the action group belongs.
|
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.clientToken(String clientToken) |
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
|
AgentActionGroup.Builder |
AgentActionGroup.Builder.createdAt(Instant createdAt) |
The time at which the action group was created.
|
AgentActionGroup.Builder |
AgentActionGroup.Builder.description(String description) |
The description of the action group.
|
default AgentActionGroup.Builder |
AgentActionGroup.Builder.functionSchema(Consumer<FunctionSchema.Builder> functionSchema) |
Defines functions that each define parameters that the agent needs to invoke from the user.
|
AgentActionGroup.Builder |
AgentActionGroup.Builder.functionSchema(FunctionSchema functionSchema) |
Defines functions that each define parameters that the agent needs to invoke from the user.
|
AgentActionGroup.Builder |
AgentActionGroup.Builder.parentActionSignature(String parentActionSignature) |
If this field is set as AMAZON.UserInput, the agent can request the user for additional
information when trying to complete a task.
|
AgentActionGroup.Builder |
AgentActionGroup.Builder.parentActionSignature(ActionGroupSignature parentActionSignature) |
If this field is set as AMAZON.UserInput, the agent can request the user for additional
information when trying to complete a task.
|
AgentActionGroup.Builder |
AgentActionGroup.toBuilder() |
|
AgentActionGroup.Builder |
AgentActionGroup.Builder.updatedAt(Instant updatedAt) |
The time at which the action group was last updated.
|