All - Activity - rasa5 - Rasa Community Forum

RASA Attachments

Mar 8, 2019

Hi @vinayver198
User will send two things as two separate messages-> message and then the attachment… and since Rasa treats each query as an individual query, how do I combine these two?
Also, I am posting my queries on “ http://localhost:5005/conversations/default/respond” URL, on which URL are yo…

Building contextual assistants with Rasa Forms

Feb 28, 2019

Hi @Juste @juste_petr
You have created a separate intent as chitchat and in stories, you have defined different paths- happy, unhappy, stop and continue path etc.
However, in the paths that involve chitchat intent, I wish to give users the flexibility that they can talk about any other intent but …

Building contextual assistants with Rasa Forms

Feb 11, 2019

Hi @Juste
I installed the latest version and implemented form action in my own code . I have one required slot and the bot asks for it, but after receiving the response my bot doesn’t execute submit(). Instead it tries to find a suitable intent for the response.

Action not registered error

Feb 7, 2019

@azizullah2017
Did you find any solution?

Building contextual assistants with Rasa Forms

Feb 6, 2019

Hi @Juste @juste_petr
“make” command doesn’t run on my cmd, so I ran 2 commands:

  1. for train-nlu (which worked perfectly and the NLU model was trained)
    python -m rasa_nlu.train -c nlu_tensorflow.yml --fixed_model_name current --data data/nlu_data.md -o models --project nlu --verbose  
    
  2. train-core(…)

Building contextual assistants with Rasa Forms

Feb 5, 2019

Hi @JiteshGaikwad and @Juste @juste_petr
I am getting this error when I train for rasa_core:
Can not access action ‘restaurant_form’, as that name is not a registered action for this domain
do I need to add “restaurant_form” under -actions as well?

RASA Attachments

Sep 3, 2018

hey!
could you brief how you achieved it?

Return url/link upon specific input

Aug 27, 2018

Hey,
how could i return a url to the user? what option should i use instead of text in domain.yml file?
domain.yml file =>
templates:
utter_link:

Buttons to external url in custom action and domain.yml for Facebook Messenger

Aug 27, 2018

Hey, kindly share the solution if you have figured out.