diff --git a/sdk-dotnet/src/Inferable.cs b/sdk-dotnet/src/Inferable.cs index 129c3333..d1196259 100644 --- a/sdk-dotnet/src/Inferable.cs +++ b/sdk-dotnet/src/Inferable.cs @@ -34,7 +34,7 @@ public struct OnStatusChangeInput /// Input object for handleCustomerAuth functions /// https://docs.inferable.ai/pages/auth#handlecustomerauth /// - public struct HandleCustomerAuthInput + public struct HandleCustomerAuthInput { [JsonPropertyName("token")] public string Token { get; set; }