Skip to content

Instantly share code, notes, and snippets.

@JustinaPetr
Last active July 9, 2019 16:49
Show Gist options
  • Save JustinaPetr/c39d5d34bf63c8085869770d44a8b841 to your computer and use it in GitHub Desktop.
Save JustinaPetr/c39d5d34bf63c8085869770d44a8b841 to your computer and use it in GitHub Desktop.
import logging
import json
from sanic import Blueprint, response
from sanic.request import Request
from typing import Text, Optional, List, Dict, Any
from rasa.core.channels.channel import UserMessage, OutputChannel
from rasa.core.channels.channel import InputChannel
from rasa.core.channels.channel import CollectingOutputChannel
logger = logging.getLogger(__name__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment