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