[Bug] [German]: "mich" resolves to "Mitch" in slot value
I discovered a weird bug in German:
- Slot with name "forWhom"
- Slot Value: "me"
- Synonym for "me": "mich"
When you elicit the slot and answer "mich", I am getting this:
"forWhom": {
"name": "forWhom",
"value": "Mitch",
"resolutions": {
"resolutionsPerAuthority": [
{
"authority": "...",
"status": {
"code": "ERSUCCESSMATCH"
},
"values": [
{
"value": {
"name": "me",
"id": "me"
}
}
]
},
{
"authority": "...",
"status": {
"code": "ERSUCCESSNO_MATCH"
}
}
]
},
"confirmationStatus": "NONE"
},
Where does "Mitch" come from?

Hello,
Thank you for submitting an Alexa Skills Feature Request. We are happy to inform you that the feature you have requested has launched! Please refer to the following page for more information:
https://developer.amazon.com/en-US/docs/alexa/custom-skills/create-and-edit-custom-slot-types.html#custom-slot-type-values