amazon-connect / amazon-connect-chat-ui-examples

Examples of how to create and customize the customer side chat for Amazon Connect
Other
146 stars 214 forks source link

asyncCustomChatUX----After Click End Chat Button Screen Requires Refreshing otherwise chat initialiazation failed #16 #85

Closed kedasikumar closed 1 year ago

kedasikumar commented 1 year ago

Hi @angieyu,

  1. For the first time if you run CMD prompt for Customer Side then it's showing Chat Window. Then if we select Chat or Video option further then it's not responding to any of this option.

Attaching the har capture screenshot for reference.

Please let me know on how to proceed further on this.

NOTE: CustomerChat

  1. I am facing a similar issue when trying to initialize the Chat widget on the customer application end. The DynamoDb table does not get updated when a new chat is initiated after ending the previous chat. This makes use of the same Participant token leading to a 403 Access Denied error.

Attaching the har capture screenshot for reference.

Please let me know on how to proceed further on this.

NOTE: CustomerErro

jiahaoyu6666 commented 1 year ago

Hi @kedasikumar, asyncCustomChatUX approach will be deprecated soon, please take a look at the startChatContactAPI approach. You can enable persistent chat feature in this approach. It is the same feature in asyncCustomChatUX. Learn more about persistent chat: https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html

ghost commented 1 year ago

Hi @kedasikumar,

  1. For interactive messages with Lex bot, we currently support List picker, List picker with images, and Time picker. For other custom configuration with Lex bot, you can check out this guide Amazon Lex V2 Developer Guide Depending on your intended use case, you will need to set up a Lambda function to specify what action the bot needs to take depends on the user input and associate that Lambda function with your bot, or you can add code to check for user inputs and give system responses.

  2. As @jiahaoyu6666 mentioned, please follow startChatContactAPI approach as our asyncCustomChatUX approach will be deprecated soon.