您可通过此接口更新指定直播间的机器人评论配置,包括是否开启机器人评论功能以及机器人评论的发送规则。
请求频率:单用户请求频率限制为 10 次/秒。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息详见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | UpdateActivityRobotCommentConfig | 接口名称。当前 API 的名称为 UpdateActivityRobotCommentConfig 。 |
Version | String | 是 | 2023-08-01 | 接口版本。当前 API 的版本为 2023-08-01 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
ActivityId | Long | 是 | 1770637081234 | 直播间 ID。您可通过调用 ListActivityAPI 接口获取 ID。 |
RobotCommentConfig | Object of RobotCommentConfig | 是 | - | 机器人评论配置。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
IsRobotEnable | Integer | 是 |
| 是否开启机器人评论功能。取值如下:
说明 将参数值设置为 |
RobotSendUnit | Long | 是 |
| 直播间内每有 |
RobotSendNum | Long | 是 |
| 直播间内每有 说明 直播间内每分钟支持自动发送至多 60 条机器人评论。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Status | Boolean | true | 机器人评论配置是否更新成功。成功返回 true 。 |
POST https://livesaas.volcengineapi.com/?Action=UpdateActivityRobotCommentConfig&Version=2023-08-01 { "ActivityId": 1770637081234, "RobotCommentConfig": { "IsRobotEnable": 1, "RobotSendUnit": 30, "RobotSendNum": 5 } }
{ "ResponseMetadata": { "RequestId": "20230604110420****100232280022D31", "Action": "UpdateActivityRobotCommentConfig", "Version": "2023-08-01", "Service": "livesaas", "Region": "cn-north-1", "SystemTime": 1721116418 }, "Result": { "Status": true } }