AgentActionGroup

Contains details about an action group.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.

Link copied to clipboard

The unique identifier of the action group.

Link copied to clipboard

The name of the action group.

Link copied to clipboard

Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.

Link copied to clipboard

The unique identifier of the agent to which the action group belongs.

Link copied to clipboard

The version of the agent to which the action group belongs.

Link copied to clipboard

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. For more information, see Action group OpenAPI schemas.

Link copied to clipboard

A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.

Link copied to clipboard

The time at which the action group was created.

Link copied to clipboard

The description of the action group.

Link copied to clipboard

Defines functions that each define parameters that the agent needs to invoke from the user. Each function represents an action in an action group.

Link copied to clipboard

The configuration settings for a computer use action.

Link copied to clipboard

If this field is set as AMAZON.UserInput, the agent can request the user for additional information when trying to complete a task. The description, apiSchema, and actionGroupExecutor fields must be blank for this action group.

Link copied to clipboard

The time at which the action group was last updated.

Functions

Link copied to clipboard
inline fun copy(block: AgentActionGroup.Builder.() -> Unit = {}): AgentActionGroup
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String