AgentQueueRequestDto
Queue association for agent create/update operations
Backend-источник: features.callcenterservice/Features.CallCenterService/Nuget.CallCenterApiClient/Dto/Agents/Requests/AgentQueueRequestDto.cs (features.callcenterservice).
Queue association for agent create/update operations
Поля
| Поле | Тип (TS) | Обязательное | Описание | Тип (C#) |
|---|---|---|---|---|
queueId | number | да | Queue id | int |
joined | boolean | да | Whether agent is joined to the queue | bool |
Пример
json
{
"queueId": 0,
"joined": false
}