Serverless Chatbots with Amazon Lex & AWS Lambda • Chris Munns • GOTO 2017

preview_player
Показать описание
This presentation was recorded at GOTO Chicago 2017. #gotocon #gotochgo

Chris Munns - Senior Developer Advocate, Serverless at Amazon Web Services

ABSTRACT
Chatbots are changing how companies engage and service their customers across multiple functions, from sales to customer support and more. With Amazon Lex and AWS Lambda, you can now easily build rich, conversational interfaces into any application. Powered by the same technology as Alexa, Amazon Lex provides automatic speech recognition (ASR) as well as natural language understanding (NLU). AWS Lambda lets you [...]

Download slides and read the full abstract here:

#serverless #AWSLambda #AmazonLex #AWS

Looking for a unique learning experience?

SUBSCRIBE TO OUR CHANNEL - new videos posted almost daily.
Рекомендации по теме
Комментарии
Автор

How can i provide AWS LEX bot any statement / string?

Example

me : can you please write my life story ?

Bot : yes, sure provide me your description


Now when i do that it gave me Sorry, can you please repeat that?

because slot value is not taking spaces...

please help how would i acheive that ?
Note : i have also defined a slot with name description with on dummy value... tried every thing help please

TheSurajRawat