Version: 3.x

rasa.core.channels.rocketchat

RocketChatBot Objects

class RocketChatBot(OutputChannel)

send_text_message

async def send_text_message(recipient_id: Text, text: Text,
**kwargs: Any) -> None

Send message to output channel

RocketChatInput Objects

class RocketChatInput(InputChannel)

RocketChat input channel implementation.