ConversationEvent

data class ConversationEvent(val payload: Conversation) : StreamingEvent

A conversation has been updated.

Constructors

Link copied to clipboard
constructor(payload: Conversation)

Properties

Link copied to clipboard