CallAgentAnalyticsResponseDto
Response of GET /Api/Calls/Analytics/Agents. Data lives under the result field.
Поля
| Поле | Тип | Обязательное | Описание |
|---|---|---|---|
result | CallAgentAnalyticsResultDto | да | — |
Пример
json
{
"result": "<CallAgentAnalyticsResultDto>"
}