for example, in one contact flow, I set a contact attribute:
Name: Jack Jackson
Then the contact flow is transferred to a second contact flow via caller's selection.
In the second contact flow, I wish to invoke a lambda function, where I want to be…
I have a Lex bot where it collects a value for a slot "name".
Then in the lex interface, for fulfillment, I selected "return parameters to client", I assume this means it will return intent and slot values to Connect when I add a "get customer…
In this Presentation Video from Yaseer (Amazon Connect). He Demostrated that Amazon Lex Passes the conversion that happened between the user and Lex bot to the Amazon Connect contact Center agent.
However I dont receive the conversion data in…
how to save voice message of customer number and store in an s3 bucket using aws connect. I made a contact workflow but I am not understanding how to save voice message to s3 bucket?
I am working in IVR team. I write SOAP web services, write java client to access those web services and set data in the session variables of the CISCO API and IVR can then able to access that data. I am very good at this.
Currently, my manager plans…
I am building an IVR in Amazon Connect that accepts voice input using Amazon Lex integrations. I have set up a collectName intent to collect the user's first and last name but the slot is prompting for last name at the end of the flow after other…
I am setting TTS in a module in Amazon Connect. When I make a change (in my case via Lambda) the TTS voice correctly propagates to various places in the IVR flows, such as the default whisper pre live agent connection announcing the queue the call…
I am trying to configure Amazon Connect as a voice mail system with this flow:
The recordings are not being loaded into our configured S3 bucket.
I stumbled on this documentation that seems to indicate that this will not work because the voicemail…
I am trying to do a search profile of a customer from my CRM using AWS CustomerProfilesClient SDK's searchProfile API.
Though I am passing Access-Control-Allow-Origin header along with the body in the api request, it is giving me an error saying…
I'm deploying an Amazon Connect instance via Terraform. In order to access the Amazon Connect CCP (Contact Control Panel) without using the emergency access, I need to deploy the following Terraform resource: "aws_connect_user".
As specified in…
I have followed the describe-contact-flow to export my contact flow content using AWS CLI.
Here is my CLI:
aws connect describe-contact-flow \
--instance-id myconnect \
--contact-flow-id | jq '.ContactFlow.Content | fromjson'
But…
We tried to use a custom Contact Control Panel (CCP). It tries to connect to awsapp.com but throws x-frame-options error. How to disable that?
Function:
connect.core.initCCP(containerDiv, {
ccpUrl: instanceURL, // REQUIRED
…
I am working on a customer service application that integrates the Amazon Connect Customer Control Panel to handle answering customer calls while looking up customer data from DynamoDB and Salesforce, using a pattern much like this (but without…
I'm integration amazon connect platform to maintain a two-way flow communication in our own chatbot where customer will be the user in our platform and agents will be there on amazon connect platform to communicate. I'm using websockets for the…
I am trying to use the available phone number API in order to claim and attach a contact flow. I tried following the documentation provided by AWS for…