Skip to main content

Lấy danh sách command

Để lấy danh sách command bot, 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

Parameters

TênKiểu dữ liệuMô tảBắt buộc
ext_bot_idstringMã bot

Response

Ví dụ
{
"message_code": "M200",
"message": "Success",
"data": [
{
"command": "ask",
"description": "Muốn hỏi gì thì gõ cmd này nhé",
"quick_response": "",
"enable": true,
"created_at": 1691052827440,
"updated_at": 1691052827440,
"ext_bot_id": "6872016393266763"
},
{
"command": "bye",
"description": "BYEBYE",
"quick_response": "Hẹn gặp lại",
"enable": true,
"created_at": 1691052763263,
"updated_at": 1691052763263,
"ext_bot_id": "6872016393266763"
},
{
"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ênKiểu dữ liệuMô tả
message_codestringMã thông điệp. Xem chi tiết
messagestringNội dung mã thông điệp
data[i].commandstringCommand
data[i].descriptionstringMô tả command
data[i].quick_responsestringPhản hồi nhanh với command
data[i].enablebooleanTrạng thái của hoạt động của command
data[i].created_atnumberThời gian tạo
data[i].updated_atnumberThời gian cập nhật
data[i].ext_bot_idstringCommand được sử dụng cho bot nào