notice

This is documentation for Rasa Documentation v2.x, which is no longer actively maintained.
For up-to-date documentation, see the latest version (3.x).

Version: 2.x

rasa.core.channels.rocketchat

RocketChatBot Objects

class RocketChatBot(OutputChannel)

send_text_message

| async 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.