SmartSuggestResult

fun SmartSuggestResult(    terms: List<String>,     didYouMean: List<String>,     categories: List<String>,     products: List<Product>)