Amazon Web Services775 тыс
Следующее
Популярные
Опубликовано 20 февраля 2024, 18:15
It Provides a tutorial on enabling Amazon Q for your Amazon Connect contact center. It covers key concepts like:
- What is Amazon Q for Connect and how it can be used to assist contact center agents
- Steps to enable Amazon Q for Connect, including creating an KMS key and attaching the necessary IAM policy
- Integrating Amazon Q into your contact flows to provide agents with real-time recommendations and assistance
More details on Amazon Q Connect : aws.amazon.com/connect/q
Learn More on Amazon Q : aws.amazon.com/q
Detailed steps for Building Amazon Q for the connect : go.aws/3uFgGoV
Please copy below IAM Policy Statement while creating KMS Key as mention in video ( at time 06:00 )
{
"Effect": "Allow",
"Principal": {
"Service": "connect.amazonaws.com"
},
"Action": [
"kms:Decrypt",
"kms:GenerateDataKey*",
"kms:DescribeKey"
],
"Resource": "*"
}
Subscribe:
More AWS videos - bit.ly/2O3zS75
More AWS events videos - bit.ly/316g9t4
ABOUT AWS
Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform, offering over 200 fully featured services from data centers globally. Millions of customers — including the fastest-growing startups, largest enterprises, and leading government agencies — are using AWS to lower costs, become more agile, and innovate faster.
#AWS #AmazonWebServices #CloudComputing #Gen-AI #AmazonQ #AmazonConnect #GenerativeAI #ContactCenterSolutions
- What is Amazon Q for Connect and how it can be used to assist contact center agents
- Steps to enable Amazon Q for Connect, including creating an KMS key and attaching the necessary IAM policy
- Integrating Amazon Q into your contact flows to provide agents with real-time recommendations and assistance
More details on Amazon Q Connect : aws.amazon.com/connect/q
Learn More on Amazon Q : aws.amazon.com/q
Detailed steps for Building Amazon Q for the connect : go.aws/3uFgGoV
Please copy below IAM Policy Statement while creating KMS Key as mention in video ( at time 06:00 )
{
"Effect": "Allow",
"Principal": {
"Service": "connect.amazonaws.com"
},
"Action": [
"kms:Decrypt",
"kms:GenerateDataKey*",
"kms:DescribeKey"
],
"Resource": "*"
}
Subscribe:
More AWS videos - bit.ly/2O3zS75
More AWS events videos - bit.ly/316g9t4
ABOUT AWS
Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform, offering over 200 fully featured services from data centers globally. Millions of customers — including the fastest-growing startups, largest enterprises, and leading government agencies — are using AWS to lower costs, become more agile, and innovate faster.
#AWS #AmazonWebServices #CloudComputing #Gen-AI #AmazonQ #AmazonConnect #GenerativeAI #ContactCenterSolutions
Свежие видео
Случайные видео
How do I fix the error “canceling statement due to conflict with recovery” for a read replica query?