create bot with intents and slots using lex API using python

0

doing all the following steps but still getting response as bot build locale failed create bot create intent create slot update intent update bot adding permissions build bot locale. getting response as 'botLocaleStatus': 'Failed', 'failureReasons': ["Slot ids [email, password, One_Time_Code] in intent ResetsPassword don't define a slot priority. Update the intent to add a priority to these slots."],

demandé il y a 10 mois281 vues
1 réponse
0

Need troubleshooting but some hints with the information provided : It is rare for this error to be thrown if you are only using the console, as your slot is parameter you can set through the SDK (it is done automatically in the console). I suspect the reason it was throwing the error is that upon changing some things in the intent, the bot expected some parameters that no longer existed, by saving the new changes is the intent, it should be able to build successfully.

AWS
répondu il y a 10 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions