创建一个智能外呼业务实例。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
InstanceName | string | 是 | 实例名字。 | 第一个实例 |
InstanceDescription | string | 否 | 实例描述。 | 这个是第一的实例 |
MaxConcurrentConversation | integer | 是 | 实例最大并发。 枚举值:
| 4 |
NluServiceType | string | 否 | 服务类型。
枚举值:
| DialogStudio |
ResourceGroupId | string | 否 | 资源组 ID。 | rg-acfmwd4qr3z773y |
CallingNumber | array | 否 | 主叫号码列表。 | |
string | 否 | 主叫号码。 | 4008013260 |
返回参数
示例
正常返回示例
JSON
格式
{
"HttpStatusCode": 200,
"Code": "OK",
"Message": "无",
"RequestId": "254EB995-DEDF-48A4-9101-9CA5B72FFBCC",
"Success": true,
"Instance": {
"CreationTime": 1578469042851,
"InstanceId": "90515b5-6115-4ccf-83e2-52d5bfaf2ddf",
"CreatorId": 435986,
"OwnerName": "xxxx",
"InstanceDescription": "这个是第一个实例",
"InstanceName": "第一个实例",
"CreatorName": "xxx",
"ResourceGroupId": "90515b5-6115-4ccf-83e2-52d5bfaf2ddf",
"MaxConcurrentConversation": 4
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidInstanceName.Duplicated | The specified InstanceName already exists. | 实例名称已经存在。请您更换一个名字。 |
400 | LimitExceeded.ConcurrentConversation | The maximum number of concurrent conversations is exceeded. | 并发数已经超限,请重新设置。 |
500 | InternalError | An error occurred while processing your request. Please try again later. Submit a ticket if the error still exists. | 内部错误。建议重试,如果多次重试报错请提交工单。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史