systema-sdk
0.1.0
common
systema-sdk
/
ai.systema.model.response
/
SmartSuggestResult
Smart
Suggest
Result
common
data
class
SmartSuggestResult
(
val
terms
:
List
<
String
>
,
val
didYouMean
:
List
<
String
>
,
val
categories
:
List
<
String
>
,
val
products
:
List
<
Product
>
)
Content copied to clipboard
Constructors
Properties
Constructors
Smart
Suggest
Result
Link copied to clipboard
common
fun
SmartSuggestResult
(
terms
:
List
<
String
>
,
didYouMean
:
List
<
String
>
,
categories
:
List
<
String
>
,
products
:
List
<
Product
>
)
Content copied to clipboard
Properties
categories
Link copied to clipboard
common
val
categories
:
List
<
String
>
Content copied to clipboard
didYouMean
Link copied to clipboard
common
val
didYouMean
:
List
<
String
>
Content copied to clipboard
products
Link copied to clipboard
common
val
products
:
List
<
Product
>
Content copied to clipboard
terms
Link copied to clipboard
common
val
terms
:
List
<
String
>
Content copied to clipboard