@coveo/headless
    Preparing search index...

    Interface AttachedResult

    interface AttachedResult {
        articleLanguage?: string;
        articlePublishStatus?: string;
        articleVersionNumber?: string;
        caseId: string;
        knowledgeArticleId?: string;
        permanentId?: string;
        resultUrl: string;
        source?: string;
        title: string;
        uriHash?: string;
    }
    Index

    Properties

    articleLanguage?: string

    Specifies the language of an attached Salesforce Knowledge Article.

    articlePublishStatus?: string

    Specifies the publish status of an attached Salesforce Knowledge Article.

    articleVersionNumber?: string

    Specifies the version number of an attached Salesforce Knowledge Article.

    caseId: string

    The Id of the record (Case) the result is attached to.

    knowledgeArticleId?: string

    The Id of an attached Salesforce Knowledge Article.

    permanentId?: string

    The permanentId, the identifier of an attached result.

    resultUrl: string

    The url of the attached result.

    source?: string

    The source name where the attached result comes from.

    title: string

    The title of the attached result.

    uriHash?: string

    The uriHash of the attached result.