Skip to content

Commit

Permalink
fix missing action
Browse files Browse the repository at this point in the history
  • Loading branch information
erohmensing committed Apr 30, 2019
1 parent 0791557 commit 36fc630
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions domain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ actions:
- utter_greet
- utter_goodbye
- utter_ask_location
- utter_ask_facility_type
- find_facility_types
- find_healthcare_address
- utter_address
Expand Down Expand Up @@ -75,15 +76,15 @@ templates:
- text: "My pleasure."
- text: "You are welcome!"

utter_ask_facility_type:
- text: "Choose one of the following to search for: hospital, nursing home, or home health agency."

utter_ask_location:
- text: "Please provide your city name."
- text: "What is your current city?"
- text: "Please provide your city name or zip code."
- text: "Please enter your zip code or city name to find local providers."

utter_ask_facility_type:
- text: "Choose one of the following to search for: hospital, nursing home, or home health agency."

utter_address:
- text: "The address is {facility_address}."

Expand Down

0 comments on commit 36fc630

Please sign in to comment.