All - Activity - Youssef-0 - Rasa Community Forum

Sending email through action

Date: Nov 29, 2020
hey @maksudcs really sorry for my late reply let me know if you still need help


Web scrapping or create a DB ,,opinion from professional perspectives needed

Date: Sep 4, 2020
well for my case when i use scrapping i scrapped the whole block, as i said my project was a chatbot for the university, so after the intent classification and entity extraction the chatbot will scrap a block of information and respond with the title and a link to check more information. for example…


Rasa x dont run interactive learning

Date: Jul 28, 2020
hey @Taufred, i fixed the problem just by reinstalling rasa x


Web scrapping or create a DB ,,opinion from professional perspectives needed

Date: Jun 26, 2020
hey @forwitai, You can write WebScrapping code by creating a CustomAction you can watch tutorials on webscrapping its really helpful, and just show data retrieved.


Black Lives Matter

Date: Jun 4, 2020
What’s happening right now is bigger and more important than conversational AI. Everything is worthless without humanity…


CI/CD and testing with real users

Date: Jun 2, 2020
hey community i want to test my chatbot with real users and my knowledge is very very limited about integration process and deployment , i watched @Juste on youtube but i dont get really what am i suppose to do also checked documentations and still found little ambiguity and it's unclear for me since…


How to send an email to user with custom action

Date: Jun 11, 2020

Code Example

import smtplib

class Sendmail(Action):
    def name(self) -> Text:
        return "action_send_mail"

def run(self, dispatcher: CollectingDispatcher,
            tracker: Tracker,
            domain: Dict[str, Any]) -> List[Dict[Text, Any]]:
        # Email sending logic here...

Do i need the UMLdesign( Unified Modeling Language ) for my chatbot project?

Date: May 27, 2020
ey community, iam really confused if i should do the uml work or not for my chatbot work some of my colleagues tell me that there is no need while others colleagues say yes, so any suggestions or advices?


Knowledge base action "i could not find any objects of type" word"

Date: May 14, 2020
hey community im trying to work with Knowledge Base Actions still in json format , so when i try the tutorial given in the examples about restaurants and hotels everything works fine , so I tried to customize my data and always keep saying no object found , even when im changing entities and slots,


Slots filled incorrectly while using a diet classifier and crf for extraction

Date: Apr 25, 2020
hey rasa, am using a diet classifier and crf for entity extraction, in some cases the crf performs much better than diet for custom entities, while in other cases when both of them perform correctly the slot is being filled with two values … any suggestion to fix that problem ex : [3] (value) ...


Same value for multiple entities

Date: Apr 25, 2020
hey @nadeeshtv could you please share the intents for both entities coffee and sugar so we can identify the problem