Getting the following exception and message when using a SummarisedFeaturesRequest to the BVProductSentimentsClient:
com.bazaarvoice.bvandroidsdk.ProductSentimentsException: Unable to parse JSON
com.google.gson.JsonSyntaxException: java.lang.NumberFormatException: Expected an int but was 0.9375 at line 1 column 84 path $.bestFeatures[0].percentPositive
Seems that percentPositive is an int in the BestFeature and WorstFeature classes, but the value from the API is a float, causing this exception.
Using version 8.21.0
Getting the following exception and message when using a
SummarisedFeaturesRequestto theBVProductSentimentsClient:com.bazaarvoice.bvandroidsdk.ProductSentimentsException: Unable to parse JSONcom.google.gson.JsonSyntaxException: java.lang.NumberFormatException: Expected an int but was 0.9375 at line 1 column 84 path $.bestFeatures[0].percentPositiveSeems that
percentPositiveis an int in theBestFeatureandWorstFeatureclasses, but the value from the API is a float, causing this exception.Using version 8.21.0