It's easy to create or rename a contact flow in Amazon Connect, but how do you delete one? The documentation doesn't mention anything about it and a Google search has come up empty.
I'm trying to get an audio file from kinesis video stream in Python in AWS-Lambda instance.
To get the audio i'm using this snippet of code:
def download_stream(self, streamARM, ms_start_timestamp):
tmpfile = os.path.join('/tmp',…
I am trying to setup a VOICE MAIL feature for the callcenter in Amazon connect.I have added the Start Media streaming block to the flow.I have also added a Lambda function which is triggered by the Kinesis stream.My idea is NOT to do a Live…
This question concerns AWS Connect, the cloud-based call center. For those people who have been involved in the setup and configuration of AWS Connect, is there any portion of Amazon Connect that is configurable through a continuous integration…
For reference, here is the flow in question:
"Get Customer Input" (Lex) -> "Set Contact Attribute" -> "Play Prompt"
After the call to Lex, I set a contact attribute using "Save Text As Attribute" option:
DestinationKey …
I need step by step directions on how to load the CCP into a webpage and use the streams API. I would need the javascript to turn the agent from "missed" to "available" after 25 seconds.
Currently we have to manually update staus which doesn't make…
I want to use Google speech-to-text using Kinesis stream as part of voicebot service using Amazon Connect, Amazon Lex and Amazon SQS (I used code from…
I am trying to Integrate AWS Lambda function in Amazon Connect Contact flow. The AWS Lambda function is working fine and giving a response. While invoking the function in the Connect contact flow, it is returning error statement but I am unable to…
I have a pretty simple requirement to click on a phone number hyperlink and have my web-app open the AWS connect soft-phone dialer with the selected number, ready for the person to press the "call button"
I have enabled an AWS connect account and I…
I created Amazon Connect instance and take a DID phone number. Then I create Contact flow with AWS Lambda function in the same region - N. Virginia. Then I assign this Contact flow to phone number. When I tried to call to this phone number via…
I'm integrating amazon connect chatbot on my end and I want to establish a connection between a customer and an agent. In order to so, I have used onMessage event to retrieve agent messages back on my platform but right now, it is not triggered.
I…
I'm building a contact flow which creates a block of tasks in pairs. Ideally, one task in a pair should include a reference to its partner in its description.
I've almost achieved this: When creating the second task, I add a reference type URL and…
I am trying to set up an inbound call center with AWS connect. It should be straight forward, but when I try to claim my first phone number and hit save, it says:
"You've reached the limit of Phone Numbers. To increase limit, contact support.". The…
In Amazon connect, I need to pass call flow to an external application via a socket and control the call from that application .
Something like ESL in Freeswitch: Event Socket Library
For those who do not know what ESL is, it pass the call to a…
I have been working on developing a chat-bot for an application. I want to use Amazon Connect to power chat-bot. I wanted to understand, if there is a way through which Amazon Connect fetches response from my backend service whenever client posts a…