public static interface SessionDataSortBy.Builder extends SdkPojo, CopyableBuilder<SessionDataSortBy.Builder,SessionDataSortBy>
| Modifier and Type | Method and Description |
|---|---|
SessionDataSortBy.Builder |
name(AnalyticsSessionSortByName name)
The measure by which to sort the session analytics data.
|
SessionDataSortBy.Builder |
name(String name)
The measure by which to sort the session analytics data.
|
SessionDataSortBy.Builder |
order(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order.
|
SessionDataSortBy.Builder |
order(String order)
Specifies whether to sort the results in ascending or descending order.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSessionDataSortBy.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.
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.
AnalyticsSessionSortByName,
AnalyticsSessionSortByNameSessionDataSortBy.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.
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.
AnalyticsSessionSortByName,
AnalyticsSessionSortByNameSessionDataSortBy.Builder order(String order)
Specifies whether to sort the results in ascending or descending order.
order - Specifies whether to sort the results in ascending or descending order.AnalyticsSortOrder,
AnalyticsSortOrderSessionDataSortBy.Builder order(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order.
order - Specifies whether to sort the results in ascending or descending order.AnalyticsSortOrder,
AnalyticsSortOrderCopyright © 2023. All rights reserved.