Request

@Serializable
data class Request(val apiHost: String, val request: MapGptStreamingRequest, val timeStamp: Long) : MapGptInteractions

Constructors

Link copied to clipboard
constructor(apiHost: String, request: MapGptStreamingRequest, timeStamp: Long)

Properties

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