toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map-gpt
/
com.mapbox.navigation.mapgpt.settings
/
MapGptEndpointRepository
Map
Gpt
Endpoint
Repository
class
MapGptEndpointRepository
(
mapGptSettings
:
MapGptSettings
,
remoteConfigRepository
:
RemoteConfigRepository
)
Members
Constructors
Map
Gpt
Endpoint
Repository
Link copied to clipboard
constructor
(
mapGptSettings
:
MapGptSettings
,
remoteConfigRepository
:
RemoteConfigRepository
)
Properties
available
Endpoint
Types
Link copied to clipboard
val
availableEndpointTypes
:
Flow
<
List
<
String
>
>
endpoint
Type
Link copied to clipboard
val
endpointType
:
Flow
<
String
>
streaming
Endpoint
Link copied to clipboard
val
streamingEndpoint
:
Flow
<
String
>
Functions
get
Available
Endpoint
Types
Link copied to clipboard
fun
getAvailableEndpointTypes
(
)
:
List
<
String
>
get
Conversation
Endpoint
Link copied to clipboard
fun
getConversationEndpoint
(
)
:
String
get
Endpoint
Type
Link copied to clipboard
fun
getEndpointType
(
)
:
String
get
Streaming
Endpoint
Link copied to clipboard
fun
getStreamingEndpoint
(
)
:
String