I have this Intent on Google Actions with a couple of utterances:
and I'm using one of the default system types:
The Bank Account should always be 8 digits so I was thinking if I could use Regex on Google Actions to identify this exact entity when typed by the user.
If yes, how exactly?
Can I just create an utterance with Regex like this: \d{8}
Should I "highlight" as Parameter just like I did with the two given examples as well?
Thanks,


While this is not visible in the Actions Console, it is something that can be done if you download the project to a local environment using gactions.
You can create a new
Typein undercustom/types. You will use create RegularExpression Entities.Then you'll need to re-upload your project to the Actions Console with
gactions pushandgactions deploy preview.