KendraFunctions

Functions

Link copied to clipboard

Provides details about a specific Amazon Kendra Experience.

suspend fun getExperience(experienceId: String, indexId: String): GetExperienceResult
Link copied to clipboard
suspend fun getFaq(argument: GetFaqPlainArgs): GetFaqResult

Provides details about a specific Amazon Kendra Faq.

suspend fun getFaq(argument: suspend GetFaqPlainArgsBuilder.() -> Unit): GetFaqResult
suspend fun getFaq(faqId: String, indexId: String, tags: Map<String, String>? = null): GetFaqResult
Link copied to clipboard
suspend fun getIndex(argument: GetIndexPlainArgs): GetIndexResult

Provides details about a specific Amazon Kendra Index.

suspend fun getIndex(argument: suspend GetIndexPlainArgsBuilder.() -> Unit): GetIndexResult
suspend fun getIndex(id: String, tags: Map<String, String>? = null): GetIndexResult
Link copied to clipboard

Provides details about a specific Amazon Kendra block list used for query suggestions for an index.

suspend fun getQuerySuggestionsBlockList(indexId: String, querySuggestionsBlockListId: String, tags: Map<String, String>? = null): GetQuerySuggestionsBlockListResult
Link copied to clipboard

Provides details about a specific Amazon Kendra Thesaurus.

suspend fun getThesaurus(indexId: String, tags: Map<String, String>? = null, thesaurusId: String): GetThesaurusResult