点击或拖拽改变大小

CtiRawActionsGetAgentCalls 方法

异步获取座席通话信息。

命名空间: Ipxchina.Sdk.Cti.Actions
程序集: CtiSdk (在 CtiSdk.dll 中) 版本:1.0.0.2 (1.0.0.2)
语法
public Task<ResponseGetAgentCalls> GetAgentCalls(
	string queue = null,
	string agentname = null
)

参数

queue  String  (Optional)
队列名称(可选)
agentname  String  (Optional)
坐席名称(可选)

返回值

TaskResponseGetAgentCalls
API 响应
参见