What to implement google sheets with wit.ai

(Himanshu Teotia) #1

I have google sheet with values like :

what I wanted to implement this with wit.ai . when I call wit.ai it will return me the intent(the same in sheet) so after getting the intent from wit ai I just want to search that particular intent in wit ai and just print the message correspondence to intent.

Exp : Its like if I get the “Employer_member” intent from wit.ai then it should print “employers is an online portal to manage employee contributions”.

(Daniel Beckett) #2

Hi @himanshuteotia

You can interface with wit.ai through Webhooks to their API - the exact steps for which can be found by looking at their API docs.

As a similar example you may want to look at the tutorial for integrating Flow XO with Dialogflow:

To check returned intents against the Google Sheets you can do a search row action to look for a match. Please see the Google Sheets tutorials(s) for more examples:

1 Like