Builder

class Builder

Properties

Link copied to clipboard

The alias of the agent to use.

Link copied to clipboard

The unique identifier of the agent to use.

Link copied to clipboard

Model performance settings for the request.

Link copied to clipboard

Specifies whether to turn on the trace or not to track the agent's reasoning process. For more information, see Trace enablement.

Link copied to clipboard

Specifies whether to end the session with the agent or not.

Link copied to clipboard

The prompt text to send the agent.

Link copied to clipboard

The unique identifier of the agent memory.

Link copied to clipboard

Specifies parameters that control how the service populates the agent prompt for an InvokeAgent request. You can control which aspects of previous invocations in the same agent session the service uses to populate the agent prompt. This gives you more granular control over the contextual history that is used to process the current request.

Link copied to clipboard

The unique identifier of the session. Use the same value across requests to continue the same conversation.

Link copied to clipboard

Contains parameters that specify various attributes of the session. For more information, see Control session context.

Link copied to clipboard

The ARN of the resource making the request.

Link copied to clipboard

Specifies the configurations for streaming.

Functions