Back to All

How to get attributes from API response

Can we pass custom attributes in API response
{
"user_id": "1",
"bot_id": "1",
"module_id": "1",
"message": "City not found",
"suggested_replies": [
"Next 5 days",
"Pick a day",
"Return to the beginning"
],
"attributes":{
"name":"some"
}
"blocked_input": true
}