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.callback
CallbackInput Objects
class CallbackInput(RestInput)
A custom REST http input channel that responds using a callback server.
Incoming messages are received through a REST interface. Responses are sent asynchronously by calling a configured external REST endpoint.