nodejs-docs-samples icon indicating copy to clipboard operation
nodejs-docs-samples copied to clipboard

dialogflow-cx: remove skip on sentiment analysis test

Open kweinmeister opened this issue 2 years ago • 3 comments
trafficstars

A test was skipped because the service is returning positive for a value that should be neutral. This issue is a reminder to remove the skip when the issue is fixed.

https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/main/dialogflow-cx/test/detect-intent-sentiment-analysis-test.js

kweinmeister avatar May 11 '23 17:05 kweinmeister

@kweinmeister how can I contribute to this?

silenteyesoncode avatar May 23 '23 16:05 silenteyesoncode

@silenteyesoncode Thanks for offering to help! This one might be a little tricky, as it may need access to the GCP test project.

If possible, what could help is running this test against your project with a Dialogflow agent, and debugging what the actual sentiment values being returned are. Then, we can look into why it's not matching up correctly in the test.

kweinmeister avatar Jun 15 '23 02:06 kweinmeister

Ahh for sure, @kweinmeister I like to get my hands on this though

silenteyesoncode avatar Jun 15 '23 02:06 silenteyesoncode