Retrieves information about an RTC Robot Instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:DescribeRtcRobotInstance |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
No |
The instance ID. |
727dc0e296014bb58670940a3da95592 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| AuthToken |
string |
The authentication token for the RTC Channel. |
********** |
| ChannelId |
string |
The channel ID. |
testId |
| Config |
object |
The advanced configurations of the AI agent. |
|
| EnableVoiceInterrupt |
boolean |
Specifies whether to allow voice interruption. |
true |
| Greeting |
string |
The welcome message. |
Hello |
| VoiceId |
string |
The voice ID. |
zhixiaoxia |
| RequestId |
string |
The request ID. |
20B3A1B6-4BD2-5DE6-BCBC-098C9B4F4E91 |
| Status |
string |
The status of the instance. Valid values:
|
Executing |
| UserData |
string |
The custom user data. |
{} |
| UserId |
string |
The ID of the AI agent in the channel. |
my-robot |
Examples
Success response
JSON format
{
"AuthToken": "**********",
"ChannelId": "testId",
"Config": {
"EnableVoiceInterrupt": true,
"Greeting": "你好",
"VoiceId": "zhixiaoxia"
},
"RequestId": "20B3A1B6-4BD2-5DE6-BCBC-098C9B4F4E91",
"Status": "Executing",
"UserData": "{}",
"UserId": "my-robot"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.