Skip to content

Commit

Permalink
Merge pull request #592 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify Callback for Sensitive Word Monitoring
  • Loading branch information
haoxiuwen authored Jan 5, 2024
2 parents 9a3e90d + c5b1aad commit ee89e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/document/server-side/callback_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2390,7 +2390,7 @@ app 用户状态分为在线和离线两种,即用户已连接到环信即时
| 字段 | 数据类型 | 含义 |
| :---------- | :------- | :----------------------------------------------------------- |
| `callId` | String | `callId``{appkey}_{uuid}`,其中 `uuid` 为随机生成,作为每条回调的唯一标识。 |
| `alertReason` | object | 敏感词是否合规:<br/> - `through`:表示敏感词为合规内容;<br/> - `intercepted`:表示敏感词为违规词,包含敏感词的消息被拦截。<br/> - `replaced`:表示敏感词为违规词,使用 *** 代替。 |
| `alertReason` | String | 敏感词是否合规:<br/> - `through`:表示敏感词为合规内容;<br/> - `intercepted`:表示敏感词为违规词,包含敏感词的消息被拦截。<br/> - `replaced`:表示敏感词为违规词,使用 *** 代替。 |
| `contentReceiver` | String | 内容接收方的用户 ID。 |
| `eventType` | String | 事件类型,用于标识为敏感词检测还是其他类型的事件。 |
| `sensitiveWords` | List | 敏感词内容。 |
Expand Down

0 comments on commit ee89e71

Please sign in to comment.