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]。