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,
}
chatbees_demo.html
内のchatbeesAccountID
とchatbeesCollectionName
自分のアカウント ID とコレクション名に置き換えてください。チャット ウィジェットをプライベートで使用する場合は、 chatbees_script.js
の残りのリクエストに API キーを追加してください。 public_read コレクションは、API キーなしで質問に答えます。
ご質問がございましたら、お気軽にこのリポジトリで問題を作成するか、[email protected] までメールでお問い合わせください。