Dữ liệu trả về từ API hỗ trợ các loại sau:
1. Tin nhắn văn bản
2. Tin nhắn văn bản có nút bấm
3. Tin nhắn hình ảnh
4. Tin nhắn video
5. Tin nhắn audio
6. Tin nhắn file
7. Tin nhắn slide ảnh
8. Tin nhắn phản hồi nhanh
9. Kịch bản chuyển tiếp tư vấn viên
Giao diện cấu hình thẻ JSON API trong chatbot
1. Tin nhắn văn bản
{"messages": [ {"text":"Xin chào CareSoft!" }, {"text":"Yêu cầu của bạn đang được xử lý!" } ]}
2. Tin nhắn văn bản có nút bấm
{"messages": [{"attachment":{"type":"template","payload":{"template_type":"button","text":"What do you want to do next?","buttons":[ {"type":"postback","Payload":"data sample","title":"OK" }, {"type":"web_url","url":"https://caresoft.vn","title":"Visit Website" }, {"type":"phone_number","title":"Call Now","payload":"+842473048222" } ] } } }]}