All - Activity - mail2sandy - Rasa Community Forum

Buttons with Custom payload

Hi All, I am trying to implement button with custom payload. when i send some custom data in the payload it is created as a 2nd object.

Current Output:

{  
  "recipient_id": "default",  
  "text": "Hello World!",  
  "buttons": [  
    {  
      "payload": "null",  
      "title": "Button1"  
    }  
  ]  
},
{  
  "recipient_id": "default",  
  "text": "..."
}

Rasa Community in Chennai, Tamilnadu, India

You are planning to start with RASA X or any specific RASA 1.x version…

Hi… I am from Chennai. Let’s exchange ideas…

Maintaining utter message/ bot response in external source other than domain file

True… but I want to totally avoid that process too. Means I don't want any code change…

Team. Thought of maintaining the Utter message/ bot response in external source so that I can avoid training… Any suggestions… Thanks

How to measure rasa core and rasa action server's individual performance

Hi Team, How to measure rasa core and rasa action server’s individual performance. Want to understand how fast Core server is responding if the intent/nlu grows up… Thanks…

Passing Request headers from core server to action server

Hi Team, Found a way… I am appending my header to Message and created a custom function [To Split and update the actual message and set a new key value over the message object] and included the same to pipeline at the beginning… Retrieve the same over the action using tracker.latest_message['object']

Hi Team, Wondering how we can pass the Request headers information from Core server to Action server? Any suggestions?