New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
All Content tagged with Amazon Lex
Amazon Lex is a fully managed artificial intelligence (AI) service with advanced natural language models to design, build, test, and deploy conversational interfaces in applications.
Content language: English
Select up to 5 tags to filter
Sort by most recent
357 results
Hi!
I am looking for a solution to listen to audio in Amazon Connect and control it like an audio player, with options for rewinding, pausing, resuming, fast forward, and increasing or decreasing spee...
I have a Python code that queries APIs and I need to make Lex consult this code and bring me the answers or the lists that the API provides.
I won't be using a database, it's a chatbot that will query...
Hello Community,
I am currently using the Lambda code hook to implement functionality for my Amazon Lex bot. However, I have encountered an issue when attempting to format the response text. Specific...
Hey Community,
I’m building a Lex bot for an e-commerce store that allows users to:
Select from multiple main menus (e.g., food categories).
Choose items within those menus, along with prices and qu...
I see Lex has Mandarin Support, which is great. However, it is not available in Sing where is actually needed.
The following languages and locales are not available in the Asia Pacific (Sing) (ap-sou...
Tearing my hair out about this ... the documentation is truly appalling for Lex V2.
I get it that there is only one Lambda for each Lex V2 bot, which is great, and it works fine for all of my custom i...
Hi,
I have an AWS Connect instance that uses a Lex Intent.
I have a slot for **Amazon.FirstName**
If a customer enters "john", it doesn't capitalise the first letter. Is there a way convert the en...
A simple question ... I've built a bot and successfully hooked to a lambda during building the bot alias:
```
...
botAliasLocaleSettings {
en_GB {
codeHookSpecification: {
...
I don't know if Lex is still supported any more, but the SDK documentation is poor and there are no decent examples to work from so I'm a bit stuck and grateful for any help.
I'm trying to create an ...
I have a Lex V2 bot, and I can configure the default Fallback intent using the console.
However, when I try to use the Javascript SDK I get the error
```
ValidationException: The specified intent nam...
I have developed a chatbot in lex v2. There are 3 intents(A,B,C). From A intent we go to B intent initialization and after displaying a message we switch to C intent.
I can see A & C intent in lex a...
Is there some kind of syntax that can pull a picture from S3 to display at every response?