A company wants to improve its customer support system by implementing two new features. First, they want to build a conversational chatbot that can interact with users via voice and text. Second, they want to automatically analyze customer support emails to detect the overall sentiment (positive, negative, or neutral). Which of the following AWS services should the company use to achieve these goals? (Select TWO.)
- Amazon LexAnswer
- Amazon ComprehendAnswer
- CAmazon Rekognition
- DAmazon Polly
- EAmazon Transcribe
Answer
The correct services are Amazon Lex for building conversational chatbots and Amazon Comprehend for sentiment analysis.
The correct services are Amazon Lex and Amazon Comprehend. Amazon Lex allows developers to build conversational interfaces (chatbots) using voice and text. Amazon Comprehend uses natural language processing (NLP) to extract insights, including sentiment analysis (positive, negative, neutral), from text datasets like customer emails.
Step-by-Step Solution
Key Concept
AWS Machine Learning Services