Transfer the call to the target phone number.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:ForwardAIAgentCall |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
No |
Current call instance ID, used only in inbound call transfer scenarios. |
call_instance_202****** |
| CalledNumber |
string |
No |
The target phone number for call transfer. |
13********** |
| TransferPrompt |
string |
No |
Prompt message played before initiating the transfer. If empty, the system skips the prompt and plays the ringing tone directly. Default is empty. |
Please hold while I transfer your call. |
| ErrorPrompt |
string |
No |
Abnormal prompt text played when the transfer fails. Default is empty. |
We’re sorry, we’re unable to transfer your call at the moment. Please try again later. |
| CallerNumber |
string |
No |
The caller phone number for the transferred call. Optional. Important
By default, the CallerNumber is the agent's phone number after the call starts:
1. For inbound lines, the agent number is the agent’s seat number.
2. For outbound lines, the agent number is the original caller number.
Warning Alibaba Cloud lines do not support this parameter. |
13********** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Request ID |
550e8400********55440000 |
Examples
Success response
JSON format
{
"RequestId": "550e8400********55440000\n"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 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. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.