Reputation: 577
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
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