-
public final class CallCompositeDebugInfo
A Call Composite Debug information. This class provides access to debugging and diagnostic information related to a communication call composite.
-
-
Method Summary
Modifier and Type Method Description List<CallCompositeCallHistoryRecord>
getCallHistoryRecords()
Retrieves the history of calls up to 30 days, ordered in ascending order by call start date. List<File>
getLogFiles()
Retrieves the log files associated with the communication call composite. CallCompositeVersions
getVersions()
Retrieves an object that specifies versions of this library and relevantdependencies. -
-
Method Detail
-
getCallHistoryRecords
List<CallCompositeCallHistoryRecord> getCallHistoryRecords()
Retrieves the history of calls up to 30 days, ordered in ascending order by call start date.
-
getLogFiles
List<File> getLogFiles()
Retrieves the log files associated with the communication call composite.
-
getVersions
CallCompositeVersions getVersions()
Retrieves an object that specifies versions of this library and relevantdependencies.
-
-
-
-