Wednesday, 14 February 2018

Amazon Lex Chatbot Schema now enables export and import

The users of Amazon Lex ChatBot Schema can now export and import to simplify the process of replication of the chatbot for deployment and development. Amazon Lex provisions the ability to import and export the Amazon Lex Chatbot definition as a JSON file. The JSON configuration file will include the structure of the Amazon Lex Chatbot which will also consist of slots, slot types, prompts and intent schema with utterances. When the users export the bot schema file they can remodify it and they can import them to the different account or the same account. This same function can be utilized to replicate the chatbot to another region as the customer is configuring highly available multi-region architecture. 

No comments:

Post a Comment

Optimizing Performance and Cost: Migrating an Express.js Application from EC2 to AWS Lambda

Introduction: In a recent project, our team worked on optimizing a Node.js application that was originally hosted on an EC2 instance. The ap...