default UpdateAgentActionGroupRequest.Builder |
UpdateAgentActionGroupRequest.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.
|
UpdateAgentActionGroupRequest.Builder |
UpdateAgentActionGroupRequest.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.
|
UpdateAgentActionGroupRequest.Builder |
UpdateAgentActionGroupRequest.Builder.actionGroupId(String actionGroupId) |
The unique identifier of the action group.
|
UpdateAgentActionGroupRequest.Builder |
UpdateAgentActionGroupRequest.Builder.actionGroupName(String actionGroupName) |
Specifies a new name for the action group.
|
UpdateAgentActionGroupRequest.Builder |
UpdateAgentActionGroupRequest.Builder.actionGroupState(String actionGroupState) |
Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
|
UpdateAgentActionGroupRequest.Builder |
UpdateAgentActionGroupRequest.Builder.actionGroupState(ActionGroupState actionGroupState) |
Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
|
UpdateAgentActionGroupRequest.Builder |
UpdateAgentActionGroupRequest.Builder.agentId(String agentId) |
The unique identifier of the agent for which to update the action group.
|
UpdateAgentActionGroupRequest.Builder |
UpdateAgentActionGroupRequest.Builder.agentVersion(String agentVersion) |
The unique identifier of the agent version for which to update the action group.
|
default UpdateAgentActionGroupRequest.Builder |
UpdateAgentActionGroupRequest.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.
|
UpdateAgentActionGroupRequest.Builder |
UpdateAgentActionGroupRequest.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 UpdateAgentActionGroupRequest.Builder |
UpdateAgentActionGroupRequest.builder() |
|
UpdateAgentActionGroupRequest.Builder |
UpdateAgentActionGroupRequest.Builder.description(String description) |
Specifies a new name for the action group.
|
default UpdateAgentActionGroupRequest.Builder |
UpdateAgentActionGroupRequest.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.
|
UpdateAgentActionGroupRequest.Builder |
UpdateAgentActionGroupRequest.Builder.functionSchema(FunctionSchema functionSchema) |
Contains details about the function schema for the action group or the JSON or YAML-formatted payload
defining the schema.
|
UpdateAgentActionGroupRequest.Builder |
UpdateAgentActionGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateAgentActionGroupRequest.Builder |
UpdateAgentActionGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateAgentActionGroupRequest.Builder |
UpdateAgentActionGroupRequest.Builder.parentActionGroupSignature(String parentActionGroupSignature) |
To allow your agent to request the user for additional information when trying to complete a task, set this
field to AMAZON.UserInput.
|
UpdateAgentActionGroupRequest.Builder |
UpdateAgentActionGroupRequest.Builder.parentActionGroupSignature(ActionGroupSignature parentActionGroupSignature) |
To allow your agent to request the user for additional information when trying to complete a task, set this
field to AMAZON.UserInput.
|
UpdateAgentActionGroupRequest.Builder |
UpdateAgentActionGroupRequest.toBuilder() |
|