RawResponse

@Serializable
data class RawResponse(val text: String, val timeStamp: Long) : MapGptInteractions

Constructors

Link copied to clipboard
constructor(text: String, timeStamp: Long)

Properties

Link copied to clipboard
Link copied to clipboard
open override val timeStamp: Long