Mengkueri instans.
Deskripsi operasi
Deskripsi fitur: API ini digunakan untuk mengkueri detail instans AI agent tertentu.
Skenario penggunaan: Saat Anda perlu memantau atau menganalisis performa AI agent selama panggilan, atau men-debug efek konfigurasi AI agent, Anda dapat memanggil API ini untuk mendapatkan data yang diperlukan.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:DescribeAIAgentInstance |
none |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
ID instans AI agent. Catatan
InstanceId adalah ID unik yang dikembalikan setelah instans AI agent berhasil dimulai. Untuk API memulai AI agent, lihat StartAIAgentInstance dan GenerateAIAgentCall. |
39f8e0bc005e4f309379701645f4**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema Tanggapan. |
||
| Instance |
object |
Informasi instans AI agent. |
|
| CallLogUrl |
string |
URL log panggilan. |
https://example.com/call_logs/12345 |
| RuntimeConfig | AIAgentRuntimeConfig |
Informasi konfigurasi waktu proses AI agent. |
{"VoiceChat":{"AgentUserId":"voice_agent_001","ChannelId":"voice_channel_001","AuthToken":"your_voice_chat_auth_token"}} |
| Status |
string |
Status instans AI agent, seperti Finished atau Executing. Valid values:
|
Finished |
TemplateConfig
deprecated
|
AIAgentTemplateConfig |
Konfigurasi templat AI agent. |
{"VoiceChat": {"AppId": "your_voice_chat_app_id"}} |
| UserData |
string |
Informasi yang ditentukan pengguna. |
{"Email":"johndoe@example.com","Preferences":{"Language":"en"}} |
| SessionId |
string |
Pengenal unik percakapan. Parameter ini kosong secara default. |
955535************** |
| AgentConfig | AIAgentConfig |
Konfigurasi templat AI agent. |
|
| GmtCreate |
string |
Pengatur waktu pembuatan (UTC). |
2025-07-18T06:39:08.000+00:00 |
| GmtModified |
string |
Pengatur waktu modifikasi (UTC). |
2025-07-18T06:40:12.000+00:00 |
| CallInfo | AIAgentCallInfo | ||
| RequestId |
string |
ID permintaan. |
7B117AF5-2A16-412C-B127-FA6175ED1AD0 |
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.