RasaHQ/rasa_core

View on GitHub
data/test_domains/query_form.yml

Summary

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

slots:
  username:
    type: text
  query:
    type: text
  requested_slot:
    type: unfeaturized

templates:
  utter_ask_username:
    - "what is your name?"
  utter_ask_query:
    - "hello {username}, what can I help you with?"

actions:
  - action_perform_query