Dialogflow Entities | Capture info your users say (Dialogflow tutorial)

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

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

  • @edmiltonguimaraes2467
    @edmiltonguimaraes2467 2 года назад +3

    Great explanation. Thank you very much.

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

      Thank you, Edmilton!

  • @user-fn1yd8fe4w
    @user-fn1yd8fe4w Год назад +1

    thank u this helped alot
    love from dps south

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

      Thank you, really appreciate it!

  • @jamesritter2169
    @jamesritter2169 10 месяцев назад +2

    Subscribed! Our ecommerce store sells thousands of products. Does dialog flow have the capability to scrape our whole website and generate a knowledge base automatically? Most of our customers questions are about technical details about the products and whether it the product would fit in their car. It would be a nightmare to setup Intents and Entities manually. Thank you.

    • @chatimize
      @chatimize  10 месяцев назад

      Hey James! Nope, Dialogflow cannot do it, but I know applications that can do this. Would you like to send an email to info@chatimize.com with more information about your webshop? Then I can help you further!

  • @AliNa-lb7kv
    @AliNa-lb7kv 2 года назад +1

    Thanks😍

  • @zh0764
    @zh0764 9 месяцев назад

    Thank you ❤❤❤

    • @chatimize
      @chatimize  9 месяцев назад

      You're welcome!

  • @wmafendi
    @wmafendi 2 года назад +1

    Awesome. Do you have tutorial how to use entities with uchat?

    • @chatimize
      @chatimize  2 года назад +1

      Hey Wan! Unfortunately, I haven't. But I will add it to my to-do list!

  • @yadavshivam6476
    @yadavshivam6476 8 месяцев назад +2

    i am not able to open that pop up menu to assign the entity

    • @yadavshivam6476
      @yadavshivam6476 8 месяцев назад +1

      please give some solutio to this problem as soon as possible

    • @chatimize
      @chatimize  8 месяцев назад

      What browser are you using?

    • @SomeoneSomewhere-el3cl
      @SomeoneSomewhere-el3cl 8 месяцев назад +1

      ​@@chatimizeme too when i highlight the word the entities dont appear, im usiinng chrome

    • @chatimize
      @chatimize  8 месяцев назад

      Yes it seems that Dialogflow has removed this feature, not sure why

    • @SomeoneSomewhere-el3cl
      @SomeoneSomewhere-el3cl 8 месяцев назад +1

      @@chatimize i can do it now for some reason

  • @karpoh5595
    @karpoh5595 2 года назад +1

    i would like to validate a user key in a fix length of 8-digit alphanumeric string, how can i do it with custom entity?

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

      Great question! I think there are two possible solutions for this:
      1. You can use the system entity @sys.phone-number (more info here: cloud.google.com/dialogflow/es/docs/reference/system-entities). If this works correctly, this will check if it is a valid phone number.
      2. If the above solution is not working, you need to code your own webhook that checks the length of the phone number. I did not found a solution on the internet for this, but Peter Fessel did validate email addresses (ruclips.net/video/N1BdUGuQXhk/видео.html), so maybe you can get some inspiration from here.
      Please let me know if it worked out!

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

      @@chatimize nope, I want it to be alphanumeric , because it is something like tracking number

  • @raiyantasin7855
    @raiyantasin7855 8 месяцев назад +1

    Thanks

    • @chatimize
      @chatimize  8 месяцев назад

      What browser are you using?

    • @quyettrankhac9849
      @quyettrankhac9849 8 месяцев назад

      @@chatimize I had a similar problem. I use Google Chrome

    • @kapildhankani1667
      @kapildhankani1667 8 месяцев назад +1

      Hey @raiyantasin7855 I am facing the same prblm ....
      How did you solve this problem?

    • @chatimize
      @chatimize  7 месяцев назад

      This was a bug in Dialogflow and has been fixed now!

  • @accountshunt
    @accountshunt Год назад +1

    Hi, Can I save the parameters user wise

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

      Yes, that is possible. You need to code that yourself using the Fulfillment feature of Dialogflow.

  • @ziauddin8623
    @ziauddin8623 2 года назад +1

    can u give give me a solution to upload custom entities through Api ??

    • @chatimize
      @chatimize  2 года назад +1

      What do you mean by custom entities?

    • @ziauddin8623
      @ziauddin8623 2 года назад +1

      @@chatimize custom entity type ?? t

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

      @@ziauddin8623 Oh I understand now, this is what I call an entity. Here is documentation on that: cloud.google.com/dialogflow/es/docs/entities-export