MetadataSchemaEntry

A metadata field definition within a strategy's schema.

Types

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

Properties

Link copied to clipboard

Configuration for extracting this metadata value from conversational content. Applicable only if extractionType is LLM inferred.

Link copied to clipboard

Specifies whether the metadata value is extracted by the LLM or passed through deterministically from the event.

Link copied to clipboard
val key: String

The metadata field name. Must match an indexed key to be queryable via metadata filters.

Link copied to clipboard

The MetadataValueType.

Functions

Link copied to clipboard
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