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

FaqSummary

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

Provides information about a frequently asked questions and answer contained in an index.

interface FaqSummary {
CreatedAt?: Date | number | null;
FileFormat?: FaqFileFormat | null;
Id?: string | null;
LanguageCode?: string | null;
Name?: string | null;
Status?: FaqStatus | null;
UpdatedAt?: Date | number | null;
}

§Properties

§
CreatedAt?: Date | number | null
[src]

The UNIX datetime that the FAQ was added to the index.

§
FileFormat?: FaqFileFormat | null
[src]

The file type used to create the FAQ.

§
Id?: string | null
[src]

The unique identifier of the FAQ.

§
LanguageCode?: string | null
[src]

The code for a language. This shows a supported language for the FAQ document as part of the summary information for FAQs. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.

§
Name?: string | null
[src]

The name that you assigned the FAQ when you created or updated the FAQ.

§
Status?: FaqStatus | null
[src]

The current status of the FAQ. When the status is ACTIVE the FAQ is ready for use.

§
UpdatedAt?: Date | number | null
[src]

The UNIX datetime that the FAQ was last updated.