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 does not get parsed properly #1348

Open
1 of 4 tasks
bertmeeuws opened this issue Jun 8, 2022 · 1 comment
Open
1 of 4 tasks

Entity does not get parsed properly #1348

bertmeeuws opened this issue Jun 8, 2022 · 1 comment

Comments

@bertmeeuws
Copy link

bertmeeuws commented Jun 8, 2022

I'm submitting a...

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

I have an intent AmountIngredient:

RawInputType is freeText

image

When I use a handler with intent AmountIngredient in my WelcomeComponent (the default component after our global one)
The entities get properly parsed.

image

But whenever I am in a different component, a component that handles recipes in our app the intent gets matched but the entities do not get parsed.
image

After hours of trying I still don't have an explanation, how can it be that it works in one component but not in another?

You would help me a ton if someone has an answer

Expected Behavior

Jovo should parse the entity correctly

  "intent": {
    "name": "AmountIngredient",
    "params": {
      "rawInput": {
        "original": "kaas",
        "resolved": "kaas"
      }
    },
    "query": "hoeveel kaas"
  },

Current Behavior

image

Error Log

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

Your Environment

  • Jovo Framework version used: 4.2.4
  • @jovotech/platform-googleassistant": "4.2.4"
  • "@jovotech/plugin-debugger": "4.2.4"
  • Operating System: OSX Monterey 12.2
@bertmeeuws
Copy link
Author

I've come a little bit closer to an explanation, it has something to do with the scene switch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant