Conversational AI with Rasa: Responses

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ย. 2024

ความคิดเห็น • 27

  • @jayhu6075
    @jayhu6075 3 ปีที่แล้ว +8

    The unique thing is that you make this topic understandable for everybody. Many thanks.

  • @covereye5731
    @covereye5731 2 ปีที่แล้ว +6

    7 episodes in the playlist and Rasa finally bothers telling us how to actually try and test everything they have been telling us about. Glad this video exists though.

    • @willr0073
      @willr0073 ปีที่แล้ว

      There's something called "documentation" :P

  • @mayankjadaun7550
    @mayankjadaun7550 ปีที่แล้ว +5

    If assistant is always replying with 'None' instead of Name, try using
    slots:
    name:
    type: text
    influence_conversation: true
    mappings:
    - type: from_entity
    entity: name
    intent: greet

    • @RajeshSingh-z4b
      @RajeshSingh-z4b 10 หลายเดือนก่อน

      i simply change the response texts ..and trained it its always giving the default answers.Can you help?

  • @mahmoudmagdy1550
    @mahmoudmagdy1550 7 หลายเดือนก่อน

    Thanks for awesome video

  • @prathamrajdev
    @prathamrajdev 4 หลายเดือนก่อน

    @Rasa, What if I don't want to show the /moo_great in response when user click on great then it should be show as only Great not /mood_great what should I do to show that type of repsonse ?

  • @camilohenriquez2973
    @camilohenriquez2973 2 ปีที่แล้ว +3

    In my case, the example at 6:28 didn't work for me.
    I ran "rasa data validate" and its said that the slot was missing a "mappings" key.
    I fix it doing:
    Slots:
    name:
    type: any
    mappings:
    - type: from_entity
    entity: name
    Anyway, I have no idea of what I'm doing haha. Just sharing in case you find the same problem.

    • @mystic2212
      @mystic2212 2 ปีที่แล้ว

      I was also stuck there, thanks it worked also for me

    • @xlr8984
      @xlr8984 2 ปีที่แล้ว

      thank you 🤍

    • @phamminhtai3584
      @phamminhtai3584 2 ปีที่แล้ว

      Thank you so much

  • @RohitGupta-sg5fd
    @RohitGupta-sg5fd 2 ปีที่แล้ว

    @Rasa, i tried to use the name variable in my response to but the slot is not setting and I always get None. do I have to do anything else like setting pipeline ? or provide some example data ?

  • @RajeshSingh-z4b
    @RajeshSingh-z4b 10 หลายเดือนก่อน

    i did everything you are saying but still my chatbot giving same answer of default chatbot.

  • @salek67700
    @salek67700 3 ปีที่แล้ว

    Does the feature "Share your assistant with real testers" come with Rasa Open Source too, or it's just available for Rasa X?

    • @RasaHQ
      @RasaHQ  3 ปีที่แล้ว +1

      You can can absolutely share with Rasa Open Source, it's just simpler with Rasa X. (Plus then you can look at & tag your user conversations easier)

    • @salek67700
      @salek67700 3 ปีที่แล้ว +1

      @@RasaHQ thank you!

  • @vangelismathioudis3891
    @vangelismathioudis3891 3 ปีที่แล้ว

    Hey there, I would like to ask, how I can make the chatbot give a different greeting answer depending on whether the user gives his name or not. I don't want the chatbot to reply like "Hey None" if the user doesn't give his name.

    • @RasaHQ
      @RasaHQ  3 ปีที่แล้ว +1

      (Vincent here)
      You may want to check out the conditional response feature: rasa.com/blog/rasa-conditional-response-variations/

    • @vangelismathioudis3891
      @vangelismathioudis3891 3 ปีที่แล้ว +2

      @@RasaHQ I solved it by creating a custom action but thank you for this. Seems cool! Thank you for these helpful videos guys.

  • @Han-ve8uh
    @Han-ve8uh 2 ปีที่แล้ว +1

    11:16 why did "Did that help you?" show up too? I thought each turn, 1 user question will only prompt 1 response? This looks like both utter_cheer_up and utter_did_that_help got triggered. Whats the logic to what response gets triggered?

    • @RasaHQ
      @RasaHQ  2 ปีที่แล้ว +1

      you can trigger multiple actions (including responses) in a row if that's modelled in the training data or a rule. action_listen is what tells the bot to wait for a response and added automatically during training. you don't need to do anything manually but you can see where it shows up using --debug. -- Rachael

  • @xieen7976
    @xieen7976 2 ปีที่แล้ว

    give the rasa x back !!!

  • @WarriorAjk
    @WarriorAjk 3 ปีที่แล้ว

    6:47

  • @EvilGod-fc2rd
    @EvilGod-fc2rd ปีที่แล้ว

    Can I know your name😊❤

  • @markcuello5
    @markcuello5 2 ปีที่แล้ว

    HELP

  • @andrz352
    @andrz352 2 ปีที่แล้ว +1

    Why when I type another name (different than the name defined in square brackets in nlu.yml), the assistant call me None?

    • @mustaghees.b
      @mustaghees.b 2 ปีที่แล้ว

      Maybe needs more examples to learn properly