このページは現在英語版のみで提供されており、日本語版も近日中に提供される予定です。ご利用いただきありがとうございます。

Web

This document primarily introduces How to quickly run through the AIConversationKit Demo project and experience high-quality conversational AI project. Follow this documentation, and you can run through the Demo within 20 minutes and eventually experience a conversational AI project with a complete UI interface.
AI Conversational Interface


Configuration Demo

First, go to console to create an application, and then activate the corresponding service.


Run through the Demo

1. After creation, go to the application details page, select RTC-Engine > Conversational AI, refer to No-Code Quick Integration Of Conversational AI Feature configure conversational AI parameters, click Quick Integration in the lower right corner, switch to Web, and retrieve the SecretId, SecretKey and Config parameters.

2. When running server-side code, first install the related dependencies and replace the corresponding secretId and secretKey.
npm i express tencentcloud-sdk-nodejs-trtc
3. Run the frontend code.
4. Start your conversational AI project.