Can I use Third party APIs with Amazon Connect

0

Amazon connect supports things like Amazon polly for converting text to speech. Is it possible to replace polly with a third party text to speech like Google's API? I want to use Amazon connect but want to replace parts of the infrastructure with 'non-Amazon' APIs.

2개 답변
0

I am sure you can do it, but not sure you will want to. Here's how I see this happening:

  • Identify what you want to say and create string "Hello and thank you for calling.."
  • Have Lambda send this string to Google to generate an audio file, which will then get pushed to an S3 bucket, which will then provide you with an ARN.
  • Save ARN location as an attribute.
  • Play ARN location in Connect.

This feels like unnecessary steps which might cause delays in your flow and not a great customer experience. If your prompts are pretty static could you just generate them all in Google and then put them in an S3 and only use Polly for dynamic information, like dates or values?

profile picture
dmacias
답변함 일 년 전
profile pictureAWS
전문가
검토됨 일 년 전
0

You cannot replace the native TTS engine (AWS Polly) in Amazon Connect.

As mentioned, best bet is to use Play Prompt from S3 feature so you can update the prompts dynamically built from other TTS engine to those locations as needed

profile pictureAWS
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠