default CreateAgentActionGroupRequest.Builder |
CreateAgentActionGroupRequest.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.
|
CreateAgentActionGroupRequest.Builder |
CreateAgentActionGroupRequest.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.
|
CreateAgentActionGroupRequest.Builder |
CreateAgentActionGroupRequest.Builder.actionGroupName(String actionGroupName) |
The name to give the action group.
|
CreateAgentActionGroupRequest.Builder |
CreateAgentActionGroupRequest.Builder.actionGroupState(String actionGroupState) |
Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
|
CreateAgentActionGroupRequest.Builder |
CreateAgentActionGroupRequest.Builder.actionGroupState(ActionGroupState actionGroupState) |
Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
|
CreateAgentActionGroupRequest.Builder |
CreateAgentActionGroupRequest.Builder.agentId(String agentId) |
The unique identifier of the agent for which to create the action group.
|
CreateAgentActionGroupRequest.Builder |
CreateAgentActionGroupRequest.Builder.agentVersion(String agentVersion) |
The version of the agent for which to create the action group.
|
default CreateAgentActionGroupRequest.Builder |
CreateAgentActionGroupRequest.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.
|
CreateAgentActionGroupRequest.Builder |
CreateAgentActionGroupRequest.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 CreateAgentActionGroupRequest.Builder |
CreateAgentActionGroupRequest.builder() |
|
CreateAgentActionGroupRequest.Builder |
CreateAgentActionGroupRequest.Builder.clientToken(String clientToken) |
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
|
CreateAgentActionGroupRequest.Builder |
CreateAgentActionGroupRequest.Builder.description(String description) |
A description of the action group.
|
default CreateAgentActionGroupRequest.Builder |
CreateAgentActionGroupRequest.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.
|
CreateAgentActionGroupRequest.Builder |
CreateAgentActionGroupRequest.Builder.functionSchema(FunctionSchema functionSchema) |
Contains details about the function schema for the action group or the JSON or YAML-formatted payload
defining the schema.
|
CreateAgentActionGroupRequest.Builder |
CreateAgentActionGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateAgentActionGroupRequest.Builder |
CreateAgentActionGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateAgentActionGroupRequest.Builder |
CreateAgentActionGroupRequest.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.
|
CreateAgentActionGroupRequest.Builder |
CreateAgentActionGroupRequest.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.
|
CreateAgentActionGroupRequest.Builder |
CreateAgentActionGroupRequest.toBuilder() |
|