AWS Lex Python Codehook references
问题 I am still pretty new to Python (and coding) but I am trying to build my own Lex bot with a Lambda function. I have been following the tutorials and I can understand how it all works. Problem is when I am trying to write my own Lambda functions for Lex, I cannot find any references to help me write my code for example looking at the code below. def get_slots(intent_request): return intent_request['currentIntent']['slots'] What is "(intent_request)" and where would I find reference to this?