Builder

class Builder

Properties

Link copied to clipboard

The identifier of the actor associated with this event. An actor represents an entity that participates in sessions and generates events.

Link copied to clipboard

The branch information for this event. Branches allow for organizing events into different conversation threads or paths.

Link copied to clipboard

A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, AgentCore ignores the request, but does not return an error.

Link copied to clipboard

The timestamp when the event occurred. If not specified, the current time is used.

Link copied to clipboard

The identifier of the memory store in which to create the event.

Link copied to clipboard

The content payload of the event. This can include conversational data or binary content.

Link copied to clipboard

The identifier of the session in which this event occurs. A session represents a sequence of related events.

Functions

Link copied to clipboard