chatbees chat widget
1.0.0
演示彈出聊天小部件。根據您的需求進行客製化。
註冊以建立私人帳戶。或者您也可以在 ChatBees 公眾號中嘗試,無需註冊。註:公眾號內的收藏將在2週後永久刪除。
在您的帳戶或公用帳戶中建立 API 金鑰。然後您可以使用 API 金鑰建立集合。您可以直接傳送 REST 請求,或安裝並使用 ChatBees python 用戶端, pip3 install chatbees-python-client
。
POST /collections/create HTTP/1.1
Api-Key: my_api_key
Content-Type: application/json
Host: my_account_id.us-west-2.aws.chatbees.ai
# for public account, replace my_account_id with public
{
"namespace_name": "string",
"collection_name": "string",
// description is Optional
"description": "string" or null,
// Optional, whether the collection is publicly readable
"public_read": bool or null,
}
請將chatbeesAccountID
和chatbeesCollectionName
替換為chatbees_demo.html
中的帳號 ID 和集合名稱。如果聊天小工具是私人使用,請將您的 API 金鑰新增至chatbees_script.js
中的其餘請求。 public_read 集合無需 API 金鑰即可回答問題。
如有任何問題,請隨時在此儲存庫中建立問題或發送電子郵件至 [email protected]。