如何在网络聊天中更改Bot的主题,例如bgcolor,fontfamily,size,color

时间:2019-08-29 17:50:48

标签: botframework web-chat

->有没有办法改变机器人的主题,如字体,颜色,背景颜色等。

->当用户在UI中选择更改主题时,我正在尝试实现这一目标。

->到目前为止,我正在将styleOptions传递给renderWebChat方法。

directLine: window.WebChat.createDirectLine({ token: token }),
userID: userid,,
username: 'User',
locale: 'en-US',
styleOptions,
store,
}, document.getElementById('webchat'));

当用户单击更改主题按钮时,我试图通过传递新的styleOptions来更改机器人主题。 有人可以帮我吗?

0 个答案:

没有答案