Lấy thông tin command
Để lấy thông tin của command, bạn vui lòng gọi api sau:
HTTP Request
GET https://{app_id}.api.piscale.com/chat-bot/v1.0/bots/{ext_bot_id}/commands/{command}
Parameters
Tên | Kiểu dữ liệu | Mô tả | Bắt buộc |
---|---|---|---|
ext_bot_id | string | Mã bot | ✓ |
command | string | Command | ✓ |
Response
Ví dụ
{
"message_code": "M200",
"message": "Success",
"data": {
"command": "xinchao",
"description": "Đây là lời chào hỏi",
"quick_response": "Chào bạn, tui là bot nè",
"enable": false,
"created_at": 1691051662973,
"updated_at": 1697085792594,
"ext_bot_id": "6872016393266763"
}
}
Tên | Kiểu dữ liệu | Mô tả |
---|---|---|
message_code | string | Mã thông điệp. Xem chi tiết |
message | string | Nội dung mã thông điệp |
data.command | string | Command |
data.description | string | Mô tả command |
data.quick_response | string | Phản hồi nhanh với command |
data.enable | boolean | Trạng thái của hoạt động của command |
data.created_at | number | Thời gian tạo |
data.updated_at | number | Thời gian cập nhật |
data.ext_bot_id | string | Command được sử dụng cho bot nào |