nodejs-docs-samples
nodejs-docs-samples copied to clipboard
dialogflow-cx: remove skip on sentiment analysis test
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 how can I contribute to this?
@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.
Ahh for sure, @kweinmeister I like to get my hands on this though