MapGptRecordingSession

@Serializable
data class MapGptRecordingSession(val conversationInput: List<ConversationInput> = emptyList(), val messages: List<SessionFrame.SendEvent> = emptyList())

Constructors

Link copied to clipboard
constructor(conversationInput: List<ConversationInput> = emptyList(), messages: List<SessionFrame.SendEvent> = emptyList())

Properties

Link copied to clipboard
val messages: List<SessionFrame.SendEvent>