Interface QuestionAnswerDocumentIdentifier

The identifier of a document used to create the smart snippet.

interface QuestionAnswerDocumentIdentifier {
    contentIdKey: string;
    contentIdValue: string;
}

Properties

contentIdKey: string

The content identifier key. Typically, permanentid or urihash.

contentIdValue: string

The content identifier value.