Thank you for this tutorial!! It has been fantastic, you're great!!
@androidsoham Жыл бұрын
Terrific explanation on the Lex response and how to parse it and send a response back. Wow!
@evanl52992 жыл бұрын
Excellent. Thank you Faisal - you rule.
@FaisalAkhtar2 жыл бұрын
You are welcome
@hemanthkumarreddybapuram23463 жыл бұрын
Thanks a lot sir. I have learnt many things. Hoping for some more like these in python. Thanks
@lexhewitt16442 жыл бұрын
Great!!! Tutorial, has given me some insight, Thanks
@FaisalAkhtar2 жыл бұрын
You are welcome.
@alexsoul2472 жыл бұрын
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
@FaisalAkhtar2 жыл бұрын
Try these 4 video part series. I go into a little more details
@FaisalAkhtar2 жыл бұрын
kzbin.info/www/bejne/gXizlXiKl92VfNk
@gdemelo2 жыл бұрын
Dude... You rock!
@senorviglione49252 жыл бұрын
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.s69112 жыл бұрын
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?
@andyjulialee2 жыл бұрын
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.
@bhootpurvmanusya2 жыл бұрын
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)
@irynasorokovska46212 жыл бұрын
Great video! Thanks a lot
@fransipin12 жыл бұрын
Good one ...
@karimfayed30502 жыл бұрын
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?
I want to call external api and provide the value as response, can you provide any documentation on that topic?
@FaisalAkhtar3 жыл бұрын
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.
@automatewithrezwan3 жыл бұрын
@@FaisalAkhtar ohh sorry I hadn;t checked the rep yet. Thanks for the quick response
@interactservicesllc203 жыл бұрын
how do I change intent using lambda?
@EzraSchroeder2 жыл бұрын
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?
@FaisalAkhtar2 жыл бұрын
27:00
@EzraSchroeder2 жыл бұрын
@@FaisalAkhtar okay i'll delete my comment
@EzraSchroeder2 жыл бұрын
just frustrated at the moment, its me not you
@FaisalAkhtar2 жыл бұрын
@@EzraSchroeder don't worry about it 🙂
@EzraSchroeder2 жыл бұрын
@@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
@gausshaikh113 жыл бұрын
How to contact you sir?
@FaisalAkhtar3 жыл бұрын
I have added a business inquiries email in the about tab in my channel.
@gausshaikh113 жыл бұрын
@@FaisalAkhtar sorry sir I didn't find it. Please give me your whats app number or email id.
@FaisalAkhtar3 жыл бұрын
@@gausshaikh11 find me on LinkedIn
@meetdabhi69493 жыл бұрын
Facing an error Invalid Lambda Response: Received error response from Lambda: Unhandled Please help
@saswatdas61373 жыл бұрын
Ensure you are using v1. V2 response format is different
@FaisalAkhtar3 жыл бұрын
Check out my code and see if matches yours Feel free to use it to troubleshoot github.com/fakhtar/JokesandFactsLexVideo
@WarriorAjk3 жыл бұрын
@@FaisalAkhtar AoA sir, I tried to troubleshoot, but I am receiving the same problem.
@FaisalAkhtar3 жыл бұрын
@@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.