云客服-交互记录查询接口:报文样例

时间:2024-09-24 14:46:23

报文样例

  • 请求消息样例
    {
       "tenantId":"123456",
       "params":{
          "userMobile": "180****9999" 
        },
       "authToken":"n******************************"
    }
  • 响应消息样例
    {    
         "rtnCode": 0,//接口成功失败标识    
         "rtnMsg": "成功",//接口成功失败描述
         "beans": [{        
             "interNo":"1",    //序号        
             "userSaying":"我有多少话费",  //语音转写结果        
             "intention":"查询话费",      //用户意图        
             "systemReply":"您好,您当月累计消费100元,话费余额100元",  //系统回复
             "type":" TTS ",  //回复类型
             "timestamp":"2019-04-25 17:42:10.0",  //系统回复时间
             "responseSource":"0"  //机器人回复
         }],
        "object": null,   
        "bean": null,
        "callId": "xytest02131110",
        "callSorId": "18019919999"
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_2020.html