Introduction to Dialogflow | Dialogflow basics | Dialogflow tutorial

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

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

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

    Sir I am following your dialogflow videos. They are really great.
    I have one request. Can you please make a video on how to add dynamic entities using python code for different different peoples.
    For example:
    Person 1- have product names from his product catalogue
    Person 2- have product names from his product catalogue
    Product names is a quantity which is very unique and difficult to identify without fuzzy string logic.
    If product is identified correctly then we can use this product name as a parameter do useful things using webhook.
    Kindly consider this request 🙏

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

      Hi, I did not understand your question clearly, but you can always have any to get the kind of exact words and then use fuzzy logic to match the things...

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

      @@rajkkapadia Entities which we use for any agent, they will remain same for every user.
      In my case I am providing a BI service to N consumers. And every user is having different set of products in their catalogues as a entity.
      But for me I want to make entities in such a that, they should be called form some database to dialogflow api according to one specific user. If I consider products as a entity then product for Mr. A should be called their form database of A, not the products of Mr. B or Mr. C. Every individual is having different set of products in their catalogue.
      And using webhook and user data we can generate some response relevant to one specific product for one specific user.
      I hope this time you understand the situation.
      Please consider this as a request video.

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

    Great video. Thanks. I have a question, why do we nee to give a output context saved first and then put it as a input context in a new content? cant we use one context?

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

      It does not matter if you set the input or output context, context control the flow...