IngestDataRequest

Types

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

Properties

Link copied to clipboard

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

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 of when the content occurred.

Link copied to clipboard

The extraction configuration for long-term memory records. Use this parameter to specify namespace variable keys and their values for namespace substitution during extraction.

Link copied to clipboard

The identifier of the AgentCore Memory resource to ingest content into.

Link copied to clipboard

The key-value metadata to attach to the content.

Link copied to clipboard

The identifier of the session that the content belongs to. If not provided, a session identifier is generated and returned in the response.

Link copied to clipboard

The content to ingest. Only inline content is supported.

Functions

Link copied to clipboard
inline fun copy(block: IngestDataRequest.Builder.() -> Unit = {}): IngestDataRequest
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