I am trying to test AWS lambda function that i deployed to test the Salesforce integration by invoking event-phoneLookup but getting below error. With the help of the integration document i had created a lambda application.
"errorMessage":…
I would like to get an understanding as to how to use Amazon Connect’s capability to connect with the Google Dialogflow for Natural Language Processing (NLP).
When I call a Lambda function from Lex by calling my number set up in AWS Connect, intent_request['outputDialogMode'] always seems to return "text" when using a simple if/else statement.
Is this expected?
I have a Lex bot that is called from Amazon Connect. I have figured out how to allow barge-in from the Connect Get Customer Input. However, that's where it ends. When my Lexbot prompts for my slots, it isn't allowing the caller to barge-in. I…
I checked there is a way to import and export the connect json in the Amazon Connect via UI.
It is working as expected. Is there a API (AWS SDK) available for importing? We want to automate this process! Could someone tell the way for achieving…
Based on a Date, I want Amazon Lex to respond with a flavor(s). It is for my ice cream shop. I am using this as part of my Amazon Connect system, whereas someone asks, "What is todays flavor" and Amazon Lex says, "Today's flavor is Mint Chip" for…
We've got a contact centre on Amazon Connect. However, our agents keep forgetting to log off or switch to offline when they leave or close the browser, which messes up with user experience and metrics.
Manually, through the "Real-time metrics"…
I have this lambda below that gets items from DynamoDB and returns it to connect just fine... however, I cannot seem to get the inputTranscript over. Is there a way I could implement this in my current lambda so that Connect can access it? I am…
Trying to configure Amazon Connect to live stream conversation to AWS Kinesis Video Streams and then triggering Lambda function (Python) that uses GetMedia API to sample this recording and send it to certain S3 bucket.
Pretty much stuck at this…
We are using Amazon Connect, Lex and Lambda to create a phone bot. One use case we have is that we need to put the user on hold while we find information in other systems. So the conversation will be something like this:
- bot: hi, what can I do for…
I have created Amazon Lex bot and working perfect.
I want to add this chat bot to amazon connect so people can use this chat bot over mobile call.
but I unable add to chat bot to amazon connect.
It shows "Failed to update Lex bots.Please try…
I am using Amazon Connect Stream APIs for customized Agent control panel with Amazon Connect.
https://github.com/aws/amazon-connect-streams
Now I want to integrate lambda API gateway in customized agent screen to save page data into database. I am…
Amazon Connect is able to process the outbound calls and inbound calls, have an option to record calls in S3 bucket, I have made path settings in Data Storage administrator, but am still unable to see recordings in s3 bucket, is there any other…
Using Amazon connect I can make an outgoing call manually, But is it possible to make an automated call to someone and play the voice message when amazon lambda function trigger?
I have written an AWS lambda function in node.js to send an email, which is invoked in an Amazon Connect contact flow. In the error branch it plays a prompt saying "lambda function failed." I verified the IAM role has permission to send email with…