Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered:
Unlike in English, in Bulgarian the training phrases are not being automatically annotated for date-time entities. I would go ahead and manually annotate but values never get extracted later on. Using the exact same phrase as the training phrase matches successfully the intent, identifies the entity but never ever extracts and returns the value.
What you expected to happen:
Steps to reproduce:
Please look at the attached screengrab, also the raw api response, and advise if date-time sys entities are supported in Bulgarian at all. Thanks!
{
"responseId": "a0b4fdeb-99c0-4563-adf7-5e2bb3690a34-d1e3d004",
"queryResult": {
"queryText": "намери ми играч за утре",
"parameters": {
"date-time": ""
},
"allRequiredParamsPresent": true,
"fulfillmentMessages": [
{
"text": {
"text": [
""
]
}
}
],
"intent": {
"name": "projects/bg-test-ia9d/agent/intents/143d3c26-3a3e-48d7-a1bc-7a27d8d46df7",
"displayName": "find_match"
},
"intentDetectionConfidence": 0.5369917,
"languageCode": "bg"
}
}
Other information (workarounds you have tried, documentation consulted, etc):