Interface ListBotRecommendationsRequest.Builder

    • Method Detail

      • botId

        ListBotRecommendationsRequest.Builder botId​(String botId)

        The unique identifier of the bot that contains the bot recommendation list.

        Parameters:
        botId - The unique identifier of the bot that contains the bot recommendation list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botVersion

        ListBotRecommendationsRequest.Builder botVersion​(String botVersion)

        The version of the bot that contains the bot recommendation list.

        Parameters:
        botVersion - The version of the bot that contains the bot recommendation list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • localeId

        ListBotRecommendationsRequest.Builder localeId​(String localeId)

        The identifier of the language and locale of the bot recommendation list.

        Parameters:
        localeId - The identifier of the language and locale of the bot recommendation list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListBotRecommendationsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of bot recommendations to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.

        Parameters:
        maxResults - The maximum number of bot recommendations to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListBotRecommendationsRequest.Builder nextToken​(String nextToken)

        If the response from the ListBotRecommendation operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.

        Parameters:
        nextToken - If the response from the ListBotRecommendation operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.