UnknownEntryPayload

@JsonClass(generateAdapter = true)
class UnknownEntryPayload(val id: String) : EntryPayload

A fallback payload for entry types not recognized by this version of the SDK.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard

The type discriminator indicating which kind of payload this entry contains.

Link copied to clipboard
open override val id: String

The unique identifier for this conversation entry.