Amazon Lex
Amazon Lex is a conversational interface service for building chatbots and virtual assistants, capable of handling both speech and text interactions. Its core capabilities include:
- Natural Language Understanding (NLU):
Interprets user inputs in text or voice, understanding the user's intent and extracting relevant information (such as entities) to drive real-time actions. - Automatic Speech Recognition (ASR):
Converts spoken language into text, enabling voice-based interactions with the bot by transcribing user speech in real time.
- Differences from Other Services
- Key Features
- Use Cases
- Question - Translated & create written sentiment analysis reports

Differences from Other Services
- Amazon Polly: Focuses on converting text into speech to output information to users.
- Amazon Transcribe: Converts speech to text for later use, but Amazon Lex goes beyond transcription by using speech/text as input to build interactive conversations, recognize user intents, and drive real-time actions.
Key Features
- Text & Voice Interactions: Lex supports both text-based and voice-based interactions.
- Intent & Slot Management:
- Intents: Define the user's goal (e.g., "BookFlight").
- Slots: Capture specific parameters required to fulfill the intent (e.g., "departure city", "destination").
- Dialog Management: Lex handles conversation flow, asking follow-up questions to collect required information.
- Integration with AWS Lambda: Triggers Lambda functions to process user input or perform backend actions.
- Multi-Channel Integration: Can be embedded in web apps, mobile apps, and third-party platforms (e.g., Facebook Messenger, Slack).
- Pricing is based on text requests and voice requests. Voice-based interactions incur additional charges for speech recognition.
Use Cases:
- Customer Support: Automating responses to common queries.
- Virtual Assistants: Voice-activated assistants (e.g., booking appointments).
- IVR Systems: Replacing traditional phone systems with automated voice interactions.
- E-commerce: Providing product recommendations, order tracking.
Question - Translated & create written sentiment analysis reports
A company needs to create written sentiment analysis reports from customer service call recordings. The call recordings must first be translated into English. Which combination of AWS services should be used to meet these requirements? (Choose three
- Use Amazon Comprehend to translate the audio recordings into English
- Use Amazon Lex to create the written sentiment analysis reports
- Use Amazon Polly to convert the audio recordings into text
- Use Amazon Transcribe to convert the audio recordings in any language into text(
Correct Answers) - Use Amazon Translate to translate text in any language to English(
Correct Answers) - Use Amazon Comprehend to create the sentiment analysis reports(
Correct Answers)
Explanation:
- 4. Amazon Transcribe converts audio recordings into text, regardless of the language.
- 5. Amazon Translate translates the text into English
- 6. Amazon Comprehend performs sentiment analysis on the translated text to generate sentiment analysis reports
Why not polly and Lex?
- Amazon Lex is primarily used for building conversational interfaces and is not suitable for generating sentiment analysis reports from text.
- Amazon Polly is a text-to-speech (TTS) service that converts text into speech (audio),
nota service designed to analyze or interpret text.