Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
Add intent to bot
0
Can you help me with the following and thanks.
I need to know if it is possible to add an intent to an existing bot. I was reading the documentation and is the putbot method but in this function I must specify an array with the intents that the bot will have ( this involves me creating another function to list the intent that I want in the bot in the format: array: {intentName: "", intentVersion: ""} ).