Questions tagged [aws-lex]

Amazon Lex is a service for building conversational interfaces into any application using voice and text. It is used to build conversation/chat bots. Use this tag for questions related to Amazon-Lex such as questions on chat bots built using Amazon-lex.

Amazon Lex is a service for building conversational interfaces into any application using voice and text. It is used to build conversation/chat bots. Use this tag for questions related to Amazon-Lex such as questions on chat bots built using Amazon-lex.

118 questions
2
votes
1 answer

Re: Response card error: Not showing up on Facebook Messenger

I am also facing an issue to display a response card button on facebook page. I created a chatbot which is working fine in aws lex console but when I connect it with the facebook page the response card buttons are not displaying on facebook page…
2
votes
1 answer

Amazon Lex with Amazon Lambda Help for Ice Cream Shop

Based on a Date, I want Amazon Lex to respond with a flavor(s). It is for my ice cream shop. I am using this as part of my Amazon Connect system, whereas someone asks, "What is todays flavor" and Amazon Lex says, "Today's flavor is Mint Chip" for…
pwiz
  • 193
  • 2
  • 3
  • 13
2
votes
2 answers

Can I save Amazon Lex log and metrics data in S3?

Is there any way to store Amazon Lex log and metrics data in an Amazon S3 bucket?
Nimesh Kumar
  • 373
  • 1
  • 5
  • 12
2
votes
0 answers

How to fetch outlook calendar available time using python O365 library for schedule an appointment using aws lex -aws lambda function?

I'm a beginner to AWS and AZure. I'm doing a lex bot which will do a appointment based on the agent's outlook calendar.I head to fetch outlook calendar details (available time for appointment) and make an appointment on outlook calendar using python…
Vanjith
  • 520
  • 4
  • 23
2
votes
1 answer

How to know if the bot is using voice or text in Lex

In our Lambda function that gets called from Lex, we need to know if the requests is coming from Connect or from a text source like the console or another chat tool. We mainly need to know this to decide if we need to respond with plain text or…
2
votes
1 answer

Invocations to Lambda from Lex are killed

We are having issues where the invocations from Lex to our Lambda scripts get killed after 3000ms. We don’t see any setting in Lex to change this behavior so we were wondering if there is a way to increase that timeout. We understand that probably…
oazcurra
  • 47
  • 5
2
votes
1 answer

Can aws-lex be used to build a conversation flow bot to reply with different answers based on user's input?

Can aws-lex be used to build a conversation flow bot? For example: Thank you very much! Reason for all this: So we have our own "dialogue builder" and "bot-service". Our own "Dialogue Builder": is maybe similar to Amazon Connect dialogue builder,…
2
votes
1 answer

Is there any configuration required in AWS to the confirm intent to accept utterances like "yes it is" or "yes got it"

When trying to use these utterances the bot takes the confirm status as none instead of confirmed. Example: "confirmationStatus": "Confirmed", "sourceLexNLUIntentInterpretation": null }, "inputTranscript": "yes" }…
Nitin Malode
  • 87
  • 1
  • 7
2
votes
1 answer

Amazon LEX native email slot type does not recognize emails that ends in 4 digits

It seems like Amazon.EmailAddress slot type has trouble recognizing emails that end in 4 or more numbers. For example john2341@gmail.com. It just automatically switches to the next intent and asks for an email repeatedly again and again.
JustinZ
  • 169
  • 7
2
votes
1 answer

How can I make custom Response cards for my chatbot

I want to create a custom response card using html ,css and js to give user the option to select .I have made a lambda ie connected to my lex chatbot via api gateway API and it returns a json response card all I need is to convert that into my…
gourabk
  • 177
  • 1
  • 12
2
votes
1 answer

How to get chat-conversation of chatbot(in aws lex)

How to get the lex chat bot conversation ? i would like to send email of the chat conversation at end of the chat ? i am using c# .net core 2.1 to build labda functions is there any scope to get chat bot conversation in lambda function ?
Surendra
  • 288
  • 2
  • 11
2
votes
1 answer

Build failed with Lex

While building Lex I'm getting the following error: The number of intents and slots exceeds the permissible value for bot "test_dev". A bot can have a maximum of 310 intents and slots. This bot has 63 intents and 253slots. However, as I can…
Anubhav Gupta
  • 560
  • 6
  • 11
2
votes
1 answer

Attempting to embed AWS Lex chatbot into React site, failing with Error: Missing credentials in config (see console for details)

I am comfortable with many aspects of AWS, but not with Cognito. I have built Lex style chatbots as Alexa skills, but this is my first time attemtping to integrate a Lex chatbot into an existing website. The website is coded in React.js using…
JamesMatson
  • 2,522
  • 2
  • 37
  • 86
2
votes
1 answer

Does AWS Lex use AWS Transcribe as the ASR for prompt recognition?

I am trying to determine if AWS Lex uses AWS Transcribe for prompt confirmations. For example, Lex asks "What's your phone number?", the user responds with "1-2-3-4". Lex then asks, "Did you say 1-2-3-4?". What does Lex use behind the scenes as…
Zach S
  • 21
  • 2
2
votes
1 answer

How to make AWS Lex bot prompt for followup after intent fulfillment (using Lambda)?

The bot is not presenting the follow-up prompt even though it is set up in the 'Response' section in the Intent. This is working if the 'ReturnParametersToClient' is selected as the Fulfillment option. When the fulfillment is changed to AWS Lambda…
JAO
  • 39
  • 1
  • 8