INAVI Navigation SDK Documents
Toggle table of contents
0.0.2
common
Platform filter
common
Switch theme
Search in API
INAVI Navigation SDK Documents
model
/
com.inavisys.navisdk.model.network.search
/
QueryIntent
Query
Intent
@
Serializable
data
class
QueryIntent
(
val
type
:
String
?
=
null
,
val
details
:
QueryIntentDetails
?
=
null
)
Members
Constructors
Query
Intent
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
details
:
QueryIntentDetails
?
=
null
)
Properties
details
Link copied to clipboard
val
details
:
QueryIntentDetails
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null