| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent |
Describes the API operations for creating and managing Amazon Bedrock agents.
|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAgentActionGroupResult> |
AbstractAWSBedrockAgentAsync.createAgentActionGroupAsync(CreateAgentActionGroupRequest request,
AsyncHandler<CreateAgentActionGroupRequest,CreateAgentActionGroupResult> asyncHandler) |
Future<CreateAgentActionGroupResult> |
AWSBedrockAgentAsyncClient.createAgentActionGroupAsync(CreateAgentActionGroupRequest request,
AsyncHandler<CreateAgentActionGroupRequest,CreateAgentActionGroupResult> asyncHandler) |
Future<CreateAgentActionGroupResult> |
AWSBedrockAgentAsync.createAgentActionGroupAsync(CreateAgentActionGroupRequest createAgentActionGroupRequest,
AsyncHandler<CreateAgentActionGroupRequest,CreateAgentActionGroupResult> asyncHandler)
Creates an action group for an agent.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAgentActionGroupRequest |
CreateAgentActionGroupRequest.clone() |
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.
|
CreateAgentActionGroupRequest |
CreateAgentActionGroupRequest.withActionGroupName(String actionGroupName)
The name to give the action group.
|
CreateAgentActionGroupRequest |
CreateAgentActionGroupRequest.withActionGroupState(ActionGroupState actionGroupState)
Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent
request.
|
CreateAgentActionGroupRequest |
CreateAgentActionGroupRequest.withActionGroupState(String actionGroupState)
Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent
request.
|
CreateAgentActionGroupRequest |
CreateAgentActionGroupRequest.withAgentId(String agentId)
The unique identifier of the agent for which to create the action group.
|
CreateAgentActionGroupRequest |
CreateAgentActionGroupRequest.withAgentVersion(String agentVersion)
The version of the agent for which to create the action group.
|
CreateAgentActionGroupRequest |
CreateAgentActionGroupRequest.withApiSchema(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.
|
CreateAgentActionGroupRequest |
CreateAgentActionGroupRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
|
CreateAgentActionGroupRequest |
CreateAgentActionGroupRequest.withDescription(String description)
A description of the action group.
|
CreateAgentActionGroupRequest |
CreateAgentActionGroupRequest.withParentActionGroupSignature(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 |
CreateAgentActionGroupRequest.withParentActionGroupSignature(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. |
Copyright © 2024. All rights reserved.