Class ListBotResourceGenerationsRequest

    • Method Detail

      • botId

        public final String botId()

        The unique identifier of the bot whose generation requests you want to view.

        Returns:
        The unique identifier of the bot whose generation requests you want to view.
      • botVersion

        public final String botVersion()

        The version of the bot whose generation requests you want to view.

        Returns:
        The version of the bot whose generation requests you want to view.
      • localeId

        public final String localeId()

        The locale of the bot whose generation requests you want to view.

        Returns:
        The locale of the bot whose generation requests you want to view.
      • sortBy

        public final GenerationSortBy sortBy()

        An object containing information about the attribute and the method by which to sort the results

        Returns:
        An object containing information about the attribute and the method by which to sort the results
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in the response.

        Returns:
        The maximum number of results to return in the response.
      • nextToken

        public final String nextToken()

        If the total number of results is greater than the number specified in the maxResults, the response returns a token in the nextToken field. Use this token when making a request to return the next batch of results.

        Returns:
        If the total number of results is greater than the number specified in the maxResults, the response returns a token in the nextToken field. Use this token when making a request to return the next batch of 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