Interface ListSessionAnalyticsDataResponse.Builder

    • Method Detail

      • botId

        ListSessionAnalyticsDataResponse.Builder botId​(String botId)

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

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

        ListSessionAnalyticsDataResponse.Builder nextToken​(String nextToken)

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

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

        ListSessionAnalyticsDataResponse.Builder sessions​(Collection<SessionSpecification> sessions)

        A list of objects, each of which contains information about a session with the bot.

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

        ListSessionAnalyticsDataResponse.Builder sessions​(SessionSpecification... sessions)

        A list of objects, each of which contains information about a session with the bot.

        Parameters:
        sessions - A list of objects, each of which contains information about a session with the bot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.