Interface GetBotVersionsRequest.Builder

    • Method Detail

      • name

        GetBotVersionsRequest.Builder name​(String name)

        The name of the bot for which versions should be returned.

        Parameters:
        name - The name of the bot for which versions should be returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetBotVersionsRequest.Builder nextToken​(String nextToken)

        A pagination token for fetching the next page of bot versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request.

        Parameters:
        nextToken - A pagination token for fetching the next page of bot versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        GetBotVersionsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of bot versions to return in the response. The default is 10.

        Parameters:
        maxResults - The maximum number of bot versions to return in the response. The default is 10.
        Returns:
        Returns a reference to this object so that method calls can be chained together.