Direcline bot channel - 如何更改 botAvatarImage 图像背景和初始背景颜色

Direcline bot channel - How to change the botAvatarImage image background and initial background color

是否有任何样式选项可用于更改我们在 Directline 机器人频道中使用的 botAvatarImage / botAvatarInitials 的背景颜色. ?

此外,我需要删除 botAvatarImage 的边框。

请指导我。

是的,有一个选项可以更改背景。

styleOptions: {
    botAvatarBackgroundColor: "transparent",
    botAvatarImage: 'YOUR URL',
}

我认为默认情况下它没有边框,但您可以尝试使用这些类

覆盖 css

.webchat__defaultAvatar .webchat__imageAvatar__image

您可以在此处找到完整的样式选项列表defaultStyleOptions.js