From the course: Building Intelligent Chatbots on AWS (2019)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Lex API and CLI

Lex API and CLI - Amazon Web Services (AWS) Tutorial

From the course: Building Intelligent Chatbots on AWS (2019)

Start my 1-month free trial

Lex API and CLI

- [Instructor] In this course, we'll be using the Lex console website, but you can also use the AWS command line interface. The command line interface can help you create your IAM role and various pieces of your bot, like slots and intents. Similarly, you can use the AWS API to create and manage bots. There are various actions to create, manage, and delete the bot items. Once you're familiar with the concepts and pieces of an AWS Lex bot, that might be the route for you. It depends on what you're developing. Do you need to be able to create bots on the fly? Will your app generate bots or manage them in some way? If so, the API is something that you might want to look into. This course will get you started on that path. Also, if you intend to call Lambdas from your bot, you'll need to know how those work too, so I recommend looking up courses on that. When you're ready to get started with the command line interface, look into the getting started section for Lex. There's also an API…

Contents