이 페이지는 현재 영어로만 제공되며 한국어 버전은 곧 제공될 예정입니다. 기다려 주셔서 감사드립니다.

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.