Package com.ringcentral.definitions
Class RecordingInsights
java.lang.Object
com.ringcentral.definitions.RecordingInsights
-
Field Summary
FieldsModifier and TypeFieldDescriptionOptional call direction in case of phone call recording Example: Inbound Enum: Inbound, OutboundCreation time of the call insights Required Format: date-timeSource rc application of the recording Required Example: pbx Enum: pbx, rcv, rcx, connect-and-sell, nice-incontact, ms-teamsRequiredLast modified time of the call insights Required Format: date-timeExtension id of the call recording owner Required Example: 123456789Duration of the call recording (in ms) Required Format: int32 Example: 112000Start time of the call recording Required Format: date-timeURI of the call recording Example: https://ringsense.ringcentral.com/calls/2e67979e-ff82-4171-ae30-20c0c1f19b27Recording ID of the domain Required Example: 4b57_384543Session ID of the domain Required Example: cbac2b78-6f74-4257-8167-dff864de2263!us-10-dca09@us-10Object[]List of the participants in the call RequiredTitle of the call Required Example: Call from 1234567890 to 0987654321 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncallDirection(String callDirection) creationTime(String creationTime) insights(AIInsights insights) lastModifiedTime(String lastModifiedTime) ownerExtensionId(String ownerExtensionId) recordingDurationMs(Long recordingDurationMs) recordingStartTime(String recordingStartTime) rsRecordUri(String rsRecordUri) sourceRecordId(String sourceRecordId) sourceSessionId(String sourceSessionId) speakerInfo(Object[] speakerInfo)
-
Field Details
-
title
Title of the call Required Example: Call from 1234567890 to 0987654321 -
rsRecordUri
URI of the call recording Example: https://ringsense.ringcentral.com/calls/2e67979e-ff82-4171-ae30-20c0c1f19b27 -
domain
Source rc application of the recording Required Example: pbx Enum: pbx, rcv, rcx, connect-and-sell, nice-incontact, ms-teams -
sourceRecordId
Recording ID of the domain Required Example: 4b57_384543 -
sourceSessionId
Session ID of the domain Required Example: cbac2b78-6f74-4257-8167-dff864de2263!us-10-dca09@us-10 -
callDirection
Optional call direction in case of phone call recording Example: Inbound Enum: Inbound, Outbound -
ownerExtensionId
Extension id of the call recording owner Required Example: 123456789 -
recordingDurationMs
Duration of the call recording (in ms) Required Format: int32 Example: 112000 -
recordingStartTime
Start time of the call recording Required Format: date-time -
creationTime
Creation time of the call insights Required Format: date-time -
lastModifiedTime
Last modified time of the call insights Required Format: date-time -
speakerInfo
List of the participants in the call Required -
insights
Required
-
-
Constructor Details
-
RecordingInsights
public RecordingInsights()
-
-
Method Details
-
title
-
rsRecordUri
-
domain
-
sourceRecordId
-
sourceSessionId
-
callDirection
-
ownerExtensionId
-
recordingDurationMs
-
recordingStartTime
-
creationTime
-
lastModifiedTime
-
speakerInfo
-
insights
-