Skip to content
Snippets Groups Projects
domain.yml 466 B
Newer Older
Jonas Wolff's avatar
Jonas Wolff committed
intents:
  - greet
  - goodbye
  - birthplace
  - birthplace_action

actions:
- utter_greet
- utter_birthplace
- utter_goodbye
- action_search_birthplace
- action_say_birthplace

entities:
- physicist

slots:
  physicist:
    type: text
  matches:
    type: unfeaturized


templates:
  utter_greet:
  - text: "Hi, enter Physicist to gather birthplace information."

  utter_birthplace:
  - text: "The Birthplace of {physicist} is "

  utter_goodbye:
  - text: "Bye"