get_chat_messages
Retrieve chat messages from meetings by specifying the bot ID to access and manage conversation data for analysis or record-keeping.
Instructions
Get chat messages from the meeting
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bot_id | Yes | ID of the bot to get chat messages for |
Input Schema (JSON Schema)
{
"properties": {
"bot_id": {
"description": "ID of the bot to get chat messages for",
"type": "string"
}
},
"required": [
"bot_id"
],
"type": "object"
}