QueryAggregateCallStatsResponse

data class QueryAggregateCallStatsResponse(    @Json(name = "duration") val duration: String,     @Json(name = "call_duration_report") val callDurationReport: CallDurationReportResponse? = null,     @Json(name = "call_participant_count_report") val callParticipantCountReport: CallParticipantCountReportResponse? = null,     @Json(name = "calls_per_day_report") val callsPerDayReport: CallsPerDayReportResponse? = null,     @Json(name = "network_metrics_report") val networkMetricsReport: NetworkMetricsReportResponse? = null,     @Json(name = "quality_score_report") val qualityScoreReport: QualityScoreReportResponse? = null,     @Json(name = "sdk_usage_report") val sdkUsageReport: SDKUsageReportResponse? = null,     @Json(name = "user_feedback_report") val userFeedbackReport: UserFeedbackReportResponse? = null)

Basic response information

Constructors

Link copied to clipboard
constructor(    @Json(name = "duration") duration: String,     @Json(name = "call_duration_report") callDurationReport: CallDurationReportResponse? = null,     @Json(name = "call_participant_count_report") callParticipantCountReport: CallParticipantCountReportResponse? = null,     @Json(name = "calls_per_day_report") callsPerDayReport: CallsPerDayReportResponse? = null,     @Json(name = "network_metrics_report") networkMetricsReport: NetworkMetricsReportResponse? = null,     @Json(name = "quality_score_report") qualityScoreReport: QualityScoreReportResponse? = null,     @Json(name = "sdk_usage_report") sdkUsageReport: SDKUsageReportResponse? = null,     @Json(name = "user_feedback_report") userFeedbackReport: UserFeedbackReportResponse? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard