Class ListMessagesRequest

    • Method Detail

      • conversationId

        public final String conversationId()

        The identifier of the Amazon Q Business web experience conversation.

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

        public final String applicationId()

        The identifier for the Amazon Q Business application.

        Returns:
        The identifier for the Amazon Q Business application.
      • userId

        public final String userId()

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

        Returns:
        The identifier of the user involved in the Amazon Q Business web experience conversation.
      • nextToken

        public final String nextToken()

        If the number of retrievers returned exceeds maxResults, Amazon Q Business 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 Business returns a next token as a pagination token to retrieve the next set of messages.
      • maxResults

        public final Integer maxResults()

        The maximum number of messages to return.

        Returns:
        The maximum number of messages to return.
      • 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