Version: 3.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.