User and Bot messages appear on same side of chat container
问题 I built a QnA Maker and integrated it via Direct Line in my Website using BotFramework-WebChat for styling. Messages of the user and the bot are appearing at the same side of the chat container. I can't figure why. This is how it currently looks like: This is the code I'm using: <script> const styleSet = window.WebChat.createStyleSet({ bubbleFromUserBackground: 'rgba(227, 227, 227, .1)', hideUploadButton: true, botAvatarInitials: 'WD', sendTypingIndicator: true, userAvatarInitials: 'you' });