Version: 3.x
rasa.core.channels.twilio
TwilioOutput Objects
class TwilioOutput(Client, OutputChannel)
Output channel for Twilio.
send_text_message
async def send_text_message(recipient_id: Text, text: Text,
**kwargs: Any) -> None
Sends text message.
send_image_url
async def send_image_url(recipient_id: Text, image: Text,
**kwargs: Any) -> None
Sends an image.
send_custom_json
async def 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.