toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map-gpt
/
com.mapbox.navigation.mapgpt.replayer.model
/
MapGptInteractions
Map
Gpt
Interactions
@
Serializable
sealed
class
MapGptInteractions
Inheritors
Request
RawResponse
Members
Types
Raw
Response
Link copied to clipboard
@
Serializable
data
class
RawResponse
(
val
text
:
String
,
val
timeStamp
:
Long
)
:
MapGptInteractions
Request
Link copied to clipboard
@
Serializable
data
class
Request
(
val
apiHost
:
String
,
val
request
:
MapGptStreamingRequest
,
val
timeStamp
:
Long
)
:
MapGptInteractions
Properties
time
Stamp
Link copied to clipboard
abstract
val
timeStamp
:
Long