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

Wrong utterances in default intents #99

Open
armonge opened this issue Jul 26, 2019 · 1 comment
Open

Wrong utterances in default intents #99

armonge opened this issue Jul 26, 2019 · 1 comment

Comments

@armonge
Copy link
Contributor

armonge commented Jul 26, 2019

When using any language other than english the voxa-cli generates wrong utterances when using intents like AMAZON.NoIntent in dialogflow. That basically means when using de-DE your intent will have stuff like

  {
    "data": [
      {
        "text": "don't do it",
        "userDefined": false,
        "id": "21c0eac5-5704-5865-b24c-773b615cb456"
      }
    ],
    "isTemplate": false,
    "count": 0,
    "updated": 0
  },
  {
    "data": [
      {
        "text": "no thanks",
        "userDefined": false,
        "id": "3662bc9a-4388-5aa6-a840-26345d803cd5"
      }
    ],
    "isTemplate": false,
    "count": 0,
    "updated": 0
  }
@armonge armonge changed the title Wrong utterances in default instances Wrong utterances in default intents Jul 30, 2019
@rmberrios
Copy link
Contributor

This should be fixed in the next release

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

2 participants