algoliasearch-client-csharp
algoliasearch-client-csharp copied to clipboard
AverageClickPosition in Variant.cs should be a float
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