Interface ListIntentStageMetricsResponse.Builder

    • Method Detail

      • botId

        ListIntentStageMetricsResponse.Builder botId​(String botId)

        The identifier for the bot for which you retrieved intent stage metrics.

        Parameters:
        botId - The identifier for the bot for which you retrieved intent stage metrics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListIntentStageMetricsResponse.Builder nextToken​(String nextToken)

        If the response from the ListIntentStageMetrics operation contains more results than specified in the maxResults parameter, a token is returned in the response.

        Use the returned token in the nextToken parameter of a ListIntentStageMetrics request to return the next page of results. For a complete set of results, call the ListIntentStageMetrics operation until the nextToken returned in the response is null.

        Parameters:
        nextToken - If the response from the ListIntentStageMetrics operation contains more results than specified in the maxResults parameter, a token is returned in the response.

        Use the returned token in the nextToken parameter of a ListIntentStageMetrics request to return the next page of results. For a complete set of results, call the ListIntentStageMetrics operation until the nextToken returned in the response is null.

        Returns:
        Returns a reference to this object so that method calls can be chained together.