Questions tagged [amazon-connect]

Amazon Connect is a cloud-based contact center solution.

See documentation: https://aws.amazon.com/documentation/connect/

304 questions
0
votes
1 answer

Feature I want to add to my Amazon Connect scheduling app

So we wrote a React app that lets call center admins create holidays, special events, meetings and emergency conditions for Amazon Connect. In version 2.0 I would like to be able to allow admins to use an uploaded pre-recorded prompt and select that…
Tom
  • 25
  • 5
0
votes
1 answer

AWS Connect - How to automate outbound call?

I am able to make manual calls to my customers. However, if I want to send an automated message to these customers the previous night, is it possible? What could be the possible steps: The customer information can be stored in a DynamoDB table. I…
Judi
  • 710
  • 3
  • 10
  • 25
0
votes
1 answer

How to make a manual outward phone call using AWS connect?

I am trying to use connect to make a manual outbound call from a webpage to my different customers who are meeting a certain criteria. All the examples I see on the internet/tutorials are related to incoming calls. What will be the process? Create…
Judi
  • 710
  • 3
  • 10
  • 25
0
votes
1 answer

Parsing data from AWS api using Golang

I am using the Connect API to get all the contact flows from a particular instance and want to store them in a DynamoDB. type contactFlow struct { Arn string ContactFlowType string Id string Name string } func HandleRequest(ctx…
user6087429
0
votes
1 answer

How to create a pre-processing layer/lambda/step for the utterance before detecting lex intent

I am using amazon lex in my connect flow. It takes an audio input and detects the intent accordingly. I want to do some form of preprocessing of the transcripted text before detecting the intent for it (because the preprocessing might change some…
Sarah
  • 1,361
  • 2
  • 14
  • 20
0
votes
1 answer

Read back an entered value as a sequence of numbers

Withing the Get Customer Input of the Contact Flow, I am attempting to read back to the user, a 10-digit number. However, it is reading it as a number, not a sequence of numbers. By this I mean, it reads it back as "2 billion, 9 hundred and 64…
Perry Hoekstra
  • 2,687
  • 3
  • 33
  • 52
0
votes
1 answer

Amazon Connect - How to generate report based on CTRs

We have created a contact centre with two contact flows and 1 customer queue flow. Under Metrics there are multiple report types which focus on the Queue or Agents. But what I need is to get a report based on the Customer's choice for the Get…
James_RajKumar
  • 201
  • 3
  • 12
0
votes
0 answers

Amazon Connect Service Domain

Does anyone know if there is a way to share the domain of Amazon Connect with your Amazon SSO domain (used for Control Tower)? They both have the same TLD, and seem to have different paths to the actual applications, but I don't see a way to connect…
Jason Wadsworth
  • 8,059
  • 19
  • 32
0
votes
1 answer

AWS connect instance deleted

Is there a way in which I can revover the AWS instance that got deleted? It had very important data in it. Plus is there any way in which I can know which user has deleted it as multiple users have access to my aws services.
0
votes
1 answer

Amazon Lex and Amazon Connect Voice Recognition Fails

I have developed a bot in lex and created 3 intents with it. The first intent is to create an incident in a service now platform. I have tested it in lex console. it was working perfectly fine. Now i have created an amazon connect instance and…
Arulvelu
  • 79
  • 1
  • 7
0
votes
1 answer

Amazon Connect 'Set disconnect flow'

I just noticed that Amazon Connect has a new block called 'Set disconnect flow' and was wondering if it could be used yet or is it still in Beta? I can't seem to find any documentation or release notes.
0
votes
1 answer

How to enable one region to another in AWS

I am using Amazon Connect and storing the call recording in one region. I have Amazon Transcribe in another region and I followed How to create an audio transcript with Amazon Transcribe | AWS to convert the audio file to transcript format. Steps…
Harry
  • 3,072
  • 6
  • 43
  • 100
0
votes
1 answer

Receiving email address through Amazon Connect/Lex?

I'm currently trying to set up a bot to collect email address via Connect/Lex using voice. I know this is near impossible to do without spelling it out character by character. I've tried setting custom slots, using AMAZON.EmailAddress, etc, but all…
Kenny
  • 33
  • 4
0
votes
1 answer

How do I develop and maintain an AWS Connect/Lex chatbot?

I have a Connect/Lex chatbot that seems to be working fine. Great! I have some requirements before this can be a product my team can support: In the highly unlikely event that business rules change or a bug is discovered, my development team needs…
0
votes
1 answer

Getting Response "Null" when testing using Lambda's test functionality

I am invoking a Lambda function that retrieves data from ServiceNow via an API call within the Lambda. I have tested the code using call flows withing Amazon Connect, but when trying to utilise the Lambda Test Functionality, it succeeds, but the…