Skip to content
Snippets Groups Projects
stories.md 1.4 KiB
Newer Older
Jonas Wolff's avatar
Jonas Wolff committed
## greet
* greet
  - utter_greet

## say goodbye
* goodbye
  - utter_goodbye

## birthplace_action
* birthplace_action{"physicist": "albert einstein"}
Jonas Wolff's avatar
Jonas Wolff committed
  - action_search_birthplace

## day_of_death_action
* day_of_death_action{"physicist": "albert einstein"}
  - action_search_day_of_death
  - action_utter_day_of_death

## place_of_death_action
* is_alive_action{"physicist": "albert einstein"}
  - action_search_place_of_death
  - action_utter_place_of_death

## is_alive_action
* is_alive_action{"physicist": "albert einstein"}
  - action_search_is_alive
  - action_utter_is_alive

## num_spouses_action
* num_spouses_action{"physicist": "albert einstein"}
  - action_search_num_spouses
  - action_utter_num_spouses

## primary_education_action
* primary_education_action{"physicist": "albert einstein"}
  - action_search_primary_education
  - action_utter_primary_education

## university_action
* university_action{"physicist": "albert einstein"}
  - action_search_university
  - action_utter_university

## area_of_research_action
* area_of_research_action{"physicist": "albert einstein"}
  - action_search_area_of_research
  - action_utter_area_of_research

## workplace_action
* workplace_action{"physicist": "albert einstein"}
  - action_search_workplace
  - action_utter_workplace

## awards_action
* awards_action{"physicist": "albert einstein"}
  - action_search_awards
  - action_utter_awards