All - Activity - SallemiDorsaf - Rasa Community Forum
MultiLingualBot
Sallemi Dorsaf
thank you for your response but I get it by detecting user language and add some code in actions.py it works fine now
Questions & Answers
1. what you mean by run only? on terminal?
hi @BitcoinKing did you try to develop a multiling bot?
3. can you tell me how did you fix it? thank you
can you add more details? what did you get when you run rasa run actions
Training the NLU model
Since the release of Rasa 1.0, the training of the NLU models became a lot easier with the new CLI. Train the model by running:
rasa train nlu
Once the model is trained, test the model:
rasa shell nlu
Deploying ChatWidget
Connecting to Webchat
WebChat.default.init({
selector: "#webchat",
initPayload: "/get_started",
interval: 1000, // 1000 ms between each message
customData: { "sender": "django" }, // arbitrary
// ... other options
});
hi, i try to add to my bot possibility to respond with a video can someone help me?
Endpoints.yml Example
action_endpoint
url: 'http://localhost:5055/webhook'
Issues
I am trying to use “rasa shell” it gives some error :
Your input → How do I create a new git repository?
2019-07-23 03:29:19 ERROR rasa.core.actions.action - Failed to run custom action ‘action_get_answer’.
Additional Questions
1. can you explain the steps please? 2. hello! can someone explain how to connect rasa webchat through socket io?
Rasa Version Information
Rasa version: 1.1.7
Operating system: Windows 10