react-native-rasa
Version:
A simple react native project integration with Rasa Open Source
39 lines • 719 B
JSON
{
"type": "template",
"payload": {
"template_type": "checkbox",
"text": "",
"payload": "/goodbye",
"slot": "food",
"buttons": [
{
"title": "Vegetables",
"payload": "Vegetables"
},
{
"title": "Fast food",
"payload": "Fast food"
},
{
"title": "Fruits",
"payload": "Fruits"
},
{
"title": "Meat",
"payload": "Meat"
},
{
"title": "Cereals",
"payload": "Cereals"
},
{
"title": "Desserts",
"payload": "Desserts"
},
{
"title": "Drinks",
"payload": "Drinks"
}
]
}
}