@coveo/headless
    Preparing search index...

    Interface CaseFieldSuggestion

    interface CaseFieldSuggestion {
        confidence: number;
        id: string;
        value: string;
    }
    Index

    Properties

    Properties

    confidence: number

    The confidence value of the suggestion in decimal.

    id: string

    The ID of the suggestion.

    value: string

    The suggested field value.