- Newest
- Most votes
- Most comments
Please review this and will help setup lex and Q with connect
Hello,
Thanks for reaching out. Let me answer your questions below.
- Lex Bot in Outbound Call Flow:
As far as I understand, no. You cannot integrate Lex into an outbound flow. When an outbound call is made, there is an agent placing the call and would be already connected to the customer. You could setup some sort of customer whisper flow here for the customer to hear but that doesn't seem like what you are looking for. If you are looking for an automated way to place calls to customers, you may want to take a look at this -> https://aws.amazon.com/blogs/contact-center/automate-transaction-confirmation-using-outbound-calls-with-amazon-connect/
- Scheduled Outbound Calls:
There isn't a native way to schedule calls at specific times but you may want to take a look at outbound campaigns in Connect which may sastisfy this ask -> https://docs.aws.amazon.com/connect/latest/adminguide/enable-outbound-campaigns.html
- Real-Time Logging with Lambda during Lex Conversation:
It may not be in real time, but since you can store conversation logs in CloudWatch or an S3 bucket, I don't see why you can't create a trigger to analyze this using a Lambda. Just keep in mind that it may not be in real time as it takes some time to publish the logs. -> https://docs.aws.amazon.com/lexv2/latest/dg/conversation-logs.html
- Continue Logging after Lex → Agent Transfer:
You can record conversations and even listen in live in Amazon Connect today. They are are usually stored in an S3 bucket. Is there a need to store them in a database instead? - > https://docs.aws.amazon.com/connect/latest/adminguide/monitoring-amazon-connect.html
- Local Numbers for Korea (KR):
Amazon Connect like other AWS services have default quotas. Connect has a limit of 5 phone numbers per instance. This can be changed if needed. Please refer to the public documentation here -> https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html
- Managing Phone Numbers and Flows in Amazon Connect:
You can list phone numbers associated with a Connect instance using the list-phone-numbers-v2 API call -> https://awscli.amazonaws.com/v2/documentation/api/latest/reference/connect/list-phone-numbers-v2.html You should be able to see flow associations by using the list-flow-associations API -> https://docs.aws.amazon.com/cli/latest/reference/connect/list-flow-associations.html
Hope this helps.
Relevant content
- asked a year ago