systema-sdk
/
ai.systema.model.response
/
SmartSuggestResult
common
Smart
Suggest
Result
data class
SmartSuggestResult
(terms:
List
<
String
>, didYouMean:
List
<
String
>, categories:
List
<
String
>, products:
List
<
Product
>)
Content copied to clipboard
Properties
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