Raw

@SerialName(value = "raw")
class Raw(val rawValue: JsonElement) : ContentPart(source)

Forward-compatible escape hatch for content parts a gateway or provider knows about before this SDK does. The raw JSON is preserved so callers can inspect or round-trip it instead of silently losing content.

Since

0.3.0-beta01

Constructors

Link copied to clipboard
constructor(rawValue: JsonElement)

Properties

Link copied to clipboard
Link copied to clipboard