QueryResultItem
import type { QueryResultItem } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/kendra.ts";interface QueryResultItem {
AdditionalAttributes?: AdditionalResultAttribute[] | null;
DocumentAttributes?: DocumentAttribute[] | null;
DocumentExcerpt?: TextWithHighlights | null;
DocumentId?: string | null;
DocumentTitle?: TextWithHighlights | null;
DocumentURI?: string | null;
FeedbackToken?: string | null;
Id?: string | null;
ScoreAttributes?: ScoreAttributes | null;
Type?: QueryResultType | null;
}§Properties
§
AdditionalAttributes?: AdditionalResultAttribute[] | null
[src]§
DocumentAttributes?: DocumentAttribute[] | null
[src]§
DocumentExcerpt?: TextWithHighlights | null
[src]§
DocumentTitle?: TextWithHighlights | null
[src]§
ScoreAttributes?: ScoreAttributes | null
[src]§
Type?: QueryResultType | null
[src]