Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding 'customizationObject' for enabling "Download Chat transcript" does not add option of downloading chat transcript while following approach 2 #275

Open
saurabhpandeyhcl opened this issue Jan 2, 2025 · 1 comment

Comments

@saurabhpandeyhcl
Copy link

While following approach 2 (therefore adding amazon_connect('customerChatInterfaceUrl', './amazon-connect-chat-interface.js');) if option for enabling customization object is added it does not show/provide download chat transcript option. While following Approach 2 the current code is built and 'amazon-connect-chat-interface.js' is generated and included. If Approach 1 is followed and line 'amazon_connect('customerChatInterfaceUrl', './amazon-connect-chat-interface.js');' is removed then download chat transcript option is seen and is functioning as expected. Following line is added for enabling customization object

amazon_connect('customizationObject', { header: { dropdown: true, dynamicHeader: true, }, transcript: { hideDisplayNames: false, eventNames: { customer: "User", agent: "Webchat Agent", supervisor: "Webchat Supervisor" }, displayIcons: true, iconSources: { botMessage: "imageURL", systemMessage: "imageURL", agentMessage: "imageURL", customerMessage: "imageURL", }, }, composer: { disableEmojiPicker: true, disableCustomerAttachments: true, }, footer: { disabled:false } });

@mrajatttt
Copy link
Collaborator

Our repository hasn’t been updated with the latest code, which is the reason for this issue. I’ll discuss this with my team and find a solution. I’ll keep you updated early next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants