Interface ListBotResourceGenerationsResponse.Builder

    • Method Detail

      • botId

        ListBotResourceGenerationsResponse.Builder botId​(String botId)

        The unique identifier of the bot for which the generation requests were made.

        Parameters:
        botId - The unique identifier of the bot for which the generation requests were made.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botVersion

        ListBotResourceGenerationsResponse.Builder botVersion​(String botVersion)

        The version of the bot for which the generation requests were made.

        Parameters:
        botVersion - The version of the bot for which the generation requests were made.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • localeId

        ListBotResourceGenerationsResponse.Builder localeId​(String localeId)

        The locale of the bot for which the generation requests were made.

        Parameters:
        localeId - The locale of the bot for which the generation requests were made.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • generationSummaries

        ListBotResourceGenerationsResponse.Builder generationSummaries​(Collection<GenerationSummary> generationSummaries)

        A list of objects, each containing information about a generation request for the bot locale.

        Parameters:
        generationSummaries - A list of objects, each containing information about a generation request for the bot locale.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • generationSummaries

        ListBotResourceGenerationsResponse.Builder generationSummaries​(GenerationSummary... generationSummaries)

        A list of objects, each containing information about a generation request for the bot locale.

        Parameters:
        generationSummaries - A list of objects, each containing information about a generation request for the bot locale.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListBotResourceGenerationsResponse.Builder nextToken​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.