Skip to content
Snippets Groups Projects
domain.yml 1.46 KiB
Newer Older
Jonas Wolff's avatar
Jonas Wolff committed
intents:
  - greet
  - goodbye
Jonas Wolff's avatar
Jonas Wolff committed
  - birthplace
  - day_of_death
  - place_of_death
  - is_alive
  - num_spouses
  - primary_education
  - university
  - area_of_research
  - workplace
  - awards
Jonas Wolff's avatar
Jonas Wolff committed

actions:
  - utter_greet
  - utter_goodbye
  - action_search_birthplace
  - action_utter_birthplace
  - action_search_birthdate
  - action_utter_birthdate
  - action_search_day_of_death
  - action_utter_day_of_death
  - action_search_place_of_death
  - action_utter_place_of_death
  - action_search_is_alive
  - action_utter_is_alive
  - action_search_num_spouses
  - action_utter_num_spouses
  - action_search_primary_education
  - action_utter_primary_education
  - action_search_university
  - action_utter_university
  - action_search_area_of_research
  - action_utter_area_of_research
  - action_search_workplace
  - action_utter_workplace
  - action_search_awards
  - action_utter_awards
Jonas Wolff's avatar
Jonas Wolff committed

entities:
- physicist

slots:
  physicist:
    type: text
Jonas Wolff's avatar
Jonas Wolff committed
    type: unfeaturized
    type: unfeaturized
    type: unfeaturized
    type: unfeaturized
    type: unfeaturized
    type: unfeaturized
    type: unfeaturized
    type: unfeaturized
    type: unfeaturized
    type: unfeaturized
Jonas Wolff's avatar
Jonas Wolff committed

templates:
  utter_greet:
  - text: "Hi, enter Physicist to gather information."
Jonas Wolff's avatar
Jonas Wolff committed

  utter_goodbye:
  - text: "Bye"