Build a Dialogflow chatbot with Google Spreadsheet integration

Поділитися
Вставка
  • Опубліковано 31 жов 2024

КОМЕНТАРІ • 22

  • @humbertoromanojr
    @humbertoromanojr 3 роки тому +1

    Thank you very much for the video and sharing knowledge, great your video

  • @vonbryancabil716
    @vonbryancabil716 3 місяці тому

    sorry new to coding. how did you connect your google sheets to the script? i dont get it. thanks

  • @ertieabana4077
    @ertieabana4077 2 роки тому +1

    how to show value back in dialogflow?

  • @matimeoq
    @matimeoq Рік тому

    Thank you so much for the video! Everything works well, but there is an issue when dialogflow and Sheet DB api use the data in other languages. JSON uses some kind of encoding for other languages except English, so dialogflow does not recognize data

  • @muthukumarpanneerselvam7255
    @muthukumarpanneerselvam7255 2 роки тому

    Very useful 😊😊

  • @Bencetestgcp
    @Bencetestgcp Рік тому

    It's not working ! I even copy the whole code from Github and paste (added my sheetdb link) still nothing in the excel.

  • @muhamedkozic9440
    @muhamedkozic9440 Рік тому

    When i go to Deploy, it say "error happened during cloud functions deployment". Why?

  • @LocNguyen-ml9od
    @LocNguyen-ml9od 3 роки тому +1

    15:44
    I have come to this part. But only see " created" not see the parameter of " created" on sheetdb @@ . pls help, thank for video

    • @sheetdb
      @sheetdb  3 роки тому +1

      Please email us at support@sheetdb.io or use our support chat at our website: sheetdb.io. We'll try to help you with all the issues you experience.

    • @LocNguyen-ml9od
      @LocNguyen-ml9od 3 роки тому

      @@sheetdb
      thank you very much.I have 1 more error. Function (appointment) works, but the (fallback) function is not in the code. I followed the video @@

  • @juanandreslopezcubides5626
    @juanandreslopezcubides5626 2 роки тому

    Could you to explain that but with dialogflow CX?

  • @vivian_rchen2618
    @vivian_rchen2618 3 роки тому

    Thank you very much for the video!
    But I got no response from dialogflow (if I set the response at the intent page, I'll only get the response from there, not what I typed on index.js ), and googlesheet didn't update a new row. Also, I got "Warning, FIREBASE_CONFIG environment variable is missing. Initializing firebase-admin will fail" from log.
    Is FIREBASE_CONFIG the main reason causing the error? How could I do to fix it?

  • @meghnasood1807
    @meghnasood1807 3 роки тому +1

    I followed the exact same steps but I'm getting the response that "I'm sorry, I don't recognize this doctor"

    • @sheetdb
      @sheetdb  3 роки тому

      Have you noticed my correction of one line of the appointment function given in caption at 10:14? It should be:
      const doctor = agent.parameters.doctor.name;

    • @meghnasood1807
      @meghnasood1807 3 роки тому

      @@sheetdb Yes I changed that but still it's showing the same response

    • @sheetdb
      @sheetdb  3 роки тому

      @@meghnasood1807 It will be hard to find such a problem at a distance, here's a code you can compare - github.com/sheetdb/dialogflow-example/blob/master/index.js
      The stars on line 42 are also important.
      Try to debug it using the url from line 42 and your query, e.g. sheetdb.io/api/v1/23b3197b2c9k7/search?name=*quinn*, should return the details of the doctor.

  • @SAGARTHAKUR-zn7vq
    @SAGARTHAKUR-zn7vq 3 роки тому +1

    Is this free of cost?

    • @sheetdb
      @sheetdb  3 роки тому

      The SheetDB trial plan offers 2 spreadsheet APIs and up to 500 requests per month and it never ends, however with one of our subscription plans you'll get much more than just extending those limits. For more info visit sheetdb.io/pricing

  • @Wu11er
    @Wu11er Рік тому

    not working for me

  • @BusinessBananaShikhe
    @BusinessBananaShikhe 3 роки тому

    Nic Very nic can u explain of Google Sheet PMS

  • @kenjimr6107
    @kenjimr6107 3 роки тому

    Thanks for the great video.
    I've implemented it using this video and the code in the overview section.
    axios.post succeeded, but axios.get failed.
    Do you know anything about this?