345 questions
0
votes
0
answers
43
views
How to stitch together Amazon Connect, Kinesis Video Stream, and In-house ai agent pipeline (TTS-STT-LLM)
I built an ai voice agent with TTS->LLM->STT pipeline, it should make outbound calls and interact with customers.
How do I utilize amazon contact center with kinesis video streams to manage this ...
0
votes
0
answers
22
views
Can't update a state variable after onStartingAcw event
I'm trying to update a state variable (message) after onStartingAcw event listener, but this not works (I don't have error menssages of the intent of update), I have a console.log on the ...
0
votes
0
answers
122
views
Amazon Connect get-metric-data-v2 QUEUE_ANSWER_TIME always returns 0
I am trying to make a simple wallboard for Amazon Connect. It mostly works, the current metrics like calls in queue, longest wait and queue name. The two that I can't figure out are the historical ...
0
votes
0
answers
86
views
Amazon Connect - Unable to Enable New Alias for Spanish Language in Amazon Lex Bot
I have an Amazon Connect instance with an Amazon Lex bot that was initially built using the "Book Trip" template. I successfully configured the bot to handle human agent handoffs using ...
1
vote
2
answers
222
views
Automating User Creation in Amazon Connect via Active Directory Integration
I'm currently working on a project that involves integrating Active Directory (AD) with Amazon Connect to streamline user login and authentication. I’m aware that Amazon Connect offers the option to ...
0
votes
1
answer
195
views
Can we use sessionAttributes as inputTranscript in Lex V2?
So, I am working on IVR flow on Amazon Connect and Amazon Lex, in Amazon Connect I am storing customer's initial input to a contact attribute with a key "user_input". In Get Customer input ...
3
votes
1
answer
133
views
How to get security and routing profile?
I have the following cf script creating a simple AWS Connect instance.
Resources:
AmazonConnectInstance:
Type: AWS::Connect::Instance
Properties:
Attributes:
InboundCalls: YES
...
0
votes
1
answer
227
views
Amazon Connect Email addresses
My problem is right now i have an inbound voice and chat flows on my Amazon connect.
The problem is that i want to create an email diagram flow that will be connected to the voice and chat flow so ...
0
votes
2
answers
530
views
How to programmatically stop an Amazon Connect CCP user ending ACW state
Is it possible to programmatically stop a CCP agent ending After Call Work (ACW) contact state by either disabling the Close Contact button or cancelling the Close Contact event?
We are using the out ...
0
votes
1
answer
161
views
Customize the prompt message to notify customers about their upcoming appointments in Amazon connect contact FLows in Salesforce voice
I have an use case to make automated outbound calls to customers notifying them of their upcoming appointments in the next 5 days in Salesforce omnichannel voice. I want to customize the prompt ...
-1
votes
1
answer
381
views
How to programmatically end a contact on Amazon Connect CCP
I am hosting an Amazon Connect CCP iframe in a webpage. How can I programmatically intercept an outbound call in the browser and terminate the contact if certain conditions on the webpage are not met?...
0
votes
1
answer
408
views
Set up interactive messages for Amazon Connect chatbot from Amozon Lex V2
I have a chat bot in Amazon Lex V2 that is connected to Amazon Connect. When using Lex I am able to connect to a lambda function for interactive messages, like image response and plain messages.
When ...
0
votes
1
answer
717
views
how to pass input parameter and get output parameter from contact-flow-module to contact Flow
i am trying to call lambda in module and want some data in main caller flow. is there is a way to access data or does module return anything back to flow.. example will be helpful
example will be ...
0
votes
1
answer
186
views
Amazon Connect Streams - Headless
Is there a way to use Amazon Connect Streams API without embedding the CCP or the Agent App into your website like a headless mode? I want to build my own agent UI and customize the chat experience ...
1
vote
0
answers
221
views
Why the extracted audio from Kinesis Video Stream is so noisy - AWS Lambda Python
In my Amazon Connect Flow, I've used "Start Media Streaming" block to stream audio to Kinesis video stream. When I get data from video stream using GET_MEDIA API, there is a lot of noise and ...
-1
votes
1
answer
777
views
Cannot Call to Amazon Connect flows with phone numbers claimed already
I have claimed 3 phone numbers and assigned each to different flows. I tried to make call to all three claimed numbers through softphone but none of the numbers are directing to the assigned flows and ...
0
votes
1
answer
790
views
Connect and Lex to get DTMF input and store as contact attribute
trying to set up a contact flow which will invoke a lex bot to play a prompt and capture a DTMF input. I want this DTMF input to be stored as a contact attribute to be returned to a Lambda later on in ...
1
vote
1
answer
106
views
Ensuring Sequential Message Processing in Node.js Application
I have a Node.js application that acts as a connector, facilitating message exchange between WhatsApp and another application, let's call it CCM. Here's how it works:
The connector receives a message ...
0
votes
1
answer
388
views
Amazon connect call one to one contact flow
I am developing an application where I can initiate calls using an Amazon Connect phone number using PHP. Placing the call is successful, but I am encountering challenges with designing a contact flow....
0
votes
2
answers
1k
views
Integrating AWS Lex Bot with Amazon Connect and with Support of two languages
I want to integrate a Lex Bot with Amazon Connect and the bot should support two languages eg, English US and French. The language selection will be based on the Selection in the get Customer input ...
0
votes
1
answer
347
views
Amazon Connect cases: how to determine fieldId to create case
I am new to Amazon Connect.
I am using .Net CreateCase API https://docs.aws.amazon.com/cases/latest/APIReference/API_CreateCase.html
and need to specify fields like
"fields": [ { "id&...
0
votes
1
answer
276
views
Amazon Connect: why does agent transfer result in tardy arrival of DISCONNECTED contact event?
I am using Amazon Connect Quick Connects to facilitate call transfers between the 1st agent who receives a call and a 2nd agent who completes it. The workflow is something like this:
1st agent ...
1
vote
0
answers
155
views
AWS S3+ Kinesis Live media streaming
I am enabling live media streaming within Amazon Connect to setup voicemail and to store the Customer voice. I am not sure how to store that audio in to an S3 bucket.
My use case is to setup an ...
0
votes
1
answer
228
views
Unable to access return value of AWS Lambda (Typescript) in Contact Flow
Hope you are all doing well. I am reaching out to you all because I am having a problem with capturing a value that is returned from a Lambda in AWS. For now, I am just looking to capture the value ...
0
votes
1
answer
108
views
For Amazon Connect live audio streams, is agent track always 2, and customer track always 1?
Following Amazon's example for reading live audio chunks out of Amazon Connect,
I have logic like this:
@RequiredArgsConstructor
public enum TrackName {
// Track #s: (1) for "...