-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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
Labels
No labels