Class RecordingInsights

java.lang.Object
com.ringcentral.definitions.RecordingInsights

public class RecordingInsights extends Object
  • Field Details

    • title

      public String title
      Title of the call Required Example: Call from 1234567890 to 0987654321
    • rsRecordUri

      public String rsRecordUri
      URI of the call recording Example: https://ringsense.ringcentral.com/calls/2e67979e-ff82-4171-ae30-20c0c1f19b27
    • domain

      public String domain
      Source rc application of the recording Required Example: pbx Enum: pbx, rcv, rcx, connect-and-sell, nice-incontact, ms-teams
    • sourceRecordId

      public String sourceRecordId
      Recording ID of the domain Required Example: 4b57_384543
    • sourceSessionId

      public String sourceSessionId
      Session ID of the domain Required Example: cbac2b78-6f74-4257-8167-dff864de2263!us-10-dca09@us-10
    • callDirection

      public String callDirection
      Optional call direction in case of phone call recording Example: Inbound Enum: Inbound, Outbound
    • ownerExtensionId

      public String ownerExtensionId
      Extension id of the call recording owner Required Example: 123456789
    • recordingDurationMs

      public Long recordingDurationMs
      Duration of the call recording (in ms) Required Format: int32 Example: 112000
    • recordingStartTime

      public String recordingStartTime
      Start time of the call recording Required Format: date-time
    • creationTime

      public String creationTime
      Creation time of the call insights Required Format: date-time
    • lastModifiedTime

      public String lastModifiedTime
      Last modified time of the call insights Required Format: date-time
    • speakerInfo

      public Object[] speakerInfo
      List of the participants in the call Required
    • insights

      public AIInsights insights
      Required
  • Constructor Details

    • RecordingInsights

      public RecordingInsights()
  • Method Details