systema-sdk
/
ai.systema.model.response
/
SmartSearchResponse
common
Smart
Search
Response
data class
SmartSearchResponse
(results:
List
<
Product
>, size:
Int
, total:
Int
, facets:
Map
<
String
,
JsonElement
>?, time:
String
, paginationTimestamp:
Long
, resultId:
String
)
Content copied to clipboard
Properties
Properties
facets
Link copied to clipboard
common
val
facets
:
Map
<
String
,
JsonElement
>?
Content copied to clipboard
paginationTimestamp
Link copied to clipboard
common
val
paginationTimestamp
:
Long
Content copied to clipboard
resultId
Link copied to clipboard
common
val
resultId
:
String
Content copied to clipboard
results
Link copied to clipboard
common
val
results
:
List
<
Product
>
Content copied to clipboard
size
Link copied to clipboard
common
val
size
:
Int
Content copied to clipboard
time
Link copied to clipboard
common
val
time
:
String
Content copied to clipboard
total
Link copied to clipboard
common
val
total
:
Int
Content copied to clipboard