CloseConversationPayload

@JsonClass(generateAdapter = true)
class CloseConversationPayload(val id: String, @Json(name = "conversationIdentifier") val conversationId: UUID) : EntryPayload

Indicates that the conversation has been closed.

Constructors

Link copied to clipboard
constructor(id: String, @Json(name = "conversationIdentifier") conversationId: UUID)

Properties

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