Interface V2NIMSendMessageParams

Hierarchy

  • V2NIMSendMessageParams

Properties

请求大模型的相关参数

antispamConfig?: V2NIMMessageAntispamConfig
clientAntispamEnabled?: boolean

是否启用本地反垃圾. 默认 false

  • 只针对文本消息生效
  • 发送消息时候,如果为 true,则先本地反垃圾检测,检测后返回 V2NIMClientAntispamOperateType

本地反垃圾有四种结果:

  • 直接发送消息
  • 发送替换后的文本
  • 消息发送失败,返回本地错误码
  • 消息正常发送,由服务器拦截
clientAntispamReplace?: string

反垃圾命中后的替换文本

messageConfig?: V2NIMMessageConfig
robotConfig?: V2NIMMessageRobotConfig
routeConfig?: V2NIMMessageRouteConfig
targetConfig?: V2NIMMessageTargetConfig

群定向消息相关配置

Generated using TypeDoc