2

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.

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
Tushar Nitave
  • 519
  • 4
  • 13

1 Answers1

1

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.

Shay Ashkenazi
  • 467
  • 1
  • 4
  • 11