How to Build a Chatbot Using Amazon Lex, Lambda and the Python Requests Library

  Рет қаралды 14,091

Faisal Akhtar

Faisal Akhtar

Күн бұрын

Пікірлер: 40
@carlososorio4556
@carlososorio4556 2 ай бұрын
Thank you for this tutorial!! It has been fantastic, you're great!!
@androidsoham
@androidsoham Жыл бұрын
Terrific explanation on the Lex response and how to parse it and send a response back. Wow!
@evanl5299
@evanl5299 2 жыл бұрын
Excellent. Thank you Faisal - you rule.
@FaisalAkhtar
@FaisalAkhtar 2 жыл бұрын
You are welcome
@hemanthkumarreddybapuram2346
@hemanthkumarreddybapuram2346 3 жыл бұрын
Thanks a lot sir. I have learnt many things. Hoping for some more like these in python. Thanks
@lexhewitt1644
@lexhewitt1644 2 жыл бұрын
Great!!! Tutorial, has given me some insight, Thanks
@FaisalAkhtar
@FaisalAkhtar 2 жыл бұрын
You are welcome.
@alexsoul247
@alexsoul247 2 жыл бұрын
This is absolutely awesome. I am going to do it right now. Would be great to see followup video on how to actually deploy this in production, for example on website or integrate with existing system, etc. - just to get a feel about real user experience
@FaisalAkhtar
@FaisalAkhtar 2 жыл бұрын
Try these 4 video part series. I go into a little more details
@FaisalAkhtar
@FaisalAkhtar 2 жыл бұрын
kzbin.info/www/bejne/gXizlXiKl92VfNk
@gdemelo
@gdemelo 2 жыл бұрын
Dude... You rock!
@senorviglione4925
@senorviglione4925 2 жыл бұрын
This video is great! I am building a bot with Lex V2 and am trying to refactor the Lambda code from V1 (this video). I've checked the documentation and can't seem find out how to make it work. Would anyone perhaps have a copy of the updated Lambda code for Lex V2? Thanks!
@gokulkrishnan.s6911
@gokulkrishnan.s6911 2 жыл бұрын
If I am using this inside an Amazon Connect Contact flow, How can I call and set the response Content inside the Set Contact Attribute block?
@andyjulialee
@andyjulialee 2 жыл бұрын
Hi Faisal, your video is great, but it is in v1. Now I can't use v1 at all, so the tutorial is not working for me. I don't know why AWS made it harder in new version. I even can't find how to easily add Lambda function to bot.
@bhootpurvmanusya
@bhootpurvmanusya 2 жыл бұрын
hey can we use bot in amazon chime for private message or is it we have to use bot in room (in case of amazon chime)
@irynasorokovska4621
@irynasorokovska4621 2 жыл бұрын
Great video! Thanks a lot
@fransipin1
@fransipin1 2 жыл бұрын
Good one ...
@karimfayed3050
@karimfayed3050 2 жыл бұрын
Great Video! Can you help me understand what is the difference between the intent fulfillment states(Fulfilled, InProgress and ReadyForFulfillment) ? and in which case each is used?
@FaisalAkhtar
@FaisalAkhtar 2 жыл бұрын
docs.aws.amazon.com/lex/latest/dg/API_runtime_DialogAction.html
@automatewithrezwan
@automatewithrezwan 3 жыл бұрын
I want to call external api and provide the value as response, can you provide any documentation on that topic?
@FaisalAkhtar
@FaisalAkhtar 3 жыл бұрын
If you look at the code in the Git Repo, I am using the get method from the requests library to make a call to an external API. The API endpoint and response are handled in the Lambda.
@automatewithrezwan
@automatewithrezwan 3 жыл бұрын
@@FaisalAkhtar ohh sorry I hadn;t checked the rep yet. Thanks for the quick response
@interactservicesllc20
@interactservicesllc20 3 жыл бұрын
how do I change intent using lambda?
@EzraSchroeder
@EzraSchroeder 2 жыл бұрын
skipped the first 8 minutes of fluff... watched to 13:21 when he said we aren't going to do lambda functions... what is the point & how could you spend an hour on this?
@FaisalAkhtar
@FaisalAkhtar 2 жыл бұрын
27:00
@EzraSchroeder
@EzraSchroeder 2 жыл бұрын
@@FaisalAkhtar okay i'll delete my comment
@EzraSchroeder
@EzraSchroeder 2 жыл бұрын
just frustrated at the moment, its me not you
@FaisalAkhtar
@FaisalAkhtar 2 жыл бұрын
@@EzraSchroeder don't worry about it 🙂
@EzraSchroeder
@EzraSchroeder 2 жыл бұрын
@@FaisalAkhtar i wound up referring to this while completing a programming assignment for a masters degree... thanks for your understanding & sorry for being mister poopy pants
@gausshaikh11
@gausshaikh11 3 жыл бұрын
How to contact you sir?
@FaisalAkhtar
@FaisalAkhtar 3 жыл бұрын
I have added a business inquiries email in the about tab in my channel.
@gausshaikh11
@gausshaikh11 3 жыл бұрын
@@FaisalAkhtar sorry sir I didn't find it. Please give me your whats app number or email id.
@FaisalAkhtar
@FaisalAkhtar 3 жыл бұрын
@@gausshaikh11 find me on LinkedIn
@meetdabhi6949
@meetdabhi6949 3 жыл бұрын
Facing an error Invalid Lambda Response: Received error response from Lambda: Unhandled Please help
@saswatdas6137
@saswatdas6137 3 жыл бұрын
Ensure you are using v1. V2 response format is different
@FaisalAkhtar
@FaisalAkhtar 3 жыл бұрын
Check out my code and see if matches yours Feel free to use it to troubleshoot github.com/fakhtar/JokesandFactsLexVideo
@WarriorAjk
@WarriorAjk 3 жыл бұрын
@@FaisalAkhtar AoA sir, I tried to troubleshoot, but I am receiving the same problem.
@FaisalAkhtar
@FaisalAkhtar 3 жыл бұрын
@@WarriorAjk Are you using Lex V1 or V2? My vide is in V1. Also, you can simply copy and paste my code into your Lambda. Have you tried doing that? If you still have the problem, post your Lambda code into a git repo and I will see what's wrong with it.
@WarriorAjk
@WarriorAjk 3 жыл бұрын
27:00
Build YOUR OWN Dockerfile, Image, and Container - Docker Tutorial
18:20
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
Amazon Lex: Validate Slot data with Lambda
25:35
Cumulus Cycles
Рет қаралды 17 М.
The Complete Guide to Python Virtual Environments!
15:52
teclado
Рет қаралды 373 М.
Python FastAPI Tutorial: Build a REST API in 15 Minutes
15:16
Top 50+ AWS Services Explained in 10 Minutes
11:46
Fireship
Рет қаралды 1,6 МЛН
AWS SNS to Lambda Tutorial in Python | Step by Step
32:37
Be A Better Dev
Рет қаралды 65 М.
AWS EKS - Create Kubernetes cluster on Amazon EKS | the easy way
16:27
TechWorld with Nana
Рет қаралды 564 М.
Creating Grafana Dashboards for Prometheus | Grafana Setup & Simple Dashboard (Chart, Gauge, Table)
13:51
Prometheus Monitoring with Julius | PromLabs
Рет қаралды 99 М.