createFaq
inline suspend fun KendraClient.createFaq(crossinline block: CreateFaqRequest.Builder.() -> Unit): CreateFaqResponse
Creates a set of frequently ask questions (FAQs) using a specified FAQ file stored in an Amazon S3 bucket.
Adding FAQs to an index is an asynchronous operation.
For an example of adding an FAQ to an index using Python and Java SDKs, see Using your FAQ file.