Interface UtteranceDataSortBy.Builder

    • Method Detail

      • name

        UtteranceDataSortBy.Builder name​(String name)

        The measure by which to sort the utterance analytics data.

        • Count – The number of utterances.

        • UtteranceTimestamp – The date and time of the utterance.

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

        • Count – The number of utterances.

        • UtteranceTimestamp – The date and time of the utterance.

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

        UtteranceDataSortBy.Builder name​(AnalyticsUtteranceSortByName name)

        The measure by which to sort the utterance analytics data.

        • Count – The number of utterances.

        • UtteranceTimestamp – The date and time of the utterance.

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

        • Count – The number of utterances.

        • UtteranceTimestamp – The date and time of the utterance.

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

        UtteranceDataSortBy.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