ListFaqsResponse
public struct ListFaqsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
information about the FAQs associated with the specified index.
Declaration
Swift
public let faqSummaryItems: [FaqSummary]?
-
The ListFaqs operation returns a page of FAQs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Kendra returns the NextPage token. Include the token in the next request to the ListFaqs operation to return the next page of FAQs.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(faqSummaryItems: [FaqSummary]? = nil, nextToken: String? = nil)