toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map-gpt
/
com.mapbox.navigation.mapgpt.performance
/
TraceAttribute
Trace
Attribute
sealed
class
TraceAttribute
Inheritors
SessionId
ListeningToUser
UserSpeaking
RequestingToStaging
ResponseFromStaging
Members
Types
Listening
To
User
Link copied to clipboard
object
ListeningToUser
:
TraceAttribute
Requesting
To
Staging
Link copied to clipboard
object
RequestingToStaging
:
TraceAttribute
Response
From
Staging
Link copied to clipboard
object
ResponseFromStaging
:
TraceAttribute
Session
Id
Link copied to clipboard
class
SessionId
(
sessionId
:
String
)
:
TraceAttribute
User
Speaking
Link copied to clipboard
object
UserSpeaking
:
TraceAttribute
Properties
attribute
Value
Link copied to clipboard
val
attributeValue
:
String
Functions
add
Attribute
Link copied to clipboard
fun
addAttribute
(
trace
:
MapGptFirebaseTrace
)