@Abhinav there are two issues with your file:
-
- about_us: {triggers: action_about_us}This is the 1.x format for theMappingPolicy. This has been deprecated in favor of writing Rules. -
there’s an extra
-for this response causing the error:
- image: https://i.imgur.com/nGF1K8f.jpg
- text: Here is something to cheer you up
If you change it to this it works:
utter_cheer_up:
- text: Here is something to cheer you up
image: https://i.imgur.com/nGF1K8f.jpg
I’ll add onto the GitHub Issue that we’re missing the explanation for what’s wrong with the file in our output.