algoliasearch-client-csharp icon indicating copy to clipboard operation
algoliasearch-client-csharp copied to clipboard

AverageClickPosition in Variant.cs should be a float

Open Ant-hem opened this issue 4 years ago • 0 comments

Summary

The type of averageClickPosition field in variant response structure must be float. It was revealed that it was set to int in the Go API Client, so we have to check its correctness among other clients.

https://github.com/algolia/algoliasearch-client-csharp/blob/master/src/Algolia.Search/Models/Analytics/Variant.cs#L48-L51

Ant-hem avatar Oct 13 '20 17:10 Ant-hem