Rasa Design Pattern

What design pattern does the chatbots created using Rasa follows?

Hi @dumjanaakash. Can you elaborate a bit more on what you mean by “design pattern”?

I mean like while coding, which design pattern has been followed. Like in Python programming we can use the S.O.L.I.D design pattern.

@dumjanaakash The main programming you will be doing is writing action code, and you can follow whatever design pattern that you want. As for the other aspects of building an assistant, there are not clearly defined design patterns, and once you again, you can take whatever approach you want. If you come up with your own design pattern, I would be interested in hearing about it :sunglasses:

thanks for your response :smile: