 | 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
)
Public Function GetAgentCalls (
Optional queue As String = Nothing,
Optional agentname As String = Nothing
) As Task(Of ResponseGetAgentCalls)
public:
Task<ResponseGetAgentCalls^>^ GetAgentCalls(
String^ queue = nullptr,
String^ agentname = nullptr
)
member GetAgentCalls :
?queue : string *
?agentname : string
(* Defaults:
let _queue = defaultArg queue null
let _agentname = defaultArg agentname null
*)
-> Task<ResponseGetAgentCalls> 参数
- queue String (Optional)
- 队列名称(可选)
- agentname String (Optional)
- 坐席名称(可选)
返回值
TaskResponseGetAgentCallsAPI 响应
参见