You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run a website where our customers who when they want to talk to agents they can be routed to several different Amazon Connect instances, and only some of these Amazon Connect instances may have attachments enabled on the instance.
Is it possible from the Customer's connection to see if attachments are enabled on the Connect instance?
When agents are chatting they can see if attachments are enabled on the instance utilizing the chat contact's contact feature: chatContact.getContactFeatures.attachmentsEnabled . Is there is a similar method on the customer's connect?
The text was updated successfully, but these errors were encountered:
Hello,
I run a website where our customers who when they want to talk to agents they can be routed to several different Amazon Connect instances, and only some of these Amazon Connect instances may have attachments enabled on the instance.
Is it possible from the Customer's connection to see if attachments are enabled on the Connect instance?
When agents are chatting they can see if attachments are enabled on the instance utilizing the chat contact's contact feature:
chatContact.getContactFeatures.attachmentsEnabled
. Is there is a similar method on the customer's connect?The text was updated successfully, but these errors were encountered: