Class ListFaqsRequest

    • Method Detail

      • indexId

        public final String indexId()

        The index that contains the FAQ lists.

        Returns:
        The index that contains the FAQ lists.
      • nextToken

        public final String nextToken()

        If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of FAQs.

        Returns:
        If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of FAQs.
      • maxResults

        public final Integer maxResults()

        The maximum number of FAQs to return in the response. If there are fewer results in the list, this response contains only the actual results.

        Returns:
        The maximum number of FAQs to return in the response. If there are fewer results in the list, this response contains only the actual results.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object