Class ListMessagesRequest

    • Method Detail

      • applicationId

        public final String applicationId()

        The identifier for the Amazon Q application.

        Returns:
        The identifier for the Amazon Q application.
      • conversationId

        public final String conversationId()

        The identifier of the Amazon Q web experience conversation.

        Returns:
        The identifier of the Amazon Q web experience conversation.
      • maxResults

        public final Integer maxResults()

        The maximum number of messages to return.

        Returns:
        The maximum number of messages to return.
      • nextToken

        public final String nextToken()

        If the number of retrievers returned exceeds maxResults, Amazon Q returns a next token as a pagination token to retrieve the next set of messages.

        Returns:
        If the number of retrievers returned exceeds maxResults, Amazon Q returns a next token as a pagination token to retrieve the next set of messages.
      • userId

        public final String userId()

        The identifier of the user involved in the Amazon Q web experience conversation.

        Returns:
        The identifier of the user involved in the Amazon Q web experience conversation.
      • 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