| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
AgentActionGroup |
AgentActionGroup.clone() |
AgentActionGroup |
UpdateAgentActionGroupResult.getAgentActionGroup()
Contains details about the action group that was updated.
|
AgentActionGroup |
GetAgentActionGroupResult.getAgentActionGroup()
Contains details about the action group.
|
AgentActionGroup |
CreateAgentActionGroupResult.getAgentActionGroup()
Contains details about the action group that was created.
|
AgentActionGroup |
AgentActionGroup.withActionGroupExecutor(ActionGroupExecutor actionGroupExecutor)
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action.
|
AgentActionGroup |
AgentActionGroup.withActionGroupId(String actionGroupId)
The unique identifier of the action group.
|
AgentActionGroup |
AgentActionGroup.withActionGroupName(String actionGroupName)
The name of the action group.
|
AgentActionGroup |
AgentActionGroup.withActionGroupState(ActionGroupState actionGroupState)
Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent
request.
|
AgentActionGroup |
AgentActionGroup.withActionGroupState(String actionGroupState)
Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent
request.
|
AgentActionGroup |
AgentActionGroup.withAgentId(String agentId)
The unique identifier of the agent to which the action group belongs.
|
AgentActionGroup |
AgentActionGroup.withAgentVersion(String agentVersion)
The version of the agent to which the action group belongs.
|
AgentActionGroup |
AgentActionGroup.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.
|
AgentActionGroup |
AgentActionGroup.withClientToken(String clientToken)
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
|
AgentActionGroup |
AgentActionGroup.withCreatedAt(Date createdAt)
The time at which the action group was created.
|
AgentActionGroup |
AgentActionGroup.withDescription(String description)
The description of the action group.
|
AgentActionGroup |
AgentActionGroup.withParentActionSignature(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 |
AgentActionGroup.withParentActionSignature(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 |
AgentActionGroup.withUpdatedAt(Date updatedAt)
The time at which the action group was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAgentActionGroupResult.setAgentActionGroup(AgentActionGroup agentActionGroup)
Contains details about the action group that was updated.
|
void |
GetAgentActionGroupResult.setAgentActionGroup(AgentActionGroup agentActionGroup)
Contains details about the action group.
|
void |
CreateAgentActionGroupResult.setAgentActionGroup(AgentActionGroup agentActionGroup)
Contains details about the action group that was created.
|
UpdateAgentActionGroupResult |
UpdateAgentActionGroupResult.withAgentActionGroup(AgentActionGroup agentActionGroup)
Contains details about the action group that was updated.
|
GetAgentActionGroupResult |
GetAgentActionGroupResult.withAgentActionGroup(AgentActionGroup agentActionGroup)
Contains details about the action group.
|
CreateAgentActionGroupResult |
CreateAgentActionGroupResult.withAgentActionGroup(AgentActionGroup agentActionGroup)
Contains details about the action group that was created.
|
Copyright © 2024. All rights reserved.