I created Bot on AWS Lex, that internally calls LAmbda functions to fulfill different intents. I tested on the AWS Lex console, and it is working fine for both text and Speech.
I also exported to Alexa Skill Kit (part of developer.amazon.com/alexa) using link - https://aws.amazon.com/blogs/machine-learning/export-your-amazon-lex-bot-schema-to-the-alexa-skills-kit/
Questions -
- What would be the correct service endpoint, that I have to pass in Configurations tab (in Alexa Skill Kit). Currently I passed - “https://runtime.lex.us-east-1.amazonaws.com” . But it is not working. Can you help me here ?