2637278968
2637278968
[{ "recipient_id": "zengfy", "text": "utter_default" }, { "recipient_id": "zengfy", "image": { "active_form": {}, "events": [{ "event": "action", "timestamp": 1583046260.1370728016, "name": "action_session_start", "policy": null, "confidence": null }, { "event": "session_started", "timestamp":...
class WeatherForm(FormAction): def name(self) -> Text: """Unique identifier of the form""" return "weather_form" @staticmethod def required_slots(tracker: Tracker) -> List[Text]: """A list of required slots that the form has to fill"""...