对话标识绑定新增接口
场景描述
该接口用于新增对话标识绑定。
接口方法
设置成“POST”。
URL
https://IP:PORT/oifde/rest/api/createnavigationinfo
请求说明
参数名称 | 数据类型 | 参数位置 | 必选/可选 | 描述 |
|---|---|---|---|---|
tenantId | String | body | True | 租户ID |
accessCode | String | body | False | 接入标识,如果不传,则系统自动生成接入标识
|
domainId | int | body | False | 领域ID |
dialogType | int | body | True | 对话类型
|
flowCode | String | body | True | 流程编码 |
description | String | body | False | 描述 description参数和createFlag参数中有一个必填。 在saas场景下将作为流程描述使用,需要确保全局唯一,长度不超过50位 |
authToken | String | body | True | 认证token。 请参见C3 智能助手平台接口鉴权方式。 |
source | String | body | False | 发起对话识别的源设备。
|
createFlag | String | body | False | 是否创建。 description参数和createFlag参数中有一个必填。
|
响应说明
参数名称 | 数据类型 | 参数位置 | 必选/可选 | 描述 |
|---|---|---|---|---|
errorCode | int | body | False | 错误码 成功,不返回errorCode; 失败,参见常用错误码 |
errorMsg | String | body | False | 错误描述 |

