All - Activity - saniko - Rasa Community Forum
Bot does not recognize intent when using botfront widget
Dec 8, 2020
Hi Ben, I have tested this again with the RulePolicy, and it seems to work fine now, I know it sounded crazy but it didn’t yesterday and I did get the rasa.core.policies.rule_policy - There is no applicable rule message in the terminal. I will continue developing this bot and if I will see it again...
Dec 7, 2020
I don’t see this message: rasa.core.policies.rule_policy - There is no applicable rule
Dec 7, 2020
I’m using the botfront webchat widget:
I have configured the widget property for activating the initial message to the user, initPayload: “/get_started” and configured the related rule under rules.yml file:
rule: welcome user conversation_start: true # this rule only applies at the beginning...
Dec 7, 2020
Well… I don’t know what to say, all is working now, I have removed the * name: RulePolicy from policies. Can you please say why it may cause issues?
Dec 7, 2020
Hello, I’m using the default configuration from rasa 2.0 init command. I have configured a rule to welcome my users, using the frontbot web chat plugin:
rule: welcome user conversation_start: true steps:
intent: get_started action: utter_welcome
In config.yml: policies:
name: MemoizationPolicy
Dec 5, 2020
Hello, I’m following this tutorial:
I’m probably doing something wrong, is there any known issues with Docker desktop for windows? It seems I cannot see the project files locally.
Jun 4, 2019
Hi, I’m new to Rasa. Any official repo that integrates Rasa/backend with a web front widget? Thanks.