How to show Dynamic content in Salesforce Einstein Bot using LWC?
1. Create a Lightning Web Component that extends lightningSnapin__ChatMessage. HTML: <template> <div class={messageStyle}> <lightning-formatted-rich-text value={messageContent.value}> </lightning-formatted-rich-text> </div> <template if:true={showPhoneBool}> <div class={messageStyle}> Contact ....