You are viewing documentation for our open source project which is maintained by the community. If you want to get started building assistants with Rasa please check out our latest [documentation here](/content/docs/index.html).

## 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).
