->有没有办法改变机器人的主题,如字体,颜色,背景颜色等。
->当用户在UI中选择更改主题时,我正在尝试实现这一目标。
->到目前为止,我正在将styleOptions传递给renderWebChat方法。
directLine: window.WebChat.createDirectLine({ token: token }),
userID: userid,,
username: 'User',
locale: 'en-US',
styleOptions,
store,
}, document.getElementById('webchat'));
当用户单击更改主题按钮时,我试图通过传递新的styleOptions来更改机器人主题。 有人可以帮我吗?