Interface SessionDataSortBy.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SessionDataSortBy.Builder,SessionDataSortBy>, SdkBuilder<SessionDataSortBy.Builder,SessionDataSortBy>, SdkPojo
Enclosing class:
SessionDataSortBy

public static interface SessionDataSortBy.Builder extends SdkPojo, CopyableBuilder<SessionDataSortBy.Builder,SessionDataSortBy>
  • Method Details

    • 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:
    • 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:
    • 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:
    • 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: