Jovo Model and other Platforms models merging strategy #250
Labels
Bug
Google Conversational Actions
Issues/PRs regarding Google Conversational Actions functionality.
v4
Issues/PRs for v4 of the Jovo CLI
I'm submitting a...
I cannot put
FUZZY_MATCH
in a custom Google Actions Type without overriding the full type.platform.googleAssistant\custom\types\MyCustomType.yaml
When I set Fuzzy Match from Google Actions Builder console and do a
gactions pull
, the above file is generated.BUT when I override the type in Jovo Model, via GoogleAssistant object like this:
/model/en.json
The merging is failing because I get:
platform.googleAssistant\custom\types\MyCustomType.yaml
Note that all the rest is gone. Merge operation not merging the Jovo Model part:
en.json
Instead, it's deleted from the generated type when build.
Your Environment
@jovotech/cli: 4.0.0-beta.9
The text was updated successfully, but these errors were encountered: