iva_conference_chat
Manage video conference chat messages: send, edit, remove, moderate, retrieve, export to TXT, and notify typing. Controls participant targets and bulk deletion for effective chat moderation.
Instructions
IVA conference chat messages: send/edit/remove/moderate messages, get messages/participant-targets, export to txt, typing notification, remove all messages. Clients API v2.28.12.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Page size | |
| limit | No | Maximum number of results | |
| action | Yes | Operation to perform: - "send": Отправить сообщение в чат конференции. / Send a chat message in the conference. - "edit": Редактировать сообщение чата. / Edit a chat message. - "remove": Удалить сообщения чата. / Remove chat messages. - "remove_all": Удалить все сообщения чата. / Remove all chat messages. - "remove_all_for_participant": Удалить все сообщения участника. / Remove all messages of a participant. - "get": Получить сообщения чата конференции. / Get conference chat messages. - "get_participant_targets": Получить целевых участников чата. / Get chat participant targets. - "export_txt": Экспортировать чат в TXT. / Export chat to TXT. - "moderate": Модерировать сообщение чата. / Moderate a chat message. - "typing": Уведомить о наборе текста. / Notify about typing. | |
| dateTo | No | End date (UNIX time in ms) | |
| offset | No | Number of results to skip (pagination offset) | |
| confirm | No | Set to true to confirm destructive actions (delete, remove, stop, etc.) when IVA_CONFIRM_DESTRUCTIVE is enabled. | |
| dateFrom | No | Start date (UNIX time in ms) | |
| orderAsc | No | Order ascending | |
| messageId | No | Message UUID | |
| removeData | No | Remove data (messageIds) | |
| typingData | No | Typing notification data | |
| messageData | No | Message data to send | |
| messageEdit | No | Message edit content | |
| moderateData | No | Moderate data | |
| textContains | No | Filter messages containing text | |
| participantId | No | Participant UUID | |
| conferenceSessionId | No | Conference session UUID |