Uses of Class
software.amazon.awssdk.services.kendra.model.FaqSummary
-
Packages that use FaqSummary Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of FaqSummary in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type FaqSummary Modifier and Type Method Description List<FaqSummary>ListFaqsResponse. faqSummaryItems()information about the FAQs associated with the specified index.Methods in software.amazon.awssdk.services.kendra.model with parameters of type FaqSummary Modifier and Type Method Description ListFaqsResponse.BuilderListFaqsResponse.Builder. faqSummaryItems(FaqSummary... faqSummaryItems)information about the FAQs associated with the specified index.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type FaqSummary Modifier and Type Method Description ListFaqsResponse.BuilderListFaqsResponse.Builder. faqSummaryItems(Collection<FaqSummary> faqSummaryItems)information about the FAQs associated with the specified index.
-