wit icon indicating copy to clipboard operation
wit copied to clipboard

Error after changing Intents names

Open aya-labiba opened this issue 2 years ago • 4 comments

Do you want to request a feature, report a bug, or ask a question about wit? bug

What is the current behavior? Some entities names were changed inside the app, when calling the messages API the API is returning the following error on the expressions that returns the changed intents names:

{ "error": "Something went wrong. We've been notified", "code": "unknown" }

API Result before changing the intents name:

image

API Result after changing the intents names:

image

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Send "رصيدي" or "لا استطيع استعراض المتبقي من بيانات باقة جوالي من خلال تطبيق الايفون"

What is the expected behavior? To return a response with the new updated names without an error.

If applicable, what is the App ID where you are experiencing this issue? If you do not provide this, we cannot help. 1084780965411406

aya-labiba avatar Apr 14 '22 13:04 aya-labiba

Thanks for reporting the issue, we'll work on the fix

doggeral avatar Apr 22 '22 21:04 doggeral

Hi @doggeral, any updates regarding this issue?

aya-labiba avatar May 16 '22 06:05 aya-labiba

Sorry for the late reply, we're working on the issue now.

doggeral avatar May 27 '22 05:05 doggeral

Hi I found the error is: "Expected WitEntBackedValue, got WitStringValue" when constructing intents response, so the intent entity's value is string value, it is not expected. @doggeral , let's discuss how could this happen.

wangzhenict avatar May 27 '22 18:05 wangzhenict

Closing due to no movement on the issue. Please re-open or file a new task should the issue be persisting.

Barbog avatar Apr 18 '23 09:04 Barbog