DialogueFlow @Sys Entities - Issues uploading model


#1

Hi @AlexSwe

I’m having problems when uploading google platform model zip file to Dialogue flow with system entities.

I have an old in-production action I am trying to update and I have just created a new action just to see if it did the same thing.

The problem has occurred with @sys.any and also @system
Here is the error I am receiving from Dialogueflow

com.google.apps.framework.request.BadRequestException: Entity display name ‘sys.any’ is not valid, it may contain only the following: A-Z, a-z, 0-9, _ (underscore), - (dash). And it should start with a letter.

my code is: “dialogueflow”: "@sys-any

In the plaftorm model the entity has rendered as “name”: “sys-any”

Is this something at my end or a bug?


#2

Seems like this issure here, will work on that :+1:


#3

Thanks Ruben - its a bit of a hindrance at the moment as I can’t update my Google action.


#4

Here is a workaround that might be helpful https://github.com/jovotech/jovo-cli/issues/181#issuecomment-780163630


#5

thanks, Jan - that workaround is working.


#6

OK, it seems like although I can upload the agent using the workaround, the sys.time entity doesn’t work at all.

For Alexa using AMAZON.TIME it hears 6 PM and converts it to 18:00 and the skill works no problem.

using @sys.time it just logs as 6 PM so the action is broken.

Any idea when this bug will be fixed?