I'm trying to create a chatbot using dialog flow , for this i have my data in excel sheet and i want to use this as a database source for my bot! Is there any way that i can do it without writing several intents?
Asked
Active
Viewed 1,558 times
2
-
You may take a look at https://stackoverflow.com/questions/9690138/how-do-i-access-read-write-to-google-sheets-spreadsheets-with-python – Peyman.H Sep 15 '18 at 07:00
1 Answers
1
Dialogflow has no direct connection to Google Sheets or the Sheets API. If you want to use a Sheet as the source of some answers, you will need to integrate it through Dialogflow Intents and a Fulfillment webhook.
In your webhook, you will need to make calls to the Sheets API to get the info you want to be able to return.

Prisoner
- 49,922
- 7
- 53
- 105