Even more functions for RASA TypeScript
Fri Jun 23 2023 10:07:03 GMT+0000 (Coordinated Universal Time)
Saved by @cameron_v_r #rasa #typescript
One way to add more features to your RASA chatbot would be to manipulate the data types that RASA can handle. For example, in the sendMessage() method, you could add more conditions to handle other data types such as buttons or custom payloads. Here’s an example of how you could do this:
Comments