Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FaqStatistics

import type { FaqStatistics } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

Provides statistical information about the FAQ questions and answers contained in an index.

interface FaqStatistics {
IndexedQuestionAnswersCount: number;
}

§Properties

§
IndexedQuestionAnswersCount: number
[src]

The total number of FAQ questions and answers contained in the index.