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

Entity display name ‘sys.any’ is not valid #181

Closed
1 of 4 tasks
rubenaeg opened this issue Feb 12, 2021 · 1 comment
Closed
1 of 4 tasks

Entity display name ‘sys.any’ is not valid #181

rubenaeg opened this issue Feb 12, 2021 · 1 comment
Assignees
Labels
Bug Dialogflow Issues/PRs regarding Dialogflow functionality.
Milestone

Comments

@rubenaeg
Copy link
Contributor

I'm submitting a...

  • Bug report
  • Feature request
  • Documentation issue or request
  • Other... Please describe:

Expected Behavior

Building and deploying the language model with @sys.any should work as expected.

Current Behavior

jovo build creates three entries for @sys.any, as if it was a custom entity.

Error log

If you have an error log, please paste it here.

Your Environment

  • Jovo CLI version used: 1.x.x
  • Operating System:
@rubenaeg rubenaeg added Bug Dialogflow Issues/PRs regarding Dialogflow functionality. labels Feb 12, 2021
@rubenaeg rubenaeg added this to the v4 milestone Feb 12, 2021
@rubenaeg rubenaeg self-assigned this Feb 12, 2021
@alexmelekhavets
Copy link

alexmelekhavets commented Feb 16, 2021

Hey there! Getting this issue for other @sys. stuff as well:

 [ERR] com.google.apps.framework.request.BadRequestException: Entity display name 'sys.date' is not valid, it may contain only the following: A-Z, a-z, 0-9, _ (underscore), - (dash). And it should start with a letter.
 ›   Entity display name 'sys.date-period' is not valid, it may contain only the following: A-Z, a-z, 0-9, _ (underscore), - (dash). And it should start with a letter.

A temporary workaround is to remove these generated entities

sys.any.json
sys.any_entries_en.json
sys.date.json
sys.date-period.json
sys.date-period_entries_en.json
sys.date_entries_en.json

from the dialogflow_agent.zip file manually and then run the jovo deploy ... command again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Dialogflow Issues/PRs regarding Dialogflow functionality.
Projects
None yet
Development

No branches or pull requests

2 participants