更新时间:2023-09-27 GMT+08:00
对话标识绑定修改接口
场景描述
该接口用于修改对话标识绑定。
接口方法
设置成“POST”。
URL
https://IP:PORT/oifde/rest/api/updatenavigationinfo
请求说明
参数名称 |
数据类型 |
参数位置 |
必选/可选 |
描述 |
---|---|---|---|---|
tenantId |
String |
body |
True |
租户ID |
accessId |
String |
body |
True |
对话标识绑定关系内部序号 |
accessCode |
String |
body |
False |
接入标识 不超过20位 |
domainId |
int |
body |
False |
领域ID |
dialogType |
int |
body |
True |
对话类型
|
flowCode |
String |
body |
False |
流程编码 |
description |
String |
body |
True |
描述 |
authToken |
String |
body |
True |
认证token。 请参见C3 智能助手平台接口鉴权方式。 |
source |
String |
body |
False |
发起对话识别的源设备。
|
响应说明
参数名称 |
数据类型 |
参数位置 |
必选/可选 |
描述 |
---|---|---|---|---|
errorCode |
int |
body |
False |
错误码 成功,不返回errorCode; 失败,参见常用错误码 |
errorMsg |
String |
body |
False |
错误描述 |
报文样例
- 请求消息样例
{ "tenantId": "tenant001", "accessCode": "10086", "accessId": "100001" , "domainId": 10001 , "dialogType":1, "flowCode": "flowxxxxxx" , "description": "" , "authToken": "0dbe11*******************b505de" }
- 响应消息样例
无响应体报文。
修改失败场景:
{ "errorCode" : 100000, // int, 错误码,成功通过状态码为200判断 "errorMsg" : "" }
父主题: 对话标识绑定类接口