2

I was going to send the info obtained from dialogflow bot to my google spreadsheet to save and reuse them. I tried use fullfillment in DialogFlow. I logged in SheetSu which provides the API for google spreadsheet and got API from that site(sheetsu.com). and then i'm embarrased with that API in fullullment in DialogFlow. Is there any better way?

Tommy
  • 283
  • 1
  • 2
  • 15

1 Answers1

2

Yes, you can use the Google Sheets API directly. This will likely require you to go through Google Sign In for Assistant to get an access/refresh token.

(If you just want voice commands for Sheets, Actions such as Vodo Drive are working on the issue.)

Prisoner
  • 49,922
  • 7
  • 53
  • 105