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.
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.