notice
This is unreleased documentation for Rasa Open Source Documentation Master/Unreleased version.
For the latest released documentation, see the latest version (2.5.x).
Version: Master/Unreleased
rasa.core.channels.twilio
TwilioOutput Objects
class TwilioOutput(Client, OutputChannel)
Output channel for Twilio
send_text_message
| async send_text_message(recipient_id: Text, text: Text, **kwargs: Any) -> None
Sends text message
send_image_url
| async send_image_url(recipient_id: Text, image: Text, **kwargs: Any) -> None
Sends an image.
send_custom_json
| async send_custom_json(recipient_id: Text, json_message: Dict[Text, Any], **kwargs: Any) -> None
Send custom json dict
TwilioInput Objects
class TwilioInput(InputChannel)
Twilio input channel