Skip to content

Wrong utterances in default intents #99

@armonge

Description

@armonge

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
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions