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.rest
RestInput Objects
class RestInput(InputChannel)
A custom http input channel.
This implementation is the basis for a custom implementation of a chat frontend. You can customize this to send messages to Rasa and retrieve responses from the assistant.
QueueOutputChannel Objects
class QueueOutputChannel(CollectingOutputChannel)
Output channel that collects send messages in a list
(doesn't send them anywhere, just collects them).