Tushar Nitave
Tushar Nitave

Reputation: 577

Amazon Lex using cli

How to create multiple intents in Amazon Lex bot using command line interface?

I can generate single intent but I want to add more than one intent at a time.

Upvotes: 2

Views: 221

Answers (1)

Shay Ashkenazi
Shay Ashkenazi

Reputation: 477

As described in the API Reference of Amazon Lex Model Building Service, you can only put one intent at a time. You can write your own code that will put many intents by running multiple commands.

Upvotes: 1

Related Questions