Class RetrieveRequest

    • Method Detail

      • knowledgeBaseId

        public final String knowledgeBaseId()

        The unique identifier of the knowledge base to query.

        Returns:
        The unique identifier of the knowledge base to query.
      • nextToken

        public final String nextToken()

        If there are more results than can fit in the response, the response returns a nextToken. Use this token in the nextToken field of another request to retrieve the next batch of results.

        Returns:
        If there are more results than can fit in the response, the response returns a nextToken. Use this token in the nextToken field of another request to retrieve the next batch of results.
      • retrievalQuery

        public final KnowledgeBaseQuery retrievalQuery()

        Contains the query to send the knowledge base.

        Returns:
        Contains the query to send the knowledge base.
      • 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