Alokai

SuggestResponseSuggestionGroups

interface SuggestResponseSuggestionGroups {
	attributeSuggestions?: Array<SuggestResponseSuggestionGroupsInnerAttributeSuggestionsInner>;
	catalogName?: string;
	product_suggest_query?: string;
	querySuggestions?: Array<SuggestResponseSuggestionGroupsInnerQuerySuggestionsInner>;
	searchSuggestions?: Array<SuggestResponseSuggestionGroupsInnerSearchSuggestionsInner>;
	view?: string;
}

Properties

NameRequiredTypeDescription
attributeSuggestionsOptionalArray<SuggestResponseSuggestionGroupsInnerAttributeSuggestionsInner>
catalogNameOptionalstring
product_suggest_queryOptionalstring
querySuggestionsOptionalArray<SuggestResponseSuggestionGroupsInnerQuerySuggestionsInner>
searchSuggestionsOptionalArray<SuggestResponseSuggestionGroupsInnerSearchSuggestionsInner>
viewOptionalstring

Referenced Types

On this page