get_meeting_transcript
Retrieve meeting transcripts by specifying the bot ID, enabling easy access to recorded discussions from platforms like Zoom, Google Meet, and Microsoft Teams.
Instructions
Get the transcript from a meeting bot
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bot_id | Yes | ID of the bot whose transcript to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"bot_id": {
"description": "ID of the bot whose transcript to retrieve",
"type": "string"
}
},
"required": [
"bot_id"
],
"type": "object"
}