Interface SessionDataSortBy.Builder

    • Method Detail

      • name

        SessionDataSortBy.Builder name​(String name)

        The measure by which to sort the session analytics data.

        • conversationStartTime – The date and time when the conversation began. A conversation is defined as a unique combination of a sessionId and an originatingRequestId.

        • numberOfTurns – The number of turns that the session took.

        • conversationDurationSeconds – The duration of the conversation in seconds.

        Parameters:
        name - The measure by which to sort the session analytics data.

        • conversationStartTime – The date and time when the conversation began. A conversation is defined as a unique combination of a sessionId and an originatingRequestId.

        • numberOfTurns – The number of turns that the session took.

        • conversationDurationSeconds – The duration of the conversation in seconds.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AnalyticsSessionSortByName, AnalyticsSessionSortByName
      • name

        SessionDataSortBy.Builder name​(AnalyticsSessionSortByName name)

        The measure by which to sort the session analytics data.

        • conversationStartTime – The date and time when the conversation began. A conversation is defined as a unique combination of a sessionId and an originatingRequestId.

        • numberOfTurns – The number of turns that the session took.

        • conversationDurationSeconds – The duration of the conversation in seconds.

        Parameters:
        name - The measure by which to sort the session analytics data.

        • conversationStartTime – The date and time when the conversation began. A conversation is defined as a unique combination of a sessionId and an originatingRequestId.

        • numberOfTurns – The number of turns that the session took.

        • conversationDurationSeconds – The duration of the conversation in seconds.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AnalyticsSessionSortByName, AnalyticsSessionSortByName
      • order

        SessionDataSortBy.Builder order​(String order)

        Specifies whether to sort the results in ascending or descending order.

        Parameters:
        order - Specifies whether to sort the results in ascending or descending order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AnalyticsSortOrder, AnalyticsSortOrder