I have implemented the Smart Assist bot in our Omni-channel instance. It is working fine except for the Icons in the cards. When the cards is displayed in the Productivity Pane, the icons are being prefaced with "https://urlp.asm.skype.com/v1/url/content?url=".
I have tried using both the Icon data that was originally in the Smart Assist solution and also a webresource in D365 CE.
OpenIcon = "data:image/png;base64,iVBORw0KGgo..."
webresource = "https:///WebResources/msdyn_/Images/openicon.png"
I believe the icons were working when we exposed Smart Assist in a section on the Conversation Summary form. This started after moving it to the Productivity Pane.
I have implemented the Smart Assist bot in our Omni-channel instance. It is working fine except for the Icons in the cards. When the cards is displayed in the Productivity Pane, the icons are being prefaced with "https://urlp.asm.skype.com/v1/url/content?url=".
I have tried using both the Icon data that was originally in the Smart Assist solution and also a webresource in D365 CE.
OpenIcon = "data:image/png;base64,iVBORw0KGgo..."
webresource = "https:///WebResources/msdyn_/Images/openicon.png"
I believe the icons were working when we exposed Smart Assist in a section on the Conversation Summary form. This started after moving it to the Productivity Pane.