Interface SuggestResponseSuggestionGroups

Suggestion groups in the suggest response.

interface SuggestResponseSuggestionGroups {
    attributeSuggestions?: SuggestResponseAttributeSuggestions[];
    catalogName?: string;
    product_suggest_query?: string;
    querySuggestions?: SuggestResponseQuerySuggestions[];
    searchSuggestions?: SuggestResponseSearchSuggestions[];
    view?: string;
}

Properties

attributeSuggestions?: SuggestResponseAttributeSuggestions[]
catalogName?: string
product_suggest_query?: string
querySuggestions?: SuggestResponseQuerySuggestions[]
searchSuggestions?: SuggestResponseSearchSuggestions[]
view?: string