Questions tagged [amazon-lex]

Amazon Lex is "a service for building conversational interfaces into any application using voice and text."

What questions should have this tag?
Questions related to Amazon-Lex, AWS-Lex should be asked here. Mostly AWS-Lambda is used as the backend for Lex bots, so those questions are also valid as they are both connected.

Some basic definitions
Chatbots: Chatbots are computer programs designed to simulate conversation with human users, especially over the Internet.
Amazon Lex: Amazon Lex is a service for building conversational interfaces using voice and text.
Amazon Lambda: AWS Lambda is a compute service that lets you run code without provisioning or managing servers. AWS Lambda executes your code only when needed and scales automatically, from a few requests per day to thousands per second.

Brief introduction to the subject
Amazon Lex is a service for building conversational interfaces using voice and text. Powered by the same conversational engine as Alexa, Amazon Lex provides high quality speech recognition and language understanding capabilities, enabling addition of sophisticated, natural language ‘chatbots’ to new and existing applications.
Amazon Lex leverages AWS Lambda for Intent fulfillment, Amazon Cognito for user authentication, and Amazon Polly for text to speech. In addition, AWS Amplify can be used to automatically provision bots from a template.

Important links for learning more
https://aws.amazon.com/lex/
http://docs.aws.amazon.com/lex/latest/dg/what-is.html
http://docs.aws.amazon.com/lambda/latest/dg/welcome.html

728 questions
-1
votes
1 answer

Lex bot returns parameters to client instead of lambda fulfilment function output

I've integrated Amazon Lex bot with Facebook workplace messenger, which responds to utterances (questions) and fills up all slots. But when user answers all questions, it just returns the parameters to messenger (intent name and all slots and their…
-1
votes
1 answer

Getting this error on Amazon Lex when trying to use slots:Invalid lambda response

Im trying to use lamba to build bot on Lex. When i run the bot, it asks for the first and the second slot information then give me an error "An error has occurred: Invalid Lambda Response: Received error response from Lambda: Unhandled". Below is…
-1
votes
1 answer

In Amazon Lex, how to change the output voice

I was able to build Amazon Lex sample app with a new bot including several new intents. What I'm trying to support now is to change the character and output voice For example, Currently we have 7 characters in default : Joanna, Salli, Kimberly,…
-2
votes
1 answer

Can I deploy Chat Bot at customer premise?

I have chatbots on AWS and IBM Watson. I just want to know can I deploy my bots on customer side rather than a cloud? My aim is to deploy chatbot on my machine.
Pulkit
  • 606
  • 1
  • 9
  • 19
-2
votes
2 answers

How to integrate Lex with webpage

I have created a chat bot in aws Lex and wanted to integrate with a webpage. In the Lex console, only Facebook/Twillio/Slack are available, but I have to integrate this with my webpage.
ajaysheoran2323
  • 109
  • 1
  • 10
-2
votes
1 answer

Getting null value when trying to query value which is not present in dynamo db using node.js

I am new to dynamoDB and node.js I have written a code where it will make a query to the database (dynamodb) and look for an element which is entered by the user in the database. I am able to verify that but when the user tries with some other…
-3
votes
2 answers

Getting invalid JSON response from Lambda function to lexbotv2

{ "sessionState": { "sessionAttributes": {}, "dialogAction": { "type": "Close", "fulfillmentState": "Fulfilled" } }, "messages": [ { "contentType": "PlainText", "content": "I have flights from to" } …
Arun
  • 1
  • 2
-3
votes
1 answer

Switch from Microsoft framework BOT framework to Amazon cloud based chat BOT. Any common framework for the same?

I have a Microsoft framework based cognitive BOT with LUIS and QnA cognitive service now due to some reason I have to switch to Amazon cloud service and due to that, I will end up with doing a fresh development from the scratch. So I am looking for…
JARVIS
  • 765
  • 1
  • 8
  • 28
1 2 3
48
49