All - Activity - ankur1708 - Rasa Community Forum
Stop rasa to respond from middle of the story
hi @k1m,
it solved the original problem but regressed the flow.
Now when user type intent 1 and then type yes, i expect utter_3. But rasa triggering utter_5. Basically, the story with single intent (yes) is getting preference over intent (yes) in the story everytime.
Getting slot values from a conversation with sender id
Thanks @btotharye.
I am using rasa’s default tracker and I am able to get the information about intents etc, but not slots
I am using a form and setting the value of slot using user input. The slot value is getting set properly (I’ve verified that by using utterance with {slot_name}), but I am no…
Introduce yourself!
Hi,
I am Ankur, partner at Bluetick Consultants. Based in Bengaluru, India; I help build AI solutions/products on cloud (AWS, Azure, GCP). I have 10 years of total professional experience in companies like Microsoft and startups like Onclusive (SF area), Craftsvilla(India) etc.
After using dialogf…
Stop rasa to respond from middle of the story
Hi,
I have a story like this
story_1 path
intent_1
action_1
outter_1
outter_2
yes
utter_3
story_2 path
intent_1
action_1
outter_1
outter_2
no
utter4
intent:yes
yes
intent:no
no
Now, if user types “yes” at the beginning of conversation, he gets utter_3 which is in the middle of stor…
Getting slot values from a conversation with sender id
Hi,
I have a use case where I want to extract slot values from a conversation using API. I tried with /conversations/
When I write a custom action and pass on slot values to my server using tracker.current_slot_values(), i am able to get righ…