RasaHQ/rasa_core

View on GitHub
data/test_domains/travel_form.yml

Summary

Maintainability
Test Coverage
# all hashtags are comments :)
intents:
 - inform

entities:
 - GPE

slots:
  GPE_origin:
    type: text
  GPE_destination:
    type: text
  requested_slot:
    type: unfeaturized

templates:
  utter_ask_GPE_origin:
    - "where are you leaving from?"
  utter_ask_GPE_destination:
    - "where are you going to?"

actions:
  - action_search_travel