Source: factory.conversation/ObjConversationWhatsapp.py
Handles WhatsApp conversation flow with stateless request/response pattern.
| Method | Signature | Description |
|---|---|---|
| get_conversation_code | get_conversation_code(app_id) |
|
| process_message | process_message(phone_id: str, text: str, app_id: str) -> Dict[str, Any] |
|
| send_whatsapp_message | send_whatsapp_message(text, phone_id) |