Class ListMessagesRequest

    • Method Detail

      • assistantId

        public final String assistantId()

        The identifier of the Amazon Q in Connect assistant.

        Returns:
        The identifier of the Amazon Q in Connect assistant.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return per page.

        Returns:
        The maximum number of results to return per page.
      • nextToken

        public final String nextToken()

        The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

        Returns:
        The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
      • sessionId

        public final String sessionId()

        The identifier of the Amazon Q in Connect session.

        Returns:
        The identifier of the Amazon Q in Connect session.
      • 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