云客服-意图列表查询接口:报文样例

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

报文样例

  • 请求消息样例
    { 
        "tenantId":"202104237142",
        "language":"zh_CN",
        "pageNum":1,
        "pageSize":20,
        "authToken": "t*********************",
        "domainInfo":{
           "domainName":"机器人",
            "domainId": "10149"
        }
    }
  • 响应消息样例
    {
        "errorMsg": "",
        "errorCode": 0,
        "intentions": [
            {
                "intentName": "移车地址",
                "intentDesc": " ",
                "intentCmd": "移车地址"
            },
            {
                "intentName": "社保业务",
                "intentDesc": " ",
                "intentCmd": "社保业务"
            },
            {
                "intentName": "移车业务",
                "intentDesc": "移车业务",
                "intentCmd": "移车"
            },
            {
                "intentName": "公积金问题",
                "intentDesc": " ",
                "intentCmd": "公积金问题"
            },
            {
                "intentName": "是否",
                "intentDesc": " ",
                "intentCmd": "是否"
            },
            {
                "intentName": "公积金业务",
                "intentDesc": " ",
                "intentCmd": "公积金"
            }
        ],
        "total": 6
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_2034.html