toggle menu
google-genai-kotlin
0.3.0-SNAPSHOT
common
switch theme
search in API
google-genai-kotlin
/
com.google.genai.kotlin.types
/
RetrievalConfig
Retrieval
Config
@
Serializable
data
class
RetrievalConfig
(
val
latLng
:
LatLng
?
=
null
,
val
languageCode
:
String
?
=
null
)
Retrieval config.
Members
Constructors
Retrieval
Config
Link copied to clipboard
constructor
(
latLng
:
LatLng
?
=
null
,
languageCode
:
String
?
=
null
)
Properties
language
Code
Link copied to clipboard
val
languageCode
:
String
?
=
null
The language code of the user.
lat
Lng
Link copied to clipboard
val
latLng
:
LatLng
?
=
null
The location of the user.