Interface RegisterQuerySuggestActionCreatorPayload

interface RegisterQuerySuggestActionCreatorPayload {
    count?: number;
    id: string;
}

Properties

Properties

count?: number

The number of query suggestions to request from Coveo ML (e.g., 3).

5.

id: string

A unique identifier for the new query suggest entity (e.g., b953ab2e-022b-4de4-903f-68b2c0682942). Usually, this will be the ID of the search box controller that requests the query suggestions.