MemoryJsonData

Contains non-conversational, JSON-formatted content for an event payload. JSON payloads are extracted into long-term memory.

Types

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

Properties

Link copied to clipboard

The JSON content of the payload. Accepts any JSON value, including objects, arrays, strings, numbers, booleans, and null. The maximum size is 100 KB.

Functions

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