转呼通话到目标电话。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
ice:ForwardAIAgentCall |
none |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| InstanceId |
string |
否 |
当前通话实例 ID,仅在呼入转接场景中使用。 |
call_instance_202****** |
| CalledNumber |
string |
否 |
转接呼叫的目标电话号码。 |
13********** |
| TransferPrompt |
string |
否 |
转接开始前播放的提示语文本,为空则跳过提示直接播放铃声。默认空。 |
Please hold while I transfer your call. |
| ErrorPrompt |
string |
否 |
转接失败时播放的异常提示文本。默认空。 |
We’re sorry, we’re unable to transfer your call at the moment. Please try again later. |
| CallerNumber |
string |
否 |
转接呼叫的主叫电话。非必填。 重要
默认 CallerNumber 为启动电话后,智能体的电话号码:1. 呼入线路,智能体号码为坐席号码。2. 呼出线路,智能体号码为主叫号码。 警告 阿里云线路不支持传入此参数。 |
13********** |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
Schema of Response |
||
| RequestId |
string |
请求 Id |
550e8400********55440000 |
示例
正常返回示例
JSON格式
{
"RequestId": "550e8400********55440000\n"
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。