toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map-gpt
/
com.mapbox.navigation.mapgpt.replayer.model
/
ConversationInput
Conversation
Input
@
Serializable
data
class
ConversationInput
(
val
timestamp
:
Long
,
val
requestUrl
:
String
?
,
val
request
:
MapGptStreamingRequest
)
Members
Constructors
Conversation
Input
Link copied to clipboard
constructor
(
timestamp
:
Long
,
requestUrl
:
String
?
,
request
:
MapGptStreamingRequest
)
Properties
request
Link copied to clipboard
val
request
:
MapGptStreamingRequest
request
Url
Link copied to clipboard
val
requestUrl
:
String
?
timestamp
Link copied to clipboard
val
timestamp
:
Long