systema-sdk
0.1.0
common
systema-sdk
/
ai.systema.model.response
/
SmartSearchResponse
Smart
Search
Response
common
data
class
SmartSearchResponse
(
val
results
:
List
<
Product
>
,
val
size
:
Int
,
val
total
:
Int
,
val
facets
:
Map
<
String
,
<ERROR CLASS>
>
?
=
mapOf()
,
val
time
:
String
,
val
paginationTimestamp
:
Long
,
val
resultId
:
String
)
Content copied to clipboard
Constructors
Properties
Constructors
Smart
Search
Response
Link copied to clipboard
common
fun
SmartSearchResponse
(
results
:
List
<
Product
>
,
size
:
Int
,
total
:
Int
,
facets
:
Map
<
String
,
<ERROR CLASS>
>
?
=
mapOf()
,
time
:
String
,
paginationTimestamp
:
Long
,
resultId
:
String
)
Content copied to clipboard
Properties
facets
Link copied to clipboard
common
val
facets
:
Map
<
String
,
<ERROR CLASS>
>
?
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