Giter VIP home page Giter VIP logo

Comments (2)

virtualgill avatar virtualgill commented on June 23, 2024

Hi @mahajanroopali

Thanks for raising this. The solution currently only supports the older Amazon Connect url format. It’s on the team’s roadmap to provide support for both. For now in order to use this with a newer Amazon Connect instance, you can update the loginURL and ccpURL variables in agentAssist.html.

The agentAssist.html file can be found in the repo at: https://github.com/amazon-connect/ai-powered-speech-analytics-for-amazon-connect/blob/main/source/web_site/agentAssist.html

The deployed location of this is s3://{YOUR_BUCKET_NAME}/CCP/agentAssist.html
The lines that need updated are 405/406

var loginURL = https://${instanceAlias}.[awsapps.com/connect/login](http://awsapps.com/connect/login);
var ccpURL = https://${alias}.[awsapps.com/connect/ccp-v2/softphone](http://awsapps.com/connect/ccp-v2/softphone);

To use with a new instance they need changed to :

var loginURL = https://${instanceAlias}.my.connect.aws/login;
var ccpURL = https://${alias}.my.connect.aws/ccp-v2/softphone;

You can manually overwrite this file in the S3 bucket, but be sure to either wait for the Amazon CloudFront cache to clear or invalidate it yourself (instructions here).

If you run into any other issues it’s worth also updating to the latest version of the Amazon Connect Streams API from https://www.npmjs.com/package/amazon-connect-streams (by replacing the one here).

from ai-powered-speech-analytics-for-amazon-connect.

mahajanroopali avatar mahajanroopali commented on June 23, 2024

Thank you. The fix worked and the UI loads seamlessly now.

from ai-powered-speech-analytics-for-amazon-connect.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.