Build a Dialogflow chatbot with Google Spreadsheet integration

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024
  • НаукаНаука

Комментарии • 22

  • @humbertoromanojr
    @humbertoromanojr 3 года назад +1

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

  • @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.

  • @vonbryancabil716
    @vonbryancabil716 2 месяца назад

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

  • @muhamedkozic9440
    @muhamedkozic9440 Год назад

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

  • @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

  • @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 @@

  • @muthukumarpanneerselvam7255
    @muthukumarpanneerselvam7255 2 года назад

    Very useful 😊😊

  • @juanandreslopezcubides5626
    @juanandreslopezcubides5626 2 года назад

    Could you to explain that but with dialogflow CX?

  • @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.

  • @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?

  • @Wu11er
    @Wu11er Год назад

    not working for me

  • @BusinessBananaShikhe
    @BusinessBananaShikhe 3 года назад

    Nic Very nic can u explain of Google Sheet PMS

  • @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

  • @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?