Interface ListUtteranceAnalyticsDataResponse.Builder

    • Method Detail

      • botId

        ListUtteranceAnalyticsDataResponse.Builder botId​(String botId)

        The unique identifier of the bot that the utterances belong to.

        Parameters:
        botId - The unique identifier of the bot that the utterances belong to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListUtteranceAnalyticsDataResponse.Builder nextToken​(String nextToken)

        If the response from the ListUtteranceAnalyticsData 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 ListUtteranceAnalyticsData request to return the next page of results. For a complete set of results, call the ListUtteranceAnalyticsData operation until the nextToken returned in the response is null.

        Parameters:
        nextToken - If the response from the ListUtteranceAnalyticsData 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 ListUtteranceAnalyticsData request to return the next page of results. For a complete set of results, call the ListUtteranceAnalyticsData 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.
      • utterances

        ListUtteranceAnalyticsDataResponse.Builder utterances​(Collection<UtteranceSpecification> utterances)

        A list of objects, each of which contains information about an utterance in a user session with your bot.

        Parameters:
        utterances - A list of objects, each of which contains information about an utterance in a user session with your bot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • utterances

        ListUtteranceAnalyticsDataResponse.Builder utterances​(UtteranceSpecification... utterances)

        A list of objects, each of which contains information about an utterance in a user session with your bot.

        Parameters:
        utterances - A list of objects, each of which contains information about an utterance in a user session with your bot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.