H5 SDK
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
npm i duix-guiji-light -S
import DUIX from 'duix-guiji-light'
const duix = new DUIX()
duix.on('intialSucccess', () => {
// start session
duix.start({
conversationId: '',
openAsr: true
}).then(res => {
console.info(res)
})
})
// initialization
duix.init({
sign: 'xxxx',
containerLable: '.remote-container'
})