import RasaGateway from '../gateway/rasa'; const getRasaResponse = data => RasaGateway.post('/webhook', data); export default { getRasaResponse, };