ListFaqsResponse class

Constructors

ListFaqsResponse({List<FaqSummary>? faqSummaryItems, String? nextToken})
ListFaqsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

faqSummaryItems List<FaqSummary>?
information about the FAQs associated with the specified index.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited