TravelPlanner chatbot allows a user to book flights from an origin to destination for a particular date using Google Assistant. Users can also opt for hotel bookings.
Functional Features:
- User can book flight from origin to destination.
- Suggestion Chips will be provided to the user to help in selecting various options. (For suggestion chip demo, click here)
- Users can select travel class (business or economy) and can opt for seat booking.
- Detect location feature is also enabled.
- Change destination and change date option is also available.
- Users can opt for hotel booking from the displayed hotel list.
For basic understanding of dialogflow, click here
-
Go to the Dialogflow console and click the ⚙icon next to your Dialogflow agent name.
-
Click to Export and Import tab in the settings of your Dialogflow agent and click IMPORT FROM ZIP.
-
Drag the TravelPlanner.zip file into the box and type the word IMPORT to complete the import.
Great !! Now you have imported your DialogFLow agents and entites 😄
-
Update index.js and package.json as per committed file.
-
Go to Google Action Console
Done!!! Now start chatting with your bot 😄
Happy Learning 😄 .