532 B
532 B
LLM Integration
Use an LLM to interpret user intent from Team Chat messages, then call Zoom APIs or respond with rich message cards.
Recommended flow:
- Receive
bot_notificationevent. - Extract user text and channel context.
- Classify intent with your LLM (meeting actions, help, status).
- Execute safe backend actions (for example, create/list meetings).
- Send structured response back to Team Chat.
Implementation references: