Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lex rebuild is failing due to 'QnAIntent' being considered a built-in intent name #658

Closed
1 task
cristi-constantin opened this issue Nov 9, 2023 · 8 comments
Labels

Comments

@cristi-constantin
Copy link

Describe the bug
If I rebuild Lex from the content designer, it fails with Rebuilding : FAILED: An error occurred (ValidationException) when calling the CreateIntent operation: The specified intent name conflicts with a built-in intent name. Please use a different name.
Initially, it was a failure related to UpdateIntent, but then I deleted the intent to test it out. It also fails on create.

I've also tried creating a new bot and giving the intent name as 'QnaIntent'. That also fails with: 'An error occurred
The specified intent name conflicts with a built-in intent name. Please use a different name.'

It seems that this intent name is now already in use / considered as an Amazon built-in intent name.

To Reproduce
Steps to reproduce the behavior.

Expected behavior
A clear and concise description of what you expected to happen.

Please complete the following information about the solution:

  • [5.4.2] Version: [e.g. v0.0.1]

To get the version of the solution, you can look at the description of the created CloudFormation stack. For example, "(SO0189) QnABot [...] v0.0.1".

  • [us-east-1] Region: [e.g. us-east-1]
  • [No] Was the solution modified from the version published on this repository?
  • If the answer to the previous question was yes, are the changes available on GitHub?
  • [No] Have you checked your service quotas for the services this solution uses?
  • [Don't know] Were there any errors in the CloudWatch Logs?

Screenshots
If applicable, add screenshots to help explain your problem (please DO NOT include sensitive information).

Additional context
Add any other context about the problem here.

@cristi-constantin cristi-constantin changed the title Lex rebuild is failing due to QnAIntent name being a buil Lex rebuild is failing due to 'QnAIntent' being considered a built-in intent name Nov 9, 2023
@marcburnie
Copy link
Member

marcburnie commented Nov 9, 2023

Hi @cristi-constantin - thanks for reporting the issue. I also noticed that our test deployments in us-east-1 and ap-southeast-2 failed last night due to the same reason. Curiously, similar deployments in other regions did not. Let us look into this and get back to you.

@hablat
Copy link

hablat commented Nov 9, 2023

I'm also running into this when trying to spin up a new stack. Is there currently a workaround?

@marcburnie
Copy link
Member

There is currently no workaround. If you are spinning up a new stack and the region doesn't matter to you, the only impacted regions are us-east-1 and ap-southeast-2, so you should be able to deploy in us-west-2 for example.

@hablat
Copy link

hablat commented Nov 9, 2023

Unfortunately we can only spin it up on us-east-1. Do you have a sense of when this will work again?

@marcburnie
Copy link
Member

We're actively working on this but, unfortunately, I cannot commit to a timeline. We're treating this as high priority so we should have an update soon.

@marcburnie
Copy link
Member

@cristi-constantin @hablat - the issue should be resolved now. Our builds are passing in all regions. Please try again. Let us know if your issue has not been resolved.

@cristi-constantin
Copy link
Author

@marcburnie - confirmed as resolved.

@hablat
Copy link

hablat commented Nov 10, 2023

@marcburnie Thank you, its working for on creation for me as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants