PUT /asrqueue/p8eb46b8cc1a94bc09512d16c5c4f4d3a HTTP/1.1Host: <BucketName-APPID>.ci.<Region>.myqcloud.comDate: <GMT Date>Authorization: <Auth String>Content-Length: <length>Content-Type: application/xml<body>
<Request><Name>Queue Name</Name><QueueID></QueueID><State></State><NotifyConfig><Type></Type><Url></Url><Event></Event></NotifyConfig></Request>
节点名称(关键字) | 父节点 | 描述 | 类型 | 是否必选 |
Request | 无 | 保存请求的容器 | Container | 是 |
节点名称(关键字) | 父节点 | 描述 | 类型 | 是否必选 | 限制 |
Name | Request | 模板名称 | String | 是 | 长度限制100字符 |
QueueID | Request | 管道 ID | String | 是 | - |
State | Request | 管道状态 | String | 是 | 1. Active 表示管道内的作业会被语音识别服务调度执行 2. Paused 表示管道暂停,作业不再会被语音识别服务调度执行,管道内的所有作业状态维持在已提交状态,已经处于识别中的任务将继续执行,不受影响 |
NotifyConfig | Request | 通知渠道 | Container | 是 | 第三方回调 Url |
节点名称(关键字) | 父节点 | 描述 | 类型 | 是否必选 | 限制 |
Url | Request.NotifyConfig | 回调配置 | String | 否 | 长度限制100字符 |
Type | Request.NotifyConfig | 回调类型,普通回调:Url | String | 否 | 长度限制100字符 |
Event | Request.NotifyConfig | 回调事件 | String | 否 | 长度限制100字符 |
State | Request.NotifyConfig | 回调开关,Off,On | String | 否 | 长度限制100字符 |
<Response><RequestId>NTk0MjdmODlfMjQ4OGY3XzYzYzhf****</RequestId><Queue><QueueId></QueueId><Name></Name><State>Active</State><NotifyConfig><Url>mts-topic-1</Url><Type></Type><Event></Event></NotifyConfig><CreateTime></CreateTime><UpdateTime></UpdateTime></Queue></Response>
节点名称(关键字) | 父节点 | 描述 | 类型 |
Response | 无 | 保存结果的容器 | Container |
节点名称(关键字) | 父节点 | 描述 | 类型 |
RequestId | Response | 请求的唯一 ID | String |
Queue | Response | 队列信息,详情同 [DescribeSpeechQueues]中的 Response.QueueList | Container |
本页内容是否解决了您的问题?