Values.FaqSummarySourceSummary information for frequently asked questions and answers included in an index.
type nonrec t = {id : FaqId.t option;The identifier of the FAQ.
*)name : FaqName.t option;The name that you assigned the FAQ when you created or updated the FAQ.
*)status : FaqStatus.t option;The current status of the FAQ. When the status is ACTIVE the FAQ is ready for use.
*)createdAt : Timestamp.t option;The Unix timestamp when the FAQ was created.
*)updatedAt : Timestamp.t option;The Unix timestamp when the FAQ was last updated.
*)fileFormat : FaqFileFormat.t option;The file type used to create the FAQ.
*)languageCode : LanguageCode.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of FaqId.t | `Timestamp of Timestamp.t ])
list ]