云客服-上传IVR语音文件(importVoiceFile/upload):报文样例

时间:2023-11-01 16:19:55

报文样例

请求头:

Content-Type:application/jsonAuthorization:Bearer XXXXXXXXXXXXXXXXXXXXXXXX-APP-Key:XXXXXXXXXXXXXXXXXXXXXXX

请求参数:

{"locale" : "zh_CN","voiceType" : "0","fileType" : "wav","callBackUrl" : "http://10.130.40.194:18133/upload","fileInfo" : "UklGRjJ+AABXQVZFZm10IBIAAAAGAAEAQB8AAEAfAAABAAgAAABkYXRhAH4AANXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1"}

响应参数:

{  "returnCode": "0",  "description": "File uploaded successfully.",  "fileId": "1182733043937561608"}

回调URL样例报文:

//请求参数{       "fileUrl": "Y:/IVR/147/voice/0/nPqV9vU3_1666706957559.wav",    "fileId": "1323606152730207249",    "status": "2",    "comment": "审核通过"}//响应参数{    "returnCode": "0"}
support.huaweicloud.com/api-ccfs-cec/cec_05_7153.html