diff --git a/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.BackfillContactAnalysisData.g.cs b/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.BackfillContactAnalysisData.g.cs index 8789c96e..dff84edf 100644 --- a/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.BackfillContactAnalysisData.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.BackfillContactAnalysisData.g.cs @@ -5,7 +5,7 @@ namespace RetellAI public partial interface IRetellAiClient { /// - /// Trigger a backfill job that re-applies analysis data mappings to contacts using historical call data. Only one backfill job can run per organization at a time. + /// /// /// /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. @@ -17,7 +17,7 @@ public partial interface IRetellAiClient global::RetellAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default); /// - /// Trigger a backfill job that re-applies analysis data mappings to contacts using historical call data. Only one backfill job can run per organization at a time. + /// /// /// /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. @@ -29,14 +29,10 @@ public partial interface IRetellAiClient global::RetellAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default); /// - /// Trigger a backfill job that re-applies analysis data mappings to contacts using historical call data. Only one backfill job can run per organization at a time. + /// /// - /// - /// Optional call filter to scope which calls are processed. Supports agent and start_timestamp from the standard call filter. - /// - /// - /// Contact fields to recompute. Each one must still exist as a contact field and have an analysis data mapping configured, otherwise the request is rejected rather than running a job that writes nothing. - /// + /// + /// /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// diff --git a/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.CreateWebCallV3.g.cs b/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.CreateWebCall.g.cs similarity index 95% rename from src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.CreateWebCallV3.g.cs rename to src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.CreateWebCall.g.cs index d42596f2..7d174e77 100644 --- a/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.CreateWebCallV3.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.CreateWebCall.g.cs @@ -11,9 +11,9 @@ public partial interface IRetellAiClient /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task CreateWebCallV3Async( + global::System.Threading.Tasks.Task CreateWebCallAsync( - global::RetellAI.CreateWebCallV3Request request, + global::RetellAI.CreateWebCallRequest request, global::RetellAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default); /// @@ -23,9 +23,9 @@ public partial interface IRetellAiClient /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task> CreateWebCallV3AsResponseAsync( + global::System.Threading.Tasks.Task> CreateWebCallAsResponseAsync( - global::RetellAI.CreateWebCallV3Request request, + global::RetellAI.CreateWebCallRequest request, global::RetellAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default); /// @@ -59,7 +59,7 @@ public partial interface IRetellAiClient /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - global::System.Threading.Tasks.Task CreateWebCallV3Async( + global::System.Threading.Tasks.Task CreateWebCallAsync( string agentId, global::RetellAI.AgentVersionReference? agentVersion = default, global::RetellAI.AgentOverrideRequest? agentOverride = default, diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.AgentOverrideConfigSttMode.g.cs similarity index 65% rename from src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus.g.cs rename to src/libs/RetellAI/Generated/RetellAI.JsonConverters.AgentOverrideConfigSttMode.g.cs index 630f5f1a..9b07d089 100644 --- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.AgentOverrideConfigSttMode.g.cs @@ -3,10 +3,10 @@ namespace RetellAI.JsonConverters { /// - public sealed class CreateWebCallV3ResponseStatusJsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class AgentOverrideConfigSttModeJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::RetellAI.CreateWebCallV3ResponseStatus Read( + public override global::RetellAI.AgentOverrideConfigSttMode Read( ref global::System.Text.Json.Utf8JsonReader reader, global::System.Type typeToConvert, global::System.Text.Json.JsonSerializerOptions options) @@ -18,7 +18,7 @@ public sealed class CreateWebCallV3ResponseStatusJsonConverter : global::System. var stringValue = reader.GetString(); if (stringValue != null) { - return global::RetellAI.CreateWebCallV3ResponseStatusExtensions.ToEnum(stringValue) ?? default; + return global::RetellAI.AgentOverrideConfigSttModeExtensions.ToEnum(stringValue) ?? default; } break; @@ -26,11 +26,11 @@ public sealed class CreateWebCallV3ResponseStatusJsonConverter : global::System. case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::RetellAI.CreateWebCallV3ResponseStatus)numValue; + return (global::RetellAI.AgentOverrideConfigSttMode)numValue; } case global::System.Text.Json.JsonTokenType.Null: { - return default(global::RetellAI.CreateWebCallV3ResponseStatus); + return default(global::RetellAI.AgentOverrideConfigSttMode); } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -42,12 +42,12 @@ public sealed class CreateWebCallV3ResponseStatusJsonConverter : global::System. /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::RetellAI.CreateWebCallV3ResponseStatus value, + global::RetellAI.AgentOverrideConfigSttMode value, global::System.Text.Json.JsonSerializerOptions options) { writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); - writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatusExtensions.ToValueString(value)); + writer.WriteStringValue(global::RetellAI.AgentOverrideConfigSttModeExtensions.ToValueString(value)); } } } diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatusNullable.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.AgentOverrideConfigSttModeNullable.g.cs similarity index 67% rename from src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatusNullable.g.cs rename to src/libs/RetellAI/Generated/RetellAI.JsonConverters.AgentOverrideConfigSttModeNullable.g.cs index 33b8c783..617e713d 100644 --- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatusNullable.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.AgentOverrideConfigSttModeNullable.g.cs @@ -3,10 +3,10 @@ namespace RetellAI.JsonConverters { /// - public sealed class CreateWebCallV3ResponseStatusNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class AgentOverrideConfigSttModeNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::RetellAI.CreateWebCallV3ResponseStatus? Read( + public override global::RetellAI.AgentOverrideConfigSttMode? Read( ref global::System.Text.Json.Utf8JsonReader reader, global::System.Type typeToConvert, global::System.Text.Json.JsonSerializerOptions options) @@ -18,7 +18,7 @@ public sealed class CreateWebCallV3ResponseStatusNullableJsonConverter : global: var stringValue = reader.GetString(); if (stringValue != null) { - return global::RetellAI.CreateWebCallV3ResponseStatusExtensions.ToEnum(stringValue); + return global::RetellAI.AgentOverrideConfigSttModeExtensions.ToEnum(stringValue); } break; @@ -26,11 +26,11 @@ public sealed class CreateWebCallV3ResponseStatusNullableJsonConverter : global: case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::RetellAI.CreateWebCallV3ResponseStatus)numValue; + return (global::RetellAI.AgentOverrideConfigSttMode)numValue; } case global::System.Text.Json.JsonTokenType.Null: { - return default(global::RetellAI.CreateWebCallV3ResponseStatus?); + return default(global::RetellAI.AgentOverrideConfigSttMode?); } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -42,7 +42,7 @@ public sealed class CreateWebCallV3ResponseStatusNullableJsonConverter : global: /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::RetellAI.CreateWebCallV3ResponseStatus? value, + global::RetellAI.AgentOverrideConfigSttMode? value, global::System.Text.Json.JsonSerializerOptions options) { writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); @@ -53,7 +53,7 @@ public override void Write( } else { - writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatusExtensions.ToValueString(value.Value)); + writer.WriteStringValue(global::RetellAI.AgentOverrideConfigSttModeExtensions.ToValueString(value.Value)); } } } diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus3.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus.g.cs similarity index 64% rename from src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus3.g.cs rename to src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus.g.cs index 2d66c48a..9c9d5992 100644 --- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus3.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus.g.cs @@ -3,10 +3,10 @@ namespace RetellAI.JsonConverters { /// - public sealed class CreateWebCallV3ResponseStatus3JsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class CreateCreateWebCallResponseStatusJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::RetellAI.CreateWebCallV3ResponseStatus3 Read( + public override global::RetellAI.CreateCreateWebCallResponseStatus Read( ref global::System.Text.Json.Utf8JsonReader reader, global::System.Type typeToConvert, global::System.Text.Json.JsonSerializerOptions options) @@ -18,7 +18,7 @@ public sealed class CreateWebCallV3ResponseStatus3JsonConverter : global::System var stringValue = reader.GetString(); if (stringValue != null) { - return global::RetellAI.CreateWebCallV3ResponseStatus3Extensions.ToEnum(stringValue) ?? default; + return global::RetellAI.CreateCreateWebCallResponseStatusExtensions.ToEnum(stringValue) ?? default; } break; @@ -26,11 +26,11 @@ public sealed class CreateWebCallV3ResponseStatus3JsonConverter : global::System case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::RetellAI.CreateWebCallV3ResponseStatus3)numValue; + return (global::RetellAI.CreateCreateWebCallResponseStatus)numValue; } case global::System.Text.Json.JsonTokenType.Null: { - return default(global::RetellAI.CreateWebCallV3ResponseStatus3); + return default(global::RetellAI.CreateCreateWebCallResponseStatus); } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -42,12 +42,12 @@ public sealed class CreateWebCallV3ResponseStatus3JsonConverter : global::System /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::RetellAI.CreateWebCallV3ResponseStatus3 value, + global::RetellAI.CreateCreateWebCallResponseStatus value, global::System.Text.Json.JsonSerializerOptions options) { writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); - writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatus3Extensions.ToValueString(value)); + writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatusExtensions.ToValueString(value)); } } } diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus2.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus2.g.cs similarity index 64% rename from src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus2.g.cs rename to src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus2.g.cs index 5d12e72e..6b9993aa 100644 --- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus2.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus2.g.cs @@ -3,10 +3,10 @@ namespace RetellAI.JsonConverters { /// - public sealed class CreateWebCallV3ResponseStatus2JsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class CreateCreateWebCallResponseStatus2JsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::RetellAI.CreateWebCallV3ResponseStatus2 Read( + public override global::RetellAI.CreateCreateWebCallResponseStatus2 Read( ref global::System.Text.Json.Utf8JsonReader reader, global::System.Type typeToConvert, global::System.Text.Json.JsonSerializerOptions options) @@ -18,7 +18,7 @@ public sealed class CreateWebCallV3ResponseStatus2JsonConverter : global::System var stringValue = reader.GetString(); if (stringValue != null) { - return global::RetellAI.CreateWebCallV3ResponseStatus2Extensions.ToEnum(stringValue) ?? default; + return global::RetellAI.CreateCreateWebCallResponseStatus2Extensions.ToEnum(stringValue) ?? default; } break; @@ -26,11 +26,11 @@ public sealed class CreateWebCallV3ResponseStatus2JsonConverter : global::System case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::RetellAI.CreateWebCallV3ResponseStatus2)numValue; + return (global::RetellAI.CreateCreateWebCallResponseStatus2)numValue; } case global::System.Text.Json.JsonTokenType.Null: { - return default(global::RetellAI.CreateWebCallV3ResponseStatus2); + return default(global::RetellAI.CreateCreateWebCallResponseStatus2); } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -42,12 +42,12 @@ public sealed class CreateWebCallV3ResponseStatus2JsonConverter : global::System /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::RetellAI.CreateWebCallV3ResponseStatus2 value, + global::RetellAI.CreateCreateWebCallResponseStatus2 value, global::System.Text.Json.JsonSerializerOptions options) { writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); - writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatus2Extensions.ToValueString(value)); + writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatus2Extensions.ToValueString(value)); } } } diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus4Nullable.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus2Nullable.g.cs similarity index 66% rename from src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus4Nullable.g.cs rename to src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus2Nullable.g.cs index 5105c3a6..a2091c5d 100644 --- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus4Nullable.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus2Nullable.g.cs @@ -3,10 +3,10 @@ namespace RetellAI.JsonConverters { /// - public sealed class CreateWebCallV3ResponseStatus4NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class CreateCreateWebCallResponseStatus2NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::RetellAI.CreateWebCallV3ResponseStatus4? Read( + public override global::RetellAI.CreateCreateWebCallResponseStatus2? Read( ref global::System.Text.Json.Utf8JsonReader reader, global::System.Type typeToConvert, global::System.Text.Json.JsonSerializerOptions options) @@ -18,7 +18,7 @@ public sealed class CreateWebCallV3ResponseStatus4NullableJsonConverter : global var stringValue = reader.GetString(); if (stringValue != null) { - return global::RetellAI.CreateWebCallV3ResponseStatus4Extensions.ToEnum(stringValue); + return global::RetellAI.CreateCreateWebCallResponseStatus2Extensions.ToEnum(stringValue); } break; @@ -26,11 +26,11 @@ public sealed class CreateWebCallV3ResponseStatus4NullableJsonConverter : global case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::RetellAI.CreateWebCallV3ResponseStatus4)numValue; + return (global::RetellAI.CreateCreateWebCallResponseStatus2)numValue; } case global::System.Text.Json.JsonTokenType.Null: { - return default(global::RetellAI.CreateWebCallV3ResponseStatus4?); + return default(global::RetellAI.CreateCreateWebCallResponseStatus2?); } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -42,7 +42,7 @@ public sealed class CreateWebCallV3ResponseStatus4NullableJsonConverter : global /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::RetellAI.CreateWebCallV3ResponseStatus4? value, + global::RetellAI.CreateCreateWebCallResponseStatus2? value, global::System.Text.Json.JsonSerializerOptions options) { writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); @@ -53,7 +53,7 @@ public override void Write( } else { - writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatus4Extensions.ToValueString(value.Value)); + writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatus2Extensions.ToValueString(value.Value)); } } } diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus4.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus3.g.cs similarity index 64% rename from src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus4.g.cs rename to src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus3.g.cs index 2f90cdd0..d03f2e70 100644 --- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus4.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus3.g.cs @@ -3,10 +3,10 @@ namespace RetellAI.JsonConverters { /// - public sealed class CreateWebCallV3ResponseStatus4JsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class CreateCreateWebCallResponseStatus3JsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::RetellAI.CreateWebCallV3ResponseStatus4 Read( + public override global::RetellAI.CreateCreateWebCallResponseStatus3 Read( ref global::System.Text.Json.Utf8JsonReader reader, global::System.Type typeToConvert, global::System.Text.Json.JsonSerializerOptions options) @@ -18,7 +18,7 @@ public sealed class CreateWebCallV3ResponseStatus4JsonConverter : global::System var stringValue = reader.GetString(); if (stringValue != null) { - return global::RetellAI.CreateWebCallV3ResponseStatus4Extensions.ToEnum(stringValue) ?? default; + return global::RetellAI.CreateCreateWebCallResponseStatus3Extensions.ToEnum(stringValue) ?? default; } break; @@ -26,11 +26,11 @@ public sealed class CreateWebCallV3ResponseStatus4JsonConverter : global::System case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::RetellAI.CreateWebCallV3ResponseStatus4)numValue; + return (global::RetellAI.CreateCreateWebCallResponseStatus3)numValue; } case global::System.Text.Json.JsonTokenType.Null: { - return default(global::RetellAI.CreateWebCallV3ResponseStatus4); + return default(global::RetellAI.CreateCreateWebCallResponseStatus3); } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -42,12 +42,12 @@ public sealed class CreateWebCallV3ResponseStatus4JsonConverter : global::System /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::RetellAI.CreateWebCallV3ResponseStatus4 value, + global::RetellAI.CreateCreateWebCallResponseStatus3 value, global::System.Text.Json.JsonSerializerOptions options) { writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); - writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatus4Extensions.ToValueString(value)); + writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatus3Extensions.ToValueString(value)); } } } diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus5Nullable.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus3Nullable.g.cs similarity index 66% rename from src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus5Nullable.g.cs rename to src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus3Nullable.g.cs index f572b48a..bce55fb3 100644 --- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus5Nullable.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus3Nullable.g.cs @@ -3,10 +3,10 @@ namespace RetellAI.JsonConverters { /// - public sealed class CreateWebCallV3ResponseStatus5NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class CreateCreateWebCallResponseStatus3NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::RetellAI.CreateWebCallV3ResponseStatus5? Read( + public override global::RetellAI.CreateCreateWebCallResponseStatus3? Read( ref global::System.Text.Json.Utf8JsonReader reader, global::System.Type typeToConvert, global::System.Text.Json.JsonSerializerOptions options) @@ -18,7 +18,7 @@ public sealed class CreateWebCallV3ResponseStatus5NullableJsonConverter : global var stringValue = reader.GetString(); if (stringValue != null) { - return global::RetellAI.CreateWebCallV3ResponseStatus5Extensions.ToEnum(stringValue); + return global::RetellAI.CreateCreateWebCallResponseStatus3Extensions.ToEnum(stringValue); } break; @@ -26,11 +26,11 @@ public sealed class CreateWebCallV3ResponseStatus5NullableJsonConverter : global case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::RetellAI.CreateWebCallV3ResponseStatus5)numValue; + return (global::RetellAI.CreateCreateWebCallResponseStatus3)numValue; } case global::System.Text.Json.JsonTokenType.Null: { - return default(global::RetellAI.CreateWebCallV3ResponseStatus5?); + return default(global::RetellAI.CreateCreateWebCallResponseStatus3?); } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -42,7 +42,7 @@ public sealed class CreateWebCallV3ResponseStatus5NullableJsonConverter : global /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::RetellAI.CreateWebCallV3ResponseStatus5? value, + global::RetellAI.CreateCreateWebCallResponseStatus3? value, global::System.Text.Json.JsonSerializerOptions options) { writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); @@ -53,7 +53,7 @@ public override void Write( } else { - writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatus5Extensions.ToValueString(value.Value)); + writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatus3Extensions.ToValueString(value.Value)); } } } diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus4.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus4.g.cs new file mode 100644 index 00000000..e785c1dd --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus4.g.cs @@ -0,0 +1,53 @@ +#nullable enable + +namespace RetellAI.JsonConverters +{ + /// + public sealed class CreateCreateWebCallResponseStatus4JsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::RetellAI.CreateCreateWebCallResponseStatus4 Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::RetellAI.CreateCreateWebCallResponseStatus4Extensions.ToEnum(stringValue) ?? default; + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::RetellAI.CreateCreateWebCallResponseStatus4)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::RetellAI.CreateCreateWebCallResponseStatus4); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::RetellAI.CreateCreateWebCallResponseStatus4 value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatus4Extensions.ToValueString(value)); + } + } +} diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus2Nullable.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus4Nullable.g.cs similarity index 66% rename from src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus2Nullable.g.cs rename to src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus4Nullable.g.cs index bb402482..8730f9e6 100644 --- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus2Nullable.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus4Nullable.g.cs @@ -3,10 +3,10 @@ namespace RetellAI.JsonConverters { /// - public sealed class CreateWebCallV3ResponseStatus2NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class CreateCreateWebCallResponseStatus4NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::RetellAI.CreateWebCallV3ResponseStatus2? Read( + public override global::RetellAI.CreateCreateWebCallResponseStatus4? Read( ref global::System.Text.Json.Utf8JsonReader reader, global::System.Type typeToConvert, global::System.Text.Json.JsonSerializerOptions options) @@ -18,7 +18,7 @@ public sealed class CreateWebCallV3ResponseStatus2NullableJsonConverter : global var stringValue = reader.GetString(); if (stringValue != null) { - return global::RetellAI.CreateWebCallV3ResponseStatus2Extensions.ToEnum(stringValue); + return global::RetellAI.CreateCreateWebCallResponseStatus4Extensions.ToEnum(stringValue); } break; @@ -26,11 +26,11 @@ public sealed class CreateWebCallV3ResponseStatus2NullableJsonConverter : global case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::RetellAI.CreateWebCallV3ResponseStatus2)numValue; + return (global::RetellAI.CreateCreateWebCallResponseStatus4)numValue; } case global::System.Text.Json.JsonTokenType.Null: { - return default(global::RetellAI.CreateWebCallV3ResponseStatus2?); + return default(global::RetellAI.CreateCreateWebCallResponseStatus4?); } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -42,7 +42,7 @@ public sealed class CreateWebCallV3ResponseStatus2NullableJsonConverter : global /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::RetellAI.CreateWebCallV3ResponseStatus2? value, + global::RetellAI.CreateCreateWebCallResponseStatus4? value, global::System.Text.Json.JsonSerializerOptions options) { writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); @@ -53,7 +53,7 @@ public override void Write( } else { - writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatus2Extensions.ToValueString(value.Value)); + writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatus4Extensions.ToValueString(value.Value)); } } } diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus5.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus5.g.cs new file mode 100644 index 00000000..72ffb29c --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus5.g.cs @@ -0,0 +1,53 @@ +#nullable enable + +namespace RetellAI.JsonConverters +{ + /// + public sealed class CreateCreateWebCallResponseStatus5JsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::RetellAI.CreateCreateWebCallResponseStatus5 Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::RetellAI.CreateCreateWebCallResponseStatus5Extensions.ToEnum(stringValue) ?? default; + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::RetellAI.CreateCreateWebCallResponseStatus5)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::RetellAI.CreateCreateWebCallResponseStatus5); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::RetellAI.CreateCreateWebCallResponseStatus5 value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatus5Extensions.ToValueString(value)); + } + } +} diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus5Nullable.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus5Nullable.g.cs new file mode 100644 index 00000000..c53994f7 --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus5Nullable.g.cs @@ -0,0 +1,60 @@ +#nullable enable + +namespace RetellAI.JsonConverters +{ + /// + public sealed class CreateCreateWebCallResponseStatus5NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::RetellAI.CreateCreateWebCallResponseStatus5? Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::RetellAI.CreateCreateWebCallResponseStatus5Extensions.ToEnum(stringValue); + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::RetellAI.CreateCreateWebCallResponseStatus5)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::RetellAI.CreateCreateWebCallResponseStatus5?); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::RetellAI.CreateCreateWebCallResponseStatus5? value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + if (value == null) + { + writer.WriteNullValue(); + } + else + { + writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatus5Extensions.ToValueString(value.Value)); + } + } + } +} diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus6.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus6.g.cs new file mode 100644 index 00000000..e4c95c36 --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus6.g.cs @@ -0,0 +1,53 @@ +#nullable enable + +namespace RetellAI.JsonConverters +{ + /// + public sealed class CreateCreateWebCallResponseStatus6JsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::RetellAI.CreateCreateWebCallResponseStatus6 Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::RetellAI.CreateCreateWebCallResponseStatus6Extensions.ToEnum(stringValue) ?? default; + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::RetellAI.CreateCreateWebCallResponseStatus6)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::RetellAI.CreateCreateWebCallResponseStatus6); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::RetellAI.CreateCreateWebCallResponseStatus6 value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatus6Extensions.ToValueString(value)); + } + } +} diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus6Nullable.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus6Nullable.g.cs new file mode 100644 index 00000000..378915a0 --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus6Nullable.g.cs @@ -0,0 +1,60 @@ +#nullable enable + +namespace RetellAI.JsonConverters +{ + /// + public sealed class CreateCreateWebCallResponseStatus6NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::RetellAI.CreateCreateWebCallResponseStatus6? Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::RetellAI.CreateCreateWebCallResponseStatus6Extensions.ToEnum(stringValue); + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::RetellAI.CreateCreateWebCallResponseStatus6)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::RetellAI.CreateCreateWebCallResponseStatus6?); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::RetellAI.CreateCreateWebCallResponseStatus6? value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + if (value == null) + { + writer.WriteNullValue(); + } + else + { + writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatus6Extensions.ToValueString(value.Value)); + } + } + } +} diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus3Nullable.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatusNullable.g.cs similarity index 66% rename from src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus3Nullable.g.cs rename to src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatusNullable.g.cs index 38bff06b..d9cb31a8 100644 --- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus3Nullable.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatusNullable.g.cs @@ -3,10 +3,10 @@ namespace RetellAI.JsonConverters { /// - public sealed class CreateWebCallV3ResponseStatus3NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class CreateCreateWebCallResponseStatusNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::RetellAI.CreateWebCallV3ResponseStatus3? Read( + public override global::RetellAI.CreateCreateWebCallResponseStatus? Read( ref global::System.Text.Json.Utf8JsonReader reader, global::System.Type typeToConvert, global::System.Text.Json.JsonSerializerOptions options) @@ -18,7 +18,7 @@ public sealed class CreateWebCallV3ResponseStatus3NullableJsonConverter : global var stringValue = reader.GetString(); if (stringValue != null) { - return global::RetellAI.CreateWebCallV3ResponseStatus3Extensions.ToEnum(stringValue); + return global::RetellAI.CreateCreateWebCallResponseStatusExtensions.ToEnum(stringValue); } break; @@ -26,11 +26,11 @@ public sealed class CreateWebCallV3ResponseStatus3NullableJsonConverter : global case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::RetellAI.CreateWebCallV3ResponseStatus3)numValue; + return (global::RetellAI.CreateCreateWebCallResponseStatus)numValue; } case global::System.Text.Json.JsonTokenType.Null: { - return default(global::RetellAI.CreateWebCallV3ResponseStatus3?); + return default(global::RetellAI.CreateCreateWebCallResponseStatus?); } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -42,7 +42,7 @@ public sealed class CreateWebCallV3ResponseStatus3NullableJsonConverter : global /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::RetellAI.CreateWebCallV3ResponseStatus3? value, + global::RetellAI.CreateCreateWebCallResponseStatus? value, global::System.Text.Json.JsonSerializerOptions options) { writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); @@ -53,7 +53,7 @@ public override void Write( } else { - writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatus3Extensions.ToValueString(value.Value)); + writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatusExtensions.ToValueString(value.Value)); } } } diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus5.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus5.g.cs deleted file mode 100644 index 011aae4a..00000000 --- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus5.g.cs +++ /dev/null @@ -1,53 +0,0 @@ -#nullable enable - -namespace RetellAI.JsonConverters -{ - /// - public sealed class CreateWebCallV3ResponseStatus5JsonConverter : global::System.Text.Json.Serialization.JsonConverter - { - /// - public override global::RetellAI.CreateWebCallV3ResponseStatus5 Read( - ref global::System.Text.Json.Utf8JsonReader reader, - global::System.Type typeToConvert, - global::System.Text.Json.JsonSerializerOptions options) - { - switch (reader.TokenType) - { - case global::System.Text.Json.JsonTokenType.String: - { - var stringValue = reader.GetString(); - if (stringValue != null) - { - return global::RetellAI.CreateWebCallV3ResponseStatus5Extensions.ToEnum(stringValue) ?? default; - } - - break; - } - case global::System.Text.Json.JsonTokenType.Number: - { - var numValue = reader.GetInt32(); - return (global::RetellAI.CreateWebCallV3ResponseStatus5)numValue; - } - case global::System.Text.Json.JsonTokenType.Null: - { - return default(global::RetellAI.CreateWebCallV3ResponseStatus5); - } - default: - throw new global::System.ArgumentOutOfRangeException(nameof(reader)); - } - - return default; - } - - /// - public override void Write( - global::System.Text.Json.Utf8JsonWriter writer, - global::RetellAI.CreateWebCallV3ResponseStatus5 value, - global::System.Text.Json.JsonSerializerOptions options) - { - writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); - - writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatus5Extensions.ToValueString(value)); - } - } -} diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus6.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus6.g.cs deleted file mode 100644 index 24bc11ed..00000000 --- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus6.g.cs +++ /dev/null @@ -1,53 +0,0 @@ -#nullable enable - -namespace RetellAI.JsonConverters -{ - /// - public sealed class CreateWebCallV3ResponseStatus6JsonConverter : global::System.Text.Json.Serialization.JsonConverter - { - /// - public override global::RetellAI.CreateWebCallV3ResponseStatus6 Read( - ref global::System.Text.Json.Utf8JsonReader reader, - global::System.Type typeToConvert, - global::System.Text.Json.JsonSerializerOptions options) - { - switch (reader.TokenType) - { - case global::System.Text.Json.JsonTokenType.String: - { - var stringValue = reader.GetString(); - if (stringValue != null) - { - return global::RetellAI.CreateWebCallV3ResponseStatus6Extensions.ToEnum(stringValue) ?? default; - } - - break; - } - case global::System.Text.Json.JsonTokenType.Number: - { - var numValue = reader.GetInt32(); - return (global::RetellAI.CreateWebCallV3ResponseStatus6)numValue; - } - case global::System.Text.Json.JsonTokenType.Null: - { - return default(global::RetellAI.CreateWebCallV3ResponseStatus6); - } - default: - throw new global::System.ArgumentOutOfRangeException(nameof(reader)); - } - - return default; - } - - /// - public override void Write( - global::System.Text.Json.Utf8JsonWriter writer, - global::RetellAI.CreateWebCallV3ResponseStatus6 value, - global::System.Text.Json.JsonSerializerOptions options) - { - writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); - - writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatus6Extensions.ToValueString(value)); - } - } -} diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus6Nullable.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus6Nullable.g.cs deleted file mode 100644 index 6510b41d..00000000 --- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus6Nullable.g.cs +++ /dev/null @@ -1,60 +0,0 @@ -#nullable enable - -namespace RetellAI.JsonConverters -{ - /// - public sealed class CreateWebCallV3ResponseStatus6NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter - { - /// - public override global::RetellAI.CreateWebCallV3ResponseStatus6? Read( - ref global::System.Text.Json.Utf8JsonReader reader, - global::System.Type typeToConvert, - global::System.Text.Json.JsonSerializerOptions options) - { - switch (reader.TokenType) - { - case global::System.Text.Json.JsonTokenType.String: - { - var stringValue = reader.GetString(); - if (stringValue != null) - { - return global::RetellAI.CreateWebCallV3ResponseStatus6Extensions.ToEnum(stringValue); - } - - break; - } - case global::System.Text.Json.JsonTokenType.Number: - { - var numValue = reader.GetInt32(); - return (global::RetellAI.CreateWebCallV3ResponseStatus6)numValue; - } - case global::System.Text.Json.JsonTokenType.Null: - { - return default(global::RetellAI.CreateWebCallV3ResponseStatus6?); - } - default: - throw new global::System.ArgumentOutOfRangeException(nameof(reader)); - } - - return default; - } - - /// - public override void Write( - global::System.Text.Json.Utf8JsonWriter writer, - global::RetellAI.CreateWebCallV3ResponseStatus6? value, - global::System.Text.Json.JsonSerializerOptions options) - { - writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); - - if (value == null) - { - writer.WriteNullValue(); - } - else - { - writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatus6Extensions.ToValueString(value.Value)); - } - } - } -} diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContext.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContext.g.cs index e025aaaf..b8d1135b 100644 --- a/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContext.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContext.g.cs @@ -282,6 +282,8 @@ namespace RetellAI [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ExtractDynamicVariablesNode), TypeInfoPropertyName = "ExtractDynamicVariablesNode2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.MCPNode), TypeInfoPropertyName = "MCPNode2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentOverrideConfig))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentOverrideConfigSttMode), TypeInfoPropertyName = "AgentOverrideConfigSttMode2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentOverrideConfigCustomSttConfig))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.KBConfig))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ConversationFlowOverrideStartSpeaker), TypeInfoPropertyName = "ConversationFlowOverrideStartSpeaker2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ConversationFlowResponse), TypeInfoPropertyName = "ConversationFlowResponse2")] @@ -512,8 +514,6 @@ namespace RetellAI [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChatPresetAnalysisDataType), TypeInfoPropertyName = "ChatPresetAnalysisDataType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChatPresetAnalysisDataName), TypeInfoPropertyName = "ChatPresetAnalysisDataName2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.Organization))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OrganizationWebhookUrl))] internal sealed partial class SourceGenerationContextChunk0 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -532,6 +532,8 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LLMModel?), TypeInfoPropertyName = "NullableLLMModel_RetellAI_LLMModel")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double_3")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OrganizationWebhookUrl))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.DateTimeOffset))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OrganizationCpsConfig))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AutoCreditReloadConfig))] @@ -922,8 +924,8 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.UpdateChatMetadataRequestDataStorageSetting), TypeInfoPropertyName = "UpdateChatMetadataRequestDataStorageSetting2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.UpdatePhoneNumberRequest))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreatePhoneCallRequest))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallRequest))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallRequest))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3Request))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.TakeOverLiveCallRequest))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.RegisterPhoneCallRequest))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.RegisterPhoneCallRequestDirection), TypeInfoPropertyName = "RegisterPhoneCallRequestDirection2")] @@ -1024,8 +1026,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListTestCaseDefinitionsResponse3))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListTestCaseDefinitionsResponseStatus), TypeInfoPropertyName = "ListTestCaseDefinitionsResponseStatus2_3")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListTestCaseDefinitionsResponse4))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListTestCaseDefinitionsResponseStatus2), TypeInfoPropertyName = "ListTestCaseDefinitionsResponseStatus22")] internal sealed partial class SourceGenerationContextChunk1 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -1044,6 +1044,8 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LLMModel?), TypeInfoPropertyName = "NullableLLMModel_RetellAI_LLMModel")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double_3")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListTestCaseDefinitionsResponse4))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListTestCaseDefinitionsResponseStatus2), TypeInfoPropertyName = "ListTestCaseDefinitionsResponseStatus22")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListTestCaseDefinitionsResponse5))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListTestCaseDefinitionsResponseStatus3), TypeInfoPropertyName = "ListTestCaseDefinitionsResponseStatus32")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListTestCaseDefinitionsResponse6))] @@ -1536,8 +1538,6 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateAgentVersionResponseStatus3), TypeInfoPropertyName = "CreateAgentVersionResponseStatus32")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateAgentVersionResponse5))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateAgentVersionResponseStatus4), TypeInfoPropertyName = "CreateAgentVersionResponseStatus42")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateAgentVersionResponse6))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateAgentVersionResponseStatus5), TypeInfoPropertyName = "CreateAgentVersionResponseStatus52")] internal sealed partial class SourceGenerationContextChunk2 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -1556,6 +1556,8 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LLMModel?), TypeInfoPropertyName = "NullableLLMModel_RetellAI_LLMModel")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double_3")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateAgentVersionResponse6))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateAgentVersionResponseStatus5), TypeInfoPropertyName = "CreateAgentVersionResponseStatus52")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PublishAgentVersionResponse))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PublishAgentVersionResponseStatus), TypeInfoPropertyName = "PublishAgentVersionResponseStatus2_3")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PublishAgentVersionResponse2))] @@ -1696,6 +1698,18 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreatePhoneCallResponseStatus5), TypeInfoPropertyName = "CreatePhoneCallResponseStatus52")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreatePhoneCallResponse6))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreatePhoneCallResponseStatus6), TypeInfoPropertyName = "CreatePhoneCallResponseStatus62")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponse))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus), TypeInfoPropertyName = "CreateCreateWebCallResponseStatus2_3")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponse2))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus2), TypeInfoPropertyName = "CreateCreateWebCallResponseStatus22")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponse3))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus3), TypeInfoPropertyName = "CreateCreateWebCallResponseStatus32")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponse4))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus4), TypeInfoPropertyName = "CreateCreateWebCallResponseStatus42")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponse5))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus5), TypeInfoPropertyName = "CreateCreateWebCallResponseStatus52")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponse6))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus6), TypeInfoPropertyName = "CreateCreateWebCallResponseStatus62")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponse))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponseStatus), TypeInfoPropertyName = "CreateWebCallResponseStatus2_3")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponse2))] @@ -1708,18 +1722,6 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponseStatus5), TypeInfoPropertyName = "CreateWebCallResponseStatus52")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponse6))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponseStatus6), TypeInfoPropertyName = "CreateWebCallResponseStatus62")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3Response))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus), TypeInfoPropertyName = "CreateWebCallV3ResponseStatus2_3")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3Response2))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus2), TypeInfoPropertyName = "CreateWebCallV3ResponseStatus22")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3Response3))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus3), TypeInfoPropertyName = "CreateWebCallV3ResponseStatus32")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3Response4))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus4), TypeInfoPropertyName = "CreateWebCallV3ResponseStatus42")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3Response5))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus5), TypeInfoPropertyName = "CreateWebCallV3ResponseStatus52")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3Response6))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus6), TypeInfoPropertyName = "CreateWebCallV3ResponseStatus62")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteCallResponse))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteCallResponseStatus), TypeInfoPropertyName = "DeleteCallResponseStatus2_3")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteCallResponse2))] @@ -2048,8 +2050,6 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AlertIncidentResponseFrequency?), TypeInfoPropertyName = "NullableAlertIncidentResponseFrequency2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AlertIncidentResponseWindow?), TypeInfoPropertyName = "NullableAlertIncidentResponseWindow2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AlertRuleRequestThresholdType?), TypeInfoPropertyName = "NullableAlertRuleRequestThresholdType2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AlertRuleRequestComparator?), TypeInfoPropertyName = "NullableAlertRuleRequestComparator2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AlertRuleRequestFrequency?), TypeInfoPropertyName = "NullableAlertRuleRequestFrequency2")] internal sealed partial class SourceGenerationContextChunk3 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -2068,6 +2068,8 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LLMModel?), TypeInfoPropertyName = "NullableLLMModel_RetellAI_LLMModel")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double_3")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AlertRuleRequestComparator?), TypeInfoPropertyName = "NullableAlertRuleRequestComparator2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AlertRuleRequestFrequency?), TypeInfoPropertyName = "NullableAlertRuleRequestFrequency2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AlertRuleRequestWindow?), TypeInfoPropertyName = "NullableAlertRuleRequestWindow2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AlertRuleResponseThresholdType?), TypeInfoPropertyName = "NullableAlertRuleResponseThresholdType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AlertRuleResponseComparator?), TypeInfoPropertyName = "NullableAlertRuleResponseComparator2")] @@ -2165,6 +2167,7 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.SmsNode?), TypeInfoPropertyName = "NullableSmsNode2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ExtractDynamicVariablesNode?), TypeInfoPropertyName = "NullableExtractDynamicVariablesNode2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.MCPNode?), TypeInfoPropertyName = "NullableMCPNode2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentOverrideConfigSttMode?), TypeInfoPropertyName = "NullableAgentOverrideConfigSttMode2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ConversationFlowOverrideStartSpeaker?), TypeInfoPropertyName = "NullableConversationFlowOverrideStartSpeaker2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ConversationFlowResponse?), TypeInfoPropertyName = "NullableConversationFlowResponse2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ConversationFlow?), TypeInfoPropertyName = "NullableConversationFlow2")] @@ -2559,9 +2562,6 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentPlaygroundCompletionResponseStatus5?), TypeInfoPropertyName = "NullableAgentPlaygroundCompletionResponseStatus52")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentPlaygroundCompletionResponseStatus6?), TypeInfoPropertyName = "NullableAgentPlaygroundCompletionResponseStatus62")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatCompletionResponseStatus?), TypeInfoPropertyName = "NullableCreateChatCompletionResponseStatus2_3")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatCompletionResponseStatus2?), TypeInfoPropertyName = "NullableCreateChatCompletionResponseStatus22")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatCompletionResponseStatus3?), TypeInfoPropertyName = "NullableCreateChatCompletionResponseStatus32")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatCompletionResponseStatus4?), TypeInfoPropertyName = "NullableCreateChatCompletionResponseStatus42")] internal sealed partial class SourceGenerationContextChunk4 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -2580,6 +2580,9 @@ internal sealed partial class SourceGenerationContextChunk4 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LLMModel?), TypeInfoPropertyName = "NullableLLMModel_RetellAI_LLMModel")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double_3")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatCompletionResponseStatus2?), TypeInfoPropertyName = "NullableCreateChatCompletionResponseStatus22")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatCompletionResponseStatus3?), TypeInfoPropertyName = "NullableCreateChatCompletionResponseStatus32")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatCompletionResponseStatus4?), TypeInfoPropertyName = "NullableCreateChatCompletionResponseStatus42")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatCompletionResponseStatus5?), TypeInfoPropertyName = "NullableCreateChatCompletionResponseStatus52")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatCompletionResponseStatus6?), TypeInfoPropertyName = "NullableCreateChatCompletionResponseStatus62")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatResponseStatus?), TypeInfoPropertyName = "NullableCreateChatResponseStatus2_3")] @@ -2845,18 +2848,18 @@ internal sealed partial class SourceGenerationContextChunk4 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreatePhoneCallResponseStatus4?), TypeInfoPropertyName = "NullableCreatePhoneCallResponseStatus42")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreatePhoneCallResponseStatus5?), TypeInfoPropertyName = "NullableCreatePhoneCallResponseStatus52")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreatePhoneCallResponseStatus6?), TypeInfoPropertyName = "NullableCreatePhoneCallResponseStatus62")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus?), TypeInfoPropertyName = "NullableCreateCreateWebCallResponseStatus2_3")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus2?), TypeInfoPropertyName = "NullableCreateCreateWebCallResponseStatus22")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus3?), TypeInfoPropertyName = "NullableCreateCreateWebCallResponseStatus32")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus4?), TypeInfoPropertyName = "NullableCreateCreateWebCallResponseStatus42")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus5?), TypeInfoPropertyName = "NullableCreateCreateWebCallResponseStatus52")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus6?), TypeInfoPropertyName = "NullableCreateCreateWebCallResponseStatus62")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponseStatus?), TypeInfoPropertyName = "NullableCreateWebCallResponseStatus2_3")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponseStatus2?), TypeInfoPropertyName = "NullableCreateWebCallResponseStatus22")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponseStatus3?), TypeInfoPropertyName = "NullableCreateWebCallResponseStatus32")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponseStatus4?), TypeInfoPropertyName = "NullableCreateWebCallResponseStatus42")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponseStatus5?), TypeInfoPropertyName = "NullableCreateWebCallResponseStatus52")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponseStatus6?), TypeInfoPropertyName = "NullableCreateWebCallResponseStatus62")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus?), TypeInfoPropertyName = "NullableCreateWebCallV3ResponseStatus2_3")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus2?), TypeInfoPropertyName = "NullableCreateWebCallV3ResponseStatus22")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus3?), TypeInfoPropertyName = "NullableCreateWebCallV3ResponseStatus32")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus4?), TypeInfoPropertyName = "NullableCreateWebCallV3ResponseStatus42")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus5?), TypeInfoPropertyName = "NullableCreateWebCallV3ResponseStatus52")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus6?), TypeInfoPropertyName = "NullableCreateWebCallV3ResponseStatus62")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteCallResponseStatus?), TypeInfoPropertyName = "NullableDeleteCallResponseStatus2_3")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteCallResponseStatus2?), TypeInfoPropertyName = "NullableDeleteCallResponseStatus22")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteCallResponseStatus3?), TypeInfoPropertyName = "NullableDeleteCallResponseStatus32")] @@ -3071,9 +3074,6 @@ internal sealed partial class SourceGenerationContextChunk4 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] internal sealed partial class SourceGenerationContextChunk5 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -3092,6 +3092,9 @@ internal sealed partial class SourceGenerationContextChunk5 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LLMModel?), TypeInfoPropertyName = "NullableLLMModel_RetellAI_LLMModel")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double_3")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] @@ -3602,6 +3605,10 @@ public override bool CanConvert(global::System.Type typeToConvert) || typeToConvert == typeof(global::RetellAI.ComponentNodeVariant2ComponentType?) + || typeToConvert == typeof(global::RetellAI.AgentOverrideConfigSttMode) + + || typeToConvert == typeof(global::RetellAI.AgentOverrideConfigSttMode?) + || typeToConvert == typeof(global::RetellAI.ConversationFlowOverrideStartSpeaker) || typeToConvert == typeof(global::RetellAI.ConversationFlowOverrideStartSpeaker?) @@ -5902,53 +5909,53 @@ public override bool CanConvert(global::System.Type typeToConvert) || typeToConvert == typeof(global::RetellAI.CreatePhoneCallResponseStatus6?) - || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus) + || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus) - || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus?) + || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus?) - || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus2) + || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus2) - || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus2?) + || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus2?) - || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus3) + || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus3) - || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus3?) + || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus3?) - || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus4) + || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus4) - || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus4?) + || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus4?) - || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus5) + || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus5) - || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus5?) + || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus5?) - || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus6) + || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus6) - || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus6?) + || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus6?) - || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus) + || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus) - || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus?) + || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus?) - || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus2) + || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus2) - || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus2?) + || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus2?) - || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus3) + || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus3) - || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus3?) + || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus3?) - || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus4) + || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus4) - || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus4?) + || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus4?) - || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus5) + || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus5) - || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus5?) + || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus5?) - || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus6) + || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus6) - || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus6?) + || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus6?) || typeToConvert == typeof(global::RetellAI.DeleteCallResponseStatus) @@ -7143,6 +7150,16 @@ public override bool CanConvert(global::System.Type typeToConvert) return new global::RetellAI.JsonConverters.ComponentNodeVariant2ComponentTypeNullableJsonConverter(); } + if (typeToConvert == typeof(global::RetellAI.AgentOverrideConfigSttMode)) + { + return new global::RetellAI.JsonConverters.AgentOverrideConfigSttModeJsonConverter(); + } + + if (typeToConvert == typeof(global::RetellAI.AgentOverrideConfigSttMode?)) + { + return new global::RetellAI.JsonConverters.AgentOverrideConfigSttModeNullableJsonConverter(); + } + if (typeToConvert == typeof(global::RetellAI.ConversationFlowOverrideStartSpeaker)) { return new global::RetellAI.JsonConverters.ConversationFlowOverrideStartSpeakerJsonConverter(); @@ -12893,124 +12910,124 @@ public override bool CanConvert(global::System.Type typeToConvert) return new global::RetellAI.JsonConverters.CreatePhoneCallResponseStatus6NullableJsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus)) + if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus)) { - return new global::RetellAI.JsonConverters.CreateWebCallResponseStatusJsonConverter(); + return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatusJsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus?)) + if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus?)) { - return new global::RetellAI.JsonConverters.CreateWebCallResponseStatusNullableJsonConverter(); + return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatusNullableJsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus2)) + if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus2)) { - return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus2JsonConverter(); + return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus2JsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus2?)) + if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus2?)) { - return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus2NullableJsonConverter(); + return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus2NullableJsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus3)) + if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus3)) { - return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus3JsonConverter(); + return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus3JsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus3?)) + if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus3?)) { - return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus3NullableJsonConverter(); + return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus3NullableJsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus4)) + if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus4)) { - return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus4JsonConverter(); + return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus4JsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus4?)) + if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus4?)) { - return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus4NullableJsonConverter(); + return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus4NullableJsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus5)) + if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus5)) { - return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus5JsonConverter(); + return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus5JsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus5?)) + if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus5?)) { - return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus5NullableJsonConverter(); + return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus5NullableJsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus6)) + if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus6)) { - return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus6JsonConverter(); + return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus6JsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus6?)) + if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus6?)) { - return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus6NullableJsonConverter(); + return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus6NullableJsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus)) + if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus)) { - return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatusJsonConverter(); + return new global::RetellAI.JsonConverters.CreateWebCallResponseStatusJsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus?)) + if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus?)) { - return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatusNullableJsonConverter(); + return new global::RetellAI.JsonConverters.CreateWebCallResponseStatusNullableJsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus2)) + if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus2)) { - return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus2JsonConverter(); + return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus2JsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus2?)) + if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus2?)) { - return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus2NullableJsonConverter(); + return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus2NullableJsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus3)) + if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus3)) { - return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus3JsonConverter(); + return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus3JsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus3?)) + if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus3?)) { - return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus3NullableJsonConverter(); + return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus3NullableJsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus4)) + if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus4)) { - return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus4JsonConverter(); + return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus4JsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus4?)) + if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus4?)) { - return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus4NullableJsonConverter(); + return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus4NullableJsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus5)) + if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus5)) { - return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus5JsonConverter(); + return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus5JsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus5?)) + if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus5?)) { - return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus5NullableJsonConverter(); + return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus5NullableJsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus6)) + if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus6)) { - return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus6JsonConverter(); + return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus6JsonConverter(); } - if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus6?)) + if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus6?)) { - return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus6NullableJsonConverter(); + return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus6NullableJsonConverter(); } if (typeToConvert == typeof(global::RetellAI.DeleteCallResponseStatus)) diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContextTypes.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContextTypes.g.cs index ebab0c3e..fdd0dfb9 100644 --- a/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContextTypes.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContextTypes.g.cs @@ -1069,6775 +1069,6783 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::RetellAI.KBConfig? Type259 { get; set; } + public global::RetellAI.AgentOverrideConfigSttMode? Type259 { get; set; } /// /// /// - public global::RetellAI.ConversationFlowOverrideStartSpeaker? Type260 { get; set; } + public global::RetellAI.AgentOverrideConfigCustomSttConfig? Type260 { get; set; } /// /// /// - public global::RetellAI.ConversationFlowResponse? Type261 { get; set; } + public global::RetellAI.KBConfig? Type261 { get; set; } /// /// /// - public global::RetellAI.ConversationFlow? Type262 { get; set; } + public global::RetellAI.ConversationFlowOverrideStartSpeaker? Type262 { get; set; } /// /// /// - public global::RetellAI.ConversationFlowResponseVariant2? Type263 { get; set; } + public global::RetellAI.ConversationFlowResponse? Type263 { get; set; } /// /// /// - public global::RetellAI.ConversationFlowVariant2? Type264 { get; set; } + public global::RetellAI.ConversationFlow? Type264 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type265 { get; set; } + public global::RetellAI.ConversationFlowResponseVariant2? Type265 { get; set; } /// /// /// - public global::RetellAI.ConversationFlowVariant2BeginTagDisplayPosition? Type266 { get; set; } + public global::RetellAI.ConversationFlowVariant2? Type266 { get; set; } /// /// /// - public global::RetellAI.ConversationNodeVariant3? Type267 { get; set; } + public global::System.Collections.Generic.IList? Type267 { get; set; } /// /// /// - public global::RetellAI.ConversationNodeVariant3Type? Type268 { get; set; } + public global::RetellAI.ConversationFlowVariant2BeginTagDisplayPosition? Type268 { get; set; } /// /// /// - public global::RetellAI.SkipResponseEdge? Type269 { get; set; } + public global::RetellAI.ConversationNodeVariant3? Type269 { get; set; } /// /// /// - public global::RetellAI.AlwaysEdge? Type270 { get; set; } + public global::RetellAI.ConversationNodeVariant3Type? Type270 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type271 { get; set; } + public global::RetellAI.SkipResponseEdge? Type271 { get; set; } /// /// /// - public global::RetellAI.NodeFinetuneConversationExample? Type272 { get; set; } + public global::RetellAI.AlwaysEdge? Type272 { get; set; } /// /// /// - public global::RetellAI.SubagentNodeVariant3? Type273 { get; set; } + public global::System.Collections.Generic.IList? Type273 { get; set; } /// /// /// - public global::RetellAI.SubagentNodeVariant3Type? Type274 { get; set; } + public global::RetellAI.NodeFinetuneConversationExample? Type274 { get; set; } /// /// /// - public global::RetellAI.NodeInstructionPrompt? Type275 { get; set; } + public global::RetellAI.SubagentNodeVariant3? Type275 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type276 { get; set; } + public global::RetellAI.SubagentNodeVariant3Type? Type276 { get; set; } /// /// /// - public global::RetellAI.Tool? Type277 { get; set; } + public global::RetellAI.NodeInstructionPrompt? Type277 { get; set; } /// /// /// - public global::RetellAI.CpsConfig? Type278 { get; set; } + public global::System.Collections.Generic.IList? Type278 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowRequest? Type279 { get; set; } + public global::RetellAI.Tool? Type279 { get; set; } /// /// /// - public global::RetellAI.CreateOrganizationRequest? Type280 { get; set; } + public global::RetellAI.CpsConfig? Type280 { get; set; } /// /// /// - public global::RetellAI.CreateOrganizationRequestNew? Type281 { get; set; } + public global::RetellAI.CreateConversationFlowRequest? Type281 { get; set; } /// /// /// - public global::RetellAI.CreateOrganizationRequestOld? Type282 { get; set; } + public global::RetellAI.CreateOrganizationRequest? Type282 { get; set; } /// /// /// - public global::RetellAI.CreateCreditTopupInvoiceRequest? Type283 { get; set; } + public global::RetellAI.CreateOrganizationRequestNew? Type283 { get; set; } /// /// /// - public global::RetellAI.CreateCreditTopupInvoiceResponse? Type284 { get; set; } + public global::RetellAI.CreateOrganizationRequestOld? Type284 { get; set; } /// /// /// - public global::RetellAI.CreateCreditTopupInvoicePendingResponse? Type285 { get; set; } + public global::RetellAI.CreateCreditTopupInvoiceRequest? Type285 { get; set; } /// /// /// - public global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatus? Type286 { get; set; } + public global::RetellAI.CreateCreditTopupInvoiceResponse? Type286 { get; set; } /// /// /// - public global::RetellAI.OptInCreditBasedRequest? Type287 { get; set; } + public global::RetellAI.CreateCreditTopupInvoicePendingResponse? Type287 { get; set; } /// /// /// - public global::RetellAI.OptInCreditBasedResponse? Type288 { get; set; } + public global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatus? Type288 { get; set; } /// /// /// - public global::RetellAI.CustomMetricCriteria? Type289 { get; set; } + public global::RetellAI.OptInCreditBasedRequest? Type289 { get; set; } /// /// /// - public global::RetellAI.CustomTool? Type290 { get; set; } + public global::RetellAI.OptInCreditBasedResponse? Type290 { get; set; } /// /// /// - public global::RetellAI.CustomToolType? Type291 { get; set; } + public global::RetellAI.CustomMetricCriteria? Type291 { get; set; } /// /// /// - public global::RetellAI.CustomToolMethod? Type292 { get; set; } + public global::RetellAI.CustomTool? Type292 { get; set; } /// /// /// - public global::RetellAI.ToolParameter? Type293 { get; set; } + public global::RetellAI.CustomToolType? Type293 { get; set; } /// /// /// - public global::RetellAI.CustomToolExecutionMessageType? Type294 { get; set; } + public global::RetellAI.CustomToolMethod? Type294 { get; set; } /// /// /// - public global::RetellAI.CustomToolParameterType? Type295 { get; set; } + public global::RetellAI.ToolParameter? Type295 { get; set; } /// /// /// - public global::RetellAI.CodeTool? Type296 { get; set; } + public global::RetellAI.CustomToolExecutionMessageType? Type296 { get; set; } /// /// /// - public global::RetellAI.CodeToolType? Type297 { get; set; } + public global::RetellAI.CustomToolParameterType? Type297 { get; set; } /// /// /// - public global::RetellAI.CodeToolExecutionMessageType? Type298 { get; set; } + public global::RetellAI.CodeTool? Type298 { get; set; } /// /// /// - public global::RetellAI.DTMFUtterance? Type299 { get; set; } + public global::RetellAI.CodeToolType? Type299 { get; set; } /// /// /// - public global::RetellAI.DTMFUtteranceRole? Type300 { get; set; } + public global::RetellAI.CodeToolExecutionMessageType? Type300 { get; set; } /// /// /// - public global::RetellAI.SmsUtterance? Type301 { get; set; } + public global::RetellAI.DTMFUtterance? Type301 { get; set; } /// /// /// - public global::RetellAI.SmsUtteranceRole? Type302 { get; set; } + public global::RetellAI.DTMFUtteranceRole? Type302 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type303 { get; set; } + public global::RetellAI.SmsUtterance? Type303 { get; set; } /// /// /// - public global::RetellAI.SmsMultimediaItem? Type304 { get; set; } + public global::RetellAI.SmsUtteranceRole? Type304 { get; set; } /// /// /// - public global::RetellAI.InjectedUtterance? Type305 { get; set; } + public global::System.Collections.Generic.IList? Type305 { get; set; } /// /// /// - public global::RetellAI.InjectedUtteranceRole? Type306 { get; set; } + public global::RetellAI.SmsMultimediaItem? Type306 { get; set; } /// /// /// - public global::RetellAI.StringFilterType? Type307 { get; set; } + public global::RetellAI.InjectedUtterance? Type307 { get; set; } /// /// /// - public global::RetellAI.StringFilterOp? Type308 { get; set; } + public global::RetellAI.InjectedUtteranceRole? Type308 { get; set; } /// /// /// - public global::RetellAI.NumberFilterType? Type309 { get; set; } + public global::RetellAI.StringFilterType? Type309 { get; set; } /// /// /// - public global::RetellAI.NumberFilterOp? Type310 { get; set; } + public global::RetellAI.StringFilterOp? Type310 { get; set; } /// /// /// - public global::RetellAI.BooleanFilter? Type311 { get; set; } + public global::RetellAI.NumberFilterType? Type311 { get; set; } /// /// /// - public global::RetellAI.BooleanFilterType? Type312 { get; set; } + public global::RetellAI.NumberFilterOp? Type312 { get; set; } /// /// /// - public global::RetellAI.BooleanFilterOp? Type313 { get; set; } + public global::RetellAI.BooleanFilter? Type313 { get; set; } /// /// /// - public global::RetellAI.RangeFilterType? Type314 { get; set; } + public global::RetellAI.BooleanFilterType? Type314 { get; set; } /// /// /// - public global::RetellAI.RangeFilterOp? Type315 { get; set; } + public global::RetellAI.BooleanFilterOp? Type315 { get; set; } /// /// /// - public global::RetellAI.EnumFilterType? Type316 { get; set; } + public global::RetellAI.RangeFilterType? Type316 { get; set; } /// /// /// - public global::RetellAI.EnumFilterOp? Type317 { get; set; } + public global::RetellAI.RangeFilterOp? Type317 { get; set; } /// /// /// - public global::RetellAI.PresentFilter? Type318 { get; set; } + public global::RetellAI.EnumFilterType? Type318 { get; set; } /// /// /// - public global::RetellAI.PresentFilterType? Type319 { get; set; } + public global::RetellAI.EnumFilterOp? Type319 { get; set; } /// /// /// - public global::RetellAI.PresentFilterOp? Type320 { get; set; } + public global::RetellAI.PresentFilter? Type320 { get; set; } /// /// /// - public global::RetellAI.ValueFilter? Type321 { get; set; } + public global::RetellAI.PresentFilterType? Type321 { get; set; } /// /// /// - public global::RetellAI.CustomFieldFilterVariant2? Type322 { get; set; } + public global::RetellAI.PresentFilterOp? Type322 { get; set; } /// /// /// - public global::RetellAI.ToolCallFilter? Type323 { get; set; } + public global::RetellAI.ValueFilter? Type323 { get; set; } /// /// /// - public global::RetellAI.CallFilter? Type324 { get; set; } + public global::RetellAI.CustomFieldFilterVariant2? Type324 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type325 { get; set; } + public global::RetellAI.ToolCallFilter? Type325 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type326 { get; set; } + public global::RetellAI.CallFilter? Type326 { get; set; } /// /// /// - public global::RetellAI.CallFilterCallStatus? Type327 { get; set; } + public global::RetellAI.OneOf? Type327 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type328 { get; set; } + public global::RetellAI.AllOf? Type328 { get; set; } /// /// /// - public global::RetellAI.CallFilterCallStatusValueItem? Type329 { get; set; } + public global::RetellAI.CallFilterCallStatus? Type329 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type330 { get; set; } + public global::System.Collections.Generic.IList? Type330 { get; set; } /// /// /// - public global::RetellAI.CallFilterDisconnectionReason? Type331 { get; set; } + public global::RetellAI.CallFilterCallStatusValueItem? Type331 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type332 { get; set; } + public global::RetellAI.AllOf? Type332 { get; set; } /// /// /// - public global::RetellAI.CallFilterCallType? Type333 { get; set; } + public global::RetellAI.CallFilterDisconnectionReason? Type333 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type334 { get; set; } + public global::RetellAI.AllOf? Type334 { get; set; } /// /// /// - public global::RetellAI.CallFilterCallTypeValueItem? Type335 { get; set; } + public global::RetellAI.CallFilterCallType? Type335 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type336 { get; set; } + public global::System.Collections.Generic.IList? Type336 { get; set; } /// /// /// - public global::RetellAI.CallFilterDirection? Type337 { get; set; } + public global::RetellAI.CallFilterCallTypeValueItem? Type337 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type338 { get; set; } + public global::RetellAI.AllOf? Type338 { get; set; } /// /// /// - public global::RetellAI.CallFilterDirectionValueItem? Type339 { get; set; } + public global::RetellAI.CallFilterDirection? Type339 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type340 { get; set; } + public global::System.Collections.Generic.IList? Type340 { get; set; } /// /// /// - public global::RetellAI.CallFilterUserSentiment? Type341 { get; set; } + public global::RetellAI.CallFilterDirectionValueItem? Type341 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type342 { get; set; } + public global::RetellAI.AllOf? Type342 { get; set; } /// /// /// - public global::RetellAI.CallFilterUserSentimentValueItem? Type343 { get; set; } + public global::RetellAI.CallFilterUserSentiment? Type343 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type344 { get; set; } + public global::System.Collections.Generic.IList? Type344 { get; set; } /// /// /// - public global::RetellAI.CallFilterDataStorageSetting? Type345 { get; set; } + public global::RetellAI.CallFilterUserSentimentValueItem? Type345 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type346 { get; set; } + public global::RetellAI.AllOf? Type346 { get; set; } /// /// /// - public global::RetellAI.CallFilterDataStorageSettingValueItem? Type347 { get; set; } + public global::RetellAI.CallFilterDataStorageSetting? Type347 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type348 { get; set; } + public global::System.Collections.Generic.IList? Type348 { get; set; } /// /// /// - public global::RetellAI.StoredCallFilter? Type349 { get; set; } + public global::RetellAI.CallFilterDataStorageSettingValueItem? Type349 { get; set; } /// /// /// - public global::RetellAI.StoredCallFilterVariant2? Type350 { get; set; } + public global::System.Collections.Generic.IList? Type350 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type351 { get; set; } + public global::RetellAI.StoredCallFilter? Type351 { get; set; } /// /// /// - public global::RetellAI.ChatFilterChatStatus? Type352 { get; set; } + public global::RetellAI.StoredCallFilterVariant2? Type352 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type353 { get; set; } + public global::RetellAI.AllOf? Type353 { get; set; } /// /// /// - public global::RetellAI.ChatFilterChatStatusValueItem? Type354 { get; set; } + public global::RetellAI.ChatFilterChatStatus? Type354 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type355 { get; set; } + public global::System.Collections.Generic.IList? Type355 { get; set; } /// /// /// - public global::RetellAI.ChatFilterDisconnectionReason? Type356 { get; set; } + public global::RetellAI.ChatFilterChatStatusValueItem? Type356 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type357 { get; set; } + public global::RetellAI.AllOf? Type357 { get; set; } /// /// /// - public global::RetellAI.ChatFilterUserSentiment? Type358 { get; set; } + public global::RetellAI.ChatFilterDisconnectionReason? Type358 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type359 { get; set; } + public global::RetellAI.AllOf? Type359 { get; set; } /// /// /// - public global::RetellAI.ChatFilterUserSentimentValueItem? Type360 { get; set; } + public global::RetellAI.ChatFilterUserSentiment? Type360 { get; set; } /// /// /// - public global::RetellAI.ContactFilter? Type361 { get; set; } + public global::System.Collections.Generic.IList? Type361 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type362 { get; set; } + public global::RetellAI.ChatFilterUserSentimentValueItem? Type362 { get; set; } /// /// /// - public global::RetellAI.ListContactsRequest? Type363 { get; set; } + public global::RetellAI.ContactFilter? Type363 { get; set; } /// /// /// - public global::RetellAI.ListContactsRequestSortOrder? Type364 { get; set; } + public global::RetellAI.OneOf? Type364 { get; set; } /// /// /// - public global::RetellAI.Duration? Type365 { get; set; } + public global::RetellAI.ListContactsRequest? Type365 { get; set; } /// /// /// - public global::RetellAI.ElseEdgeVariant2? Type366 { get; set; } + public global::RetellAI.ListContactsRequestSortOrder? Type366 { get; set; } /// /// /// - public global::RetellAI.ElseEdgeVariant2TransitionCondition? Type367 { get; set; } + public global::RetellAI.Duration? Type367 { get; set; } /// /// /// - public global::RetellAI.ElseEdgeVariant2TransitionConditionType? Type368 { get; set; } + public global::RetellAI.ElseEdgeVariant2? Type368 { get; set; } /// /// /// - public global::RetellAI.ElseEdgeVariant2TransitionConditionPrompt? Type369 { get; set; } + public global::RetellAI.ElseEdgeVariant2TransitionCondition? Type369 { get; set; } /// /// /// - public global::RetellAI.EndCallTool? Type370 { get; set; } + public global::RetellAI.ElseEdgeVariant2TransitionConditionType? Type370 { get; set; } /// /// /// - public global::RetellAI.EndCallToolType? Type371 { get; set; } + public global::RetellAI.ElseEdgeVariant2TransitionConditionPrompt? Type371 { get; set; } /// /// /// - public global::RetellAI.EndCallToolExecutionMessageType? Type372 { get; set; } + public global::RetellAI.EndCallTool? Type372 { get; set; } /// /// /// - public global::RetellAI.EndNodeVariant2? Type373 { get; set; } + public global::RetellAI.EndCallToolType? Type373 { get; set; } /// /// /// - public global::RetellAI.EndNodeVariant2Type? Type374 { get; set; } + public global::RetellAI.EndCallToolExecutionMessageType? Type374 { get; set; } /// /// /// - public global::RetellAI.EnumAnalysisDataType? Type375 { get; set; } + public global::RetellAI.EndNodeVariant2? Type375 { get; set; } /// /// /// - public global::RetellAI.EquationCondition? Type376 { get; set; } + public global::RetellAI.EndNodeVariant2Type? Type376 { get; set; } /// /// /// - public global::RetellAI.EquationConditionType? Type377 { get; set; } + public global::RetellAI.EnumAnalysisDataType? Type377 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type378 { get; set; } + public global::RetellAI.EquationCondition? Type378 { get; set; } /// /// /// - public global::RetellAI.Equation? Type379 { get; set; } + public global::RetellAI.EquationConditionType? Type379 { get; set; } /// /// /// - public global::RetellAI.EquationConditionOperator? Type380 { get; set; } + public global::System.Collections.Generic.IList? Type380 { get; set; } /// /// /// - public global::RetellAI.EquationOperator? Type381 { get; set; } + public global::RetellAI.Equation? Type381 { get; set; } /// /// /// - public global::RetellAI.ExtractDynamicVariableTool? Type382 { get; set; } + public global::RetellAI.EquationConditionOperator? Type382 { get; set; } /// /// /// - public global::RetellAI.ExtractDynamicVariableToolType? Type383 { get; set; } + public global::RetellAI.EquationOperator? Type383 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type384 { get; set; } + public global::RetellAI.ExtractDynamicVariableTool? Type384 { get; set; } /// /// /// - public global::RetellAI.ExtractDynamicVariablesNodeVariant2? Type385 { get; set; } + public global::RetellAI.ExtractDynamicVariableToolType? Type385 { get; set; } /// /// /// - public global::RetellAI.ExtractDynamicVariablesNodeVariant2Type? Type386 { get; set; } + public global::System.Collections.Generic.IList? Type386 { get; set; } /// /// /// - public global::RetellAI.FinetuneExampleUtterance? Type387 { get; set; } + public global::RetellAI.ExtractDynamicVariablesNodeVariant2? Type387 { get; set; } /// /// /// - public global::RetellAI.FinetuneExampleUtteranceVariant1? Type388 { get; set; } + public global::RetellAI.ExtractDynamicVariablesNodeVariant2Type? Type388 { get; set; } /// /// /// - public global::RetellAI.FinetuneExampleUtteranceVariant1Role? Type389 { get; set; } + public global::RetellAI.FinetuneExampleUtterance? Type389 { get; set; } /// /// /// - public global::RetellAI.FinetuneExampleUtteranceVariant2? Type390 { get; set; } + public global::RetellAI.FinetuneExampleUtteranceVariant1? Type390 { get; set; } /// /// /// - public global::RetellAI.FinetuneExampleUtteranceVariant2Role? Type391 { get; set; } + public global::RetellAI.FinetuneExampleUtteranceVariant1Role? Type391 { get; set; } /// /// /// - public global::RetellAI.FinetuneExampleUtteranceVariant3? Type392 { get; set; } + public global::RetellAI.FinetuneExampleUtteranceVariant2? Type392 { get; set; } /// /// /// - public global::RetellAI.FinetuneExampleUtteranceVariant3Role? Type393 { get; set; } + public global::RetellAI.FinetuneExampleUtteranceVariant2Role? Type393 { get; set; } /// /// /// - public global::RetellAI.FunctionNodeVariant2? Type394 { get; set; } + public global::RetellAI.FinetuneExampleUtteranceVariant3? Type394 { get; set; } /// /// /// - public global::RetellAI.FunctionNodeVariant2Type? Type395 { get; set; } + public global::RetellAI.FinetuneExampleUtteranceVariant3Role? Type395 { get; set; } /// /// /// - public global::RetellAI.FunctionNodeVariant2ToolType? Type396 { get; set; } + public global::RetellAI.FunctionNodeVariant2? Type396 { get; set; } /// /// /// - public global::RetellAI.CodeNodeVariant2? Type397 { get; set; } + public global::RetellAI.FunctionNodeVariant2Type? Type397 { get; set; } /// /// /// - public global::RetellAI.CodeNodeVariant2Type? Type398 { get; set; } + public global::RetellAI.FunctionNodeVariant2ToolType? Type398 { get; set; } /// /// /// - public global::RetellAI.GlobalNodeFinetuneTransitionExample? Type399 { get; set; } + public global::RetellAI.CodeNodeVariant2? Type399 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type400 { get; set; } + public global::RetellAI.CodeNodeVariant2Type? Type400 { get; set; } /// /// /// - public global::RetellAI.GlobalNodeSetting? Type401 { get; set; } + public global::RetellAI.GlobalNodeFinetuneTransitionExample? Type401 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type402 { get; set; } + public global::System.Collections.Generic.IList? Type402 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type403 { get; set; } + public global::RetellAI.GlobalNodeSetting? Type403 { get; set; } /// /// /// - public global::RetellAI.UtteranceHallucination? Type404 { get; set; } + public global::System.Collections.Generic.IList? Type404 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type405 { get; set; } + public global::System.Collections.Generic.IList? Type405 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseAddSourcesRequest? Type406 { get; set; } + public global::RetellAI.UtteranceHallucination? Type406 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type407 { get; set; } + public global::System.Collections.Generic.IList? Type407 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseAddSourcesRequestKnowledgeBaseText? Type408 { get; set; } + public global::RetellAI.KnowledgeBaseAddSourcesRequest? Type408 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type409 { get; set; } + public global::System.Collections.Generic.IList? Type409 { get; set; } /// /// /// - public byte[]? Type410 { get; set; } + public global::RetellAI.KnowledgeBaseAddSourcesRequestKnowledgeBaseText? Type410 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseRequest? Type411 { get; set; } + public global::System.Collections.Generic.IList? Type411 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type412 { get; set; } + public byte[]? Type412 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseRequestKnowledgeBaseText? Type413 { get; set; } + public global::RetellAI.KnowledgeBaseRequest? Type413 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseResponse? Type414 { get; set; } + public global::System.Collections.Generic.IList? Type414 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseResponseStatus? Type415 { get; set; } + public global::RetellAI.KnowledgeBaseRequestKnowledgeBaseText? Type415 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type416 { get; set; } + public global::RetellAI.KnowledgeBaseResponse? Type416 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type417 { get; set; } + public global::RetellAI.KnowledgeBaseResponseStatus? Type417 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseSourceDocument? Type418 { get; set; } + public global::System.Collections.Generic.IList>? Type418 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseSourceText? Type419 { get; set; } + public global::RetellAI.OneOf? Type419 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseSourceUrl? Type420 { get; set; } + public global::RetellAI.KnowledgeBaseSourceDocument? Type420 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseSourceDocumentType? Type421 { get; set; } + public global::RetellAI.KnowledgeBaseSourceText? Type421 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseSourceTextType? Type422 { get; set; } + public global::RetellAI.KnowledgeBaseSourceUrl? Type422 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseSourceUrlType? Type423 { get; set; } + public global::RetellAI.KnowledgeBaseSourceDocumentType? Type423 { get; set; } /// /// /// - public global::RetellAI.MCPNodeVariant2? Type424 { get; set; } + public global::RetellAI.KnowledgeBaseSourceTextType? Type424 { get; set; } /// /// /// - public global::RetellAI.MCPNodeVariant2Type? Type425 { get; set; } + public global::RetellAI.KnowledgeBaseSourceUrlType? Type425 { get; set; } /// /// /// - public global::RetellAI.MCPToolDefinition? Type426 { get; set; } + public global::RetellAI.MCPNodeVariant2? Type426 { get; set; } /// /// /// - public global::RetellAI.MCPTool? Type427 { get; set; } + public global::RetellAI.MCPNodeVariant2Type? Type427 { get; set; } /// /// /// - public global::RetellAI.MCPToolType? Type428 { get; set; } + public global::RetellAI.MCPToolDefinition? Type428 { get; set; } /// /// /// - public global::RetellAI.MCPToolExecutionMessageType? Type429 { get; set; } + public global::RetellAI.MCPTool? Type429 { get; set; } /// /// /// - public global::RetellAI.Message? Type430 { get; set; } + public global::RetellAI.MCPToolType? Type430 { get; set; } /// /// /// - public global::RetellAI.ToolCallInvocationMessage? Type431 { get; set; } + public global::RetellAI.MCPToolExecutionMessageType? Type431 { get; set; } /// /// /// - public global::RetellAI.ToolCallResultMessage? Type432 { get; set; } + public global::RetellAI.Message? Type432 { get; set; } /// /// /// - public global::RetellAI.NodeTransitionMessage? Type433 { get; set; } + public global::RetellAI.ToolCallInvocationMessage? Type433 { get; set; } /// /// /// - public global::RetellAI.StateTransitionMessage? Type434 { get; set; } + public global::RetellAI.ToolCallResultMessage? Type434 { get; set; } /// /// /// - public global::RetellAI.InjectedMessage? Type435 { get; set; } + public global::RetellAI.NodeTransitionMessage? Type435 { get; set; } /// /// /// - public global::RetellAI.SmsMessage? Type436 { get; set; } + public global::RetellAI.StateTransitionMessage? Type436 { get; set; } /// /// /// - public global::RetellAI.ChatMessageInput? Type437 { get; set; } + public global::RetellAI.InjectedMessage? Type437 { get; set; } /// /// /// - public global::RetellAI.MessageBase? Type438 { get; set; } + public global::RetellAI.SmsMessage? Type438 { get; set; } /// /// /// - public global::RetellAI.ToolCallInvocationMessageBase? Type439 { get; set; } + public global::RetellAI.ChatMessageInput? Type439 { get; set; } /// /// /// - public global::RetellAI.ToolCallResultMessageBase? Type440 { get; set; } + public global::RetellAI.MessageBase? Type440 { get; set; } /// /// /// - public global::RetellAI.NodeTransitionMessageBase? Type441 { get; set; } + public global::RetellAI.ToolCallInvocationMessageBase? Type441 { get; set; } /// /// /// - public global::RetellAI.StateTransitionMessageBase? Type442 { get; set; } + public global::RetellAI.ToolCallResultMessageBase? Type442 { get; set; } /// /// /// - public global::RetellAI.InjectedMessageBase? Type443 { get; set; } + public global::RetellAI.NodeTransitionMessageBase? Type443 { get; set; } /// /// /// - public global::RetellAI.SmsMessageBase? Type444 { get; set; } + public global::RetellAI.StateTransitionMessageBase? Type444 { get; set; } /// /// /// - public global::RetellAI.MessageBaseRole? Type445 { get; set; } + public global::RetellAI.InjectedMessageBase? Type445 { get; set; } /// /// /// - public global::RetellAI.InjectedMessageBaseRole? Type446 { get; set; } + public global::RetellAI.SmsMessageBase? Type446 { get; set; } /// /// /// - public global::RetellAI.SmsMessageBaseRole? Type447 { get; set; } + public global::RetellAI.MessageBaseRole? Type447 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type448 { get; set; } + public global::RetellAI.InjectedMessageBaseRole? Type448 { get; set; } /// /// /// - public global::RetellAI.PerformanceMetricCriteria? Type449 { get; set; } + public global::RetellAI.SmsMessageBaseRole? Type449 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type450 { get; set; } + public global::RetellAI.OneOf? Type450 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type451 { get; set; } + public global::RetellAI.PerformanceMetricCriteria? Type451 { get; set; } /// /// /// - public global::RetellAI.UtteranceTranscriptionError? Type452 { get; set; } + public global::RetellAI.OneOf? Type452 { get; set; } /// /// /// - public global::RetellAI.Wer? Type453 { get; set; } + public global::System.Collections.Generic.IList? Type453 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type454 { get; set; } + public global::RetellAI.UtteranceTranscriptionError? Type454 { get; set; } /// /// /// - public global::RetellAI.UtteranceTranscriptionErrorMieDetail? Type455 { get; set; } + public global::RetellAI.Wer? Type455 { get; set; } /// /// /// - public global::RetellAI.ModelChoiceCascading? Type456 { get; set; } + public global::System.Collections.Generic.IList? Type456 { get; set; } /// /// /// - public global::RetellAI.ModelChoiceCascadingType? Type457 { get; set; } + public global::RetellAI.UtteranceTranscriptionErrorMieDetail? Type457 { get; set; } /// /// /// - public global::RetellAI.ModelChoice? Type458 { get; set; } + public global::RetellAI.ModelChoiceCascading? Type458 { get; set; } /// /// /// - public global::RetellAI.NaturalnessIssue? Type459 { get; set; } + public global::RetellAI.ModelChoiceCascadingType? Type459 { get; set; } /// /// /// - public global::RetellAI.NodeBaseVariant2? Type460 { get; set; } + public global::RetellAI.ModelChoice? Type460 { get; set; } /// /// /// - public global::RetellAI.NodeBaseCommonDisplayPosition? Type461 { get; set; } + public global::RetellAI.NaturalnessIssue? Type461 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type462 { get; set; } + public global::RetellAI.NodeBaseVariant2? Type462 { get; set; } /// /// /// - public global::RetellAI.PromptCondition? Type463 { get; set; } + public global::RetellAI.NodeBaseCommonDisplayPosition? Type463 { get; set; } /// /// /// - public global::RetellAI.NodeInstructionPromptType? Type464 { get; set; } + public global::RetellAI.OneOf? Type464 { get; set; } /// /// /// - public global::RetellAI.NodeInstructionStaticText? Type465 { get; set; } + public global::RetellAI.PromptCondition? Type465 { get; set; } /// /// /// - public global::RetellAI.NodeInstructionStaticTextType? Type466 { get; set; } + public global::RetellAI.NodeInstructionPromptType? Type466 { get; set; } /// /// /// - public global::RetellAI.SmsInstructionTemplate? Type467 { get; set; } + public global::RetellAI.NodeInstructionStaticText? Type467 { get; set; } /// /// /// - public global::RetellAI.SmsInstructionTemplateType? Type468 { get; set; } + public global::RetellAI.NodeInstructionStaticTextType? Type468 { get; set; } /// /// /// - public global::RetellAI.SmsInstructionTemplateTemplate? Type469 { get; set; } + public global::RetellAI.SmsInstructionTemplate? Type469 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type470 { get; set; } + public global::RetellAI.SmsInstructionTemplateType? Type470 { get; set; } /// /// /// - public global::RetellAI.NodeToolVariant2? Type471 { get; set; } + public global::RetellAI.SmsInstructionTemplateTemplate? Type471 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type472 { get; set; } + public global::RetellAI.OneOf? Type472 { get; set; } /// /// /// - public global::RetellAI.NodeTransitionAnalysisDetail? Type473 { get; set; } + public global::RetellAI.NodeToolVariant2? Type473 { get; set; } /// /// /// - public global::RetellAI.NodeTransitionMessageBaseRole? Type474 { get; set; } + public global::System.Collections.Generic.IList? Type474 { get; set; } /// /// /// - public global::RetellAI.NodeTransitionMessageBaseTransitionType? Type475 { get; set; } + public global::RetellAI.NodeTransitionAnalysisDetail? Type475 { get; set; } /// /// /// - public global::RetellAI.NodeTransitionUtterance? Type476 { get; set; } + public global::RetellAI.NodeTransitionMessageBaseRole? Type476 { get; set; } /// /// /// - public global::RetellAI.NodeTransitionUtteranceRole? Type477 { get; set; } + public global::RetellAI.NodeTransitionMessageBaseTransitionType? Type477 { get; set; } /// /// /// - public global::RetellAI.NodeTransitionUtteranceTransitionType? Type478 { get; set; } + public global::RetellAI.NodeTransitionUtterance? Type478 { get; set; } /// /// /// - public global::RetellAI.NumberAnalysisDataType? Type479 { get; set; } + public global::RetellAI.NodeTransitionUtteranceRole? Type479 { get; set; } /// /// /// - public global::RetellAI.PresetAnalysisData? Type480 { get; set; } + public global::RetellAI.NodeTransitionUtteranceTransitionType? Type480 { get; set; } /// /// /// - public global::RetellAI.PresetAnalysisDataType? Type481 { get; set; } + public global::RetellAI.NumberAnalysisDataType? Type481 { get; set; } /// /// /// - public global::RetellAI.PresetAnalysisDataName? Type482 { get; set; } + public global::RetellAI.PresetAnalysisData? Type482 { get; set; } /// /// /// - public global::RetellAI.CallPresetAnalysisDataType? Type483 { get; set; } + public global::RetellAI.PresetAnalysisDataType? Type483 { get; set; } /// /// /// - public global::RetellAI.CallPresetAnalysisDataName? Type484 { get; set; } + public global::RetellAI.PresetAnalysisDataName? Type484 { get; set; } /// /// /// - public global::RetellAI.ChatPresetAnalysisDataType? Type485 { get; set; } + public global::RetellAI.CallPresetAnalysisDataType? Type485 { get; set; } /// /// /// - public global::RetellAI.ChatPresetAnalysisDataName? Type486 { get; set; } + public global::RetellAI.CallPresetAnalysisDataName? Type486 { get; set; } /// /// /// - public global::RetellAI.Organization? Type487 { get; set; } + public global::RetellAI.ChatPresetAnalysisDataType? Type487 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type488 { get; set; } + public global::RetellAI.ChatPresetAnalysisDataName? Type488 { get; set; } /// /// /// - public global::RetellAI.OrganizationWebhookUrl? Type489 { get; set; } + public global::RetellAI.Organization? Type489 { get; set; } /// /// /// - public global::System.DateTimeOffset? Type490 { get; set; } + public global::System.Collections.Generic.IList? Type490 { get; set; } /// /// /// - public global::RetellAI.OrganizationCpsConfig? Type491 { get; set; } + public global::RetellAI.OrganizationWebhookUrl? Type491 { get; set; } /// /// /// - public global::RetellAI.AutoCreditReloadConfig? Type492 { get; set; } + public global::System.DateTimeOffset? Type492 { get; set; } /// /// /// - public global::RetellAI.ConductorOverageConfig? Type493 { get; set; } + public global::RetellAI.OrganizationCpsConfig? Type493 { get; set; } /// /// /// - public global::RetellAI.OrganizationResponse? Type494 { get; set; } + public global::RetellAI.AutoCreditReloadConfig? Type494 { get; set; } /// /// /// - public global::RetellAI.OrganizationResponseVariant2? Type495 { get; set; } + public global::RetellAI.ConductorOverageConfig? Type495 { get; set; } /// /// /// - public global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatus? Type496 { get; set; } + public global::RetellAI.OrganizationResponse? Type496 { get; set; } /// /// /// - public global::RetellAI.PIIConfigMode? Type497 { get; set; } + public global::RetellAI.OrganizationResponseVariant2? Type497 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type498 { get; set; } + public global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatus? Type498 { get; set; } /// /// /// - public global::RetellAI.PIIConfigCategorie? Type499 { get; set; } + public global::RetellAI.PIIConfigMode? Type499 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type500 { get; set; } + public global::System.Collections.Generic.IList? Type500 { get; set; } /// /// /// - public global::RetellAI.GuardrailConfigOutputTopic? Type501 { get; set; } + public global::RetellAI.PIIConfigCategorie? Type501 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type502 { get; set; } + public global::System.Collections.Generic.IList? Type502 { get; set; } /// /// /// - public global::RetellAI.GuardrailConfigInputTopic? Type503 { get; set; } + public global::RetellAI.GuardrailConfigOutputTopic? Type503 { get; set; } /// /// /// - public global::RetellAI.PerformanceMetricCriteriaOp? Type504 { get; set; } + public global::System.Collections.Generic.IList? Type504 { get; set; } /// /// /// - public global::RetellAI.PhoneNumberResponse? Type505 { get; set; } + public global::RetellAI.GuardrailConfigInputTopic? Type505 { get; set; } /// /// /// - public global::RetellAI.PhoneNumberResponsePhoneNumberType? Type506 { get; set; } + public global::RetellAI.PerformanceMetricCriteriaOp? Type506 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type507 { get; set; } + public global::RetellAI.PhoneNumberResponse? Type507 { get; set; } /// /// /// - public global::RetellAI.PhoneNumberResponseSipOutboundTrunkConfig? Type508 { get; set; } + public global::RetellAI.PhoneNumberResponsePhoneNumberType? Type508 { get; set; } /// /// /// - public global::RetellAI.PressDigitNodeVariant2? Type509 { get; set; } + public global::System.Collections.Generic.IList? Type509 { get; set; } /// /// /// - public global::RetellAI.PressDigitNodeVariant2Type? Type510 { get; set; } + public global::RetellAI.PhoneNumberResponseSipOutboundTrunkConfig? Type510 { get; set; } /// /// /// - public global::RetellAI.PressDigitTool? Type511 { get; set; } + public global::RetellAI.PressDigitNodeVariant2? Type511 { get; set; } /// /// /// - public global::RetellAI.PressDigitToolType? Type512 { get; set; } + public global::RetellAI.PressDigitNodeVariant2Type? Type512 { get; set; } /// /// /// - public global::RetellAI.PromptConditionType? Type513 { get; set; } + public global::RetellAI.PressDigitTool? Type513 { get; set; } /// /// /// - public global::RetellAI.QaViewFilter? Type514 { get; set; } + public global::RetellAI.PressDigitToolType? Type514 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type515 { get; set; } + public global::RetellAI.PromptConditionType? Type515 { get; set; } /// /// /// - public global::RetellAI.QaViewFilterDisconnectionReason? Type516 { get; set; } + public global::RetellAI.QaViewFilter? Type516 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type517 { get; set; } + public global::RetellAI.AllOf? Type517 { get; set; } /// /// /// - public global::RetellAI.QaViewFilterScoreRange? Type518 { get; set; } + public global::RetellAI.QaViewFilterDisconnectionReason? Type518 { get; set; } /// /// /// - public global::RetellAI.QaViewFilterScoreRangeType? Type519 { get; set; } + public global::RetellAI.OneOf? Type519 { get; set; } /// /// /// - public global::RetellAI.QaViewFilterScoreRangeOp? Type520 { get; set; } + public global::RetellAI.QaViewFilterScoreRange? Type520 { get; set; } /// /// /// - public global::RetellAI.CohortQaListArgs? Type521 { get; set; } + public global::RetellAI.QaViewFilterScoreRangeType? Type521 { get; set; } /// /// /// - public global::RetellAI.CohortQaListArgsSortKey? Type522 { get; set; } + public global::RetellAI.QaViewFilterScoreRangeOp? Type522 { get; set; } /// /// /// - public global::RetellAI.CohortQaListArgsOrder? Type523 { get; set; } + public global::RetellAI.CohortQaListArgs? Type523 { get; set; } /// /// /// - public global::RetellAI.RAGAccuracy? Type524 { get; set; } + public global::RetellAI.CohortQaListArgsSortKey? Type524 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type525 { get; set; } + public global::RetellAI.CohortQaListArgsOrder? Type525 { get; set; } /// /// /// - public global::RetellAI.RAGAccuracyMissedChunk? Type526 { get; set; } + public global::RetellAI.RAGAccuracy? Type526 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type527 { get; set; } + public global::System.Collections.Generic.IList? Type527 { get; set; } /// /// /// - public global::RetellAI.ResponseEngineConversationFlow? Type528 { get; set; } + public global::RetellAI.RAGAccuracyMissedChunk? Type528 { get; set; } /// /// /// - public global::RetellAI.ResponseEngineConversationFlowType? Type529 { get; set; } + public global::System.Collections.Generic.IList? Type529 { get; set; } /// /// /// - public global::RetellAI.ResponseEngineCustomLm? Type530 { get; set; } + public global::RetellAI.ResponseEngineConversationFlow? Type530 { get; set; } /// /// /// - public global::RetellAI.ResponseEngineCustomLmType? Type531 { get; set; } + public global::RetellAI.ResponseEngineConversationFlowType? Type531 { get; set; } /// /// /// - public global::RetellAI.ResponseEngineRetellLm? Type532 { get; set; } + public global::RetellAI.ResponseEngineCustomLm? Type532 { get; set; } /// /// /// - public global::RetellAI.ResponseEngineRetellLmType? Type533 { get; set; } + public global::RetellAI.ResponseEngineCustomLmType? Type533 { get; set; } /// /// /// - public global::RetellAI.RetellResponseEngine? Type534 { get; set; } + public global::RetellAI.ResponseEngineRetellLm? Type534 { get; set; } /// /// /// - public global::RetellAI.RetellLLMResponse? Type535 { get; set; } + public global::RetellAI.ResponseEngineRetellLmType? Type535 { get; set; } /// /// /// - public global::RetellAI.RetellLLMResponseVariant1? Type536 { get; set; } + public global::RetellAI.RetellResponseEngine? Type536 { get; set; } /// /// /// - public global::RetellAI.RetellLlmRequest? Type537 { get; set; } + public global::RetellAI.RetellLLMResponse? Type537 { get; set; } /// /// /// - public global::RetellAI.RetellLLMResponseVariant3? Type538 { get; set; } + public global::RetellAI.RetellLLMResponseVariant1? Type538 { get; set; } /// /// /// - public global::RetellAI.RetellLlmOverrideS2sModel? Type539 { get; set; } + public global::RetellAI.RetellLlmRequest? Type539 { get; set; } /// /// /// - public global::RetellAI.RetellLlmOverrideStartSpeaker? Type540 { get; set; } + public global::RetellAI.RetellLLMResponseVariant3? Type540 { get; set; } /// /// /// - public global::RetellAI.RetellLlmRequestVariant2? Type541 { get; set; } + public global::RetellAI.RetellLlmOverrideS2sModel? Type541 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type542 { get; set; } + public global::RetellAI.RetellLlmOverrideStartSpeaker? Type542 { get; set; } /// /// /// - public global::RetellAI.State? Type543 { get; set; } + public global::RetellAI.RetellLlmRequestVariant2? Type543 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type544 { get; set; } + public global::System.Collections.Generic.IList? Type544 { get; set; } /// /// /// - public global::RetellAI.ScoringCriteriaCustomCondition? Type545 { get; set; } + public global::RetellAI.State? Type545 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type546 { get; set; } + public global::System.Collections.Generic.IList? Type546 { get; set; } /// /// /// - public global::RetellAI.SendSMSTool? Type547 { get; set; } + public global::RetellAI.ScoringCriteriaCustomCondition? Type547 { get; set; } /// /// /// - public global::RetellAI.SendSMSToolType? Type548 { get; set; } + public global::System.Collections.Generic.IList? Type548 { get; set; } /// /// /// - public global::RetellAI.SendSMSToolExecutionMessageType? Type549 { get; set; } + public global::RetellAI.SendSMSTool? Type549 { get; set; } /// /// /// - public global::RetellAI.SmsContent? Type550 { get; set; } + public global::RetellAI.SendSMSToolType? Type550 { get; set; } /// /// /// - public global::RetellAI.SmsSender? Type551 { get; set; } + public global::RetellAI.SendSMSToolExecutionMessageType? Type551 { get; set; } /// /// /// - public global::RetellAI.SmsSenderVariant1? Type552 { get; set; } + public global::RetellAI.SmsContent? Type552 { get; set; } /// /// /// - public global::RetellAI.SmsSenderVariant1Type? Type553 { get; set; } + public global::RetellAI.SmsSender? Type553 { get; set; } /// /// /// - public global::RetellAI.SmsSenderVariant2? Type554 { get; set; } + public global::RetellAI.SmsSenderVariant1? Type554 { get; set; } /// /// /// - public global::RetellAI.SmsSenderVariant2Type? Type555 { get; set; } + public global::RetellAI.SmsSenderVariant1Type? Type555 { get; set; } /// /// /// - public global::RetellAI.SmsDestination? Type556 { get; set; } + public global::RetellAI.SmsSenderVariant2? Type556 { get; set; } /// /// /// - public global::RetellAI.SmsDestinationVariant1? Type557 { get; set; } + public global::RetellAI.SmsSenderVariant2Type? Type557 { get; set; } /// /// /// - public global::RetellAI.SmsDestinationVariant1Type? Type558 { get; set; } + public global::RetellAI.SmsDestination? Type558 { get; set; } /// /// /// - public global::RetellAI.SmsDestinationVariant2? Type559 { get; set; } + public global::RetellAI.SmsDestinationVariant1? Type559 { get; set; } /// /// /// - public global::RetellAI.SmsDestinationVariant2Type? Type560 { get; set; } + public global::RetellAI.SmsDestinationVariant1Type? Type560 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type561 { get; set; } + public global::RetellAI.SmsDestinationVariant2? Type561 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type562 { get; set; } + public global::RetellAI.SmsDestinationVariant2Type? Type562 { get; set; } /// /// /// - public global::RetellAI.SentimentAnalysisDetailVariant1? Type563 { get; set; } + public global::System.Collections.Generic.IList>? Type563 { get; set; } /// /// /// - public global::RetellAI.SentimentAnalysisDetailVariant1Sentiment? Type564 { get; set; } + public global::RetellAI.OneOf? Type564 { get; set; } /// /// /// - public global::RetellAI.SentimentAnalysisDetailVariant2? Type565 { get; set; } + public global::RetellAI.SentimentAnalysisDetailVariant1? Type565 { get; set; } /// /// /// - public global::RetellAI.SentimentAnalysisDetailVariant2Sentiment? Type566 { get; set; } + public global::RetellAI.SentimentAnalysisDetailVariant1Sentiment? Type566 { get; set; } /// /// /// - public global::RetellAI.SkipResponseEdgeVariant2? Type567 { get; set; } + public global::RetellAI.SentimentAnalysisDetailVariant2? Type567 { get; set; } /// /// /// - public global::RetellAI.SkipResponseEdgeVariant2TransitionCondition? Type568 { get; set; } + public global::RetellAI.SentimentAnalysisDetailVariant2Sentiment? Type568 { get; set; } /// /// /// - public global::RetellAI.SkipResponseEdgeVariant2TransitionConditionType? Type569 { get; set; } + public global::RetellAI.SkipResponseEdgeVariant2? Type569 { get; set; } /// /// /// - public global::RetellAI.SkipResponseEdgeVariant2TransitionConditionPrompt? Type570 { get; set; } + public global::RetellAI.SkipResponseEdgeVariant2TransitionCondition? Type570 { get; set; } /// /// /// - public global::RetellAI.AlwaysEdgeVariant2? Type571 { get; set; } + public global::RetellAI.SkipResponseEdgeVariant2TransitionConditionType? Type571 { get; set; } /// /// /// - public global::RetellAI.AlwaysEdgeVariant2TransitionCondition? Type572 { get; set; } + public global::RetellAI.SkipResponseEdgeVariant2TransitionConditionPrompt? Type572 { get; set; } /// /// /// - public global::RetellAI.AlwaysEdgeVariant2TransitionConditionType? Type573 { get; set; } + public global::RetellAI.AlwaysEdgeVariant2? Type573 { get; set; } /// /// /// - public global::RetellAI.AlwaysEdgeVariant2TransitionConditionPrompt? Type574 { get; set; } + public global::RetellAI.AlwaysEdgeVariant2TransitionCondition? Type574 { get; set; } /// /// /// - public global::RetellAI.SmsContentInferred? Type575 { get; set; } + public global::RetellAI.AlwaysEdgeVariant2TransitionConditionType? Type575 { get; set; } /// /// /// - public global::RetellAI.SmsContentInferredType? Type576 { get; set; } + public global::RetellAI.AlwaysEdgeVariant2TransitionConditionPrompt? Type576 { get; set; } /// /// /// - public global::RetellAI.SmsContentPredefined? Type577 { get; set; } + public global::RetellAI.SmsContentInferred? Type577 { get; set; } /// /// /// - public global::RetellAI.SmsContentPredefinedType? Type578 { get; set; } + public global::RetellAI.SmsContentInferredType? Type578 { get; set; } /// /// /// - public global::RetellAI.SmsContentTemplate? Type579 { get; set; } + public global::RetellAI.SmsContentPredefined? Type579 { get; set; } /// /// /// - public global::RetellAI.SmsContentTemplateType? Type580 { get; set; } + public global::RetellAI.SmsContentPredefinedType? Type580 { get; set; } /// /// /// - public global::RetellAI.SmsContentTemplateTemplate? Type581 { get; set; } + public global::RetellAI.SmsContentTemplate? Type581 { get; set; } /// /// /// - public global::RetellAI.SmsFailedEdge? Type582 { get; set; } + public global::RetellAI.SmsContentTemplateType? Type582 { get; set; } /// /// /// - public global::RetellAI.SmsFailedEdgeVariant2? Type583 { get; set; } + public global::RetellAI.SmsContentTemplateTemplate? Type583 { get; set; } /// /// /// - public global::RetellAI.SmsFailedEdgeVariant2TransitionCondition? Type584 { get; set; } + public global::RetellAI.SmsFailedEdge? Type584 { get; set; } /// /// /// - public global::RetellAI.SmsFailedEdgeVariant2TransitionConditionType? Type585 { get; set; } + public global::RetellAI.SmsFailedEdgeVariant2? Type585 { get; set; } /// /// /// - public global::RetellAI.SmsFailedEdgeVariant2TransitionConditionPrompt? Type586 { get; set; } + public global::RetellAI.SmsFailedEdgeVariant2TransitionCondition? Type586 { get; set; } /// /// /// - public global::RetellAI.SmsNodeVariant2? Type587 { get; set; } + public global::RetellAI.SmsFailedEdgeVariant2TransitionConditionType? Type587 { get; set; } /// /// /// - public global::RetellAI.SmsNodeVariant2Type? Type588 { get; set; } + public global::RetellAI.SmsFailedEdgeVariant2TransitionConditionPrompt? Type588 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type589 { get; set; } + public global::RetellAI.SmsNodeVariant2? Type589 { get; set; } /// /// /// - public global::RetellAI.SmsSuccessEdge? Type590 { get; set; } + public global::RetellAI.SmsNodeVariant2Type? Type590 { get; set; } /// /// /// - public global::RetellAI.SmsSuccessEdgeVariant2? Type591 { get; set; } + public global::RetellAI.OneOf? Type591 { get; set; } /// /// /// - public global::RetellAI.SmsSuccessEdgeVariant2TransitionCondition? Type592 { get; set; } + public global::RetellAI.SmsSuccessEdge? Type592 { get; set; } /// /// /// - public global::RetellAI.SmsSuccessEdgeVariant2TransitionConditionType? Type593 { get; set; } + public global::RetellAI.SmsSuccessEdgeVariant2? Type593 { get; set; } /// /// /// - public global::RetellAI.SmsSuccessEdgeVariant2TransitionConditionPrompt? Type594 { get; set; } + public global::RetellAI.SmsSuccessEdgeVariant2TransitionCondition? Type594 { get; set; } /// /// /// - public global::RetellAI.StateEdge? Type595 { get; set; } + public global::RetellAI.SmsSuccessEdgeVariant2TransitionConditionType? Type595 { get; set; } /// /// /// - public global::RetellAI.StateTransitionMessageBaseRole? Type596 { get; set; } + public global::RetellAI.SmsSuccessEdgeVariant2TransitionConditionPrompt? Type596 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type597 { get; set; } + public global::RetellAI.StateEdge? Type597 { get; set; } /// /// /// - public global::RetellAI.StringAnalysisDataType? Type598 { get; set; } + public global::RetellAI.StateTransitionMessageBaseRole? Type598 { get; set; } /// /// /// - public global::RetellAI.TestCaseBatchJob? Type599 { get; set; } + public global::System.Collections.Generic.IList? Type599 { get; set; } /// /// /// - public global::RetellAI.TestCaseBatchJobStatus? Type600 { get; set; } + public global::RetellAI.StringAnalysisDataType? Type600 { get; set; } /// /// /// - public global::RetellAI.TestCaseDefinitionInput? Type601 { get; set; } + public global::RetellAI.TestCaseBatchJob? Type601 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type602 { get; set; } + public global::RetellAI.TestCaseBatchJobStatus? Type602 { get; set; } /// /// /// - public global::RetellAI.ToolMock? Type603 { get; set; } + public global::RetellAI.TestCaseDefinitionInput? Type603 { get; set; } /// /// /// - public global::RetellAI.TestCaseDefinition? Type604 { get; set; } + public global::System.Collections.Generic.IList? Type604 { get; set; } /// /// /// - public global::RetellAI.TestCaseDefinitionVariant2? Type605 { get; set; } + public global::RetellAI.ToolMock? Type605 { get; set; } /// /// /// - public global::RetellAI.TestCaseDefinitionVariant2Type? Type606 { get; set; } + public global::RetellAI.TestCaseDefinition? Type606 { get; set; } /// /// /// - public global::RetellAI.TestCaseJob? Type607 { get; set; } + public global::RetellAI.TestCaseDefinitionVariant2? Type607 { get; set; } /// /// /// - public global::RetellAI.TestCaseJobStatus? Type608 { get; set; } + public global::RetellAI.TestCaseDefinitionVariant2Type? Type608 { get; set; } /// /// /// - public global::RetellAI.ToolMockInputMatchRule? Type609 { get; set; } + public global::RetellAI.TestCaseJob? Type609 { get; set; } /// /// /// - public global::RetellAI.ToolMockInputMatchRuleVariant1? Type610 { get; set; } + public global::RetellAI.TestCaseJobStatus? Type610 { get; set; } /// /// /// - public global::RetellAI.ToolMockInputMatchRuleVariant1Type? Type611 { get; set; } + public global::RetellAI.ToolMockInputMatchRule? Type611 { get; set; } /// /// /// - public global::RetellAI.ToolMockInputMatchRuleVariant2? Type612 { get; set; } + public global::RetellAI.ToolMockInputMatchRuleVariant1? Type612 { get; set; } /// /// /// - public global::RetellAI.ToolMockInputMatchRuleVariant2Type? Type613 { get; set; } + public global::RetellAI.ToolMockInputMatchRuleVariant1Type? Type613 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type614 { get; set; } + public global::RetellAI.ToolMockInputMatchRuleVariant2? Type614 { get; set; } /// /// /// - public global::RetellAI.UtteranceToolCallAccuracy? Type615 { get; set; } + public global::RetellAI.ToolMockInputMatchRuleVariant2Type? Type615 { get; set; } /// /// /// - public global::RetellAI.ToolCallInvocationMessageBaseRole? Type616 { get; set; } + public global::System.Collections.Generic.IList? Type616 { get; set; } /// /// /// - public global::RetellAI.ToolCallInvocationUtterance? Type617 { get; set; } + public global::RetellAI.UtteranceToolCallAccuracy? Type617 { get; set; } /// /// /// - public global::RetellAI.ToolCallInvocationUtteranceRole? Type618 { get; set; } + public global::RetellAI.ToolCallInvocationMessageBaseRole? Type618 { get; set; } /// /// /// - public global::RetellAI.ToolCallResultMessageBaseRole? Type619 { get; set; } + public global::RetellAI.ToolCallInvocationUtterance? Type619 { get; set; } /// /// /// - public global::RetellAI.ToolCallResultUtterance? Type620 { get; set; } + public global::RetellAI.ToolCallInvocationUtteranceRole? Type620 { get; set; } /// /// /// - public global::RetellAI.ToolCallResultUtteranceRole? Type621 { get; set; } + public global::RetellAI.ToolCallResultMessageBaseRole? Type621 { get; set; } /// /// /// - public global::RetellAI.ToolParameterType? Type622 { get; set; } + public global::RetellAI.ToolCallResultUtterance? Type622 { get; set; } /// /// /// - public global::RetellAI.TransferCallTool? Type623 { get; set; } + public global::RetellAI.ToolCallResultUtteranceRole? Type623 { get; set; } /// /// /// - public global::RetellAI.TransferCallNodeVariant2? Type624 { get; set; } + public global::RetellAI.ToolParameterType? Type624 { get; set; } /// /// /// - public global::RetellAI.TransferCallNodeVariant2Type? Type625 { get; set; } + public global::RetellAI.TransferCallTool? Type625 { get; set; } /// /// /// - public global::RetellAI.TransferDestination? Type626 { get; set; } + public global::RetellAI.TransferCallNodeVariant2? Type626 { get; set; } /// /// /// - public global::RetellAI.TransferOption? Type627 { get; set; } + public global::RetellAI.TransferCallNodeVariant2Type? Type627 { get; set; } /// /// /// - public global::RetellAI.TransferCallToolType? Type628 { get; set; } + public global::RetellAI.TransferDestination? Type628 { get; set; } /// /// /// - public global::RetellAI.TransferCallToolExecutionMessageType? Type629 { get; set; } + public global::RetellAI.TransferOption? Type629 { get; set; } /// /// /// - public global::RetellAI.TransferDestinationInferred? Type630 { get; set; } + public global::RetellAI.TransferCallToolType? Type630 { get; set; } /// /// /// - public global::RetellAI.TransferDestinationInferredType? Type631 { get; set; } + public global::RetellAI.TransferCallToolExecutionMessageType? Type631 { get; set; } /// /// /// - public global::RetellAI.TransferDestinationPredefined? Type632 { get; set; } + public global::RetellAI.TransferDestinationInferred? Type632 { get; set; } /// /// /// - public global::RetellAI.TransferDestinationPredefinedType? Type633 { get; set; } + public global::RetellAI.TransferDestinationInferredType? Type633 { get; set; } /// /// /// - public global::RetellAI.TransferFailedEdgeVariant2? Type634 { get; set; } + public global::RetellAI.TransferDestinationPredefined? Type634 { get; set; } /// /// /// - public global::RetellAI.TransferFailedEdgeVariant2TransitionCondition? Type635 { get; set; } + public global::RetellAI.TransferDestinationPredefinedType? Type635 { get; set; } /// /// /// - public global::RetellAI.TransferFailedEdgeVariant2TransitionConditionType? Type636 { get; set; } + public global::RetellAI.TransferFailedEdgeVariant2? Type636 { get; set; } /// /// /// - public global::RetellAI.TransferFailedEdgeVariant2TransitionConditionPrompt? Type637 { get; set; } + public global::RetellAI.TransferFailedEdgeVariant2TransitionCondition? Type637 { get; set; } /// /// /// - public global::RetellAI.TransferOptionAgenticWarmTransfer? Type638 { get; set; } + public global::RetellAI.TransferFailedEdgeVariant2TransitionConditionType? Type638 { get; set; } /// /// /// - public global::RetellAI.TransferOptionAgenticWarmTransferType? Type639 { get; set; } + public global::RetellAI.TransferFailedEdgeVariant2TransitionConditionPrompt? Type639 { get; set; } /// /// /// - public global::RetellAI.TransferOptionAgenticWarmTransferOnHoldMusic? Type640 { get; set; } + public global::RetellAI.TransferOptionAgenticWarmTransfer? Type640 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type641 { get; set; } + public global::RetellAI.TransferOptionAgenticWarmTransferType? Type641 { get; set; } /// /// /// - public global::RetellAI.WarmTransferPrompt? Type642 { get; set; } + public global::RetellAI.TransferOptionAgenticWarmTransferOnHoldMusic? Type642 { get; set; } /// /// /// - public global::RetellAI.WarmTransferStaticMessage? Type643 { get; set; } + public global::RetellAI.OneOf? Type643 { get; set; } /// /// /// - public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfig? Type644 { get; set; } + public global::RetellAI.WarmTransferPrompt? Type644 { get; set; } /// /// /// - public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfigTransferAgent? Type645 { get; set; } + public global::RetellAI.WarmTransferStaticMessage? Type645 { get; set; } /// /// /// - public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfigActionOnTimeout? Type646 { get; set; } + public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfig? Type646 { get; set; } /// /// /// - public global::RetellAI.TransferOptionColdTransfer? Type647 { get; set; } + public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfigTransferAgent? Type647 { get; set; } /// /// /// - public global::RetellAI.TransferOptionColdTransferType? Type648 { get; set; } + public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfigActionOnTimeout? Type648 { get; set; } /// /// /// - public global::RetellAI.TransferOptionColdTransferColdTransferMode? Type649 { get; set; } + public global::RetellAI.TransferOptionColdTransfer? Type649 { get; set; } /// /// /// - public global::RetellAI.TransferOptionWarmTransfer? Type650 { get; set; } + public global::RetellAI.TransferOptionColdTransferType? Type650 { get; set; } /// /// /// - public global::RetellAI.TransferOptionWarmTransferType? Type651 { get; set; } + public global::RetellAI.TransferOptionColdTransferColdTransferMode? Type651 { get; set; } /// /// /// - public global::RetellAI.TransferOptionWarmTransferOnHoldMusic? Type652 { get; set; } + public global::RetellAI.TransferOptionWarmTransfer? Type652 { get; set; } /// /// /// - public global::RetellAI.UpdateOrganizationRequest? Type653 { get; set; } + public global::RetellAI.TransferOptionWarmTransferType? Type653 { get; set; } /// /// /// - public global::RetellAI.UpdateOrganizationRequestAutoCreditReloadConfig? Type654 { get; set; } + public global::RetellAI.TransferOptionWarmTransferOnHoldMusic? Type654 { get; set; } /// /// /// - public global::RetellAI.SpendBudgetCustomAlertRequest? Type655 { get; set; } + public global::RetellAI.UpdateOrganizationRequest? Type655 { get; set; } /// /// /// - public global::RetellAI.UpdateSpendBudgetRequest? Type656 { get; set; } + public global::RetellAI.UpdateOrganizationRequestAutoCreditReloadConfig? Type656 { get; set; } /// /// /// - public global::RetellAI.UpdateSpendBudgetRequestVariant1? Type657 { get; set; } + public global::RetellAI.SpendBudgetCustomAlertRequest? Type657 { get; set; } /// /// /// - public global::RetellAI.UpdateSpendBudgetRequestVariant2? Type658 { get; set; } + public global::RetellAI.UpdateSpendBudgetRequest? Type658 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type659 { get; set; } + public global::RetellAI.UpdateSpendBudgetRequestVariant1? Type659 { get; set; } /// /// /// - public global::RetellAI.UserFormRequest? Type660 { get; set; } + public global::RetellAI.UpdateSpendBudgetRequestVariant2? Type660 { get; set; } /// /// /// - public global::RetellAI.UtteranceHallucinationHallucinationType? Type661 { get; set; } + public global::System.Collections.Generic.IList? Type661 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type662 { get; set; } + public global::RetellAI.UserFormRequest? Type662 { get; set; } /// /// /// - public global::RetellAI.UtteranceOrToolCall? Type663 { get; set; } + public global::RetellAI.UtteranceHallucinationHallucinationType? Type663 { get; set; } /// /// /// - public global::RetellAI.Utterance? Type664 { get; set; } + public global::System.Collections.Generic.IList? Type664 { get; set; } /// /// /// - public global::RetellAI.UtteranceRole? Type665 { get; set; } + public global::RetellAI.UtteranceOrToolCall? Type665 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type666 { get; set; } + public global::RetellAI.Utterance? Type666 { get; set; } /// /// /// - public global::RetellAI.UtteranceWord? Type667 { get; set; } + public global::RetellAI.UtteranceRole? Type667 { get; set; } /// /// /// - public global::RetellAI.V2CallBase? Type668 { get; set; } + public global::System.Collections.Generic.IList? Type668 { get; set; } /// /// /// - public global::RetellAI.V2CallBaseCallStatus? Type669 { get; set; } + public global::RetellAI.UtteranceWord? Type669 { get; set; } /// /// /// - public global::RetellAI.V2CallBaseDataStorageSetting? Type670 { get; set; } + public global::RetellAI.V2CallBase? Type670 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type671 { get; set; } + public global::RetellAI.V2CallBaseCallStatus? Type671 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type672 { get; set; } + public global::RetellAI.V2CallBaseDataStorageSetting? Type672 { get; set; } /// /// /// - public global::RetellAI.V2CallBaseLatency? Type673 { get; set; } + public global::System.Collections.Generic.IList? Type673 { get; set; } /// /// /// - public global::RetellAI.V2CallBaseCallCost? Type674 { get; set; } + public global::System.Collections.Generic.IList? Type674 { get; set; } /// /// /// - public global::RetellAI.V2CallBaseLlmTokenUsage? Type675 { get; set; } + public global::RetellAI.V2CallBaseLatency? Type675 { get; set; } /// /// /// - public global::RetellAI.V2CallResponse? Type676 { get; set; } + public global::RetellAI.V2CallBaseCallCost? Type676 { get; set; } /// /// /// - public global::RetellAI.V2WebCallResponse? Type677 { get; set; } + public global::RetellAI.V2CallBaseLlmTokenUsage? Type677 { get; set; } /// /// /// - public global::RetellAI.V2PhoneCallResponse? Type678 { get; set; } + public global::RetellAI.V2CallResponse? Type678 { get; set; } /// /// /// - public global::RetellAI.CallTransport? Type679 { get; set; } + public global::RetellAI.V2WebCallResponse? Type679 { get; set; } /// /// /// - public global::RetellAI.IceServer? Type680 { get; set; } + public global::RetellAI.V2PhoneCallResponse? Type680 { get; set; } /// /// /// - public global::RetellAI.OneOf>? Type681 { get; set; } + public global::RetellAI.CallTransport? Type681 { get; set; } /// /// /// - public global::RetellAI.ListenLiveCallResponse? Type682 { get; set; } + public global::RetellAI.IceServer? Type682 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type683 { get; set; } + public global::RetellAI.OneOf>? Type683 { get; set; } /// /// /// - public global::RetellAI.V3CallResponse? Type684 { get; set; } + public global::RetellAI.ListenLiveCallResponse? Type684 { get; set; } /// /// /// - public global::RetellAI.V3WebCallResponse? Type685 { get; set; } + public global::System.Collections.Generic.IList? Type685 { get; set; } /// /// /// - public global::RetellAI.V3PhoneCallResponse? Type686 { get; set; } + public global::RetellAI.V3CallResponse? Type686 { get; set; } /// /// /// - public global::RetellAI.V3CreateWebCallResponse? Type687 { get; set; } + public global::RetellAI.V3WebCallResponse? Type687 { get; set; } /// /// /// - public global::RetellAI.V3CreateWebCallResponseTransport? Type688 { get; set; } + public global::RetellAI.V3PhoneCallResponse? Type688 { get; set; } /// /// /// - public global::RetellAI.V3CallBase? Type689 { get; set; } + public global::RetellAI.V3CreateWebCallResponse? Type689 { get; set; } /// /// /// - public global::RetellAI.V3CallBaseCallStatus? Type690 { get; set; } + public global::RetellAI.V3CreateWebCallResponseTransport? Type690 { get; set; } /// /// /// - public global::RetellAI.V3CallBaseDataStorageSetting? Type691 { get; set; } + public global::RetellAI.V3CallBase? Type691 { get; set; } /// /// /// - public global::RetellAI.V3CallBaseLatency? Type692 { get; set; } + public global::RetellAI.V3CallBaseCallStatus? Type692 { get; set; } /// /// /// - public global::RetellAI.V3CallBaseCallCost? Type693 { get; set; } + public global::RetellAI.V3CallBaseDataStorageSetting? Type693 { get; set; } /// /// /// - public global::RetellAI.V3CallBaseLlmTokenUsage? Type694 { get; set; } + public global::RetellAI.V3CallBaseLatency? Type694 { get; set; } /// /// /// - public global::RetellAI.V3PhoneCallResponseVariant1? Type695 { get; set; } + public global::RetellAI.V3CallBaseCallCost? Type695 { get; set; } /// /// /// - public global::RetellAI.V3PhoneCallResponseVariant1CallType? Type696 { get; set; } + public global::RetellAI.V3CallBaseLlmTokenUsage? Type696 { get; set; } /// /// /// - public global::RetellAI.V3PhoneCallResponseVariant1Direction? Type697 { get; set; } + public global::RetellAI.V3PhoneCallResponseVariant1? Type697 { get; set; } /// /// /// - public global::RetellAI.V3PhoneCallResponseVariant1TelephonyIdentifier? Type698 { get; set; } + public global::RetellAI.V3PhoneCallResponseVariant1CallType? Type698 { get; set; } /// /// /// - public global::RetellAI.V3WebCallResponseVariant1? Type699 { get; set; } + public global::RetellAI.V3PhoneCallResponseVariant1Direction? Type699 { get; set; } /// /// /// - public global::RetellAI.V3WebCallResponseVariant1CallType? Type700 { get; set; } + public global::RetellAI.V3PhoneCallResponseVariant1TelephonyIdentifier? Type700 { get; set; } /// /// /// - public global::RetellAI.V3ListCallsRequest? Type701 { get; set; } + public global::RetellAI.V3WebCallResponseVariant1? Type701 { get; set; } /// /// /// - public global::RetellAI.V3ListCallsRequestSortOrder? Type702 { get; set; } + public global::RetellAI.V3WebCallResponseVariant1CallType? Type702 { get; set; } /// /// /// - public global::RetellAI.V2PhoneCallResponseVariant1? Type703 { get; set; } + public global::RetellAI.V3ListCallsRequest? Type703 { get; set; } /// /// /// - public global::RetellAI.V2PhoneCallResponseVariant1CallType? Type704 { get; set; } + public global::RetellAI.V3ListCallsRequestSortOrder? Type704 { get; set; } /// /// /// - public global::RetellAI.V2PhoneCallResponseVariant1Direction? Type705 { get; set; } + public global::RetellAI.V2PhoneCallResponseVariant1? Type705 { get; set; } /// /// /// - public global::RetellAI.V2PhoneCallResponseVariant1TelephonyIdentifier? Type706 { get; set; } + public global::RetellAI.V2PhoneCallResponseVariant1CallType? Type706 { get; set; } /// /// /// - public global::RetellAI.V2WebCallResponseVariant1? Type707 { get; set; } + public global::RetellAI.V2PhoneCallResponseVariant1Direction? Type707 { get; set; } /// /// /// - public global::RetellAI.V2WebCallResponseVariant1CallType? Type708 { get; set; } + public global::RetellAI.V2PhoneCallResponseVariant1TelephonyIdentifier? Type708 { get; set; } /// /// /// - public global::RetellAI.VoiceResponse? Type709 { get; set; } + public global::RetellAI.V2WebCallResponseVariant1? Type709 { get; set; } /// /// /// - public global::RetellAI.VoiceResponseProvider? Type710 { get; set; } + public global::RetellAI.V2WebCallResponseVariant1CallType? Type710 { get; set; } /// /// /// - public global::RetellAI.VoiceResponseGender? Type711 { get; set; } + public global::RetellAI.VoiceResponse? Type711 { get; set; } /// /// /// - public global::RetellAI.VoicemailActionBridgeTransfer? Type712 { get; set; } + public global::RetellAI.VoiceResponseProvider? Type712 { get; set; } /// /// /// - public global::RetellAI.VoicemailActionBridgeTransferType? Type713 { get; set; } + public global::RetellAI.VoiceResponseGender? Type713 { get; set; } /// /// /// - public global::RetellAI.VoicemailActionHangup? Type714 { get; set; } + public global::RetellAI.VoicemailActionBridgeTransfer? Type714 { get; set; } /// /// /// - public global::RetellAI.VoicemailActionHangupType? Type715 { get; set; } + public global::RetellAI.VoicemailActionBridgeTransferType? Type715 { get; set; } /// /// /// - public global::RetellAI.VoicemailActionPrompt? Type716 { get; set; } + public global::RetellAI.VoicemailActionHangup? Type716 { get; set; } /// /// /// - public global::RetellAI.VoicemailActionPromptType? Type717 { get; set; } + public global::RetellAI.VoicemailActionHangupType? Type717 { get; set; } /// /// /// - public global::RetellAI.VoicemailActionStaticText? Type718 { get; set; } + public global::RetellAI.VoicemailActionPrompt? Type718 { get; set; } /// /// /// - public global::RetellAI.VoicemailActionStaticTextType? Type719 { get; set; } + public global::RetellAI.VoicemailActionPromptType? Type719 { get; set; } /// /// /// - public global::RetellAI.IvrActionHangup? Type720 { get; set; } + public global::RetellAI.VoicemailActionStaticText? Type720 { get; set; } /// /// /// - public global::RetellAI.IvrActionHangupType? Type721 { get; set; } + public global::RetellAI.VoicemailActionStaticTextType? Type721 { get; set; } /// /// /// - public global::RetellAI.IvrAction? Type722 { get; set; } + public global::RetellAI.IvrActionHangup? Type722 { get; set; } /// /// /// - public global::RetellAI.WarmTransferPromptType? Type723 { get; set; } + public global::RetellAI.IvrActionHangupType? Type723 { get; set; } /// /// /// - public global::RetellAI.WarmTransferStaticMessageType? Type724 { get; set; } + public global::RetellAI.IvrAction? Type724 { get; set; } /// /// /// - public global::RetellAI.ConductorOverageConfigVariant1? Type725 { get; set; } + public global::RetellAI.WarmTransferPromptType? Type725 { get; set; } /// /// /// - public global::RetellAI.ConductorOverageConfigVariant1Mode? Type726 { get; set; } + public global::RetellAI.WarmTransferStaticMessageType? Type726 { get; set; } /// /// /// - public global::RetellAI.ConductorOverageConfigVariant2? Type727 { get; set; } + public global::RetellAI.ConductorOverageConfigVariant1? Type727 { get; set; } /// /// /// - public global::RetellAI.ConductorOverageConfigVariant2Mode? Type728 { get; set; } + public global::RetellAI.ConductorOverageConfigVariant1Mode? Type728 { get; set; } /// /// /// - public global::RetellAI.ConductorOverageConfigVariant3? Type729 { get; set; } + public global::RetellAI.ConductorOverageConfigVariant2? Type729 { get; set; } /// /// /// - public global::RetellAI.ConductorOverageConfigVariant3Mode? Type730 { get; set; } + public global::RetellAI.ConductorOverageConfigVariant2Mode? Type730 { get; set; } /// /// /// - public global::RetellAI.Contact? Type731 { get; set; } + public global::RetellAI.ConductorOverageConfigVariant3? Type731 { get; set; } /// /// /// - public global::RetellAI.ContactListResponse? Type732 { get; set; } + public global::RetellAI.ConductorOverageConfigVariant3Mode? Type732 { get; set; } /// /// /// - public global::RetellAI.ContactListResponseVariant2? Type733 { get; set; } + public global::RetellAI.Contact? Type733 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type734 { get; set; } + public global::RetellAI.ContactListResponse? Type734 { get; set; } /// /// /// - public global::RetellAI.ContactConversation? Type735 { get; set; } + public global::RetellAI.ContactListResponseVariant2? Type735 { get; set; } /// /// /// - public global::RetellAI.ContactCall? Type736 { get; set; } + public global::System.Collections.Generic.IList? Type736 { get; set; } /// /// /// - public global::RetellAI.ContactChat? Type737 { get; set; } + public global::RetellAI.ContactConversation? Type737 { get; set; } /// /// /// - public global::RetellAI.ContactCallType? Type738 { get; set; } + public global::RetellAI.ContactCall? Type738 { get; set; } /// /// /// - public global::RetellAI.ContactCallDirection? Type739 { get; set; } + public global::RetellAI.ContactChat? Type739 { get; set; } /// /// /// - public global::RetellAI.ContactCallSentiment? Type740 { get; set; } + public global::RetellAI.ContactCallType? Type740 { get; set; } /// /// /// - public global::RetellAI.ContactChatType? Type741 { get; set; } + public global::RetellAI.ContactCallDirection? Type741 { get; set; } /// /// /// - public global::RetellAI.ContactChatDirection? Type742 { get; set; } + public global::RetellAI.ContactCallSentiment? Type742 { get; set; } /// /// /// - public global::RetellAI.ContactChatSentiment? Type743 { get; set; } + public global::RetellAI.ContactChatType? Type743 { get; set; } /// /// /// - public global::RetellAI.ContactConversationListResponse? Type744 { get; set; } + public global::RetellAI.ContactChatDirection? Type744 { get; set; } /// /// /// - public global::RetellAI.ContactConversationListResponseVariant2? Type745 { get; set; } + public global::RetellAI.ContactChatSentiment? Type745 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type746 { get; set; } + public global::RetellAI.ContactConversationListResponse? Type746 { get; set; } /// /// /// - public global::RetellAI.AppType? Type747 { get; set; } + public global::RetellAI.ContactConversationListResponseVariant2? Type747 { get; set; } /// /// /// - public global::RetellAI.AppConnectionStatus? Type748 { get; set; } + public global::System.Collections.Generic.IList? Type748 { get; set; } /// /// /// - public global::RetellAI.OAuthConfigRequest? Type749 { get; set; } + public global::RetellAI.AppType? Type749 { get; set; } /// /// /// - public global::RetellAI.OAuthConfigRequestType? Type750 { get; set; } + public global::RetellAI.AppConnectionStatus? Type750 { get; set; } /// /// /// - public global::RetellAI.ApiKeyAuthConfigRequest? Type751 { get; set; } + public global::RetellAI.OAuthConfigRequest? Type751 { get; set; } /// /// /// - public global::RetellAI.ApiKeyAuthConfigRequestType? Type752 { get; set; } + public global::RetellAI.OAuthConfigRequestType? Type752 { get; set; } /// /// /// - public global::RetellAI.BasicAuthConfigRequest? Type753 { get; set; } + public global::RetellAI.ApiKeyAuthConfigRequest? Type753 { get; set; } /// /// /// - public global::RetellAI.BasicAuthConfigRequestType? Type754 { get; set; } + public global::RetellAI.ApiKeyAuthConfigRequestType? Type754 { get; set; } /// /// /// - public global::RetellAI.AuthConfigRequest? Type755 { get; set; } + public global::RetellAI.BasicAuthConfigRequest? Type755 { get; set; } /// /// /// - public global::RetellAI.OAuthConfigResponse? Type756 { get; set; } + public global::RetellAI.BasicAuthConfigRequestType? Type756 { get; set; } /// /// /// - public global::RetellAI.OAuthConfigResponseType? Type757 { get; set; } + public global::RetellAI.AuthConfigRequest? Type757 { get; set; } /// /// /// - public global::RetellAI.ApiKeyAuthConfigResponse? Type758 { get; set; } + public global::RetellAI.OAuthConfigResponse? Type758 { get; set; } /// /// /// - public global::RetellAI.ApiKeyAuthConfigResponseType? Type759 { get; set; } + public global::RetellAI.OAuthConfigResponseType? Type759 { get; set; } /// /// /// - public global::RetellAI.AccessTokenAuthConfigResponse? Type760 { get; set; } + public global::RetellAI.ApiKeyAuthConfigResponse? Type760 { get; set; } /// /// /// - public global::RetellAI.AccessTokenAuthConfigResponseType? Type761 { get; set; } + public global::RetellAI.ApiKeyAuthConfigResponseType? Type761 { get; set; } /// /// /// - public global::RetellAI.BasicAuthConfigResponse? Type762 { get; set; } + public global::RetellAI.AccessTokenAuthConfigResponse? Type762 { get; set; } /// /// /// - public global::RetellAI.BasicAuthConfigResponseType? Type763 { get; set; } + public global::RetellAI.AccessTokenAuthConfigResponseType? Type763 { get; set; } /// /// /// - public global::RetellAI.RefreshTokenAuthConfigResponse? Type764 { get; set; } + public global::RetellAI.BasicAuthConfigResponse? Type764 { get; set; } /// /// /// - public global::RetellAI.RefreshTokenAuthConfigResponseType? Type765 { get; set; } + public global::RetellAI.BasicAuthConfigResponseType? Type765 { get; set; } /// /// /// - public global::RetellAI.AppAuthConfigResponse? Type766 { get; set; } + public global::RetellAI.RefreshTokenAuthConfigResponse? Type766 { get; set; } /// /// /// - public global::RetellAI.CRMSyncMapping? Type767 { get; set; } + public global::RetellAI.RefreshTokenAuthConfigResponseType? Type767 { get; set; } /// /// /// - public global::RetellAI.AppCRMConfig? Type768 { get; set; } + public global::RetellAI.AppAuthConfigResponse? Type768 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type769 { get; set; } + public global::RetellAI.CRMSyncMapping? Type769 { get; set; } /// /// /// - public global::RetellAI.AppResponse? Type770 { get; set; } + public global::RetellAI.AppCRMConfig? Type770 { get; set; } /// /// /// - public global::RetellAI.AppResponseTenantType? Type771 { get; set; } + public global::System.Collections.Generic.IList? Type771 { get; set; } /// /// /// - public global::RetellAI.AppUsageResponse? Type772 { get; set; } + public global::RetellAI.AppResponse? Type772 { get; set; } /// /// /// - public global::RetellAI.AgentAppUsage? Type773 { get; set; } + public global::RetellAI.AppResponseTenantType? Type773 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseAppUsage? Type774 { get; set; } + public global::RetellAI.AppUsageResponse? Type774 { get; set; } /// /// /// - public global::RetellAI.AgentAppUsageType? Type775 { get; set; } + public global::RetellAI.AgentAppUsage? Type775 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseAppUsageType? Type776 { get; set; } + public global::RetellAI.KnowledgeBaseAppUsage? Type776 { get; set; } /// /// /// - public global::RetellAI.CRMCustomFieldSchema? Type777 { get; set; } + public global::RetellAI.AgentAppUsageType? Type777 { get; set; } /// /// /// - public global::RetellAI.CRMCustomFieldSchemaType? Type778 { get; set; } + public global::RetellAI.KnowledgeBaseAppUsageType? Type778 { get; set; } /// /// /// - public global::RetellAI.CRMAnalysisDataMapping? Type779 { get; set; } + public global::RetellAI.CRMCustomFieldSchema? Type779 { get; set; } /// /// /// - public global::RetellAI.CRMAnalysisDataMappingUpdateMode? Type780 { get; set; } + public global::RetellAI.CRMCustomFieldSchemaType? Type780 { get; set; } /// /// /// - public global::RetellAI.CRMConfig? Type781 { get; set; } + public global::RetellAI.CRMAnalysisDataMapping? Type781 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type782 { get; set; } + public global::RetellAI.CRMAnalysisDataMappingUpdateMode? Type782 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type783 { get; set; } + public global::RetellAI.CRMConfig? Type783 { get; set; } /// /// /// - public global::RetellAI.JobStatus? Type784 { get; set; } + public global::System.Collections.Generic.IList? Type784 { get; set; } /// /// /// - public global::RetellAI.JobStatusStatus? Type785 { get; set; } + public global::System.Collections.Generic.IList? Type785 { get; set; } /// /// /// - public global::RetellAI.JobStatusTriggeredBy? Type786 { get; set; } + public global::RetellAI.JobStatus? Type786 { get; set; } /// /// /// - public global::RetellAI.ChartGroupType? Type787 { get; set; } + public global::RetellAI.JobStatusStatus? Type787 { get; set; } /// /// /// - public global::RetellAI.DashboardSource? Type788 { get; set; } + public global::RetellAI.JobStatusTriggeredBy? Type788 { get; set; } /// /// /// - public global::RetellAI.ChartGroupItem? Type789 { get; set; } + public global::RetellAI.ChartGroupType? Type789 { get; set; } /// /// /// - public global::RetellAI.ChartGroupItemVariant1? Type790 { get; set; } + public global::RetellAI.DashboardSource? Type790 { get; set; } /// /// /// - public global::RetellAI.ChartGroupItemVariant1Type? Type791 { get; set; } + public global::RetellAI.ChartGroupItem? Type791 { get; set; } /// /// /// - public global::RetellAI.ChartGroupItemVariant2? Type792 { get; set; } + public global::RetellAI.ChartGroupItemVariant1? Type792 { get; set; } /// /// /// - public global::RetellAI.ChartGroupItemVariant2Type? Type793 { get; set; } + public global::RetellAI.ChartGroupItemVariant1Type? Type793 { get; set; } /// /// /// - public global::RetellAI.ChartShowItem? Type794 { get; set; } + public global::RetellAI.ChartGroupItemVariant2? Type794 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemKeywordSource? Type795 { get; set; } + public global::RetellAI.ChartGroupItemVariant2Type? Type795 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemKeywordSourceSource? Type796 { get; set; } + public global::RetellAI.ChartShowItem? Type796 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemKeywordSourceSourceType? Type797 { get; set; } + public global::RetellAI.ChartShowItemKeywordSource? Type797 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemKeywordSourceMeasurement? Type798 { get; set; } + public global::RetellAI.ChartShowItemKeywordSourceSource? Type798 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemKeywordSourceMeasurementType? Type799 { get; set; } + public global::RetellAI.ChartShowItemKeywordSourceSourceType? Type799 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemNumericSource? Type800 { get; set; } + public global::RetellAI.ChartShowItemKeywordSourceMeasurement? Type800 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemNumericSourceSource? Type801 { get; set; } + public global::RetellAI.ChartShowItemKeywordSourceMeasurementType? Type801 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemNumericSourceSourceType? Type802 { get; set; } + public global::RetellAI.ChartShowItemNumericSource? Type802 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemNumericSourceMeasurement? Type803 { get; set; } + public global::RetellAI.ChartShowItemNumericSourceSource? Type803 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemNumericSourceMeasurementType? Type804 { get; set; } + public global::RetellAI.ChartShowItemNumericSourceSourceType? Type804 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemCustomFieldSource? Type805 { get; set; } + public global::RetellAI.ChartShowItemNumericSourceMeasurement? Type805 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemCustomFieldSourceSource? Type806 { get; set; } + public global::RetellAI.ChartShowItemNumericSourceMeasurementType? Type806 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemCustomFieldSourceSourceType? Type807 { get; set; } + public global::RetellAI.ChartShowItemCustomFieldSource? Type807 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemCustomFieldSourceSourceCast? Type808 { get; set; } + public global::RetellAI.ChartShowItemCustomFieldSourceSource? Type808 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemCustomFieldSourceMeasurement? Type809 { get; set; } + public global::RetellAI.ChartShowItemCustomFieldSourceSourceType? Type809 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemCustomFieldSourceMeasurementType? Type810 { get; set; } + public global::RetellAI.ChartShowItemCustomFieldSourceSourceCast? Type810 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemConcurrencySource? Type811 { get; set; } + public global::RetellAI.ChartShowItemCustomFieldSourceMeasurement? Type811 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemConcurrencySourceSource? Type812 { get; set; } + public global::RetellAI.ChartShowItemCustomFieldSourceMeasurementType? Type812 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemConcurrencySourceSourceType? Type813 { get; set; } + public global::RetellAI.ChartShowItemConcurrencySource? Type813 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemConcurrencySourceMeasurement? Type814 { get; set; } + public global::RetellAI.ChartShowItemConcurrencySourceSource? Type814 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemConcurrencySourceMeasurementType? Type815 { get; set; } + public global::RetellAI.ChartShowItemConcurrencySourceSourceType? Type815 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemCustomToolSource? Type816 { get; set; } + public global::RetellAI.ChartShowItemConcurrencySourceMeasurement? Type816 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemCustomToolSourceSource? Type817 { get; set; } + public global::RetellAI.ChartShowItemConcurrencySourceMeasurementType? Type817 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemCustomToolSourceSourceType? Type818 { get; set; } + public global::RetellAI.ChartShowItemCustomToolSource? Type818 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemCustomToolSourceMeasurement? Type819 { get; set; } + public global::RetellAI.ChartShowItemCustomToolSourceSource? Type819 { get; set; } /// /// /// - public global::RetellAI.ChartShowItemCustomToolSourceMeasurementType? Type820 { get; set; } + public global::RetellAI.ChartShowItemCustomToolSourceSourceType? Type820 { get; set; } /// /// /// - public global::RetellAI.ChartTimeRange? Type821 { get; set; } + public global::RetellAI.ChartShowItemCustomToolSourceMeasurement? Type821 { get; set; } /// /// /// - public global::RetellAI.ChartTimeRangeVariant1? Type822 { get; set; } + public global::RetellAI.ChartShowItemCustomToolSourceMeasurementType? Type822 { get; set; } /// /// /// - public global::RetellAI.ChartTimeRangeVariant1Type? Type823 { get; set; } + public global::RetellAI.ChartTimeRange? Type823 { get; set; } /// /// /// - public global::RetellAI.ChartTimeRangeVariant1Window? Type824 { get; set; } + public global::RetellAI.ChartTimeRangeVariant1? Type824 { get; set; } /// /// /// - public global::RetellAI.ChartTimeRangeVariant1WindowUnit? Type825 { get; set; } + public global::RetellAI.ChartTimeRangeVariant1Type? Type825 { get; set; } /// /// /// - public global::RetellAI.ChartTimeRangeVariant2? Type826 { get; set; } + public global::RetellAI.ChartTimeRangeVariant1Window? Type826 { get; set; } /// /// /// - public global::RetellAI.ChartTimeRangeVariant2Type? Type827 { get; set; } + public global::RetellAI.ChartTimeRangeVariant1WindowUnit? Type827 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type828 { get; set; } + public global::RetellAI.ChartTimeRangeVariant2? Type828 { get; set; } /// /// /// - public global::RetellAI.ChartTimeRangeVariant3? Type829 { get; set; } + public global::RetellAI.ChartTimeRangeVariant2Type? Type829 { get; set; } /// /// /// - public global::RetellAI.ChartTimeRangeVariant3Type? Type830 { get; set; } + public global::System.Collections.Generic.IList? Type830 { get; set; } /// /// /// - public global::RetellAI.ChartTimeRangeVariant3Unit? Type831 { get; set; } + public global::RetellAI.ChartTimeRangeVariant3? Type831 { get; set; } /// /// /// - public global::RetellAI.ChartTimeRangeVariant4? Type832 { get; set; } + public global::RetellAI.ChartTimeRangeVariant3Type? Type832 { get; set; } /// /// /// - public global::RetellAI.ChartTimeRangeVariant4Type? Type833 { get; set; } + public global::RetellAI.ChartTimeRangeVariant3Unit? Type833 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type834 { get; set; } + public global::RetellAI.ChartTimeRangeVariant4? Type834 { get; set; } /// /// /// - public global::RetellAI.ChartTimeRangeVariant5? Type835 { get; set; } + public global::RetellAI.ChartTimeRangeVariant4Type? Type835 { get; set; } /// /// /// - public global::RetellAI.ChartTimeRangeVariant5Type? Type836 { get; set; } + public global::System.Collections.Generic.IList? Type836 { get; set; } /// /// /// - public global::RetellAI.ChartConfig? Type837 { get; set; } + public global::RetellAI.ChartTimeRangeVariant5? Type837 { get; set; } /// /// /// - public global::RetellAI.ChartConfigType? Type838 { get; set; } + public global::RetellAI.ChartTimeRangeVariant5Type? Type838 { get; set; } /// /// /// - public global::RetellAI.ChartConfigSize? Type839 { get; set; } + public global::RetellAI.ChartConfig? Type839 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type840 { get; set; } + public global::RetellAI.ChartConfigType? Type840 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type841 { get; set; } + public global::RetellAI.ChartConfigSize? Type841 { get; set; } /// /// /// - public global::RetellAI.AnyOf? Type842 { get; set; } + public global::System.Collections.Generic.IList? Type842 { get; set; } /// /// /// - public global::RetellAI.ChartConfigUnit? Type843 { get; set; } + public global::System.Collections.Generic.IList? Type843 { get; set; } /// /// /// - public global::RetellAI.ChartDefinition? Type844 { get; set; } + public global::RetellAI.AnyOf? Type844 { get; set; } /// /// /// - public global::RetellAI.ChartConfigWithId? Type845 { get; set; } + public global::RetellAI.ChartConfigUnit? Type845 { get; set; } /// /// /// - public global::RetellAI.ChartsMap? Type846 { get; set; } + public global::RetellAI.ChartDefinition? Type846 { get; set; } /// /// /// - public global::RetellAI.ChartUpdate? Type847 { get; set; } + public global::RetellAI.ChartConfigWithId? Type847 { get; set; } /// /// /// - public global::RetellAI.ChartUpdateVariant2? Type848 { get; set; } + public global::RetellAI.ChartsMap? Type848 { get; set; } /// /// /// - public global::RetellAI.ChartUpdateVariant2Size? Type849 { get; set; } + public global::RetellAI.ChartUpdate? Type849 { get; set; } /// /// /// - public global::RetellAI.ChartUpdatesMap? Type850 { get; set; } + public global::RetellAI.ChartUpdateVariant2? Type850 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type851 { get; set; } + public global::RetellAI.ChartUpdateVariant2Size? Type851 { get; set; } /// /// /// - public global::RetellAI.DashboardUpdateRequest? Type852 { get; set; } + public global::RetellAI.ChartUpdatesMap? Type852 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type853 { get; set; } + public global::RetellAI.OneOf? Type853 { get; set; } /// /// /// - public global::RetellAI.CreateBatchCallRequest? Type854 { get; set; } + public global::RetellAI.DashboardUpdateRequest? Type854 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type855 { get; set; } + public global::RetellAI.AllOf? Type855 { get; set; } /// /// /// - public global::RetellAI.CreateBatchTestRequest? Type856 { get; set; } + public global::RetellAI.CreateBatchCallRequest? Type856 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type857 { get; set; } + public global::System.Collections.Generic.IList? Type857 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type858 { get; set; } + public global::RetellAI.CreateBatchTestRequest? Type858 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionRequest? Type859 { get; set; } + public global::RetellAI.AllOf? Type859 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type860 { get; set; } + public global::RetellAI.AllOf? Type860 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionRequest? Type861 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionRequest? Type861 { get; set; } /// /// /// - public global::RetellAI.CreateChatRequest? Type862 { get; set; } + public global::System.Collections.Generic.IList? Type862 { get; set; } /// /// /// - public global::RetellAI.CreateAssetRequest? Type863 { get; set; } + public global::RetellAI.CreateChatCompletionRequest? Type863 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneNumberRequest? Type864 { get; set; } + public global::RetellAI.CreateChatRequest? Type864 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneNumberRequestNumberProvider? Type865 { get; set; } + public global::RetellAI.CreateAssetRequest? Type865 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneNumberRequestCountryCode? Type866 { get; set; } + public global::RetellAI.CreatePhoneNumberRequest? Type866 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatRequest? Type867 { get; set; } + public global::RetellAI.CreatePhoneNumberRequestNumberProvider? Type867 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceRequest? Type868 { get; set; } + public global::RetellAI.CreatePhoneNumberRequestCountryCode? Type868 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceRequestVoiceProvider? Type869 { get; set; } + public global::RetellAI.CreateSmsChatRequest? Type869 { get; set; } /// /// /// - public global::RetellAI.AddCommunityVoiceRequest? Type870 { get; set; } + public global::RetellAI.CloneVoiceRequest? Type870 { get; set; } /// /// /// - public global::RetellAI.AddCommunityVoiceRequestVoiceProvider? Type871 { get; set; } + public global::RetellAI.CloneVoiceRequestVoiceProvider? Type871 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceRequest? Type872 { get; set; } + public global::RetellAI.AddCommunityVoiceRequest? Type872 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceRequestVoiceProvider? Type873 { get; set; } + public global::RetellAI.AddCommunityVoiceRequestVoiceProvider? Type873 { get; set; } /// /// /// - public global::RetellAI.ImportPhoneNumberRequest? Type874 { get; set; } + public global::RetellAI.SearchCommunityVoiceRequest? Type874 { get; set; } /// /// /// - public global::RetellAI.ListAgentsRequest? Type875 { get; set; } + public global::RetellAI.SearchCommunityVoiceRequestVoiceProvider? Type875 { get; set; } /// /// /// - public global::RetellAI.UpdateChatMetadataRequest? Type876 { get; set; } + public global::RetellAI.ImportPhoneNumberRequest? Type876 { get; set; } /// /// /// - public global::RetellAI.UpdateChatMetadataRequestDataStorageSetting? Type877 { get; set; } + public global::RetellAI.ListAgentsRequest? Type877 { get; set; } /// /// /// - public global::RetellAI.UpdatePhoneNumberRequest? Type878 { get; set; } + public global::RetellAI.UpdateChatMetadataRequest? Type878 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallRequest? Type879 { get; set; } + public global::RetellAI.UpdateChatMetadataRequestDataStorageSetting? Type879 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallRequest? Type880 { get; set; } + public global::RetellAI.UpdatePhoneNumberRequest? Type880 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallV3Request? Type881 { get; set; } + public global::RetellAI.CreatePhoneCallRequest? Type881 { get; set; } /// /// /// - public global::RetellAI.TakeOverLiveCallRequest? Type882 { get; set; } + public global::RetellAI.CreateCreateWebCallRequest? Type882 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallRequest? Type883 { get; set; } + public global::RetellAI.CreateWebCallRequest? Type883 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallRequestDirection? Type884 { get; set; } + public global::RetellAI.TakeOverLiveCallRequest? Type884 { get; set; } /// /// /// - public global::RetellAI.UpdateCallMetadataRequest? Type885 { get; set; } + public global::RetellAI.RegisterPhoneCallRequest? Type885 { get; set; } /// /// /// - public global::RetellAI.UpdateCallMetadataRequestDataStorageSetting? Type886 { get; set; } + public global::RetellAI.RegisterPhoneCallRequestDirection? Type886 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallRequest? Type887 { get; set; } + public global::RetellAI.UpdateCallMetadataRequest? Type887 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallRequestFieldsToOverride? Type888 { get; set; } + public global::RetellAI.UpdateCallMetadataRequestDataStorageSetting? Type888 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallRequestFieldsToOverrideDataStorageSetting? Type889 { get; set; } + public global::RetellAI.UpdateLiveCallRequest? Type889 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallRequestCallControl? Type890 { get; set; } + public global::RetellAI.UpdateLiveCallRequestFieldsToOverride? Type890 { get; set; } /// /// /// - public global::RetellAI.CreateContactRequest? Type891 { get; set; } + public global::RetellAI.UpdateLiveCallRequestFieldsToOverrideDataStorageSetting? Type891 { get; set; } /// /// /// - public global::RetellAI.UploadContactImportFileRequest? Type892 { get; set; } + public global::RetellAI.UpdateLiveCallRequestCallControl? Type892 { get; set; } /// /// /// - public global::RetellAI.CreateContactImportRequest? Type893 { get; set; } + public global::RetellAI.CreateContactRequest? Type893 { get; set; } /// /// /// - public global::RetellAI.UpdateContactRequest? Type894 { get; set; } + public global::RetellAI.UploadContactImportFileRequest? Type894 { get; set; } /// /// /// - public global::RetellAI.CreateAppRequest? Type895 { get; set; } + public global::RetellAI.CreateContactImportRequest? Type895 { get; set; } /// /// /// - public global::RetellAI.UpdateAppRequest? Type896 { get; set; } + public global::RetellAI.UpdateContactRequest? Type896 { get; set; } /// /// /// - public global::RetellAI.UpdateCrmConfigRequest? Type897 { get; set; } + public global::RetellAI.CreateAppRequest? Type897 { get; set; } /// /// /// - public global::RetellAI.BackfillContactAnalysisDataRequest? Type898 { get; set; } + public global::RetellAI.UpdateAppRequest? Type898 { get; set; } /// /// /// - public global::RetellAI.BackfillContactAnalysisDataRequestBackfillCallFilter? Type899 { get; set; } + public global::RetellAI.UpdateCrmConfigRequest? Type899 { get; set; } /// /// /// - public global::RetellAI.ListTestCaseDefinitionsType? Type900 { get; set; } + public global::RetellAI.BackfillContactAnalysisDataRequest? Type900 { get; set; } /// /// /// - public global::RetellAI.ListBatchTestsType? Type901 { get; set; } + public global::RetellAI.BackfillContactAnalysisDataRequestBackfillCallFilter? Type901 { get; set; } /// /// /// - public global::RetellAI.ListAgentVersionsSortOrder? Type902 { get; set; } + public global::RetellAI.ListTestCaseDefinitionsType? Type902 { get; set; } /// /// /// - public global::RetellAI.ListAgentsSortOrder? Type903 { get; set; } + public global::RetellAI.ListBatchTestsType? Type903 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowComponentsSortOrder? Type904 { get; set; } + public global::RetellAI.ListAgentVersionsSortOrder? Type904 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsSortOrder? Type905 { get; set; } + public global::RetellAI.ListAgentsSortOrder? Type905 { get; set; } /// /// /// - public global::RetellAI.ListPhoneNumbersSortOrder? Type906 { get; set; } + public global::RetellAI.ListConversationFlowComponentsSortOrder? Type906 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMSortOrder? Type907 { get; set; } + public global::RetellAI.ListConversationFlowsSortOrder? Type907 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsSortOrder? Type908 { get; set; } + public global::RetellAI.ListPhoneNumbersSortOrder? Type908 { get; set; } /// /// /// - public global::RetellAI.ListAppsSortOrder? Type909 { get; set; } + public global::RetellAI.ListRetellLLMSortOrder? Type909 { get; set; } /// /// /// - public global::RetellAI.ListAppUsagesSortOrder? Type910 { get; set; } + public global::RetellAI.ListExportRequestsSortOrder? Type910 { get; set; } /// /// /// - public global::RetellAI.AddKnowledgeBaseSourcesResponse? Type911 { get; set; } + public global::RetellAI.ListAppsSortOrder? Type911 { get; set; } /// /// /// - public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus? Type912 { get; set; } + public global::RetellAI.ListAppUsagesSortOrder? Type912 { get; set; } /// /// /// - public global::RetellAI.AddKnowledgeBaseSourcesResponse2? Type913 { get; set; } + public global::RetellAI.AddKnowledgeBaseSourcesResponse? Type913 { get; set; } /// /// /// - public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus2? Type914 { get; set; } + public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus? Type914 { get; set; } /// /// /// - public global::RetellAI.AddKnowledgeBaseSourcesResponse3? Type915 { get; set; } + public global::RetellAI.AddKnowledgeBaseSourcesResponse2? Type915 { get; set; } /// /// /// - public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus3? Type916 { get; set; } + public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus2? Type916 { get; set; } /// /// /// - public global::RetellAI.AddKnowledgeBaseSourcesResponse4? Type917 { get; set; } + public global::RetellAI.AddKnowledgeBaseSourcesResponse3? Type917 { get; set; } /// /// /// - public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus4? Type918 { get; set; } + public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus3? Type918 { get; set; } /// /// /// - public global::RetellAI.AddKnowledgeBaseSourcesResponse5? Type919 { get; set; } + public global::RetellAI.AddKnowledgeBaseSourcesResponse4? Type919 { get; set; } /// /// /// - public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus5? Type920 { get; set; } + public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus4? Type920 { get; set; } /// /// /// - public global::RetellAI.CreateAgentResponse? Type921 { get; set; } + public global::RetellAI.AddKnowledgeBaseSourcesResponse5? Type921 { get; set; } /// /// /// - public global::RetellAI.CreateAgentResponseStatus? Type922 { get; set; } + public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus5? Type922 { get; set; } /// /// /// - public global::RetellAI.CreateAgentResponse2? Type923 { get; set; } + public global::RetellAI.CreateAgentResponse? Type923 { get; set; } /// /// /// - public global::RetellAI.CreateAgentResponseStatus2? Type924 { get; set; } + public global::RetellAI.CreateAgentResponseStatus? Type924 { get; set; } /// /// /// - public global::RetellAI.CreateAgentResponse3? Type925 { get; set; } + public global::RetellAI.CreateAgentResponse2? Type925 { get; set; } /// /// /// - public global::RetellAI.CreateAgentResponseStatus3? Type926 { get; set; } + public global::RetellAI.CreateAgentResponseStatus2? Type926 { get; set; } /// /// /// - public global::RetellAI.CreateAgentResponse4? Type927 { get; set; } + public global::RetellAI.CreateAgentResponse3? Type927 { get; set; } /// /// /// - public global::RetellAI.CreateAgentResponseStatus4? Type928 { get; set; } + public global::RetellAI.CreateAgentResponseStatus3? Type928 { get; set; } /// /// /// - public global::RetellAI.CreateBatchCallResponse? Type929 { get; set; } + public global::RetellAI.CreateAgentResponse4? Type929 { get; set; } /// /// /// - public global::RetellAI.CreateBatchCallResponseStatus? Type930 { get; set; } + public global::RetellAI.CreateAgentResponseStatus4? Type930 { get; set; } /// /// /// - public global::RetellAI.CreateBatchCallResponse2? Type931 { get; set; } + public global::RetellAI.CreateBatchCallResponse? Type931 { get; set; } /// /// /// - public global::RetellAI.CreateBatchCallResponseStatus2? Type932 { get; set; } + public global::RetellAI.CreateBatchCallResponseStatus? Type932 { get; set; } /// /// /// - public global::RetellAI.CreateBatchCallResponse3? Type933 { get; set; } + public global::RetellAI.CreateBatchCallResponse2? Type933 { get; set; } /// /// /// - public global::RetellAI.CreateBatchCallResponseStatus3? Type934 { get; set; } + public global::RetellAI.CreateBatchCallResponseStatus2? Type934 { get; set; } /// /// /// - public global::RetellAI.CreateBatchCallResponse4? Type935 { get; set; } + public global::RetellAI.CreateBatchCallResponse3? Type935 { get; set; } /// /// /// - public global::RetellAI.CreateBatchCallResponseStatus4? Type936 { get; set; } + public global::RetellAI.CreateBatchCallResponseStatus3? Type936 { get; set; } /// /// /// - public global::RetellAI.CreateBatchTestResponse? Type937 { get; set; } + public global::RetellAI.CreateBatchCallResponse4? Type937 { get; set; } /// /// /// - public global::RetellAI.CreateBatchTestResponseStatus? Type938 { get; set; } + public global::RetellAI.CreateBatchCallResponseStatus4? Type938 { get; set; } /// /// /// - public global::RetellAI.CreateBatchTestResponse2? Type939 { get; set; } + public global::RetellAI.CreateBatchTestResponse? Type939 { get; set; } /// /// /// - public global::RetellAI.CreateBatchTestResponseStatus2? Type940 { get; set; } + public global::RetellAI.CreateBatchTestResponseStatus? Type940 { get; set; } /// /// /// - public global::RetellAI.CreateBatchTestResponse3? Type941 { get; set; } + public global::RetellAI.CreateBatchTestResponse2? Type941 { get; set; } /// /// /// - public global::RetellAI.CreateBatchTestResponseStatus3? Type942 { get; set; } + public global::RetellAI.CreateBatchTestResponseStatus2? Type942 { get; set; } /// /// /// - public global::RetellAI.CreateBatchTestResponse4? Type943 { get; set; } + public global::RetellAI.CreateBatchTestResponse3? Type943 { get; set; } /// /// /// - public global::RetellAI.CreateBatchTestResponseStatus4? Type944 { get; set; } + public global::RetellAI.CreateBatchTestResponseStatus3? Type944 { get; set; } /// /// /// - public global::RetellAI.CreateBatchTestResponse5? Type945 { get; set; } + public global::RetellAI.CreateBatchTestResponse4? Type945 { get; set; } /// /// /// - public global::RetellAI.CreateBatchTestResponseStatus5? Type946 { get; set; } + public global::RetellAI.CreateBatchTestResponseStatus4? Type946 { get; set; } /// /// /// - public global::RetellAI.CreateTestCaseDefinitionResponse? Type947 { get; set; } + public global::RetellAI.CreateBatchTestResponse5? Type947 { get; set; } /// /// /// - public global::RetellAI.CreateTestCaseDefinitionResponseStatus? Type948 { get; set; } + public global::RetellAI.CreateBatchTestResponseStatus5? Type948 { get; set; } /// /// /// - public global::RetellAI.CreateTestCaseDefinitionResponse2? Type949 { get; set; } + public global::RetellAI.CreateTestCaseDefinitionResponse? Type949 { get; set; } /// /// /// - public global::RetellAI.CreateTestCaseDefinitionResponseStatus2? Type950 { get; set; } + public global::RetellAI.CreateTestCaseDefinitionResponseStatus? Type950 { get; set; } /// /// /// - public global::RetellAI.CreateTestCaseDefinitionResponse3? Type951 { get; set; } + public global::RetellAI.CreateTestCaseDefinitionResponse2? Type951 { get; set; } /// /// /// - public global::RetellAI.CreateTestCaseDefinitionResponseStatus3? Type952 { get; set; } + public global::RetellAI.CreateTestCaseDefinitionResponseStatus2? Type952 { get; set; } /// /// /// - public global::RetellAI.CreateTestCaseDefinitionResponse4? Type953 { get; set; } + public global::RetellAI.CreateTestCaseDefinitionResponse3? Type953 { get; set; } /// /// /// - public global::RetellAI.CreateTestCaseDefinitionResponseStatus4? Type954 { get; set; } + public global::RetellAI.CreateTestCaseDefinitionResponseStatus3? Type954 { get; set; } /// /// /// - public global::RetellAI.CreateTestCaseDefinitionResponse5? Type955 { get; set; } + public global::RetellAI.CreateTestCaseDefinitionResponse4? Type955 { get; set; } /// /// /// - public global::RetellAI.CreateTestCaseDefinitionResponseStatus5? Type956 { get; set; } + public global::RetellAI.CreateTestCaseDefinitionResponseStatus4? Type956 { get; set; } /// /// /// - public global::RetellAI.DeleteTestCaseDefinitionResponse? Type957 { get; set; } + public global::RetellAI.CreateTestCaseDefinitionResponse5? Type957 { get; set; } /// /// /// - public global::RetellAI.DeleteTestCaseDefinitionResponseStatus? Type958 { get; set; } + public global::RetellAI.CreateTestCaseDefinitionResponseStatus5? Type958 { get; set; } /// /// /// - public global::RetellAI.DeleteTestCaseDefinitionResponse2? Type959 { get; set; } + public global::RetellAI.DeleteTestCaseDefinitionResponse? Type959 { get; set; } /// /// /// - public global::RetellAI.DeleteTestCaseDefinitionResponseStatus2? Type960 { get; set; } + public global::RetellAI.DeleteTestCaseDefinitionResponseStatus? Type960 { get; set; } /// /// /// - public global::RetellAI.DeleteTestCaseDefinitionResponse3? Type961 { get; set; } + public global::RetellAI.DeleteTestCaseDefinitionResponse2? Type961 { get; set; } /// /// /// - public global::RetellAI.DeleteTestCaseDefinitionResponseStatus3? Type962 { get; set; } + public global::RetellAI.DeleteTestCaseDefinitionResponseStatus2? Type962 { get; set; } /// /// /// - public global::RetellAI.DeleteTestCaseDefinitionResponse4? Type963 { get; set; } + public global::RetellAI.DeleteTestCaseDefinitionResponse3? Type963 { get; set; } /// /// /// - public global::RetellAI.DeleteTestCaseDefinitionResponseStatus4? Type964 { get; set; } + public global::RetellAI.DeleteTestCaseDefinitionResponseStatus3? Type964 { get; set; } /// /// /// - public global::RetellAI.DeleteTestCaseDefinitionResponse5? Type965 { get; set; } + public global::RetellAI.DeleteTestCaseDefinitionResponse4? Type965 { get; set; } /// /// /// - public global::RetellAI.DeleteTestCaseDefinitionResponseStatus5? Type966 { get; set; } + public global::RetellAI.DeleteTestCaseDefinitionResponseStatus4? Type966 { get; set; } /// /// /// - public global::RetellAI.GetTestCaseDefinitionResponse? Type967 { get; set; } + public global::RetellAI.DeleteTestCaseDefinitionResponse5? Type967 { get; set; } /// /// /// - public global::RetellAI.GetTestCaseDefinitionResponseStatus? Type968 { get; set; } + public global::RetellAI.DeleteTestCaseDefinitionResponseStatus5? Type968 { get; set; } /// /// /// - public global::RetellAI.GetTestCaseDefinitionResponse2? Type969 { get; set; } + public global::RetellAI.GetTestCaseDefinitionResponse? Type969 { get; set; } /// /// /// - public global::RetellAI.GetTestCaseDefinitionResponseStatus2? Type970 { get; set; } + public global::RetellAI.GetTestCaseDefinitionResponseStatus? Type970 { get; set; } /// /// /// - public global::RetellAI.GetTestCaseDefinitionResponse3? Type971 { get; set; } + public global::RetellAI.GetTestCaseDefinitionResponse2? Type971 { get; set; } /// /// /// - public global::RetellAI.GetTestCaseDefinitionResponseStatus3? Type972 { get; set; } + public global::RetellAI.GetTestCaseDefinitionResponseStatus2? Type972 { get; set; } /// /// /// - public global::RetellAI.GetTestCaseDefinitionResponse4? Type973 { get; set; } + public global::RetellAI.GetTestCaseDefinitionResponse3? Type973 { get; set; } /// /// /// - public global::RetellAI.GetTestCaseDefinitionResponseStatus4? Type974 { get; set; } + public global::RetellAI.GetTestCaseDefinitionResponseStatus3? Type974 { get; set; } /// /// /// - public global::RetellAI.GetTestCaseDefinitionResponse5? Type975 { get; set; } + public global::RetellAI.GetTestCaseDefinitionResponse4? Type975 { get; set; } /// /// /// - public global::RetellAI.GetTestCaseDefinitionResponseStatus5? Type976 { get; set; } + public global::RetellAI.GetTestCaseDefinitionResponseStatus4? Type976 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type977 { get; set; } + public global::RetellAI.GetTestCaseDefinitionResponse5? Type977 { get; set; } /// /// /// - public global::RetellAI.ListTestCaseDefinitionsResponse2? Type978 { get; set; } + public global::RetellAI.GetTestCaseDefinitionResponseStatus5? Type978 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type979 { get; set; } + public global::RetellAI.AllOf? Type979 { get; set; } /// /// /// - public global::RetellAI.ListTestCaseDefinitionsResponse3? Type980 { get; set; } + public global::RetellAI.ListTestCaseDefinitionsResponse2? Type980 { get; set; } /// /// /// - public global::RetellAI.ListTestCaseDefinitionsResponseStatus? Type981 { get; set; } + public global::System.Collections.Generic.IList? Type981 { get; set; } /// /// /// - public global::RetellAI.ListTestCaseDefinitionsResponse4? Type982 { get; set; } + public global::RetellAI.ListTestCaseDefinitionsResponse3? Type982 { get; set; } /// /// /// - public global::RetellAI.ListTestCaseDefinitionsResponseStatus2? Type983 { get; set; } + public global::RetellAI.ListTestCaseDefinitionsResponseStatus? Type983 { get; set; } /// /// /// - public global::RetellAI.ListTestCaseDefinitionsResponse5? Type984 { get; set; } + public global::RetellAI.ListTestCaseDefinitionsResponse4? Type984 { get; set; } /// /// /// - public global::RetellAI.ListTestCaseDefinitionsResponseStatus3? Type985 { get; set; } + public global::RetellAI.ListTestCaseDefinitionsResponseStatus2? Type985 { get; set; } /// /// /// - public global::RetellAI.ListTestCaseDefinitionsResponse6? Type986 { get; set; } + public global::RetellAI.ListTestCaseDefinitionsResponse5? Type986 { get; set; } /// /// /// - public global::RetellAI.ListTestCaseDefinitionsResponseStatus4? Type987 { get; set; } + public global::RetellAI.ListTestCaseDefinitionsResponseStatus3? Type987 { get; set; } /// /// /// - public global::RetellAI.UpdateTestCaseDefinitionResponse? Type988 { get; set; } + public global::RetellAI.ListTestCaseDefinitionsResponse6? Type988 { get; set; } /// /// /// - public global::RetellAI.UpdateTestCaseDefinitionResponseStatus? Type989 { get; set; } + public global::RetellAI.ListTestCaseDefinitionsResponseStatus4? Type989 { get; set; } /// /// /// - public global::RetellAI.UpdateTestCaseDefinitionResponse2? Type990 { get; set; } + public global::RetellAI.UpdateTestCaseDefinitionResponse? Type990 { get; set; } /// /// /// - public global::RetellAI.UpdateTestCaseDefinitionResponseStatus2? Type991 { get; set; } + public global::RetellAI.UpdateTestCaseDefinitionResponseStatus? Type991 { get; set; } /// /// /// - public global::RetellAI.UpdateTestCaseDefinitionResponse3? Type992 { get; set; } + public global::RetellAI.UpdateTestCaseDefinitionResponse2? Type992 { get; set; } /// /// /// - public global::RetellAI.UpdateTestCaseDefinitionResponseStatus3? Type993 { get; set; } + public global::RetellAI.UpdateTestCaseDefinitionResponseStatus2? Type993 { get; set; } /// /// /// - public global::RetellAI.UpdateTestCaseDefinitionResponse4? Type994 { get; set; } + public global::RetellAI.UpdateTestCaseDefinitionResponse3? Type994 { get; set; } /// /// /// - public global::RetellAI.UpdateTestCaseDefinitionResponseStatus4? Type995 { get; set; } + public global::RetellAI.UpdateTestCaseDefinitionResponseStatus3? Type995 { get; set; } /// /// /// - public global::RetellAI.UpdateTestCaseDefinitionResponse5? Type996 { get; set; } + public global::RetellAI.UpdateTestCaseDefinitionResponse4? Type996 { get; set; } /// /// /// - public global::RetellAI.UpdateTestCaseDefinitionResponseStatus5? Type997 { get; set; } + public global::RetellAI.UpdateTestCaseDefinitionResponseStatus4? Type997 { get; set; } /// /// /// - public global::RetellAI.GetBatchTestResponse? Type998 { get; set; } + public global::RetellAI.UpdateTestCaseDefinitionResponse5? Type998 { get; set; } /// /// /// - public global::RetellAI.GetBatchTestResponseStatus? Type999 { get; set; } + public global::RetellAI.UpdateTestCaseDefinitionResponseStatus5? Type999 { get; set; } /// /// /// - public global::RetellAI.GetBatchTestResponse2? Type1000 { get; set; } + public global::RetellAI.GetBatchTestResponse? Type1000 { get; set; } /// /// /// - public global::RetellAI.GetBatchTestResponseStatus2? Type1001 { get; set; } + public global::RetellAI.GetBatchTestResponseStatus? Type1001 { get; set; } /// /// /// - public global::RetellAI.GetBatchTestResponse3? Type1002 { get; set; } + public global::RetellAI.GetBatchTestResponse2? Type1002 { get; set; } /// /// /// - public global::RetellAI.GetBatchTestResponseStatus3? Type1003 { get; set; } + public global::RetellAI.GetBatchTestResponseStatus2? Type1003 { get; set; } /// /// /// - public global::RetellAI.GetBatchTestResponse4? Type1004 { get; set; } + public global::RetellAI.GetBatchTestResponse3? Type1004 { get; set; } /// /// /// - public global::RetellAI.GetBatchTestResponseStatus4? Type1005 { get; set; } + public global::RetellAI.GetBatchTestResponseStatus3? Type1005 { get; set; } /// /// /// - public global::RetellAI.GetBatchTestResponse5? Type1006 { get; set; } + public global::RetellAI.GetBatchTestResponse4? Type1006 { get; set; } /// /// /// - public global::RetellAI.GetBatchTestResponseStatus5? Type1007 { get; set; } + public global::RetellAI.GetBatchTestResponseStatus4? Type1007 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type1008 { get; set; } + public global::RetellAI.GetBatchTestResponse5? Type1008 { get; set; } /// /// /// - public global::RetellAI.ListBatchTestsResponse2? Type1009 { get; set; } + public global::RetellAI.GetBatchTestResponseStatus5? Type1009 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1010 { get; set; } + public global::RetellAI.AllOf? Type1010 { get; set; } /// /// /// - public global::RetellAI.ListBatchTestsResponse3? Type1011 { get; set; } + public global::RetellAI.ListBatchTestsResponse2? Type1011 { get; set; } /// /// /// - public global::RetellAI.ListBatchTestsResponseStatus? Type1012 { get; set; } + public global::System.Collections.Generic.IList? Type1012 { get; set; } /// /// /// - public global::RetellAI.ListBatchTestsResponse4? Type1013 { get; set; } + public global::RetellAI.ListBatchTestsResponse3? Type1013 { get; set; } /// /// /// - public global::RetellAI.ListBatchTestsResponseStatus2? Type1014 { get; set; } + public global::RetellAI.ListBatchTestsResponseStatus? Type1014 { get; set; } /// /// /// - public global::RetellAI.ListBatchTestsResponse5? Type1015 { get; set; } + public global::RetellAI.ListBatchTestsResponse4? Type1015 { get; set; } /// /// /// - public global::RetellAI.ListBatchTestsResponseStatus3? Type1016 { get; set; } + public global::RetellAI.ListBatchTestsResponseStatus2? Type1016 { get; set; } /// /// /// - public global::RetellAI.ListBatchTestsResponse6? Type1017 { get; set; } + public global::RetellAI.ListBatchTestsResponse5? Type1017 { get; set; } /// /// /// - public global::RetellAI.ListBatchTestsResponseStatus4? Type1018 { get; set; } + public global::RetellAI.ListBatchTestsResponseStatus3? Type1018 { get; set; } /// /// /// - public global::RetellAI.GetTestRunResponse? Type1019 { get; set; } + public global::RetellAI.ListBatchTestsResponse6? Type1019 { get; set; } /// /// /// - public global::RetellAI.GetTestRunResponseStatus? Type1020 { get; set; } + public global::RetellAI.ListBatchTestsResponseStatus4? Type1020 { get; set; } /// /// /// - public global::RetellAI.GetTestRunResponse2? Type1021 { get; set; } + public global::RetellAI.GetTestRunResponse? Type1021 { get; set; } /// /// /// - public global::RetellAI.GetTestRunResponseStatus2? Type1022 { get; set; } + public global::RetellAI.GetTestRunResponseStatus? Type1022 { get; set; } /// /// /// - public global::RetellAI.GetTestRunResponse3? Type1023 { get; set; } + public global::RetellAI.GetTestRunResponse2? Type1023 { get; set; } /// /// /// - public global::RetellAI.GetTestRunResponseStatus3? Type1024 { get; set; } + public global::RetellAI.GetTestRunResponseStatus2? Type1024 { get; set; } /// /// /// - public global::RetellAI.GetTestRunResponse4? Type1025 { get; set; } + public global::RetellAI.GetTestRunResponse3? Type1025 { get; set; } /// /// /// - public global::RetellAI.GetTestRunResponseStatus4? Type1026 { get; set; } + public global::RetellAI.GetTestRunResponseStatus3? Type1026 { get; set; } /// /// /// - public global::RetellAI.GetTestRunResponse5? Type1027 { get; set; } + public global::RetellAI.GetTestRunResponse4? Type1027 { get; set; } /// /// /// - public global::RetellAI.GetTestRunResponseStatus5? Type1028 { get; set; } + public global::RetellAI.GetTestRunResponseStatus4? Type1028 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type1029 { get; set; } + public global::RetellAI.GetTestRunResponse5? Type1029 { get; set; } /// /// /// - public global::RetellAI.ListTestRunsResponse2? Type1030 { get; set; } + public global::RetellAI.GetTestRunResponseStatus5? Type1030 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1031 { get; set; } + public global::RetellAI.AllOf? Type1031 { get; set; } /// /// /// - public global::RetellAI.ListTestRunsResponse3? Type1032 { get; set; } + public global::RetellAI.ListTestRunsResponse2? Type1032 { get; set; } /// /// /// - public global::RetellAI.ListTestRunsResponseStatus? Type1033 { get; set; } + public global::System.Collections.Generic.IList? Type1033 { get; set; } /// /// /// - public global::RetellAI.ListTestRunsResponse4? Type1034 { get; set; } + public global::RetellAI.ListTestRunsResponse3? Type1034 { get; set; } /// /// /// - public global::RetellAI.ListTestRunsResponseStatus2? Type1035 { get; set; } + public global::RetellAI.ListTestRunsResponseStatus? Type1035 { get; set; } /// /// /// - public global::RetellAI.ListTestRunsResponse5? Type1036 { get; set; } + public global::RetellAI.ListTestRunsResponse4? Type1036 { get; set; } /// /// /// - public global::RetellAI.ListTestRunsResponseStatus3? Type1037 { get; set; } + public global::RetellAI.ListTestRunsResponseStatus2? Type1037 { get; set; } /// /// /// - public global::RetellAI.ListTestRunsResponse6? Type1038 { get; set; } + public global::RetellAI.ListTestRunsResponse5? Type1038 { get; set; } /// /// /// - public global::RetellAI.ListTestRunsResponseStatus4? Type1039 { get; set; } + public global::RetellAI.ListTestRunsResponseStatus3? Type1039 { get; set; } /// /// /// - public global::RetellAI.ListTestRunsResponse7? Type1040 { get; set; } + public global::RetellAI.ListTestRunsResponse6? Type1040 { get; set; } /// /// /// - public global::RetellAI.ListTestRunsResponseStatus5? Type1041 { get; set; } + public global::RetellAI.ListTestRunsResponseStatus4? Type1041 { get; set; } /// /// /// - public global::RetellAI.CreateChatAgentResponse? Type1042 { get; set; } + public global::RetellAI.ListTestRunsResponse7? Type1042 { get; set; } /// /// /// - public global::RetellAI.CreateChatAgentResponseStatus? Type1043 { get; set; } + public global::RetellAI.ListTestRunsResponseStatus5? Type1043 { get; set; } /// /// /// - public global::RetellAI.CreateChatAgentResponse2? Type1044 { get; set; } + public global::RetellAI.CreateChatAgentResponse? Type1044 { get; set; } /// /// /// - public global::RetellAI.CreateChatAgentResponseStatus2? Type1045 { get; set; } + public global::RetellAI.CreateChatAgentResponseStatus? Type1045 { get; set; } /// /// /// - public global::RetellAI.CreateChatAgentResponse3? Type1046 { get; set; } + public global::RetellAI.CreateChatAgentResponse2? Type1046 { get; set; } /// /// /// - public global::RetellAI.CreateChatAgentResponseStatus3? Type1047 { get; set; } + public global::RetellAI.CreateChatAgentResponseStatus2? Type1047 { get; set; } /// /// /// - public global::RetellAI.CreateChatAgentResponse4? Type1048 { get; set; } + public global::RetellAI.CreateChatAgentResponse3? Type1048 { get; set; } /// /// /// - public global::RetellAI.CreateChatAgentResponseStatus4? Type1049 { get; set; } + public global::RetellAI.CreateChatAgentResponseStatus3? Type1049 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponse? Type1050 { get; set; } + public global::RetellAI.CreateChatAgentResponse4? Type1050 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponse2? Type1051 { get; set; } + public global::RetellAI.CreateChatAgentResponseStatus4? Type1051 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponseStatus? Type1052 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponse? Type1052 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponse3? Type1053 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponse2? Type1053 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponseStatus2? Type1054 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponseStatus? Type1054 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponse4? Type1055 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponse3? Type1055 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponseStatus3? Type1056 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponseStatus2? Type1056 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponse5? Type1057 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponse4? Type1057 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponseStatus4? Type1058 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponseStatus3? Type1058 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponse6? Type1059 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponse5? Type1059 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponseStatus5? Type1060 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponseStatus4? Type1060 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponse7? Type1061 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponse6? Type1061 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponseStatus6? Type1062 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponseStatus5? Type1062 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponse? Type1063 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponse7? Type1063 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponse2? Type1064 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponseStatus6? Type1064 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponseStatus? Type1065 { get; set; } + public global::RetellAI.CreateChatCompletionResponse? Type1065 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponse3? Type1066 { get; set; } + public global::RetellAI.CreateChatCompletionResponse2? Type1066 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponseStatus2? Type1067 { get; set; } + public global::RetellAI.CreateChatCompletionResponseStatus? Type1067 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponse4? Type1068 { get; set; } + public global::RetellAI.CreateChatCompletionResponse3? Type1068 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponseStatus3? Type1069 { get; set; } + public global::RetellAI.CreateChatCompletionResponseStatus2? Type1069 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponse5? Type1070 { get; set; } + public global::RetellAI.CreateChatCompletionResponse4? Type1070 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponseStatus4? Type1071 { get; set; } + public global::RetellAI.CreateChatCompletionResponseStatus3? Type1071 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponse6? Type1072 { get; set; } + public global::RetellAI.CreateChatCompletionResponse5? Type1072 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponseStatus5? Type1073 { get; set; } + public global::RetellAI.CreateChatCompletionResponseStatus4? Type1073 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponse7? Type1074 { get; set; } + public global::RetellAI.CreateChatCompletionResponse6? Type1074 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponseStatus6? Type1075 { get; set; } + public global::RetellAI.CreateChatCompletionResponseStatus5? Type1075 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponse? Type1076 { get; set; } + public global::RetellAI.CreateChatCompletionResponse7? Type1076 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponseStatus? Type1077 { get; set; } + public global::RetellAI.CreateChatCompletionResponseStatus6? Type1077 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponse2? Type1078 { get; set; } + public global::RetellAI.CreateChatResponse? Type1078 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponseStatus2? Type1079 { get; set; } + public global::RetellAI.CreateChatResponseStatus? Type1079 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponse3? Type1080 { get; set; } + public global::RetellAI.CreateChatResponse2? Type1080 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponseStatus3? Type1081 { get; set; } + public global::RetellAI.CreateChatResponseStatus2? Type1081 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponse4? Type1082 { get; set; } + public global::RetellAI.CreateChatResponse3? Type1082 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponseStatus4? Type1083 { get; set; } + public global::RetellAI.CreateChatResponseStatus3? Type1083 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponse5? Type1084 { get; set; } + public global::RetellAI.CreateChatResponse4? Type1084 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponseStatus5? Type1085 { get; set; } + public global::RetellAI.CreateChatResponseStatus4? Type1085 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponse6? Type1086 { get; set; } + public global::RetellAI.CreateChatResponse5? Type1086 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponseStatus6? Type1087 { get; set; } + public global::RetellAI.CreateChatResponseStatus5? Type1087 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowComponentResponse? Type1088 { get; set; } + public global::RetellAI.CreateChatResponse6? Type1088 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowComponentResponseStatus? Type1089 { get; set; } + public global::RetellAI.CreateChatResponseStatus6? Type1089 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowComponentResponse2? Type1090 { get; set; } + public global::RetellAI.CreateConversationFlowComponentResponse? Type1090 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowComponentResponseStatus2? Type1091 { get; set; } + public global::RetellAI.CreateConversationFlowComponentResponseStatus? Type1091 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowComponentResponse3? Type1092 { get; set; } + public global::RetellAI.CreateConversationFlowComponentResponse2? Type1092 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowComponentResponseStatus3? Type1093 { get; set; } + public global::RetellAI.CreateConversationFlowComponentResponseStatus2? Type1093 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowComponentResponse4? Type1094 { get; set; } + public global::RetellAI.CreateConversationFlowComponentResponse3? Type1094 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowComponentResponseStatus4? Type1095 { get; set; } + public global::RetellAI.CreateConversationFlowComponentResponseStatus3? Type1095 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowComponentResponse5? Type1096 { get; set; } + public global::RetellAI.CreateConversationFlowComponentResponse4? Type1096 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowComponentResponseStatus5? Type1097 { get; set; } + public global::RetellAI.CreateConversationFlowComponentResponseStatus4? Type1097 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowResponse? Type1098 { get; set; } + public global::RetellAI.CreateConversationFlowComponentResponse5? Type1098 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowResponseStatus? Type1099 { get; set; } + public global::RetellAI.CreateConversationFlowComponentResponseStatus5? Type1099 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowResponse2? Type1100 { get; set; } + public global::RetellAI.CreateConversationFlowResponse? Type1100 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowResponseStatus2? Type1101 { get; set; } + public global::RetellAI.CreateConversationFlowResponseStatus? Type1101 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowResponse3? Type1102 { get; set; } + public global::RetellAI.CreateConversationFlowResponse2? Type1102 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowResponseStatus3? Type1103 { get; set; } + public global::RetellAI.CreateConversationFlowResponseStatus2? Type1103 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowResponse4? Type1104 { get; set; } + public global::RetellAI.CreateConversationFlowResponse3? Type1104 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowResponseStatus4? Type1105 { get; set; } + public global::RetellAI.CreateConversationFlowResponseStatus3? Type1105 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowResponse5? Type1106 { get; set; } + public global::RetellAI.CreateConversationFlowResponse4? Type1106 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowResponseStatus5? Type1107 { get; set; } + public global::RetellAI.CreateConversationFlowResponseStatus4? Type1107 { get; set; } /// /// /// - public global::RetellAI.CreateAssetResponse? Type1108 { get; set; } + public global::RetellAI.CreateConversationFlowResponse5? Type1108 { get; set; } /// /// /// - public global::RetellAI.CreateAssetResponseStatus? Type1109 { get; set; } + public global::RetellAI.CreateConversationFlowResponseStatus5? Type1109 { get; set; } /// /// /// - public global::RetellAI.CreateAssetResponse2? Type1110 { get; set; } + public global::RetellAI.CreateAssetResponse? Type1110 { get; set; } /// /// /// - public global::RetellAI.CreateAssetResponseStatus2? Type1111 { get; set; } + public global::RetellAI.CreateAssetResponseStatus? Type1111 { get; set; } /// /// /// - public global::RetellAI.CreateAssetResponse3? Type1112 { get; set; } + public global::RetellAI.CreateAssetResponse2? Type1112 { get; set; } /// /// /// - public global::RetellAI.CreateAssetResponseStatus3? Type1113 { get; set; } + public global::RetellAI.CreateAssetResponseStatus2? Type1113 { get; set; } /// /// /// - public global::RetellAI.CreateAssetResponse4? Type1114 { get; set; } + public global::RetellAI.CreateAssetResponse3? Type1114 { get; set; } /// /// /// - public global::RetellAI.CreateAssetResponseStatus4? Type1115 { get; set; } + public global::RetellAI.CreateAssetResponseStatus3? Type1115 { get; set; } /// /// /// - public global::RetellAI.CreateKnowledgeBaseResponse? Type1116 { get; set; } + public global::RetellAI.CreateAssetResponse4? Type1116 { get; set; } /// /// /// - public global::RetellAI.CreateKnowledgeBaseResponseStatus? Type1117 { get; set; } + public global::RetellAI.CreateAssetResponseStatus4? Type1117 { get; set; } /// /// /// - public global::RetellAI.CreateKnowledgeBaseResponse2? Type1118 { get; set; } + public global::RetellAI.CreateKnowledgeBaseResponse? Type1118 { get; set; } /// /// /// - public global::RetellAI.CreateKnowledgeBaseResponseStatus2? Type1119 { get; set; } + public global::RetellAI.CreateKnowledgeBaseResponseStatus? Type1119 { get; set; } /// /// /// - public global::RetellAI.CreateKnowledgeBaseResponse3? Type1120 { get; set; } + public global::RetellAI.CreateKnowledgeBaseResponse2? Type1120 { get; set; } /// /// /// - public global::RetellAI.CreateKnowledgeBaseResponseStatus3? Type1121 { get; set; } + public global::RetellAI.CreateKnowledgeBaseResponseStatus2? Type1121 { get; set; } /// /// /// - public global::RetellAI.CreateKnowledgeBaseResponse4? Type1122 { get; set; } + public global::RetellAI.CreateKnowledgeBaseResponse3? Type1122 { get; set; } /// /// /// - public global::RetellAI.CreateKnowledgeBaseResponseStatus4? Type1123 { get; set; } + public global::RetellAI.CreateKnowledgeBaseResponseStatus3? Type1123 { get; set; } /// /// /// - public global::RetellAI.CreateKnowledgeBaseResponse5? Type1124 { get; set; } + public global::RetellAI.CreateKnowledgeBaseResponse4? Type1124 { get; set; } /// /// /// - public global::RetellAI.CreateKnowledgeBaseResponseStatus5? Type1125 { get; set; } + public global::RetellAI.CreateKnowledgeBaseResponseStatus4? Type1125 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneNumberResponse? Type1126 { get; set; } + public global::RetellAI.CreateKnowledgeBaseResponse5? Type1126 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneNumberResponseStatus? Type1127 { get; set; } + public global::RetellAI.CreateKnowledgeBaseResponseStatus5? Type1127 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneNumberResponse2? Type1128 { get; set; } + public global::RetellAI.CreatePhoneNumberResponse? Type1128 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneNumberResponseStatus2? Type1129 { get; set; } + public global::RetellAI.CreatePhoneNumberResponseStatus? Type1129 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneNumberResponse3? Type1130 { get; set; } + public global::RetellAI.CreatePhoneNumberResponse2? Type1130 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneNumberResponseStatus3? Type1131 { get; set; } + public global::RetellAI.CreatePhoneNumberResponseStatus2? Type1131 { get; set; } /// /// /// - public global::RetellAI.CreateRetellLLMResponse? Type1132 { get; set; } + public global::RetellAI.CreatePhoneNumberResponse3? Type1132 { get; set; } /// /// /// - public global::RetellAI.CreateRetellLLMResponseStatus? Type1133 { get; set; } + public global::RetellAI.CreatePhoneNumberResponseStatus3? Type1133 { get; set; } /// /// /// - public global::RetellAI.CreateRetellLLMResponse2? Type1134 { get; set; } + public global::RetellAI.CreateRetellLLMResponse? Type1134 { get; set; } /// /// /// - public global::RetellAI.CreateRetellLLMResponseStatus2? Type1135 { get; set; } + public global::RetellAI.CreateRetellLLMResponseStatus? Type1135 { get; set; } /// /// /// - public global::RetellAI.CreateRetellLLMResponse3? Type1136 { get; set; } + public global::RetellAI.CreateRetellLLMResponse2? Type1136 { get; set; } /// /// /// - public global::RetellAI.CreateRetellLLMResponseStatus3? Type1137 { get; set; } + public global::RetellAI.CreateRetellLLMResponseStatus2? Type1137 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponse? Type1138 { get; set; } + public global::RetellAI.CreateRetellLLMResponse3? Type1138 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponseStatus? Type1139 { get; set; } + public global::RetellAI.CreateRetellLLMResponseStatus3? Type1139 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponse2? Type1140 { get; set; } + public global::RetellAI.CreateSmsChatResponse? Type1140 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponseStatus2? Type1141 { get; set; } + public global::RetellAI.CreateSmsChatResponseStatus? Type1141 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponse3? Type1142 { get; set; } + public global::RetellAI.CreateSmsChatResponse2? Type1142 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponseStatus3? Type1143 { get; set; } + public global::RetellAI.CreateSmsChatResponseStatus2? Type1143 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponse4? Type1144 { get; set; } + public global::RetellAI.CreateSmsChatResponse3? Type1144 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponseStatus4? Type1145 { get; set; } + public global::RetellAI.CreateSmsChatResponseStatus3? Type1145 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponse5? Type1146 { get; set; } + public global::RetellAI.CreateSmsChatResponse4? Type1146 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponseStatus5? Type1147 { get; set; } + public global::RetellAI.CreateSmsChatResponseStatus4? Type1147 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponse6? Type1148 { get; set; } + public global::RetellAI.CreateSmsChatResponse5? Type1148 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponseStatus6? Type1149 { get; set; } + public global::RetellAI.CreateSmsChatResponseStatus5? Type1149 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentResponse? Type1150 { get; set; } + public global::RetellAI.CreateSmsChatResponse6? Type1150 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentResponseStatus? Type1151 { get; set; } + public global::RetellAI.CreateSmsChatResponseStatus6? Type1151 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentResponse2? Type1152 { get; set; } + public global::RetellAI.DeleteAgentResponse? Type1152 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentResponseStatus2? Type1153 { get; set; } + public global::RetellAI.DeleteAgentResponseStatus? Type1153 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentResponse3? Type1154 { get; set; } + public global::RetellAI.DeleteAgentResponse2? Type1154 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentResponseStatus3? Type1155 { get; set; } + public global::RetellAI.DeleteAgentResponseStatus2? Type1155 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentResponse4? Type1156 { get; set; } + public global::RetellAI.DeleteAgentResponse3? Type1156 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentResponseStatus4? Type1157 { get; set; } + public global::RetellAI.DeleteAgentResponseStatus3? Type1157 { get; set; } /// /// /// - public global::RetellAI.DeleteChatResponse? Type1158 { get; set; } + public global::RetellAI.DeleteAgentResponse4? Type1158 { get; set; } /// /// /// - public global::RetellAI.DeleteChatResponseStatus? Type1159 { get; set; } + public global::RetellAI.DeleteAgentResponseStatus4? Type1159 { get; set; } /// /// /// - public global::RetellAI.DeleteChatResponse2? Type1160 { get; set; } + public global::RetellAI.DeleteChatResponse? Type1160 { get; set; } /// /// /// - public global::RetellAI.DeleteChatResponseStatus2? Type1161 { get; set; } + public global::RetellAI.DeleteChatResponseStatus? Type1161 { get; set; } /// /// /// - public global::RetellAI.DeleteChatResponse3? Type1162 { get; set; } + public global::RetellAI.DeleteChatResponse2? Type1162 { get; set; } /// /// /// - public global::RetellAI.DeleteChatResponseStatus3? Type1163 { get; set; } + public global::RetellAI.DeleteChatResponseStatus2? Type1163 { get; set; } /// /// /// - public global::RetellAI.DeleteChatResponse4? Type1164 { get; set; } + public global::RetellAI.DeleteChatResponse3? Type1164 { get; set; } /// /// /// - public global::RetellAI.DeleteChatResponseStatus4? Type1165 { get; set; } + public global::RetellAI.DeleteChatResponseStatus3? Type1165 { get; set; } /// /// /// - public global::RetellAI.DeleteChatAgentResponse? Type1166 { get; set; } + public global::RetellAI.DeleteChatResponse4? Type1166 { get; set; } /// /// /// - public global::RetellAI.DeleteChatAgentResponseStatus? Type1167 { get; set; } + public global::RetellAI.DeleteChatResponseStatus4? Type1167 { get; set; } /// /// /// - public global::RetellAI.DeleteChatAgentResponse2? Type1168 { get; set; } + public global::RetellAI.DeleteChatAgentResponse? Type1168 { get; set; } /// /// /// - public global::RetellAI.DeleteChatAgentResponseStatus2? Type1169 { get; set; } + public global::RetellAI.DeleteChatAgentResponseStatus? Type1169 { get; set; } /// /// /// - public global::RetellAI.DeleteChatAgentResponse3? Type1170 { get; set; } + public global::RetellAI.DeleteChatAgentResponse2? Type1170 { get; set; } /// /// /// - public global::RetellAI.DeleteChatAgentResponseStatus3? Type1171 { get; set; } + public global::RetellAI.DeleteChatAgentResponseStatus2? Type1171 { get; set; } /// /// /// - public global::RetellAI.DeleteChatAgentResponse4? Type1172 { get; set; } + public global::RetellAI.DeleteChatAgentResponse3? Type1172 { get; set; } /// /// /// - public global::RetellAI.DeleteChatAgentResponseStatus4? Type1173 { get; set; } + public global::RetellAI.DeleteChatAgentResponseStatus3? Type1173 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowComponentResponse? Type1174 { get; set; } + public global::RetellAI.DeleteChatAgentResponse4? Type1174 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowComponentResponseStatus? Type1175 { get; set; } + public global::RetellAI.DeleteChatAgentResponseStatus4? Type1175 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowComponentResponse2? Type1176 { get; set; } + public global::RetellAI.DeleteConversationFlowComponentResponse? Type1176 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowComponentResponseStatus2? Type1177 { get; set; } + public global::RetellAI.DeleteConversationFlowComponentResponseStatus? Type1177 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowComponentResponse3? Type1178 { get; set; } + public global::RetellAI.DeleteConversationFlowComponentResponse2? Type1178 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowComponentResponseStatus3? Type1179 { get; set; } + public global::RetellAI.DeleteConversationFlowComponentResponseStatus2? Type1179 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowComponentResponse4? Type1180 { get; set; } + public global::RetellAI.DeleteConversationFlowComponentResponse3? Type1180 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowComponentResponseStatus4? Type1181 { get; set; } + public global::RetellAI.DeleteConversationFlowComponentResponseStatus3? Type1181 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowResponse? Type1182 { get; set; } + public global::RetellAI.DeleteConversationFlowComponentResponse4? Type1182 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowResponseStatus? Type1183 { get; set; } + public global::RetellAI.DeleteConversationFlowComponentResponseStatus4? Type1183 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowResponse2? Type1184 { get; set; } + public global::RetellAI.DeleteConversationFlowResponse? Type1184 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowResponseStatus2? Type1185 { get; set; } + public global::RetellAI.DeleteConversationFlowResponseStatus? Type1185 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowResponse3? Type1186 { get; set; } + public global::RetellAI.DeleteConversationFlowResponse2? Type1186 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowResponseStatus3? Type1187 { get; set; } + public global::RetellAI.DeleteConversationFlowResponseStatus2? Type1187 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowResponse4? Type1188 { get; set; } + public global::RetellAI.DeleteConversationFlowResponse3? Type1188 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowResponseStatus4? Type1189 { get; set; } + public global::RetellAI.DeleteConversationFlowResponseStatus3? Type1189 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowResponse5? Type1190 { get; set; } + public global::RetellAI.DeleteConversationFlowResponse4? Type1190 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowResponseStatus5? Type1191 { get; set; } + public global::RetellAI.DeleteConversationFlowResponseStatus4? Type1191 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseSourceResponse? Type1192 { get; set; } + public global::RetellAI.DeleteConversationFlowResponse5? Type1192 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus? Type1193 { get; set; } + public global::RetellAI.DeleteConversationFlowResponseStatus5? Type1193 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseSourceResponse2? Type1194 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseSourceResponse? Type1194 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus2? Type1195 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus? Type1195 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseSourceResponse3? Type1196 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseSourceResponse2? Type1196 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus3? Type1197 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus2? Type1197 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseSourceResponse4? Type1198 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseSourceResponse3? Type1198 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus4? Type1199 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus3? Type1199 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseResponse? Type1200 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseSourceResponse4? Type1200 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseResponseStatus? Type1201 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus4? Type1201 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseResponse2? Type1202 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseResponse? Type1202 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseResponseStatus2? Type1203 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseResponseStatus? Type1203 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseResponse3? Type1204 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseResponse2? Type1204 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseResponseStatus3? Type1205 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseResponseStatus2? Type1205 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseResponse4? Type1206 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseResponse3? Type1206 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseResponseStatus4? Type1207 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseResponseStatus3? Type1207 { get; set; } /// /// /// - public global::RetellAI.DeletePhoneNumberResponse? Type1208 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseResponse4? Type1208 { get; set; } /// /// /// - public global::RetellAI.DeletePhoneNumberResponseStatus? Type1209 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseResponseStatus4? Type1209 { get; set; } /// /// /// - public global::RetellAI.DeletePhoneNumberResponse2? Type1210 { get; set; } + public global::RetellAI.DeletePhoneNumberResponse? Type1210 { get; set; } /// /// /// - public global::RetellAI.DeletePhoneNumberResponseStatus2? Type1211 { get; set; } + public global::RetellAI.DeletePhoneNumberResponseStatus? Type1211 { get; set; } /// /// /// - public global::RetellAI.DeletePhoneNumberResponse3? Type1212 { get; set; } + public global::RetellAI.DeletePhoneNumberResponse2? Type1212 { get; set; } /// /// /// - public global::RetellAI.DeletePhoneNumberResponseStatus3? Type1213 { get; set; } + public global::RetellAI.DeletePhoneNumberResponseStatus2? Type1213 { get; set; } /// /// /// - public global::RetellAI.DeleteRetellLLMResponse? Type1214 { get; set; } + public global::RetellAI.DeletePhoneNumberResponse3? Type1214 { get; set; } /// /// /// - public global::RetellAI.DeleteRetellLLMResponseStatus? Type1215 { get; set; } + public global::RetellAI.DeletePhoneNumberResponseStatus3? Type1215 { get; set; } /// /// /// - public global::RetellAI.DeleteRetellLLMResponse2? Type1216 { get; set; } + public global::RetellAI.DeleteRetellLLMResponse? Type1216 { get; set; } /// /// /// - public global::RetellAI.DeleteRetellLLMResponseStatus2? Type1217 { get; set; } + public global::RetellAI.DeleteRetellLLMResponseStatus? Type1217 { get; set; } /// /// /// - public global::RetellAI.DeleteRetellLLMResponse3? Type1218 { get; set; } + public global::RetellAI.DeleteRetellLLMResponse2? Type1218 { get; set; } /// /// /// - public global::RetellAI.DeleteRetellLLMResponseStatus3? Type1219 { get; set; } + public global::RetellAI.DeleteRetellLLMResponseStatus2? Type1219 { get; set; } /// /// /// - public global::RetellAI.DeleteRetellLLMResponse4? Type1220 { get; set; } + public global::RetellAI.DeleteRetellLLMResponse3? Type1220 { get; set; } /// /// /// - public global::RetellAI.DeleteRetellLLMResponseStatus4? Type1221 { get; set; } + public global::RetellAI.DeleteRetellLLMResponseStatus3? Type1221 { get; set; } /// /// /// - public global::RetellAI.EndChatResponse? Type1222 { get; set; } + public global::RetellAI.DeleteRetellLLMResponse4? Type1222 { get; set; } /// /// /// - public global::RetellAI.EndChatResponseStatus? Type1223 { get; set; } + public global::RetellAI.DeleteRetellLLMResponseStatus4? Type1223 { get; set; } /// /// /// - public global::RetellAI.EndChatResponse2? Type1224 { get; set; } + public global::RetellAI.EndChatResponse? Type1224 { get; set; } /// /// /// - public global::RetellAI.EndChatResponseStatus2? Type1225 { get; set; } + public global::RetellAI.EndChatResponseStatus? Type1225 { get; set; } /// /// /// - public global::RetellAI.EndChatResponse3? Type1226 { get; set; } + public global::RetellAI.EndChatResponse2? Type1226 { get; set; } /// /// /// - public global::RetellAI.EndChatResponseStatus3? Type1227 { get; set; } + public global::RetellAI.EndChatResponseStatus2? Type1227 { get; set; } /// /// /// - public global::RetellAI.EndChatResponse4? Type1228 { get; set; } + public global::RetellAI.EndChatResponse3? Type1228 { get; set; } /// /// /// - public global::RetellAI.EndChatResponseStatus4? Type1229 { get; set; } + public global::RetellAI.EndChatResponseStatus3? Type1229 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type1230 { get; set; } + public global::RetellAI.EndChatResponse4? Type1230 { get; set; } /// /// /// - public global::RetellAI.ListAgentVersionsResponse2? Type1231 { get; set; } + public global::RetellAI.EndChatResponseStatus4? Type1231 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1232 { get; set; } + public global::RetellAI.AllOf? Type1232 { get; set; } /// /// /// - public global::RetellAI.ListAgentVersionsResponse3? Type1233 { get; set; } + public global::RetellAI.ListAgentVersionsResponse2? Type1233 { get; set; } /// /// /// - public global::RetellAI.ListAgentVersionsResponseStatus? Type1234 { get; set; } + public global::System.Collections.Generic.IList? Type1234 { get; set; } /// /// /// - public global::RetellAI.ListAgentVersionsResponse4? Type1235 { get; set; } + public global::RetellAI.ListAgentVersionsResponse3? Type1235 { get; set; } /// /// /// - public global::RetellAI.ListAgentVersionsResponseStatus2? Type1236 { get; set; } + public global::RetellAI.ListAgentVersionsResponseStatus? Type1236 { get; set; } /// /// /// - public global::RetellAI.ListAgentVersionsResponse5? Type1237 { get; set; } + public global::RetellAI.ListAgentVersionsResponse4? Type1237 { get; set; } /// /// /// - public global::RetellAI.ListAgentVersionsResponseStatus3? Type1238 { get; set; } + public global::RetellAI.ListAgentVersionsResponseStatus2? Type1238 { get; set; } /// /// /// - public global::RetellAI.ListAgentVersionsResponse6? Type1239 { get; set; } + public global::RetellAI.ListAgentVersionsResponse5? Type1239 { get; set; } /// /// /// - public global::RetellAI.ListAgentVersionsResponseStatus4? Type1240 { get; set; } + public global::RetellAI.ListAgentVersionsResponseStatus3? Type1240 { get; set; } /// /// /// - public global::RetellAI.ListAgentVersionsResponse7? Type1241 { get; set; } + public global::RetellAI.ListAgentVersionsResponse6? Type1241 { get; set; } /// /// /// - public global::RetellAI.ListAgentVersionsResponseStatus5? Type1242 { get; set; } + public global::RetellAI.ListAgentVersionsResponseStatus4? Type1242 { get; set; } /// /// /// - public global::RetellAI.ListAgentVersionsResponse8? Type1243 { get; set; } + public global::RetellAI.ListAgentVersionsResponse7? Type1243 { get; set; } /// /// /// - public global::RetellAI.ListAgentVersionsResponseStatus6? Type1244 { get; set; } + public global::RetellAI.ListAgentVersionsResponseStatus5? Type1244 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1245 { get; set; } + public global::RetellAI.ListAgentVersionsResponse8? Type1245 { get; set; } /// /// /// - public global::RetellAI.GetAgentVersionsResponse? Type1246 { get; set; } + public global::RetellAI.ListAgentVersionsResponseStatus6? Type1246 { get; set; } /// /// /// - public global::RetellAI.GetAgentVersionsResponseStatus? Type1247 { get; set; } + public global::System.Collections.Generic.IList? Type1247 { get; set; } /// /// /// - public global::RetellAI.GetAgentVersionsResponse2? Type1248 { get; set; } + public global::RetellAI.GetAgentVersionsResponse? Type1248 { get; set; } /// /// /// - public global::RetellAI.GetAgentVersionsResponseStatus2? Type1249 { get; set; } + public global::RetellAI.GetAgentVersionsResponseStatus? Type1249 { get; set; } /// /// /// - public global::RetellAI.GetAgentVersionsResponse3? Type1250 { get; set; } + public global::RetellAI.GetAgentVersionsResponse2? Type1250 { get; set; } /// /// /// - public global::RetellAI.GetAgentVersionsResponseStatus3? Type1251 { get; set; } + public global::RetellAI.GetAgentVersionsResponseStatus2? Type1251 { get; set; } /// /// /// - public global::RetellAI.GetAgentVersionsResponse4? Type1252 { get; set; } + public global::RetellAI.GetAgentVersionsResponse3? Type1252 { get; set; } /// /// /// - public global::RetellAI.GetAgentVersionsResponseStatus4? Type1253 { get; set; } + public global::RetellAI.GetAgentVersionsResponseStatus3? Type1253 { get; set; } /// /// /// - public global::RetellAI.GetAgentResponse? Type1254 { get; set; } + public global::RetellAI.GetAgentVersionsResponse4? Type1254 { get; set; } /// /// /// - public global::RetellAI.GetAgentResponseStatus? Type1255 { get; set; } + public global::RetellAI.GetAgentVersionsResponseStatus4? Type1255 { get; set; } /// /// /// - public global::RetellAI.GetAgentResponse2? Type1256 { get; set; } + public global::RetellAI.GetAgentResponse? Type1256 { get; set; } /// /// /// - public global::RetellAI.GetAgentResponseStatus2? Type1257 { get; set; } + public global::RetellAI.GetAgentResponseStatus? Type1257 { get; set; } /// /// /// - public global::RetellAI.GetAgentResponse3? Type1258 { get; set; } + public global::RetellAI.GetAgentResponse2? Type1258 { get; set; } /// /// /// - public global::RetellAI.GetAgentResponseStatus3? Type1259 { get; set; } + public global::RetellAI.GetAgentResponseStatus2? Type1259 { get; set; } /// /// /// - public global::RetellAI.GetAgentResponse4? Type1260 { get; set; } + public global::RetellAI.GetAgentResponse3? Type1260 { get; set; } /// /// /// - public global::RetellAI.GetAgentResponseStatus4? Type1261 { get; set; } + public global::RetellAI.GetAgentResponseStatus3? Type1261 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1262 { get; set; } + public global::RetellAI.GetAgentResponse4? Type1262 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentVersionsResponse? Type1263 { get; set; } + public global::RetellAI.GetAgentResponseStatus4? Type1263 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentVersionsResponseStatus? Type1264 { get; set; } + public global::System.Collections.Generic.IList? Type1264 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentVersionsResponse2? Type1265 { get; set; } + public global::RetellAI.GetChatAgentVersionsResponse? Type1265 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentVersionsResponseStatus2? Type1266 { get; set; } + public global::RetellAI.GetChatAgentVersionsResponseStatus? Type1266 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentVersionsResponse3? Type1267 { get; set; } + public global::RetellAI.GetChatAgentVersionsResponse2? Type1267 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentVersionsResponseStatus3? Type1268 { get; set; } + public global::RetellAI.GetChatAgentVersionsResponseStatus2? Type1268 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentResponse? Type1269 { get; set; } + public global::RetellAI.GetChatAgentVersionsResponse3? Type1269 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentResponseStatus? Type1270 { get; set; } + public global::RetellAI.GetChatAgentVersionsResponseStatus3? Type1270 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentResponse2? Type1271 { get; set; } + public global::RetellAI.GetChatAgentResponse? Type1271 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentResponseStatus2? Type1272 { get; set; } + public global::RetellAI.GetChatAgentResponseStatus? Type1272 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentResponse3? Type1273 { get; set; } + public global::RetellAI.GetChatAgentResponse2? Type1273 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentResponseStatus3? Type1274 { get; set; } + public global::RetellAI.GetChatAgentResponseStatus2? Type1274 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentResponse4? Type1275 { get; set; } + public global::RetellAI.GetChatAgentResponse3? Type1275 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentResponseStatus4? Type1276 { get; set; } + public global::RetellAI.GetChatAgentResponseStatus3? Type1276 { get; set; } /// /// /// - public global::RetellAI.GetChatResponse? Type1277 { get; set; } + public global::RetellAI.GetChatAgentResponse4? Type1277 { get; set; } /// /// /// - public global::RetellAI.GetChatResponseStatus? Type1278 { get; set; } + public global::RetellAI.GetChatAgentResponseStatus4? Type1278 { get; set; } /// /// /// - public global::RetellAI.GetChatResponse2? Type1279 { get; set; } + public global::RetellAI.GetChatResponse? Type1279 { get; set; } /// /// /// - public global::RetellAI.GetChatResponseStatus2? Type1280 { get; set; } + public global::RetellAI.GetChatResponseStatus? Type1280 { get; set; } /// /// /// - public global::RetellAI.GetChatResponse3? Type1281 { get; set; } + public global::RetellAI.GetChatResponse2? Type1281 { get; set; } /// /// /// - public global::RetellAI.GetChatResponseStatus3? Type1282 { get; set; } + public global::RetellAI.GetChatResponseStatus2? Type1282 { get; set; } /// /// /// - public global::RetellAI.GetChatResponse4? Type1283 { get; set; } + public global::RetellAI.GetChatResponse3? Type1283 { get; set; } /// /// /// - public global::RetellAI.GetChatResponseStatus4? Type1284 { get; set; } + public global::RetellAI.GetChatResponseStatus3? Type1284 { get; set; } /// /// /// - public global::RetellAI.GetConcurrencyResponse? Type1285 { get; set; } + public global::RetellAI.GetChatResponse4? Type1285 { get; set; } /// /// /// - public global::RetellAI.GetConcurrencyResponse2? Type1286 { get; set; } + public global::RetellAI.GetChatResponseStatus4? Type1286 { get; set; } /// /// /// - public global::RetellAI.GetConcurrencyResponseStatus? Type1287 { get; set; } + public global::RetellAI.GetConcurrencyResponse? Type1287 { get; set; } /// /// /// - public global::RetellAI.GetConcurrencyResponse3? Type1288 { get; set; } + public global::RetellAI.GetConcurrencyResponse2? Type1288 { get; set; } /// /// /// - public global::RetellAI.GetConcurrencyResponseStatus2? Type1289 { get; set; } + public global::RetellAI.GetConcurrencyResponseStatus? Type1289 { get; set; } /// /// /// - public global::RetellAI.GetApiKeyInfoResponse? Type1290 { get; set; } + public global::RetellAI.GetConcurrencyResponse3? Type1290 { get; set; } /// /// /// - public global::RetellAI.GetApiKeyInfoResponse2? Type1291 { get; set; } + public global::RetellAI.GetConcurrencyResponseStatus2? Type1291 { get; set; } /// /// /// - public global::RetellAI.GetApiKeyInfoResponseStatus? Type1292 { get; set; } + public global::RetellAI.GetApiKeyInfoResponse? Type1292 { get; set; } /// /// /// - public global::RetellAI.GetApiKeyInfoResponse3? Type1293 { get; set; } + public global::RetellAI.GetApiKeyInfoResponse2? Type1293 { get; set; } /// /// /// - public global::RetellAI.GetApiKeyInfoResponseStatus2? Type1294 { get; set; } + public global::RetellAI.GetApiKeyInfoResponseStatus? Type1294 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowComponentResponse? Type1295 { get; set; } + public global::RetellAI.GetApiKeyInfoResponse3? Type1295 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowComponentResponseStatus? Type1296 { get; set; } + public global::RetellAI.GetApiKeyInfoResponseStatus2? Type1296 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowComponentResponse2? Type1297 { get; set; } + public global::RetellAI.GetConversationFlowComponentResponse? Type1297 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowComponentResponseStatus2? Type1298 { get; set; } + public global::RetellAI.GetConversationFlowComponentResponseStatus? Type1298 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowComponentResponse3? Type1299 { get; set; } + public global::RetellAI.GetConversationFlowComponentResponse2? Type1299 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowComponentResponseStatus3? Type1300 { get; set; } + public global::RetellAI.GetConversationFlowComponentResponseStatus2? Type1300 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowComponentResponse4? Type1301 { get; set; } + public global::RetellAI.GetConversationFlowComponentResponse3? Type1301 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowComponentResponseStatus4? Type1302 { get; set; } + public global::RetellAI.GetConversationFlowComponentResponseStatus3? Type1302 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowResponse? Type1303 { get; set; } + public global::RetellAI.GetConversationFlowComponentResponse4? Type1303 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowResponseStatus? Type1304 { get; set; } + public global::RetellAI.GetConversationFlowComponentResponseStatus4? Type1304 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowResponse2? Type1305 { get; set; } + public global::RetellAI.GetConversationFlowResponse? Type1305 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowResponseStatus2? Type1306 { get; set; } + public global::RetellAI.GetConversationFlowResponseStatus? Type1306 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowResponse3? Type1307 { get; set; } + public global::RetellAI.GetConversationFlowResponse2? Type1307 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowResponseStatus3? Type1308 { get; set; } + public global::RetellAI.GetConversationFlowResponseStatus2? Type1308 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowResponse4? Type1309 { get; set; } + public global::RetellAI.GetConversationFlowResponse3? Type1309 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowResponseStatus4? Type1310 { get; set; } + public global::RetellAI.GetConversationFlowResponseStatus3? Type1310 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowResponse5? Type1311 { get; set; } + public global::RetellAI.GetConversationFlowResponse4? Type1311 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowResponseStatus5? Type1312 { get; set; } + public global::RetellAI.GetConversationFlowResponseStatus4? Type1312 { get; set; } /// /// /// - public global::RetellAI.GetKnowledgeBaseResponse? Type1313 { get; set; } + public global::RetellAI.GetConversationFlowResponse5? Type1313 { get; set; } /// /// /// - public global::RetellAI.GetKnowledgeBaseResponseStatus? Type1314 { get; set; } + public global::RetellAI.GetConversationFlowResponseStatus5? Type1314 { get; set; } /// /// /// - public global::RetellAI.GetKnowledgeBaseResponse2? Type1315 { get; set; } + public global::RetellAI.GetKnowledgeBaseResponse? Type1315 { get; set; } /// /// /// - public global::RetellAI.GetKnowledgeBaseResponseStatus2? Type1316 { get; set; } + public global::RetellAI.GetKnowledgeBaseResponseStatus? Type1316 { get; set; } /// /// /// - public global::RetellAI.GetKnowledgeBaseResponse3? Type1317 { get; set; } + public global::RetellAI.GetKnowledgeBaseResponse2? Type1317 { get; set; } /// /// /// - public global::RetellAI.GetKnowledgeBaseResponseStatus3? Type1318 { get; set; } + public global::RetellAI.GetKnowledgeBaseResponseStatus2? Type1318 { get; set; } /// /// /// - public global::RetellAI.GetKnowledgeBaseResponse4? Type1319 { get; set; } + public global::RetellAI.GetKnowledgeBaseResponse3? Type1319 { get; set; } /// /// /// - public global::RetellAI.GetKnowledgeBaseResponseStatus4? Type1320 { get; set; } + public global::RetellAI.GetKnowledgeBaseResponseStatus3? Type1320 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1321 { get; set; } + public global::RetellAI.GetKnowledgeBaseResponse4? Type1321 { get; set; } /// /// /// - public global::RetellAI.GetMCPToolsResponse? Type1322 { get; set; } + public global::RetellAI.GetKnowledgeBaseResponseStatus4? Type1322 { get; set; } /// /// /// - public global::RetellAI.GetMCPToolsResponseStatus? Type1323 { get; set; } + public global::System.Collections.Generic.IList? Type1323 { get; set; } /// /// /// - public global::RetellAI.GetMCPToolsResponse2? Type1324 { get; set; } + public global::RetellAI.GetMCPToolsResponse? Type1324 { get; set; } /// /// /// - public global::RetellAI.GetMCPToolsResponseStatus2? Type1325 { get; set; } + public global::RetellAI.GetMCPToolsResponseStatus? Type1325 { get; set; } /// /// /// - public global::RetellAI.GetMCPToolsResponse3? Type1326 { get; set; } + public global::RetellAI.GetMCPToolsResponse2? Type1326 { get; set; } /// /// /// - public global::RetellAI.GetMCPToolsResponseStatus3? Type1327 { get; set; } + public global::RetellAI.GetMCPToolsResponseStatus2? Type1327 { get; set; } /// /// /// - public global::RetellAI.GetMCPToolsResponse4? Type1328 { get; set; } + public global::RetellAI.GetMCPToolsResponse3? Type1328 { get; set; } /// /// /// - public global::RetellAI.GetMCPToolsResponseStatus4? Type1329 { get; set; } + public global::RetellAI.GetMCPToolsResponseStatus3? Type1329 { get; set; } /// /// /// - public global::RetellAI.GetPhoneNumberResponse? Type1330 { get; set; } + public global::RetellAI.GetMCPToolsResponse4? Type1330 { get; set; } /// /// /// - public global::RetellAI.GetPhoneNumberResponseStatus? Type1331 { get; set; } + public global::RetellAI.GetMCPToolsResponseStatus4? Type1331 { get; set; } /// /// /// - public global::RetellAI.GetPhoneNumberResponse2? Type1332 { get; set; } + public global::RetellAI.GetPhoneNumberResponse? Type1332 { get; set; } /// /// /// - public global::RetellAI.GetPhoneNumberResponseStatus2? Type1333 { get; set; } + public global::RetellAI.GetPhoneNumberResponseStatus? Type1333 { get; set; } /// /// /// - public global::RetellAI.GetPhoneNumberResponse3? Type1334 { get; set; } + public global::RetellAI.GetPhoneNumberResponse2? Type1334 { get; set; } /// /// /// - public global::RetellAI.GetPhoneNumberResponseStatus3? Type1335 { get; set; } + public global::RetellAI.GetPhoneNumberResponseStatus2? Type1335 { get; set; } /// /// /// - public global::RetellAI.GetPhoneNumberResponse4? Type1336 { get; set; } + public global::RetellAI.GetPhoneNumberResponse3? Type1336 { get; set; } /// /// /// - public global::RetellAI.GetPhoneNumberResponseStatus4? Type1337 { get; set; } + public global::RetellAI.GetPhoneNumberResponseStatus3? Type1337 { get; set; } /// /// /// - public global::RetellAI.GetRetellLLMResponse? Type1338 { get; set; } + public global::RetellAI.GetPhoneNumberResponse4? Type1338 { get; set; } /// /// /// - public global::RetellAI.GetRetellLLMResponseStatus? Type1339 { get; set; } + public global::RetellAI.GetPhoneNumberResponseStatus4? Type1339 { get; set; } /// /// /// - public global::RetellAI.GetRetellLLMResponse2? Type1340 { get; set; } + public global::RetellAI.GetRetellLLMResponse? Type1340 { get; set; } /// /// /// - public global::RetellAI.GetRetellLLMResponseStatus2? Type1341 { get; set; } + public global::RetellAI.GetRetellLLMResponseStatus? Type1341 { get; set; } /// /// /// - public global::RetellAI.GetRetellLLMResponse3? Type1342 { get; set; } + public global::RetellAI.GetRetellLLMResponse2? Type1342 { get; set; } /// /// /// - public global::RetellAI.GetRetellLLMResponseStatus3? Type1343 { get; set; } + public global::RetellAI.GetRetellLLMResponseStatus2? Type1343 { get; set; } /// /// /// - public global::RetellAI.GetRetellLLMResponse4? Type1344 { get; set; } + public global::RetellAI.GetRetellLLMResponse3? Type1344 { get; set; } /// /// /// - public global::RetellAI.GetRetellLLMResponseStatus4? Type1345 { get; set; } + public global::RetellAI.GetRetellLLMResponseStatus3? Type1345 { get; set; } /// /// /// - public global::RetellAI.GetVoiceResponse? Type1346 { get; set; } + public global::RetellAI.GetRetellLLMResponse4? Type1346 { get; set; } /// /// /// - public global::RetellAI.GetVoiceResponseStatus? Type1347 { get; set; } + public global::RetellAI.GetRetellLLMResponseStatus4? Type1347 { get; set; } /// /// /// - public global::RetellAI.GetVoiceResponse2? Type1348 { get; set; } + public global::RetellAI.GetVoiceResponse? Type1348 { get; set; } /// /// /// - public global::RetellAI.GetVoiceResponseStatus2? Type1349 { get; set; } + public global::RetellAI.GetVoiceResponseStatus? Type1349 { get; set; } /// /// /// - public global::RetellAI.GetVoiceResponse3? Type1350 { get; set; } + public global::RetellAI.GetVoiceResponse2? Type1350 { get; set; } /// /// /// - public global::RetellAI.GetVoiceResponseStatus3? Type1351 { get; set; } + public global::RetellAI.GetVoiceResponseStatus2? Type1351 { get; set; } /// /// /// - public global::RetellAI.GetVoiceResponse4? Type1352 { get; set; } + public global::RetellAI.GetVoiceResponse3? Type1352 { get; set; } /// /// /// - public global::RetellAI.GetVoiceResponseStatus4? Type1353 { get; set; } + public global::RetellAI.GetVoiceResponseStatus3? Type1353 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceResponse? Type1354 { get; set; } + public global::RetellAI.GetVoiceResponse4? Type1354 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceResponseStatus? Type1355 { get; set; } + public global::RetellAI.GetVoiceResponseStatus4? Type1355 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceResponse2? Type1356 { get; set; } + public global::RetellAI.CloneVoiceResponse? Type1356 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceResponseStatus2? Type1357 { get; set; } + public global::RetellAI.CloneVoiceResponseStatus? Type1357 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceResponse3? Type1358 { get; set; } + public global::RetellAI.CloneVoiceResponse2? Type1358 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceResponseStatus3? Type1359 { get; set; } + public global::RetellAI.CloneVoiceResponseStatus2? Type1359 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceResponse4? Type1360 { get; set; } + public global::RetellAI.CloneVoiceResponse3? Type1360 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceResponseStatus4? Type1361 { get; set; } + public global::RetellAI.CloneVoiceResponseStatus3? Type1361 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceResponse5? Type1362 { get; set; } + public global::RetellAI.CloneVoiceResponse4? Type1362 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceResponseStatus5? Type1363 { get; set; } + public global::RetellAI.CloneVoiceResponseStatus4? Type1363 { get; set; } /// /// /// - public global::RetellAI.AddCommunityVoiceResponse? Type1364 { get; set; } + public global::RetellAI.CloneVoiceResponse5? Type1364 { get; set; } /// /// /// - public global::RetellAI.AddCommunityVoiceResponseStatus? Type1365 { get; set; } + public global::RetellAI.CloneVoiceResponseStatus5? Type1365 { get; set; } /// /// /// - public global::RetellAI.AddCommunityVoiceResponse2? Type1366 { get; set; } + public global::RetellAI.AddCommunityVoiceResponse? Type1366 { get; set; } /// /// /// - public global::RetellAI.AddCommunityVoiceResponseStatus2? Type1367 { get; set; } + public global::RetellAI.AddCommunityVoiceResponseStatus? Type1367 { get; set; } /// /// /// - public global::RetellAI.AddCommunityVoiceResponse3? Type1368 { get; set; } + public global::RetellAI.AddCommunityVoiceResponse2? Type1368 { get; set; } /// /// /// - public global::RetellAI.AddCommunityVoiceResponseStatus3? Type1369 { get; set; } + public global::RetellAI.AddCommunityVoiceResponseStatus2? Type1369 { get; set; } /// /// /// - public global::RetellAI.AddCommunityVoiceResponse4? Type1370 { get; set; } + public global::RetellAI.AddCommunityVoiceResponse3? Type1370 { get; set; } /// /// /// - public global::RetellAI.AddCommunityVoiceResponseStatus4? Type1371 { get; set; } + public global::RetellAI.AddCommunityVoiceResponseStatus3? Type1371 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceResponse? Type1372 { get; set; } + public global::RetellAI.AddCommunityVoiceResponse4? Type1372 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1373 { get; set; } + public global::RetellAI.AddCommunityVoiceResponseStatus4? Type1373 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceResponseVoice? Type1374 { get; set; } + public global::RetellAI.SearchCommunityVoiceResponse? Type1374 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceResponse2? Type1375 { get; set; } + public global::System.Collections.Generic.IList? Type1375 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceResponseStatus? Type1376 { get; set; } + public global::RetellAI.SearchCommunityVoiceResponseVoice? Type1376 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceResponse3? Type1377 { get; set; } + public global::RetellAI.SearchCommunityVoiceResponse2? Type1377 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceResponseStatus2? Type1378 { get; set; } + public global::RetellAI.SearchCommunityVoiceResponseStatus? Type1378 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceResponse4? Type1379 { get; set; } + public global::RetellAI.SearchCommunityVoiceResponse3? Type1379 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceResponseStatus3? Type1380 { get; set; } + public global::RetellAI.SearchCommunityVoiceResponseStatus2? Type1380 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceResponse5? Type1381 { get; set; } + public global::RetellAI.SearchCommunityVoiceResponse4? Type1381 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceResponseStatus4? Type1382 { get; set; } + public global::RetellAI.SearchCommunityVoiceResponseStatus3? Type1382 { get; set; } /// /// /// - public global::RetellAI.ImportPhoneNumberResponse? Type1383 { get; set; } + public global::RetellAI.SearchCommunityVoiceResponse5? Type1383 { get; set; } /// /// /// - public global::RetellAI.ImportPhoneNumberResponseStatus? Type1384 { get; set; } + public global::RetellAI.SearchCommunityVoiceResponseStatus4? Type1384 { get; set; } /// /// /// - public global::RetellAI.ImportPhoneNumberResponse2? Type1385 { get; set; } + public global::RetellAI.ImportPhoneNumberResponse? Type1385 { get; set; } /// /// /// - public global::RetellAI.ImportPhoneNumberResponseStatus2? Type1386 { get; set; } + public global::RetellAI.ImportPhoneNumberResponseStatus? Type1386 { get; set; } /// /// /// - public global::RetellAI.ImportPhoneNumberResponse3? Type1387 { get; set; } + public global::RetellAI.ImportPhoneNumberResponse2? Type1387 { get; set; } /// /// /// - public global::RetellAI.ImportPhoneNumberResponseStatus3? Type1388 { get; set; } + public global::RetellAI.ImportPhoneNumberResponseStatus2? Type1388 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type1389 { get; set; } + public global::RetellAI.ImportPhoneNumberResponse3? Type1389 { get; set; } /// /// /// - public global::RetellAI.ListAgentsResponse2? Type1390 { get; set; } + public global::RetellAI.ImportPhoneNumberResponseStatus3? Type1390 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1391 { get; set; } + public global::RetellAI.AllOf? Type1391 { get; set; } /// /// /// - public global::RetellAI.ListAgentsResponse3? Type1392 { get; set; } + public global::RetellAI.ListAgentsResponse2? Type1392 { get; set; } /// /// /// - public global::RetellAI.ListAgentsResponseStatus? Type1393 { get; set; } + public global::System.Collections.Generic.IList? Type1393 { get; set; } /// /// /// - public global::RetellAI.ListAgentsResponse4? Type1394 { get; set; } + public global::RetellAI.ListAgentsResponse3? Type1394 { get; set; } /// /// /// - public global::RetellAI.ListAgentsResponseStatus2? Type1395 { get; set; } + public global::RetellAI.ListAgentsResponseStatus? Type1395 { get; set; } /// /// /// - public global::RetellAI.ListAgentsResponse5? Type1396 { get; set; } + public global::RetellAI.ListAgentsResponse4? Type1396 { get; set; } /// /// /// - public global::RetellAI.ListAgentsResponseStatus3? Type1397 { get; set; } + public global::RetellAI.ListAgentsResponseStatus2? Type1397 { get; set; } /// /// /// - public global::RetellAI.ListAgentsResponse6? Type1398 { get; set; } + public global::RetellAI.ListAgentsResponse5? Type1398 { get; set; } /// /// /// - public global::RetellAI.ListAgentsResponseStatus4? Type1399 { get; set; } + public global::RetellAI.ListAgentsResponseStatus3? Type1399 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type1400 { get; set; } + public global::RetellAI.ListAgentsResponse6? Type1400 { get; set; } /// /// /// - public global::RetellAI.ListChatsResponse2? Type1401 { get; set; } + public global::RetellAI.ListAgentsResponseStatus4? Type1401 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1402 { get; set; } + public global::RetellAI.AllOf? Type1402 { get; set; } /// /// /// - public global::RetellAI.ListChatsResponse3? Type1403 { get; set; } + public global::RetellAI.ListChatsResponse2? Type1403 { get; set; } /// /// /// - public global::RetellAI.ListChatsResponseStatus? Type1404 { get; set; } + public global::System.Collections.Generic.IList? Type1404 { get; set; } /// /// /// - public global::RetellAI.ListChatsResponse4? Type1405 { get; set; } + public global::RetellAI.ListChatsResponse3? Type1405 { get; set; } /// /// /// - public global::RetellAI.ListChatsResponseStatus2? Type1406 { get; set; } + public global::RetellAI.ListChatsResponseStatus? Type1406 { get; set; } /// /// /// - public global::RetellAI.ListChatsResponse5? Type1407 { get; set; } + public global::RetellAI.ListChatsResponse4? Type1407 { get; set; } /// /// /// - public global::RetellAI.ListChatsResponseStatus3? Type1408 { get; set; } + public global::RetellAI.ListChatsResponseStatus2? Type1408 { get; set; } /// /// /// - public global::RetellAI.ListChatsResponse6? Type1409 { get; set; } + public global::RetellAI.ListChatsResponse5? Type1409 { get; set; } /// /// /// - public global::RetellAI.ListChatsResponseStatus4? Type1410 { get; set; } + public global::RetellAI.ListChatsResponseStatus3? Type1410 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type1411 { get; set; } + public global::RetellAI.ListChatsResponse6? Type1411 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowComponentsResponse2? Type1412 { get; set; } + public global::RetellAI.ListChatsResponseStatus4? Type1412 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1413 { get; set; } + public global::RetellAI.AllOf? Type1413 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowComponentsResponse3? Type1414 { get; set; } + public global::RetellAI.ListConversationFlowComponentsResponse2? Type1414 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowComponentsResponseStatus? Type1415 { get; set; } + public global::System.Collections.Generic.IList? Type1415 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowComponentsResponse4? Type1416 { get; set; } + public global::RetellAI.ListConversationFlowComponentsResponse3? Type1416 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowComponentsResponseStatus2? Type1417 { get; set; } + public global::RetellAI.ListConversationFlowComponentsResponseStatus? Type1417 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowComponentsResponse5? Type1418 { get; set; } + public global::RetellAI.ListConversationFlowComponentsResponse4? Type1418 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowComponentsResponseStatus3? Type1419 { get; set; } + public global::RetellAI.ListConversationFlowComponentsResponseStatus2? Type1419 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowComponentsResponse6? Type1420 { get; set; } + public global::RetellAI.ListConversationFlowComponentsResponse5? Type1420 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowComponentsResponseStatus4? Type1421 { get; set; } + public global::RetellAI.ListConversationFlowComponentsResponseStatus3? Type1421 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type1422 { get; set; } + public global::RetellAI.ListConversationFlowComponentsResponse6? Type1422 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsResponse2? Type1423 { get; set; } + public global::RetellAI.ListConversationFlowComponentsResponseStatus4? Type1423 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1424 { get; set; } + public global::RetellAI.AllOf? Type1424 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsResponse3? Type1425 { get; set; } + public global::RetellAI.ListConversationFlowsResponse2? Type1425 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsResponseStatus? Type1426 { get; set; } + public global::System.Collections.Generic.IList? Type1426 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsResponse4? Type1427 { get; set; } + public global::RetellAI.ListConversationFlowsResponse3? Type1427 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsResponseStatus2? Type1428 { get; set; } + public global::RetellAI.ListConversationFlowsResponseStatus? Type1428 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsResponse5? Type1429 { get; set; } + public global::RetellAI.ListConversationFlowsResponse4? Type1429 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsResponseStatus3? Type1430 { get; set; } + public global::RetellAI.ListConversationFlowsResponseStatus2? Type1430 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsResponse6? Type1431 { get; set; } + public global::RetellAI.ListConversationFlowsResponse5? Type1431 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsResponseStatus4? Type1432 { get; set; } + public global::RetellAI.ListConversationFlowsResponseStatus3? Type1432 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsResponse7? Type1433 { get; set; } + public global::RetellAI.ListConversationFlowsResponse6? Type1433 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsResponseStatus5? Type1434 { get; set; } + public global::RetellAI.ListConversationFlowsResponseStatus4? Type1434 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1435 { get; set; } + public global::RetellAI.ListConversationFlowsResponse7? Type1435 { get; set; } /// /// /// - public global::RetellAI.ListKnowledgeBasesResponse? Type1436 { get; set; } + public global::RetellAI.ListConversationFlowsResponseStatus5? Type1436 { get; set; } /// /// /// - public global::RetellAI.ListKnowledgeBasesResponseStatus? Type1437 { get; set; } + public global::System.Collections.Generic.IList? Type1437 { get; set; } /// /// /// - public global::RetellAI.ListKnowledgeBasesResponse2? Type1438 { get; set; } + public global::RetellAI.ListKnowledgeBasesResponse? Type1438 { get; set; } /// /// /// - public global::RetellAI.ListKnowledgeBasesResponseStatus2? Type1439 { get; set; } + public global::RetellAI.ListKnowledgeBasesResponseStatus? Type1439 { get; set; } /// /// /// - public global::RetellAI.ListKnowledgeBasesResponse3? Type1440 { get; set; } + public global::RetellAI.ListKnowledgeBasesResponse2? Type1440 { get; set; } /// /// /// - public global::RetellAI.ListKnowledgeBasesResponseStatus3? Type1441 { get; set; } + public global::RetellAI.ListKnowledgeBasesResponseStatus2? Type1441 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type1442 { get; set; } + public global::RetellAI.ListKnowledgeBasesResponse3? Type1442 { get; set; } /// /// /// - public global::RetellAI.ListPhoneNumbersResponse2? Type1443 { get; set; } + public global::RetellAI.ListKnowledgeBasesResponseStatus3? Type1443 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1444 { get; set; } + public global::RetellAI.AllOf? Type1444 { get; set; } /// /// /// - public global::RetellAI.ListPhoneNumbersResponse3? Type1445 { get; set; } + public global::RetellAI.ListPhoneNumbersResponse2? Type1445 { get; set; } /// /// /// - public global::RetellAI.ListPhoneNumbersResponseStatus? Type1446 { get; set; } + public global::System.Collections.Generic.IList? Type1446 { get; set; } /// /// /// - public global::RetellAI.ListPhoneNumbersResponse4? Type1447 { get; set; } + public global::RetellAI.ListPhoneNumbersResponse3? Type1447 { get; set; } /// /// /// - public global::RetellAI.ListPhoneNumbersResponseStatus2? Type1448 { get; set; } + public global::RetellAI.ListPhoneNumbersResponseStatus? Type1448 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type1449 { get; set; } + public global::RetellAI.ListPhoneNumbersResponse4? Type1449 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMResponse2? Type1450 { get; set; } + public global::RetellAI.ListPhoneNumbersResponseStatus2? Type1450 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1451 { get; set; } + public global::RetellAI.AllOf? Type1451 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMResponse3? Type1452 { get; set; } + public global::RetellAI.ListRetellLLMResponse2? Type1452 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMResponseStatus? Type1453 { get; set; } + public global::System.Collections.Generic.IList? Type1453 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMResponse4? Type1454 { get; set; } + public global::RetellAI.ListRetellLLMResponse3? Type1454 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMResponseStatus2? Type1455 { get; set; } + public global::RetellAI.ListRetellLLMResponseStatus? Type1455 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMResponse5? Type1456 { get; set; } + public global::RetellAI.ListRetellLLMResponse4? Type1456 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMResponseStatus3? Type1457 { get; set; } + public global::RetellAI.ListRetellLLMResponseStatus2? Type1457 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMResponse6? Type1458 { get; set; } + public global::RetellAI.ListRetellLLMResponse5? Type1458 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMResponseStatus4? Type1459 { get; set; } + public global::RetellAI.ListRetellLLMResponseStatus3? Type1459 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMResponse7? Type1460 { get; set; } + public global::RetellAI.ListRetellLLMResponse6? Type1460 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMResponseStatus5? Type1461 { get; set; } + public global::RetellAI.ListRetellLLMResponseStatus4? Type1461 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1462 { get; set; } + public global::RetellAI.ListRetellLLMResponse7? Type1462 { get; set; } /// /// /// - public global::RetellAI.ListVoicesResponse? Type1463 { get; set; } + public global::RetellAI.ListRetellLLMResponseStatus5? Type1463 { get; set; } /// /// /// - public global::RetellAI.ListVoicesResponseStatus? Type1464 { get; set; } + public global::System.Collections.Generic.IList? Type1464 { get; set; } /// /// /// - public global::RetellAI.ListVoicesResponse2? Type1465 { get; set; } + public global::RetellAI.ListVoicesResponse? Type1465 { get; set; } /// /// /// - public global::RetellAI.ListVoicesResponseStatus2? Type1466 { get; set; } + public global::RetellAI.ListVoicesResponseStatus? Type1466 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type1467 { get; set; } + public global::RetellAI.ListVoicesResponse2? Type1467 { get; set; } /// /// /// - public global::RetellAI.CreateAgentVersionResponse2? Type1468 { get; set; } + public global::RetellAI.ListVoicesResponseStatus2? Type1468 { get; set; } /// /// /// - public global::RetellAI.CreateAgentVersionResponseStatus? Type1469 { get; set; } + public global::RetellAI.OneOf? Type1469 { get; set; } /// /// /// - public global::RetellAI.CreateAgentVersionResponse3? Type1470 { get; set; } + public global::RetellAI.CreateAgentVersionResponse2? Type1470 { get; set; } /// /// /// - public global::RetellAI.CreateAgentVersionResponseStatus2? Type1471 { get; set; } + public global::RetellAI.CreateAgentVersionResponseStatus? Type1471 { get; set; } /// /// /// - public global::RetellAI.CreateAgentVersionResponse4? Type1472 { get; set; } + public global::RetellAI.CreateAgentVersionResponse3? Type1472 { get; set; } /// /// /// - public global::RetellAI.CreateAgentVersionResponseStatus3? Type1473 { get; set; } + public global::RetellAI.CreateAgentVersionResponseStatus2? Type1473 { get; set; } /// /// /// - public global::RetellAI.CreateAgentVersionResponse5? Type1474 { get; set; } + public global::RetellAI.CreateAgentVersionResponse4? Type1474 { get; set; } /// /// /// - public global::RetellAI.CreateAgentVersionResponseStatus4? Type1475 { get; set; } + public global::RetellAI.CreateAgentVersionResponseStatus3? Type1475 { get; set; } /// /// /// - public global::RetellAI.CreateAgentVersionResponse6? Type1476 { get; set; } + public global::RetellAI.CreateAgentVersionResponse5? Type1476 { get; set; } /// /// /// - public global::RetellAI.CreateAgentVersionResponseStatus5? Type1477 { get; set; } + public global::RetellAI.CreateAgentVersionResponseStatus4? Type1477 { get; set; } /// /// /// - public global::RetellAI.PublishAgentVersionResponse? Type1478 { get; set; } + public global::RetellAI.CreateAgentVersionResponse6? Type1478 { get; set; } /// /// /// - public global::RetellAI.PublishAgentVersionResponseStatus? Type1479 { get; set; } + public global::RetellAI.CreateAgentVersionResponseStatus5? Type1479 { get; set; } /// /// /// - public global::RetellAI.PublishAgentVersionResponse2? Type1480 { get; set; } + public global::RetellAI.PublishAgentVersionResponse? Type1480 { get; set; } /// /// /// - public global::RetellAI.PublishAgentVersionResponseStatus2? Type1481 { get; set; } + public global::RetellAI.PublishAgentVersionResponseStatus? Type1481 { get; set; } /// /// /// - public global::RetellAI.PublishAgentVersionResponse3? Type1482 { get; set; } + public global::RetellAI.PublishAgentVersionResponse2? Type1482 { get; set; } /// /// /// - public global::RetellAI.PublishAgentVersionResponseStatus3? Type1483 { get; set; } + public global::RetellAI.PublishAgentVersionResponseStatus2? Type1483 { get; set; } /// /// /// - public global::RetellAI.PublishAgentVersionResponse4? Type1484 { get; set; } + public global::RetellAI.PublishAgentVersionResponse3? Type1484 { get; set; } /// /// /// - public global::RetellAI.PublishAgentVersionResponseStatus4? Type1485 { get; set; } + public global::RetellAI.PublishAgentVersionResponseStatus3? Type1485 { get; set; } /// /// /// - public global::RetellAI.PublishAgentVersionResponse5? Type1486 { get; set; } + public global::RetellAI.PublishAgentVersionResponse4? Type1486 { get; set; } /// /// /// - public global::RetellAI.PublishAgentVersionResponseStatus5? Type1487 { get; set; } + public global::RetellAI.PublishAgentVersionResponseStatus4? Type1487 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentVersionResponse? Type1488 { get; set; } + public global::RetellAI.PublishAgentVersionResponse5? Type1488 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentVersionResponseStatus? Type1489 { get; set; } + public global::RetellAI.PublishAgentVersionResponseStatus5? Type1489 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentVersionResponse2? Type1490 { get; set; } + public global::RetellAI.DeleteAgentVersionResponse? Type1490 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentVersionResponseStatus2? Type1491 { get; set; } + public global::RetellAI.DeleteAgentVersionResponseStatus? Type1491 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentVersionResponse3? Type1492 { get; set; } + public global::RetellAI.DeleteAgentVersionResponse2? Type1492 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentVersionResponseStatus3? Type1493 { get; set; } + public global::RetellAI.DeleteAgentVersionResponseStatus2? Type1493 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentVersionResponse4? Type1494 { get; set; } + public global::RetellAI.DeleteAgentVersionResponse3? Type1494 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentVersionResponseStatus4? Type1495 { get; set; } + public global::RetellAI.DeleteAgentVersionResponseStatus3? Type1495 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentVersionResponse5? Type1496 { get; set; } + public global::RetellAI.DeleteAgentVersionResponse4? Type1496 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentVersionResponseStatus5? Type1497 { get; set; } + public global::RetellAI.DeleteAgentVersionResponseStatus4? Type1497 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponse? Type1498 { get; set; } + public global::RetellAI.DeleteAgentVersionResponse5? Type1498 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponseStatus? Type1499 { get; set; } + public global::RetellAI.DeleteAgentVersionResponseStatus5? Type1499 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponse2? Type1500 { get; set; } + public global::RetellAI.RerunCallAnalysisResponse? Type1500 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponseStatus2? Type1501 { get; set; } + public global::RetellAI.RerunCallAnalysisResponseStatus? Type1501 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponse3? Type1502 { get; set; } + public global::RetellAI.RerunCallAnalysisResponse2? Type1502 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponseStatus3? Type1503 { get; set; } + public global::RetellAI.RerunCallAnalysisResponseStatus2? Type1503 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponse4? Type1504 { get; set; } + public global::RetellAI.RerunCallAnalysisResponse3? Type1504 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponseStatus4? Type1505 { get; set; } + public global::RetellAI.RerunCallAnalysisResponseStatus3? Type1505 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponse5? Type1506 { get; set; } + public global::RetellAI.RerunCallAnalysisResponse4? Type1506 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponseStatus5? Type1507 { get; set; } + public global::RetellAI.RerunCallAnalysisResponseStatus4? Type1507 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponse6? Type1508 { get; set; } + public global::RetellAI.RerunCallAnalysisResponse5? Type1508 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponseStatus6? Type1509 { get; set; } + public global::RetellAI.RerunCallAnalysisResponseStatus5? Type1509 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponse7? Type1510 { get; set; } + public global::RetellAI.RerunCallAnalysisResponse6? Type1510 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponseStatus7? Type1511 { get; set; } + public global::RetellAI.RerunCallAnalysisResponseStatus6? Type1511 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponse? Type1512 { get; set; } + public global::RetellAI.RerunCallAnalysisResponse7? Type1512 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponseStatus? Type1513 { get; set; } + public global::RetellAI.RerunCallAnalysisResponseStatus7? Type1513 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponse2? Type1514 { get; set; } + public global::RetellAI.RerunChatAnalysisResponse? Type1514 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponseStatus2? Type1515 { get; set; } + public global::RetellAI.RerunChatAnalysisResponseStatus? Type1515 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponse3? Type1516 { get; set; } + public global::RetellAI.RerunChatAnalysisResponse2? Type1516 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponseStatus3? Type1517 { get; set; } + public global::RetellAI.RerunChatAnalysisResponseStatus2? Type1517 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponse4? Type1518 { get; set; } + public global::RetellAI.RerunChatAnalysisResponse3? Type1518 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponseStatus4? Type1519 { get; set; } + public global::RetellAI.RerunChatAnalysisResponseStatus3? Type1519 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponse5? Type1520 { get; set; } + public global::RetellAI.RerunChatAnalysisResponse4? Type1520 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponseStatus5? Type1521 { get; set; } + public global::RetellAI.RerunChatAnalysisResponseStatus4? Type1521 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponse6? Type1522 { get; set; } + public global::RetellAI.RerunChatAnalysisResponse5? Type1522 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponseStatus6? Type1523 { get; set; } + public global::RetellAI.RerunChatAnalysisResponseStatus5? Type1523 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponse7? Type1524 { get; set; } + public global::RetellAI.RerunChatAnalysisResponse6? Type1524 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponseStatus7? Type1525 { get; set; } + public global::RetellAI.RerunChatAnalysisResponseStatus6? Type1525 { get; set; } /// /// /// - public global::RetellAI.UpdateAgentResponse? Type1526 { get; set; } + public global::RetellAI.RerunChatAnalysisResponse7? Type1526 { get; set; } /// /// /// - public global::RetellAI.UpdateAgentResponseStatus? Type1527 { get; set; } + public global::RetellAI.RerunChatAnalysisResponseStatus7? Type1527 { get; set; } /// /// /// - public global::RetellAI.UpdateAgentResponse2? Type1528 { get; set; } + public global::RetellAI.UpdateAgentResponse? Type1528 { get; set; } /// /// /// - public global::RetellAI.UpdateAgentResponseStatus2? Type1529 { get; set; } + public global::RetellAI.UpdateAgentResponseStatus? Type1529 { get; set; } /// /// /// - public global::RetellAI.UpdateAgentResponse3? Type1530 { get; set; } + public global::RetellAI.UpdateAgentResponse2? Type1530 { get; set; } /// /// /// - public global::RetellAI.UpdateAgentResponseStatus3? Type1531 { get; set; } + public global::RetellAI.UpdateAgentResponseStatus2? Type1531 { get; set; } /// /// /// - public global::RetellAI.UpdateAgentResponse4? Type1532 { get; set; } + public global::RetellAI.UpdateAgentResponse3? Type1532 { get; set; } /// /// /// - public global::RetellAI.UpdateAgentResponseStatus4? Type1533 { get; set; } + public global::RetellAI.UpdateAgentResponseStatus3? Type1533 { get; set; } /// /// /// - public global::RetellAI.UpdateAgentResponse5? Type1534 { get; set; } + public global::RetellAI.UpdateAgentResponse4? Type1534 { get; set; } /// /// /// - public global::RetellAI.UpdateAgentResponseStatus5? Type1535 { get; set; } + public global::RetellAI.UpdateAgentResponseStatus4? Type1535 { get; set; } /// /// /// - public global::RetellAI.RepairAgentResponse2? Type1536 { get; set; } + public global::RetellAI.UpdateAgentResponse5? Type1536 { get; set; } /// /// /// - public global::RetellAI.RepairAgentResponseStatus? Type1537 { get; set; } + public global::RetellAI.UpdateAgentResponseStatus5? Type1537 { get; set; } /// /// /// - public global::RetellAI.RepairAgentResponse3? Type1538 { get; set; } + public global::RetellAI.RepairAgentResponse2? Type1538 { get; set; } /// /// /// - public global::RetellAI.RepairAgentResponseStatus2? Type1539 { get; set; } + public global::RetellAI.RepairAgentResponseStatus? Type1539 { get; set; } /// /// /// - public global::RetellAI.RepairAgentResponse4? Type1540 { get; set; } + public global::RetellAI.RepairAgentResponse3? Type1540 { get; set; } /// /// /// - public global::RetellAI.RepairAgentResponseStatus3? Type1541 { get; set; } + public global::RetellAI.RepairAgentResponseStatus2? Type1541 { get; set; } /// /// /// - public global::RetellAI.RepairAgentResponse5? Type1542 { get; set; } + public global::RetellAI.RepairAgentResponse4? Type1542 { get; set; } /// /// /// - public global::RetellAI.RepairAgentResponseStatus4? Type1543 { get; set; } + public global::RetellAI.RepairAgentResponseStatus3? Type1543 { get; set; } /// /// /// - public global::RetellAI.RepairAgentResponse6? Type1544 { get; set; } + public global::RetellAI.RepairAgentResponse5? Type1544 { get; set; } /// /// /// - public global::RetellAI.RepairAgentResponseStatus5? Type1545 { get; set; } + public global::RetellAI.RepairAgentResponseStatus4? Type1545 { get; set; } /// /// /// - public global::RetellAI.UpdateChatAgentResponse? Type1546 { get; set; } + public global::RetellAI.RepairAgentResponse6? Type1546 { get; set; } /// /// /// - public global::RetellAI.UpdateChatAgentResponseStatus? Type1547 { get; set; } + public global::RetellAI.RepairAgentResponseStatus5? Type1547 { get; set; } /// /// /// - public global::RetellAI.UpdateChatAgentResponse2? Type1548 { get; set; } + public global::RetellAI.UpdateChatAgentResponse? Type1548 { get; set; } /// /// /// - public global::RetellAI.UpdateChatAgentResponseStatus2? Type1549 { get; set; } + public global::RetellAI.UpdateChatAgentResponseStatus? Type1549 { get; set; } /// /// /// - public global::RetellAI.UpdateChatAgentResponse3? Type1550 { get; set; } + public global::RetellAI.UpdateChatAgentResponse2? Type1550 { get; set; } /// /// /// - public global::RetellAI.UpdateChatAgentResponseStatus3? Type1551 { get; set; } + public global::RetellAI.UpdateChatAgentResponseStatus2? Type1551 { get; set; } /// /// /// - public global::RetellAI.UpdateChatAgentResponse4? Type1552 { get; set; } + public global::RetellAI.UpdateChatAgentResponse3? Type1552 { get; set; } /// /// /// - public global::RetellAI.UpdateChatAgentResponseStatus4? Type1553 { get; set; } + public global::RetellAI.UpdateChatAgentResponseStatus3? Type1553 { get; set; } /// /// /// - public global::RetellAI.UpdateChatAgentResponse5? Type1554 { get; set; } + public global::RetellAI.UpdateChatAgentResponse4? Type1554 { get; set; } /// /// /// - public global::RetellAI.UpdateChatAgentResponseStatus5? Type1555 { get; set; } + public global::RetellAI.UpdateChatAgentResponseStatus4? Type1555 { get; set; } /// /// /// - public global::RetellAI.UpdateChatMetadataResponse? Type1556 { get; set; } + public global::RetellAI.UpdateChatAgentResponse5? Type1556 { get; set; } /// /// /// - public global::RetellAI.UpdateChatMetadataResponseStatus? Type1557 { get; set; } + public global::RetellAI.UpdateChatAgentResponseStatus5? Type1557 { get; set; } /// /// /// - public global::RetellAI.UpdateChatMetadataResponse2? Type1558 { get; set; } + public global::RetellAI.UpdateChatMetadataResponse? Type1558 { get; set; } /// /// /// - public global::RetellAI.UpdateChatMetadataResponseStatus2? Type1559 { get; set; } + public global::RetellAI.UpdateChatMetadataResponseStatus? Type1559 { get; set; } /// /// /// - public global::RetellAI.UpdateChatMetadataResponse3? Type1560 { get; set; } + public global::RetellAI.UpdateChatMetadataResponse2? Type1560 { get; set; } /// /// /// - public global::RetellAI.UpdateChatMetadataResponseStatus3? Type1561 { get; set; } + public global::RetellAI.UpdateChatMetadataResponseStatus2? Type1561 { get; set; } /// /// /// - public global::RetellAI.UpdateChatMetadataResponse4? Type1562 { get; set; } + public global::RetellAI.UpdateChatMetadataResponse3? Type1562 { get; set; } /// /// /// - public global::RetellAI.UpdateChatMetadataResponseStatus4? Type1563 { get; set; } + public global::RetellAI.UpdateChatMetadataResponseStatus3? Type1563 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponse? Type1564 { get; set; } + public global::RetellAI.UpdateChatMetadataResponse4? Type1564 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponseStatus? Type1565 { get; set; } + public global::RetellAI.UpdateChatMetadataResponseStatus4? Type1565 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponse2? Type1566 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponse? Type1566 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponseStatus2? Type1567 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponseStatus? Type1567 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponse3? Type1568 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponse2? Type1568 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponseStatus3? Type1569 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponseStatus2? Type1569 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponse4? Type1570 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponse3? Type1570 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponseStatus4? Type1571 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponseStatus3? Type1571 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponse5? Type1572 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponse4? Type1572 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponseStatus5? Type1573 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponseStatus4? Type1573 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponse6? Type1574 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponse5? Type1574 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponseStatus6? Type1575 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponseStatus5? Type1575 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponse? Type1576 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponse6? Type1576 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponseStatus? Type1577 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponseStatus6? Type1577 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponse2? Type1578 { get; set; } + public global::RetellAI.UpdateConversationFlowResponse? Type1578 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponseStatus2? Type1579 { get; set; } + public global::RetellAI.UpdateConversationFlowResponseStatus? Type1579 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponse3? Type1580 { get; set; } + public global::RetellAI.UpdateConversationFlowResponse2? Type1580 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponseStatus3? Type1581 { get; set; } + public global::RetellAI.UpdateConversationFlowResponseStatus2? Type1581 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponse4? Type1582 { get; set; } + public global::RetellAI.UpdateConversationFlowResponse3? Type1582 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponseStatus4? Type1583 { get; set; } + public global::RetellAI.UpdateConversationFlowResponseStatus3? Type1583 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponse5? Type1584 { get; set; } + public global::RetellAI.UpdateConversationFlowResponse4? Type1584 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponseStatus5? Type1585 { get; set; } + public global::RetellAI.UpdateConversationFlowResponseStatus4? Type1585 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponse6? Type1586 { get; set; } + public global::RetellAI.UpdateConversationFlowResponse5? Type1586 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponseStatus6? Type1587 { get; set; } + public global::RetellAI.UpdateConversationFlowResponseStatus5? Type1587 { get; set; } /// /// /// - public global::RetellAI.UpdatePhoneNumberResponse? Type1588 { get; set; } + public global::RetellAI.UpdateConversationFlowResponse6? Type1588 { get; set; } /// /// /// - public global::RetellAI.UpdatePhoneNumberResponseStatus? Type1589 { get; set; } + public global::RetellAI.UpdateConversationFlowResponseStatus6? Type1589 { get; set; } /// /// /// - public global::RetellAI.UpdatePhoneNumberResponse2? Type1590 { get; set; } + public global::RetellAI.UpdatePhoneNumberResponse? Type1590 { get; set; } /// /// /// - public global::RetellAI.UpdatePhoneNumberResponseStatus2? Type1591 { get; set; } + public global::RetellAI.UpdatePhoneNumberResponseStatus? Type1591 { get; set; } /// /// /// - public global::RetellAI.UpdatePhoneNumberResponse3? Type1592 { get; set; } + public global::RetellAI.UpdatePhoneNumberResponse2? Type1592 { get; set; } /// /// /// - public global::RetellAI.UpdatePhoneNumberResponseStatus3? Type1593 { get; set; } + public global::RetellAI.UpdatePhoneNumberResponseStatus2? Type1593 { get; set; } /// /// /// - public global::RetellAI.UpdatePhoneNumberResponse4? Type1594 { get; set; } + public global::RetellAI.UpdatePhoneNumberResponse3? Type1594 { get; set; } /// /// /// - public global::RetellAI.UpdatePhoneNumberResponseStatus4? Type1595 { get; set; } + public global::RetellAI.UpdatePhoneNumberResponseStatus3? Type1595 { get; set; } /// /// /// - public global::RetellAI.UpdateRetellLLMResponse? Type1596 { get; set; } + public global::RetellAI.UpdatePhoneNumberResponse4? Type1596 { get; set; } /// /// /// - public global::RetellAI.UpdateRetellLLMResponseStatus? Type1597 { get; set; } + public global::RetellAI.UpdatePhoneNumberResponseStatus4? Type1597 { get; set; } /// /// /// - public global::RetellAI.UpdateRetellLLMResponse2? Type1598 { get; set; } + public global::RetellAI.UpdateRetellLLMResponse? Type1598 { get; set; } /// /// /// - public global::RetellAI.UpdateRetellLLMResponseStatus2? Type1599 { get; set; } + public global::RetellAI.UpdateRetellLLMResponseStatus? Type1599 { get; set; } /// /// /// - public global::RetellAI.UpdateRetellLLMResponse3? Type1600 { get; set; } + public global::RetellAI.UpdateRetellLLMResponse2? Type1600 { get; set; } /// /// /// - public global::RetellAI.UpdateRetellLLMResponseStatus3? Type1601 { get; set; } + public global::RetellAI.UpdateRetellLLMResponseStatus2? Type1601 { get; set; } /// /// /// - public global::RetellAI.UpdateRetellLLMResponse4? Type1602 { get; set; } + public global::RetellAI.UpdateRetellLLMResponse3? Type1602 { get; set; } /// /// /// - public global::RetellAI.UpdateRetellLLMResponseStatus4? Type1603 { get; set; } + public global::RetellAI.UpdateRetellLLMResponseStatus3? Type1603 { get; set; } /// /// /// - public global::RetellAI.UpdateRetellLLMResponse5? Type1604 { get; set; } + public global::RetellAI.UpdateRetellLLMResponse4? Type1604 { get; set; } /// /// /// - public global::RetellAI.UpdateRetellLLMResponseStatus5? Type1605 { get; set; } + public global::RetellAI.UpdateRetellLLMResponseStatus4? Type1605 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponse? Type1606 { get; set; } + public global::RetellAI.UpdateRetellLLMResponse5? Type1606 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponseStatus? Type1607 { get; set; } + public global::RetellAI.UpdateRetellLLMResponseStatus5? Type1607 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponse2? Type1608 { get; set; } + public global::RetellAI.CreatePhoneCallResponse? Type1608 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponseStatus2? Type1609 { get; set; } + public global::RetellAI.CreatePhoneCallResponseStatus? Type1609 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponse3? Type1610 { get; set; } + public global::RetellAI.CreatePhoneCallResponse2? Type1610 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponseStatus3? Type1611 { get; set; } + public global::RetellAI.CreatePhoneCallResponseStatus2? Type1611 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponse4? Type1612 { get; set; } + public global::RetellAI.CreatePhoneCallResponse3? Type1612 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponseStatus4? Type1613 { get; set; } + public global::RetellAI.CreatePhoneCallResponseStatus3? Type1613 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponse5? Type1614 { get; set; } + public global::RetellAI.CreatePhoneCallResponse4? Type1614 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponseStatus5? Type1615 { get; set; } + public global::RetellAI.CreatePhoneCallResponseStatus4? Type1615 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponse6? Type1616 { get; set; } + public global::RetellAI.CreatePhoneCallResponse5? Type1616 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponseStatus6? Type1617 { get; set; } + public global::RetellAI.CreatePhoneCallResponseStatus5? Type1617 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponse? Type1618 { get; set; } + public global::RetellAI.CreatePhoneCallResponse6? Type1618 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponseStatus? Type1619 { get; set; } + public global::RetellAI.CreatePhoneCallResponseStatus6? Type1619 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponse2? Type1620 { get; set; } + public global::RetellAI.CreateCreateWebCallResponse? Type1620 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponseStatus2? Type1621 { get; set; } + public global::RetellAI.CreateCreateWebCallResponseStatus? Type1621 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponse3? Type1622 { get; set; } + public global::RetellAI.CreateCreateWebCallResponse2? Type1622 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponseStatus3? Type1623 { get; set; } + public global::RetellAI.CreateCreateWebCallResponseStatus2? Type1623 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponse4? Type1624 { get; set; } + public global::RetellAI.CreateCreateWebCallResponse3? Type1624 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponseStatus4? Type1625 { get; set; } + public global::RetellAI.CreateCreateWebCallResponseStatus3? Type1625 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponse5? Type1626 { get; set; } + public global::RetellAI.CreateCreateWebCallResponse4? Type1626 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponseStatus5? Type1627 { get; set; } + public global::RetellAI.CreateCreateWebCallResponseStatus4? Type1627 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponse6? Type1628 { get; set; } + public global::RetellAI.CreateCreateWebCallResponse5? Type1628 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponseStatus6? Type1629 { get; set; } + public global::RetellAI.CreateCreateWebCallResponseStatus5? Type1629 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallV3Response? Type1630 { get; set; } + public global::RetellAI.CreateCreateWebCallResponse6? Type1630 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallV3ResponseStatus? Type1631 { get; set; } + public global::RetellAI.CreateCreateWebCallResponseStatus6? Type1631 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallV3Response2? Type1632 { get; set; } + public global::RetellAI.CreateWebCallResponse? Type1632 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallV3ResponseStatus2? Type1633 { get; set; } + public global::RetellAI.CreateWebCallResponseStatus? Type1633 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallV3Response3? Type1634 { get; set; } + public global::RetellAI.CreateWebCallResponse2? Type1634 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallV3ResponseStatus3? Type1635 { get; set; } + public global::RetellAI.CreateWebCallResponseStatus2? Type1635 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallV3Response4? Type1636 { get; set; } + public global::RetellAI.CreateWebCallResponse3? Type1636 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallV3ResponseStatus4? Type1637 { get; set; } + public global::RetellAI.CreateWebCallResponseStatus3? Type1637 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallV3Response5? Type1638 { get; set; } + public global::RetellAI.CreateWebCallResponse4? Type1638 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallV3ResponseStatus5? Type1639 { get; set; } + public global::RetellAI.CreateWebCallResponseStatus4? Type1639 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallV3Response6? Type1640 { get; set; } + public global::RetellAI.CreateWebCallResponse5? Type1640 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallV3ResponseStatus6? Type1641 { get; set; } + public global::RetellAI.CreateWebCallResponseStatus5? Type1641 { get; set; } /// /// /// - public global::RetellAI.DeleteCallResponse? Type1642 { get; set; } + public global::RetellAI.CreateWebCallResponse6? Type1642 { get; set; } /// /// /// - public global::RetellAI.DeleteCallResponseStatus? Type1643 { get; set; } + public global::RetellAI.CreateWebCallResponseStatus6? Type1643 { get; set; } /// /// /// - public global::RetellAI.DeleteCallResponse2? Type1644 { get; set; } + public global::RetellAI.DeleteCallResponse? Type1644 { get; set; } /// /// /// - public global::RetellAI.DeleteCallResponseStatus2? Type1645 { get; set; } + public global::RetellAI.DeleteCallResponseStatus? Type1645 { get; set; } /// /// /// - public global::RetellAI.DeleteCallResponse3? Type1646 { get; set; } + public global::RetellAI.DeleteCallResponse2? Type1646 { get; set; } /// /// /// - public global::RetellAI.DeleteCallResponseStatus3? Type1647 { get; set; } + public global::RetellAI.DeleteCallResponseStatus2? Type1647 { get; set; } /// /// /// - public global::RetellAI.DeleteCallResponse4? Type1648 { get; set; } + public global::RetellAI.DeleteCallResponse3? Type1648 { get; set; } /// /// /// - public global::RetellAI.DeleteCallResponseStatus4? Type1649 { get; set; } + public global::RetellAI.DeleteCallResponseStatus3? Type1649 { get; set; } /// /// /// - public global::RetellAI.GetCallResponse? Type1650 { get; set; } + public global::RetellAI.DeleteCallResponse4? Type1650 { get; set; } /// /// /// - public global::RetellAI.GetCallResponseStatus? Type1651 { get; set; } + public global::RetellAI.DeleteCallResponseStatus4? Type1651 { get; set; } /// /// /// - public global::RetellAI.GetCallResponse2? Type1652 { get; set; } + public global::RetellAI.GetCallResponse? Type1652 { get; set; } /// /// /// - public global::RetellAI.GetCallResponseStatus2? Type1653 { get; set; } + public global::RetellAI.GetCallResponseStatus? Type1653 { get; set; } /// /// /// - public global::RetellAI.GetCallResponse3? Type1654 { get; set; } + public global::RetellAI.GetCallResponse2? Type1654 { get; set; } /// /// /// - public global::RetellAI.GetCallResponseStatus3? Type1655 { get; set; } + public global::RetellAI.GetCallResponseStatus2? Type1655 { get; set; } /// /// /// - public global::RetellAI.GetCallResponse4? Type1656 { get; set; } + public global::RetellAI.GetCallResponse3? Type1656 { get; set; } /// /// /// - public global::RetellAI.GetCallResponseStatus4? Type1657 { get; set; } + public global::RetellAI.GetCallResponseStatus3? Type1657 { get; set; } /// /// /// - public global::RetellAI.ListenLiveCallResponse2? Type1658 { get; set; } + public global::RetellAI.GetCallResponse4? Type1658 { get; set; } /// /// /// - public global::RetellAI.ListenLiveCallResponseStatus? Type1659 { get; set; } + public global::RetellAI.GetCallResponseStatus4? Type1659 { get; set; } /// /// /// - public global::RetellAI.ListenLiveCallResponse3? Type1660 { get; set; } + public global::RetellAI.ListenLiveCallResponse2? Type1660 { get; set; } /// /// /// - public global::RetellAI.ListenLiveCallResponseStatus2? Type1661 { get; set; } + public global::RetellAI.ListenLiveCallResponseStatus? Type1661 { get; set; } /// /// /// - public global::RetellAI.ListenLiveCallResponse4? Type1662 { get; set; } + public global::RetellAI.ListenLiveCallResponse3? Type1662 { get; set; } /// /// /// - public global::RetellAI.ListenLiveCallResponseStatus3? Type1663 { get; set; } + public global::RetellAI.ListenLiveCallResponseStatus2? Type1663 { get; set; } /// /// /// - public global::RetellAI.ListenLiveCallResponse5? Type1664 { get; set; } + public global::RetellAI.ListenLiveCallResponse4? Type1664 { get; set; } /// /// /// - public global::RetellAI.ListenLiveCallResponseStatus4? Type1665 { get; set; } + public global::RetellAI.ListenLiveCallResponseStatus3? Type1665 { get; set; } /// /// /// - public global::RetellAI.ListenLiveCallResponse6? Type1666 { get; set; } + public global::RetellAI.ListenLiveCallResponse5? Type1666 { get; set; } /// /// /// - public global::RetellAI.ListenLiveCallResponseStatus5? Type1667 { get; set; } + public global::RetellAI.ListenLiveCallResponseStatus4? Type1667 { get; set; } /// /// /// - public global::RetellAI.TakeOverLiveCallResponse? Type1668 { get; set; } + public global::RetellAI.ListenLiveCallResponse6? Type1668 { get; set; } /// /// /// - public global::RetellAI.TakeOverLiveCallResponse2? Type1669 { get; set; } + public global::RetellAI.ListenLiveCallResponseStatus5? Type1669 { get; set; } /// /// /// - public global::RetellAI.TakeOverLiveCallResponseStatus? Type1670 { get; set; } + public global::RetellAI.TakeOverLiveCallResponse? Type1670 { get; set; } /// /// /// - public global::RetellAI.TakeOverLiveCallResponse3? Type1671 { get; set; } + public global::RetellAI.TakeOverLiveCallResponse2? Type1671 { get; set; } /// /// /// - public global::RetellAI.TakeOverLiveCallResponseStatus2? Type1672 { get; set; } + public global::RetellAI.TakeOverLiveCallResponseStatus? Type1672 { get; set; } /// /// /// - public global::RetellAI.TakeOverLiveCallResponse4? Type1673 { get; set; } + public global::RetellAI.TakeOverLiveCallResponse3? Type1673 { get; set; } /// /// /// - public global::RetellAI.TakeOverLiveCallResponseStatus3? Type1674 { get; set; } + public global::RetellAI.TakeOverLiveCallResponseStatus2? Type1674 { get; set; } /// /// /// - public global::RetellAI.TakeOverLiveCallResponse5? Type1675 { get; set; } + public global::RetellAI.TakeOverLiveCallResponse4? Type1675 { get; set; } /// /// /// - public global::RetellAI.TakeOverLiveCallResponseStatus4? Type1676 { get; set; } + public global::RetellAI.TakeOverLiveCallResponseStatus3? Type1676 { get; set; } /// /// /// - public global::RetellAI.TakeOverLiveCallResponse6? Type1677 { get; set; } + public global::RetellAI.TakeOverLiveCallResponse5? Type1677 { get; set; } /// /// /// - public global::RetellAI.TakeOverLiveCallResponseStatus5? Type1678 { get; set; } + public global::RetellAI.TakeOverLiveCallResponseStatus4? Type1678 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type1679 { get; set; } + public global::RetellAI.TakeOverLiveCallResponse6? Type1679 { get; set; } /// /// /// - public global::RetellAI.ListCallsResponse2? Type1680 { get; set; } + public global::RetellAI.TakeOverLiveCallResponseStatus5? Type1680 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1681 { get; set; } + public global::RetellAI.AllOf? Type1681 { get; set; } /// /// /// - public global::RetellAI.ListCallsResponse3? Type1682 { get; set; } + public global::RetellAI.ListCallsResponse2? Type1682 { get; set; } /// /// /// - public global::RetellAI.ListCallsResponseStatus? Type1683 { get; set; } + public global::System.Collections.Generic.IList? Type1683 { get; set; } /// /// /// - public global::RetellAI.ListCallsResponse4? Type1684 { get; set; } + public global::RetellAI.ListCallsResponse3? Type1684 { get; set; } /// /// /// - public global::RetellAI.ListCallsResponseStatus2? Type1685 { get; set; } + public global::RetellAI.ListCallsResponseStatus? Type1685 { get; set; } /// /// /// - public global::RetellAI.ListCallsResponse5? Type1686 { get; set; } + public global::RetellAI.ListCallsResponse4? Type1686 { get; set; } /// /// /// - public global::RetellAI.ListCallsResponseStatus3? Type1687 { get; set; } + public global::RetellAI.ListCallsResponseStatus2? Type1687 { get; set; } /// /// /// - public global::RetellAI.ListCallsResponse6? Type1688 { get; set; } + public global::RetellAI.ListCallsResponse5? Type1688 { get; set; } /// /// /// - public global::RetellAI.ListCallsResponseStatus4? Type1689 { get; set; } + public global::RetellAI.ListCallsResponseStatus3? Type1689 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type1690 { get; set; } + public global::RetellAI.ListCallsResponse6? Type1690 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponse2? Type1691 { get; set; } + public global::RetellAI.ListCallsResponseStatus4? Type1691 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1692 { get; set; } + public global::RetellAI.AllOf? Type1692 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponseItem? Type1693 { get; set; } + public global::RetellAI.ListExportRequestsResponse2? Type1693 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponseItemChannel? Type1694 { get; set; } + public global::System.Collections.Generic.IList? Type1694 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponseItemStatus? Type1695 { get; set; } + public global::RetellAI.ListExportRequestsResponseItem? Type1695 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponse3? Type1696 { get; set; } + public global::RetellAI.ListExportRequestsResponseItemChannel? Type1696 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponseStatus? Type1697 { get; set; } + public global::RetellAI.ListExportRequestsResponseItemStatus? Type1697 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponse4? Type1698 { get; set; } + public global::RetellAI.ListExportRequestsResponse3? Type1698 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponseStatus2? Type1699 { get; set; } + public global::RetellAI.ListExportRequestsResponseStatus? Type1699 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponse5? Type1700 { get; set; } + public global::RetellAI.ListExportRequestsResponse4? Type1700 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponseStatus3? Type1701 { get; set; } + public global::RetellAI.ListExportRequestsResponseStatus2? Type1701 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponse6? Type1702 { get; set; } + public global::RetellAI.ListExportRequestsResponse5? Type1702 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponseStatus4? Type1703 { get; set; } + public global::RetellAI.ListExportRequestsResponseStatus3? Type1703 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponse? Type1704 { get; set; } + public global::RetellAI.ListExportRequestsResponse6? Type1704 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponseStatus? Type1705 { get; set; } + public global::RetellAI.ListExportRequestsResponseStatus4? Type1705 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponse2? Type1706 { get; set; } + public global::RetellAI.RegisterPhoneCallResponse? Type1706 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponseStatus2? Type1707 { get; set; } + public global::RetellAI.RegisterPhoneCallResponseStatus? Type1707 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponse3? Type1708 { get; set; } + public global::RetellAI.RegisterPhoneCallResponse2? Type1708 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponseStatus3? Type1709 { get; set; } + public global::RetellAI.RegisterPhoneCallResponseStatus2? Type1709 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponse4? Type1710 { get; set; } + public global::RetellAI.RegisterPhoneCallResponse3? Type1710 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponseStatus4? Type1711 { get; set; } + public global::RetellAI.RegisterPhoneCallResponseStatus3? Type1711 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponse5? Type1712 { get; set; } + public global::RetellAI.RegisterPhoneCallResponse4? Type1712 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponseStatus5? Type1713 { get; set; } + public global::RetellAI.RegisterPhoneCallResponseStatus4? Type1713 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponse6? Type1714 { get; set; } + public global::RetellAI.RegisterPhoneCallResponse5? Type1714 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponseStatus6? Type1715 { get; set; } + public global::RetellAI.RegisterPhoneCallResponseStatus5? Type1715 { get; set; } /// /// /// - public global::RetellAI.UpdateCallMetadataResponse? Type1716 { get; set; } + public global::RetellAI.RegisterPhoneCallResponse6? Type1716 { get; set; } /// /// /// - public global::RetellAI.UpdateCallMetadataResponseStatus? Type1717 { get; set; } + public global::RetellAI.RegisterPhoneCallResponseStatus6? Type1717 { get; set; } /// /// /// - public global::RetellAI.UpdateCallMetadataResponse2? Type1718 { get; set; } + public global::RetellAI.UpdateCallMetadataResponse? Type1718 { get; set; } /// /// /// - public global::RetellAI.UpdateCallMetadataResponseStatus2? Type1719 { get; set; } + public global::RetellAI.UpdateCallMetadataResponseStatus? Type1719 { get; set; } /// /// /// - public global::RetellAI.UpdateCallMetadataResponse3? Type1720 { get; set; } + public global::RetellAI.UpdateCallMetadataResponse2? Type1720 { get; set; } /// /// /// - public global::RetellAI.UpdateCallMetadataResponseStatus3? Type1721 { get; set; } + public global::RetellAI.UpdateCallMetadataResponseStatus2? Type1721 { get; set; } /// /// /// - public global::RetellAI.UpdateCallMetadataResponse4? Type1722 { get; set; } + public global::RetellAI.UpdateCallMetadataResponse3? Type1722 { get; set; } /// /// /// - public global::RetellAI.UpdateCallMetadataResponseStatus4? Type1723 { get; set; } + public global::RetellAI.UpdateCallMetadataResponseStatus3? Type1723 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallResponse? Type1724 { get; set; } + public global::RetellAI.UpdateCallMetadataResponse4? Type1724 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallResponse2? Type1725 { get; set; } + public global::RetellAI.UpdateCallMetadataResponseStatus4? Type1725 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallResponseStatus? Type1726 { get; set; } + public global::RetellAI.UpdateLiveCallResponse? Type1726 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallResponse3? Type1727 { get; set; } + public global::RetellAI.UpdateLiveCallResponse2? Type1727 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallResponseStatus2? Type1728 { get; set; } + public global::RetellAI.UpdateLiveCallResponseStatus? Type1728 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallResponse4? Type1729 { get; set; } + public global::RetellAI.UpdateLiveCallResponse3? Type1729 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallResponseStatus3? Type1730 { get; set; } + public global::RetellAI.UpdateLiveCallResponseStatus2? Type1730 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallResponse5? Type1731 { get; set; } + public global::RetellAI.UpdateLiveCallResponse4? Type1731 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallResponseStatus4? Type1732 { get; set; } + public global::RetellAI.UpdateLiveCallResponseStatus3? Type1732 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallResponse6? Type1733 { get; set; } + public global::RetellAI.UpdateLiveCallResponse5? Type1733 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallResponseStatus5? Type1734 { get; set; } + public global::RetellAI.UpdateLiveCallResponseStatus4? Type1734 { get; set; } /// /// /// - public global::RetellAI.StopCallResponse? Type1735 { get; set; } + public global::RetellAI.UpdateLiveCallResponse6? Type1735 { get; set; } /// /// /// - public global::RetellAI.StopCallResponseStatus? Type1736 { get; set; } + public global::RetellAI.UpdateLiveCallResponseStatus5? Type1736 { get; set; } /// /// /// - public global::RetellAI.StopCallResponse2? Type1737 { get; set; } + public global::RetellAI.StopCallResponse? Type1737 { get; set; } /// /// /// - public global::RetellAI.StopCallResponseStatus2? Type1738 { get; set; } + public global::RetellAI.StopCallResponseStatus? Type1738 { get; set; } /// /// /// - public global::RetellAI.StopCallResponse3? Type1739 { get; set; } + public global::RetellAI.StopCallResponse2? Type1739 { get; set; } /// /// /// - public global::RetellAI.StopCallResponseStatus3? Type1740 { get; set; } + public global::RetellAI.StopCallResponseStatus2? Type1740 { get; set; } /// /// /// - public global::RetellAI.StopCallResponse4? Type1741 { get; set; } + public global::RetellAI.StopCallResponse3? Type1741 { get; set; } /// /// /// - public global::RetellAI.StopCallResponseStatus4? Type1742 { get; set; } + public global::RetellAI.StopCallResponseStatus3? Type1742 { get; set; } /// /// /// - public global::RetellAI.CreateContactResponse? Type1743 { get; set; } + public global::RetellAI.StopCallResponse4? Type1743 { get; set; } /// /// /// - public global::RetellAI.CreateContactResponseStatus? Type1744 { get; set; } + public global::RetellAI.StopCallResponseStatus4? Type1744 { get; set; } /// /// /// - public global::RetellAI.CreateContactResponse2? Type1745 { get; set; } + public global::RetellAI.CreateContactResponse? Type1745 { get; set; } /// /// /// - public global::RetellAI.CreateContactResponseStatus2? Type1746 { get; set; } + public global::RetellAI.CreateContactResponseStatus? Type1746 { get; set; } /// /// /// - public global::RetellAI.CreateContactResponse3? Type1747 { get; set; } + public global::RetellAI.CreateContactResponse2? Type1747 { get; set; } /// /// /// - public global::RetellAI.CreateContactResponseStatus3? Type1748 { get; set; } + public global::RetellAI.CreateContactResponseStatus2? Type1748 { get; set; } /// /// /// - public global::RetellAI.CreateContactResponse4? Type1749 { get; set; } + public global::RetellAI.CreateContactResponse3? Type1749 { get; set; } /// /// /// - public global::RetellAI.CreateContactResponseStatus4? Type1750 { get; set; } + public global::RetellAI.CreateContactResponseStatus3? Type1750 { get; set; } /// /// /// - public global::RetellAI.UploadContactImportFileResponse? Type1751 { get; set; } + public global::RetellAI.CreateContactResponse4? Type1751 { get; set; } /// /// /// - public global::RetellAI.UploadContactImportFileResponse2? Type1752 { get; set; } + public global::RetellAI.CreateContactResponseStatus4? Type1752 { get; set; } /// /// /// - public global::RetellAI.UploadContactImportFileResponseStatus? Type1753 { get; set; } + public global::RetellAI.UploadContactImportFileResponse? Type1753 { get; set; } /// /// /// - public global::RetellAI.UploadContactImportFileResponse3? Type1754 { get; set; } + public global::RetellAI.UploadContactImportFileResponse2? Type1754 { get; set; } /// /// /// - public global::RetellAI.UploadContactImportFileResponseStatus2? Type1755 { get; set; } + public global::RetellAI.UploadContactImportFileResponseStatus? Type1755 { get; set; } /// /// /// - public global::RetellAI.UploadContactImportFileResponse4? Type1756 { get; set; } + public global::RetellAI.UploadContactImportFileResponse3? Type1756 { get; set; } /// /// /// - public global::RetellAI.UploadContactImportFileResponseStatus3? Type1757 { get; set; } + public global::RetellAI.UploadContactImportFileResponseStatus2? Type1757 { get; set; } /// /// /// - public global::RetellAI.UploadContactImportFileResponse5? Type1758 { get; set; } + public global::RetellAI.UploadContactImportFileResponse4? Type1758 { get; set; } /// /// /// - public global::RetellAI.UploadContactImportFileResponseStatus4? Type1759 { get; set; } + public global::RetellAI.UploadContactImportFileResponseStatus3? Type1759 { get; set; } /// /// /// - public global::RetellAI.CreateContactImportResponse? Type1760 { get; set; } + public global::RetellAI.UploadContactImportFileResponse5? Type1760 { get; set; } /// /// /// - public global::RetellAI.CreateContactImportResponseStatus? Type1761 { get; set; } + public global::RetellAI.UploadContactImportFileResponseStatus4? Type1761 { get; set; } /// /// /// - public global::RetellAI.CreateContactImportResponse2? Type1762 { get; set; } + public global::RetellAI.CreateContactImportResponse? Type1762 { get; set; } /// /// /// - public global::RetellAI.CreateContactImportResponseStatus2? Type1763 { get; set; } + public global::RetellAI.CreateContactImportResponseStatus? Type1763 { get; set; } /// /// /// - public global::RetellAI.CreateContactImportResponse3? Type1764 { get; set; } + public global::RetellAI.CreateContactImportResponse2? Type1764 { get; set; } /// /// /// - public global::RetellAI.CreateContactImportResponseStatus3? Type1765 { get; set; } + public global::RetellAI.CreateContactImportResponseStatus2? Type1765 { get; set; } /// /// /// - public global::RetellAI.CreateContactImportResponse4? Type1766 { get; set; } + public global::RetellAI.CreateContactImportResponse3? Type1766 { get; set; } /// /// /// - public global::RetellAI.CreateContactImportResponseStatus4? Type1767 { get; set; } + public global::RetellAI.CreateContactImportResponseStatus3? Type1767 { get; set; } /// /// /// - public global::RetellAI.CreateContactImportResponse5? Type1768 { get; set; } + public global::RetellAI.CreateContactImportResponse4? Type1768 { get; set; } /// /// /// - public global::RetellAI.CreateContactImportResponseStatus5? Type1769 { get; set; } + public global::RetellAI.CreateContactImportResponseStatus4? Type1769 { get; set; } /// /// /// - public global::RetellAI.GetContactImportResponse? Type1770 { get; set; } + public global::RetellAI.CreateContactImportResponse5? Type1770 { get; set; } /// /// /// - public global::RetellAI.GetContactImportResponseStatus? Type1771 { get; set; } + public global::RetellAI.CreateContactImportResponseStatus5? Type1771 { get; set; } /// /// /// - public global::RetellAI.GetContactImportResponse2? Type1772 { get; set; } + public global::RetellAI.GetContactImportResponse? Type1772 { get; set; } /// /// /// - public global::RetellAI.GetContactImportResponseStatus2? Type1773 { get; set; } + public global::RetellAI.GetContactImportResponseStatus? Type1773 { get; set; } /// /// /// - public global::RetellAI.GetContactImportResponse3? Type1774 { get; set; } + public global::RetellAI.GetContactImportResponse2? Type1774 { get; set; } /// /// /// - public global::RetellAI.GetContactImportResponseStatus3? Type1775 { get; set; } + public global::RetellAI.GetContactImportResponseStatus2? Type1775 { get; set; } /// /// /// - public global::RetellAI.GetContactResponse? Type1776 { get; set; } + public global::RetellAI.GetContactImportResponse3? Type1776 { get; set; } /// /// /// - public global::RetellAI.GetContactResponseStatus? Type1777 { get; set; } + public global::RetellAI.GetContactImportResponseStatus3? Type1777 { get; set; } /// /// /// - public global::RetellAI.GetContactResponse2? Type1778 { get; set; } + public global::RetellAI.GetContactResponse? Type1778 { get; set; } /// /// /// - public global::RetellAI.GetContactResponseStatus2? Type1779 { get; set; } + public global::RetellAI.GetContactResponseStatus? Type1779 { get; set; } /// /// /// - public global::RetellAI.GetContactResponse3? Type1780 { get; set; } + public global::RetellAI.GetContactResponse2? Type1780 { get; set; } /// /// /// - public global::RetellAI.GetContactResponseStatus3? Type1781 { get; set; } + public global::RetellAI.GetContactResponseStatus2? Type1781 { get; set; } /// /// /// - public global::RetellAI.GetContactResponse4? Type1782 { get; set; } + public global::RetellAI.GetContactResponse3? Type1782 { get; set; } /// /// /// - public global::RetellAI.GetContactResponseStatus4? Type1783 { get; set; } + public global::RetellAI.GetContactResponseStatus3? Type1783 { get; set; } /// /// /// - public global::RetellAI.GetContactByPhoneResponse? Type1784 { get; set; } + public global::RetellAI.GetContactResponse4? Type1784 { get; set; } /// /// /// - public global::RetellAI.GetContactByPhoneResponseStatus? Type1785 { get; set; } + public global::RetellAI.GetContactResponseStatus4? Type1785 { get; set; } /// /// /// - public global::RetellAI.GetContactByPhoneResponse2? Type1786 { get; set; } + public global::RetellAI.GetContactByPhoneResponse? Type1786 { get; set; } /// /// /// - public global::RetellAI.GetContactByPhoneResponseStatus2? Type1787 { get; set; } + public global::RetellAI.GetContactByPhoneResponseStatus? Type1787 { get; set; } /// /// /// - public global::RetellAI.GetContactByPhoneResponse3? Type1788 { get; set; } + public global::RetellAI.GetContactByPhoneResponse2? Type1788 { get; set; } /// /// /// - public global::RetellAI.GetContactByPhoneResponseStatus3? Type1789 { get; set; } + public global::RetellAI.GetContactByPhoneResponseStatus2? Type1789 { get; set; } /// /// /// - public global::RetellAI.GetContactByPhoneResponse4? Type1790 { get; set; } + public global::RetellAI.GetContactByPhoneResponse3? Type1790 { get; set; } /// /// /// - public global::RetellAI.GetContactByPhoneResponseStatus4? Type1791 { get; set; } + public global::RetellAI.GetContactByPhoneResponseStatus3? Type1791 { get; set; } /// /// /// - public global::RetellAI.GetContactByPhoneResponse5? Type1792 { get; set; } + public global::RetellAI.GetContactByPhoneResponse4? Type1792 { get; set; } /// /// /// - public global::RetellAI.GetContactByPhoneResponseStatus5? Type1793 { get; set; } + public global::RetellAI.GetContactByPhoneResponseStatus4? Type1793 { get; set; } /// /// /// - public global::RetellAI.UpdateContactResponse? Type1794 { get; set; } + public global::RetellAI.GetContactByPhoneResponse5? Type1794 { get; set; } /// /// /// - public global::RetellAI.UpdateContactResponseStatus? Type1795 { get; set; } + public global::RetellAI.GetContactByPhoneResponseStatus5? Type1795 { get; set; } /// /// /// - public global::RetellAI.UpdateContactResponse2? Type1796 { get; set; } + public global::RetellAI.UpdateContactResponse? Type1796 { get; set; } /// /// /// - public global::RetellAI.UpdateContactResponseStatus2? Type1797 { get; set; } + public global::RetellAI.UpdateContactResponseStatus? Type1797 { get; set; } /// /// /// - public global::RetellAI.UpdateContactResponse3? Type1798 { get; set; } + public global::RetellAI.UpdateContactResponse2? Type1798 { get; set; } /// /// /// - public global::RetellAI.UpdateContactResponseStatus3? Type1799 { get; set; } + public global::RetellAI.UpdateContactResponseStatus2? Type1799 { get; set; } /// /// /// - public global::RetellAI.UpdateContactResponse4? Type1800 { get; set; } + public global::RetellAI.UpdateContactResponse3? Type1800 { get; set; } /// /// /// - public global::RetellAI.UpdateContactResponseStatus4? Type1801 { get; set; } + public global::RetellAI.UpdateContactResponseStatus3? Type1801 { get; set; } /// /// /// - public global::RetellAI.UpdateContactResponse5? Type1802 { get; set; } + public global::RetellAI.UpdateContactResponse4? Type1802 { get; set; } /// /// /// - public global::RetellAI.UpdateContactResponseStatus5? Type1803 { get; set; } + public global::RetellAI.UpdateContactResponseStatus4? Type1803 { get; set; } /// /// /// - public global::RetellAI.DeleteContactResponse? Type1804 { get; set; } + public global::RetellAI.UpdateContactResponse5? Type1804 { get; set; } /// /// /// - public global::RetellAI.DeleteContactResponseStatus? Type1805 { get; set; } + public global::RetellAI.UpdateContactResponseStatus5? Type1805 { get; set; } /// /// /// - public global::RetellAI.DeleteContactResponse2? Type1806 { get; set; } + public global::RetellAI.DeleteContactResponse? Type1806 { get; set; } /// /// /// - public global::RetellAI.DeleteContactResponseStatus2? Type1807 { get; set; } + public global::RetellAI.DeleteContactResponseStatus? Type1807 { get; set; } /// /// /// - public global::RetellAI.DeleteContactResponse3? Type1808 { get; set; } + public global::RetellAI.DeleteContactResponse2? Type1808 { get; set; } /// /// /// - public global::RetellAI.DeleteContactResponseStatus3? Type1809 { get; set; } + public global::RetellAI.DeleteContactResponseStatus2? Type1809 { get; set; } /// /// /// - public global::RetellAI.DeleteContactResponse4? Type1810 { get; set; } + public global::RetellAI.DeleteContactResponse3? Type1810 { get; set; } /// /// /// - public global::RetellAI.DeleteContactResponseStatus4? Type1811 { get; set; } + public global::RetellAI.DeleteContactResponseStatus3? Type1811 { get; set; } /// /// /// - public global::RetellAI.DeleteContactResponse5? Type1812 { get; set; } + public global::RetellAI.DeleteContactResponse4? Type1812 { get; set; } /// /// /// - public global::RetellAI.DeleteContactResponseStatus5? Type1813 { get; set; } + public global::RetellAI.DeleteContactResponseStatus4? Type1813 { get; set; } /// /// /// - public global::RetellAI.ListContactsResponse? Type1814 { get; set; } + public global::RetellAI.DeleteContactResponse5? Type1814 { get; set; } /// /// /// - public global::RetellAI.ListContactsResponseStatus? Type1815 { get; set; } + public global::RetellAI.DeleteContactResponseStatus5? Type1815 { get; set; } /// /// /// - public global::RetellAI.ListContactsResponse2? Type1816 { get; set; } + public global::RetellAI.ListContactsResponse? Type1816 { get; set; } /// /// /// - public global::RetellAI.ListContactsResponseStatus2? Type1817 { get; set; } + public global::RetellAI.ListContactsResponseStatus? Type1817 { get; set; } /// /// /// - public global::RetellAI.ListContactsResponse3? Type1818 { get; set; } + public global::RetellAI.ListContactsResponse2? Type1818 { get; set; } /// /// /// - public global::RetellAI.ListContactsResponseStatus3? Type1819 { get; set; } + public global::RetellAI.ListContactsResponseStatus2? Type1819 { get; set; } /// /// /// - public global::RetellAI.ListContactsResponse4? Type1820 { get; set; } + public global::RetellAI.ListContactsResponse3? Type1820 { get; set; } /// /// /// - public global::RetellAI.ListContactsResponseStatus4? Type1821 { get; set; } + public global::RetellAI.ListContactsResponseStatus3? Type1821 { get; set; } /// /// /// - public global::RetellAI.ListContactConversationsResponse? Type1822 { get; set; } + public global::RetellAI.ListContactsResponse4? Type1822 { get; set; } /// /// /// - public global::RetellAI.ListContactConversationsResponseStatus? Type1823 { get; set; } + public global::RetellAI.ListContactsResponseStatus4? Type1823 { get; set; } /// /// /// - public global::RetellAI.ListContactConversationsResponse2? Type1824 { get; set; } + public global::RetellAI.ListContactConversationsResponse? Type1824 { get; set; } /// /// /// - public global::RetellAI.ListContactConversationsResponseStatus2? Type1825 { get; set; } + public global::RetellAI.ListContactConversationsResponseStatus? Type1825 { get; set; } /// /// /// - public global::RetellAI.ListContactConversationsResponse3? Type1826 { get; set; } + public global::RetellAI.ListContactConversationsResponse2? Type1826 { get; set; } /// /// /// - public global::RetellAI.ListContactConversationsResponseStatus3? Type1827 { get; set; } + public global::RetellAI.ListContactConversationsResponseStatus2? Type1827 { get; set; } /// /// /// - public global::RetellAI.ListContactConversationsResponse4? Type1828 { get; set; } + public global::RetellAI.ListContactConversationsResponse3? Type1828 { get; set; } /// /// /// - public global::RetellAI.ListContactConversationsResponseStatus4? Type1829 { get; set; } + public global::RetellAI.ListContactConversationsResponseStatus3? Type1829 { get; set; } /// /// /// - public global::RetellAI.CreateAppResponse? Type1830 { get; set; } + public global::RetellAI.ListContactConversationsResponse4? Type1830 { get; set; } /// /// /// - public global::RetellAI.CreateAppResponseStatus? Type1831 { get; set; } + public global::RetellAI.ListContactConversationsResponseStatus4? Type1831 { get; set; } /// /// /// - public global::RetellAI.CreateAppResponse2? Type1832 { get; set; } + public global::RetellAI.CreateAppResponse? Type1832 { get; set; } /// /// /// - public global::RetellAI.CreateAppResponseStatus2? Type1833 { get; set; } + public global::RetellAI.CreateAppResponseStatus? Type1833 { get; set; } /// /// /// - public global::RetellAI.CreateAppResponse3? Type1834 { get; set; } + public global::RetellAI.CreateAppResponse2? Type1834 { get; set; } /// /// /// - public global::RetellAI.CreateAppResponseStatus3? Type1835 { get; set; } + public global::RetellAI.CreateAppResponseStatus2? Type1835 { get; set; } /// /// /// - public global::RetellAI.CreateAppResponse4? Type1836 { get; set; } + public global::RetellAI.CreateAppResponse3? Type1836 { get; set; } /// /// /// - public global::RetellAI.CreateAppResponseStatus4? Type1837 { get; set; } + public global::RetellAI.CreateAppResponseStatus3? Type1837 { get; set; } /// /// /// - public global::RetellAI.GetAppResponse? Type1838 { get; set; } + public global::RetellAI.CreateAppResponse4? Type1838 { get; set; } /// /// /// - public global::RetellAI.GetAppResponseStatus? Type1839 { get; set; } + public global::RetellAI.CreateAppResponseStatus4? Type1839 { get; set; } /// /// /// - public global::RetellAI.GetAppResponse2? Type1840 { get; set; } + public global::RetellAI.GetAppResponse? Type1840 { get; set; } /// /// /// - public global::RetellAI.GetAppResponseStatus2? Type1841 { get; set; } + public global::RetellAI.GetAppResponseStatus? Type1841 { get; set; } /// /// /// - public global::RetellAI.GetAppResponse3? Type1842 { get; set; } + public global::RetellAI.GetAppResponse2? Type1842 { get; set; } /// /// /// - public global::RetellAI.GetAppResponseStatus3? Type1843 { get; set; } + public global::RetellAI.GetAppResponseStatus2? Type1843 { get; set; } /// /// /// - public global::RetellAI.GetAppResponse4? Type1844 { get; set; } + public global::RetellAI.GetAppResponse3? Type1844 { get; set; } /// /// /// - public global::RetellAI.GetAppResponseStatus4? Type1845 { get; set; } + public global::RetellAI.GetAppResponseStatus3? Type1845 { get; set; } /// /// /// - public global::RetellAI.UpdateAppResponse? Type1846 { get; set; } + public global::RetellAI.GetAppResponse4? Type1846 { get; set; } /// /// /// - public global::RetellAI.UpdateAppResponseStatus? Type1847 { get; set; } + public global::RetellAI.GetAppResponseStatus4? Type1847 { get; set; } /// /// /// - public global::RetellAI.UpdateAppResponse2? Type1848 { get; set; } + public global::RetellAI.UpdateAppResponse? Type1848 { get; set; } /// /// /// - public global::RetellAI.UpdateAppResponseStatus2? Type1849 { get; set; } + public global::RetellAI.UpdateAppResponseStatus? Type1849 { get; set; } /// /// /// - public global::RetellAI.UpdateAppResponse3? Type1850 { get; set; } + public global::RetellAI.UpdateAppResponse2? Type1850 { get; set; } /// /// /// - public global::RetellAI.UpdateAppResponseStatus3? Type1851 { get; set; } + public global::RetellAI.UpdateAppResponseStatus2? Type1851 { get; set; } /// /// /// - public global::RetellAI.UpdateAppResponse4? Type1852 { get; set; } + public global::RetellAI.UpdateAppResponse3? Type1852 { get; set; } /// /// /// - public global::RetellAI.UpdateAppResponseStatus4? Type1853 { get; set; } + public global::RetellAI.UpdateAppResponseStatus3? Type1853 { get; set; } /// /// /// - public global::RetellAI.UpdateAppResponse5? Type1854 { get; set; } + public global::RetellAI.UpdateAppResponse4? Type1854 { get; set; } /// /// /// - public global::RetellAI.UpdateAppResponseStatus5? Type1855 { get; set; } + public global::RetellAI.UpdateAppResponseStatus4? Type1855 { get; set; } /// /// /// - public global::RetellAI.DeleteAppResponse? Type1856 { get; set; } + public global::RetellAI.UpdateAppResponse5? Type1856 { get; set; } /// /// /// - public global::RetellAI.DeleteAppResponseStatus? Type1857 { get; set; } + public global::RetellAI.UpdateAppResponseStatus5? Type1857 { get; set; } /// /// /// - public global::RetellAI.DeleteAppResponse2? Type1858 { get; set; } + public global::RetellAI.DeleteAppResponse? Type1858 { get; set; } /// /// /// - public global::RetellAI.DeleteAppResponseStatus2? Type1859 { get; set; } + public global::RetellAI.DeleteAppResponseStatus? Type1859 { get; set; } /// /// /// - public global::RetellAI.DeleteAppResponse3? Type1860 { get; set; } + public global::RetellAI.DeleteAppResponse2? Type1860 { get; set; } /// /// /// - public global::RetellAI.DeleteAppResponseStatus3? Type1861 { get; set; } + public global::RetellAI.DeleteAppResponseStatus2? Type1861 { get; set; } /// /// /// - public global::RetellAI.DeleteAppResponse4? Type1862 { get; set; } + public global::RetellAI.DeleteAppResponse3? Type1862 { get; set; } /// /// /// - public global::RetellAI.DeleteAppResponseStatus4? Type1863 { get; set; } + public global::RetellAI.DeleteAppResponseStatus3? Type1863 { get; set; } /// /// /// - public global::RetellAI.DeleteAppResponse5? Type1864 { get; set; } + public global::RetellAI.DeleteAppResponse4? Type1864 { get; set; } /// /// /// - public global::RetellAI.DeleteAppResponseStatus5? Type1865 { get; set; } + public global::RetellAI.DeleteAppResponseStatus4? Type1865 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type1866 { get; set; } + public global::RetellAI.DeleteAppResponse5? Type1866 { get; set; } /// /// /// - public global::RetellAI.ListAppsResponse2? Type1867 { get; set; } + public global::RetellAI.DeleteAppResponseStatus5? Type1867 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1868 { get; set; } + public global::RetellAI.AllOf? Type1868 { get; set; } /// /// /// - public global::RetellAI.ListAppsResponse3? Type1869 { get; set; } + public global::RetellAI.ListAppsResponse2? Type1869 { get; set; } /// /// /// - public global::RetellAI.ListAppsResponseStatus? Type1870 { get; set; } + public global::System.Collections.Generic.IList? Type1870 { get; set; } /// /// /// - public global::RetellAI.ListAppsResponse4? Type1871 { get; set; } + public global::RetellAI.ListAppsResponse3? Type1871 { get; set; } /// /// /// - public global::RetellAI.ListAppsResponseStatus2? Type1872 { get; set; } + public global::RetellAI.ListAppsResponseStatus? Type1872 { get; set; } /// /// /// - public global::RetellAI.ListAppsResponse5? Type1873 { get; set; } + public global::RetellAI.ListAppsResponse4? Type1873 { get; set; } /// /// /// - public global::RetellAI.ListAppsResponseStatus3? Type1874 { get; set; } + public global::RetellAI.ListAppsResponseStatus2? Type1874 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type1875 { get; set; } + public global::RetellAI.ListAppsResponse5? Type1875 { get; set; } /// /// /// - public global::RetellAI.ListAppUsagesResponse2? Type1876 { get; set; } + public global::RetellAI.ListAppsResponseStatus3? Type1876 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1877 { get; set; } + public global::RetellAI.AllOf? Type1877 { get; set; } /// /// /// - public global::RetellAI.ListAppUsagesResponse3? Type1878 { get; set; } + public global::RetellAI.ListAppUsagesResponse2? Type1878 { get; set; } /// /// /// - public global::RetellAI.ListAppUsagesResponseStatus? Type1879 { get; set; } + public global::System.Collections.Generic.IList? Type1879 { get; set; } /// /// /// - public global::RetellAI.ListAppUsagesResponse4? Type1880 { get; set; } + public global::RetellAI.ListAppUsagesResponse3? Type1880 { get; set; } /// /// /// - public global::RetellAI.ListAppUsagesResponseStatus2? Type1881 { get; set; } + public global::RetellAI.ListAppUsagesResponseStatus? Type1881 { get; set; } /// /// /// - public global::RetellAI.ListAppUsagesResponse5? Type1882 { get; set; } + public global::RetellAI.ListAppUsagesResponse4? Type1882 { get; set; } /// /// /// - public global::RetellAI.ListAppUsagesResponseStatus3? Type1883 { get; set; } + public global::RetellAI.ListAppUsagesResponseStatus2? Type1883 { get; set; } /// /// /// - public global::RetellAI.ListAppUsagesResponse6? Type1884 { get; set; } + public global::RetellAI.ListAppUsagesResponse5? Type1884 { get; set; } /// /// /// - public global::RetellAI.ListAppUsagesResponseStatus4? Type1885 { get; set; } + public global::RetellAI.ListAppUsagesResponseStatus3? Type1885 { get; set; } /// /// /// - public global::RetellAI.TestAppAuthResponse? Type1886 { get; set; } + public global::RetellAI.ListAppUsagesResponse6? Type1886 { get; set; } /// /// /// - public global::RetellAI.TestAppAuthResponse2? Type1887 { get; set; } + public global::RetellAI.ListAppUsagesResponseStatus4? Type1887 { get; set; } /// /// /// - public global::RetellAI.TestAppAuthResponseStatus? Type1888 { get; set; } + public global::RetellAI.TestAppAuthResponse? Type1888 { get; set; } /// /// /// - public global::RetellAI.TestAppAuthResponse3? Type1889 { get; set; } + public global::RetellAI.TestAppAuthResponse2? Type1889 { get; set; } /// /// /// - public global::RetellAI.TestAppAuthResponseStatus2? Type1890 { get; set; } + public global::RetellAI.TestAppAuthResponseStatus? Type1890 { get; set; } /// /// /// - public global::RetellAI.TestAppAuthResponse4? Type1891 { get; set; } + public global::RetellAI.TestAppAuthResponse3? Type1891 { get; set; } /// /// /// - public global::RetellAI.TestAppAuthResponseStatus3? Type1892 { get; set; } + public global::RetellAI.TestAppAuthResponseStatus2? Type1892 { get; set; } /// /// /// - public global::RetellAI.TestAppAuthResponse5? Type1893 { get; set; } + public global::RetellAI.TestAppAuthResponse4? Type1893 { get; set; } /// /// /// - public global::RetellAI.TestAppAuthResponseStatus4? Type1894 { get; set; } + public global::RetellAI.TestAppAuthResponseStatus3? Type1894 { get; set; } /// /// /// - public global::RetellAI.GetCrmConfigResponse? Type1895 { get; set; } + public global::RetellAI.TestAppAuthResponse5? Type1895 { get; set; } /// /// /// - public global::RetellAI.GetCrmConfigResponseStatus? Type1896 { get; set; } + public global::RetellAI.TestAppAuthResponseStatus4? Type1896 { get; set; } /// /// /// - public global::RetellAI.GetCrmConfigResponse2? Type1897 { get; set; } + public global::RetellAI.GetCrmConfigResponse? Type1897 { get; set; } /// /// /// - public global::RetellAI.GetCrmConfigResponseStatus2? Type1898 { get; set; } + public global::RetellAI.GetCrmConfigResponseStatus? Type1898 { get; set; } /// /// /// - public global::RetellAI.GetCrmConfigResponse3? Type1899 { get; set; } + public global::RetellAI.GetCrmConfigResponse2? Type1899 { get; set; } /// /// /// - public global::RetellAI.GetCrmConfigResponseStatus3? Type1900 { get; set; } + public global::RetellAI.GetCrmConfigResponseStatus2? Type1900 { get; set; } /// /// /// - public global::RetellAI.UpdateCrmConfigResponse? Type1901 { get; set; } + public global::RetellAI.GetCrmConfigResponse3? Type1901 { get; set; } /// /// /// - public global::RetellAI.UpdateCrmConfigResponseStatus? Type1902 { get; set; } + public global::RetellAI.GetCrmConfigResponseStatus3? Type1902 { get; set; } /// /// /// - public global::RetellAI.UpdateCrmConfigResponse2? Type1903 { get; set; } + public global::RetellAI.UpdateCrmConfigResponse? Type1903 { get; set; } /// /// /// - public global::RetellAI.UpdateCrmConfigResponseStatus2? Type1904 { get; set; } + public global::RetellAI.UpdateCrmConfigResponseStatus? Type1904 { get; set; } /// /// /// - public global::RetellAI.UpdateCrmConfigResponse3? Type1905 { get; set; } + public global::RetellAI.UpdateCrmConfigResponse2? Type1905 { get; set; } /// /// /// - public global::RetellAI.UpdateCrmConfigResponseStatus3? Type1906 { get; set; } + public global::RetellAI.UpdateCrmConfigResponseStatus2? Type1906 { get; set; } /// /// /// - public global::RetellAI.UpdateCrmConfigResponse4? Type1907 { get; set; } + public global::RetellAI.UpdateCrmConfigResponse3? Type1907 { get; set; } /// /// /// - public global::RetellAI.UpdateCrmConfigResponseStatus4? Type1908 { get; set; } + public global::RetellAI.UpdateCrmConfigResponseStatus3? Type1908 { get; set; } /// /// /// - public global::RetellAI.UpdateCrmConfigResponse5? Type1909 { get; set; } + public global::RetellAI.UpdateCrmConfigResponse4? Type1909 { get; set; } /// /// /// - public global::RetellAI.UpdateCrmConfigResponseStatus5? Type1910 { get; set; } + public global::RetellAI.UpdateCrmConfigResponseStatus4? Type1910 { get; set; } /// /// /// - public global::RetellAI.RunSyncJobResponse? Type1911 { get; set; } + public global::RetellAI.UpdateCrmConfigResponse5? Type1911 { get; set; } /// /// /// - public global::RetellAI.RunSyncJobResponseStatus? Type1912 { get; set; } + public global::RetellAI.UpdateCrmConfigResponseStatus5? Type1912 { get; set; } /// /// /// - public global::RetellAI.RunSyncJobResponse2? Type1913 { get; set; } + public global::RetellAI.RunSyncJobResponse? Type1913 { get; set; } /// /// /// - public global::RetellAI.RunSyncJobResponseStatus2? Type1914 { get; set; } + public global::RetellAI.RunSyncJobResponseStatus? Type1914 { get; set; } /// /// /// - public global::RetellAI.RunSyncJobResponse3? Type1915 { get; set; } + public global::RetellAI.RunSyncJobResponse2? Type1915 { get; set; } /// /// /// - public global::RetellAI.RunSyncJobResponseStatus3? Type1916 { get; set; } + public global::RetellAI.RunSyncJobResponseStatus2? Type1916 { get; set; } /// /// /// - public global::RetellAI.RunSyncJobResponse4? Type1917 { get; set; } + public global::RetellAI.RunSyncJobResponse3? Type1917 { get; set; } /// /// /// - public global::RetellAI.RunSyncJobResponseStatus4? Type1918 { get; set; } + public global::RetellAI.RunSyncJobResponseStatus3? Type1918 { get; set; } /// /// /// - public global::RetellAI.GetSyncJobStatusResponse? Type1919 { get; set; } + public global::RetellAI.RunSyncJobResponse4? Type1919 { get; set; } /// /// /// - public global::RetellAI.GetSyncJobStatusResponseStatus? Type1920 { get; set; } + public global::RetellAI.RunSyncJobResponseStatus4? Type1920 { get; set; } /// /// /// - public global::RetellAI.GetSyncJobStatusResponse2? Type1921 { get; set; } + public global::RetellAI.GetSyncJobStatusResponse? Type1921 { get; set; } /// /// /// - public global::RetellAI.GetSyncJobStatusResponseStatus2? Type1922 { get; set; } + public global::RetellAI.GetSyncJobStatusResponseStatus? Type1922 { get; set; } /// /// /// - public global::RetellAI.GetSyncJobStatusResponse3? Type1923 { get; set; } + public global::RetellAI.GetSyncJobStatusResponse2? Type1923 { get; set; } /// /// /// - public global::RetellAI.GetSyncJobStatusResponseStatus3? Type1924 { get; set; } + public global::RetellAI.GetSyncJobStatusResponseStatus2? Type1924 { get; set; } /// /// /// - public global::RetellAI.BackfillContactAnalysisDataResponse? Type1925 { get; set; } + public global::RetellAI.GetSyncJobStatusResponse3? Type1925 { get; set; } /// /// /// - public global::RetellAI.BackfillContactAnalysisDataResponseStatus? Type1926 { get; set; } + public global::RetellAI.GetSyncJobStatusResponseStatus3? Type1926 { get; set; } /// /// /// - public global::RetellAI.BackfillContactAnalysisDataResponse2? Type1927 { get; set; } + public global::RetellAI.BackfillContactAnalysisDataResponse? Type1927 { get; set; } /// /// /// - public global::RetellAI.BackfillContactAnalysisDataResponseStatus2? Type1928 { get; set; } + public global::RetellAI.BackfillContactAnalysisDataResponseStatus? Type1928 { get; set; } /// /// /// - public global::RetellAI.BackfillContactAnalysisDataResponse3? Type1929 { get; set; } + public global::RetellAI.BackfillContactAnalysisDataResponse2? Type1929 { get; set; } /// /// /// - public global::RetellAI.BackfillContactAnalysisDataResponseStatus3? Type1930 { get; set; } + public global::RetellAI.BackfillContactAnalysisDataResponseStatus2? Type1930 { get; set; } /// /// /// - public global::RetellAI.BackfillContactAnalysisDataResponse4? Type1931 { get; set; } + public global::RetellAI.BackfillContactAnalysisDataResponse3? Type1931 { get; set; } /// /// /// - public global::RetellAI.BackfillContactAnalysisDataResponseStatus4? Type1932 { get; set; } + public global::RetellAI.BackfillContactAnalysisDataResponseStatus3? Type1932 { get; set; } /// /// /// - public global::RetellAI.GetBackfillContactJobStatusResponse? Type1933 { get; set; } + public global::RetellAI.BackfillContactAnalysisDataResponse4? Type1933 { get; set; } /// /// /// - public global::RetellAI.GetBackfillContactJobStatusResponseStatus? Type1934 { get; set; } + public global::RetellAI.BackfillContactAnalysisDataResponseStatus4? Type1934 { get; set; } /// /// /// - public global::RetellAI.GetBackfillContactJobStatusResponse2? Type1935 { get; set; } + public global::RetellAI.GetBackfillContactJobStatusResponse? Type1935 { get; set; } /// /// /// - public global::RetellAI.GetBackfillContactJobStatusResponseStatus2? Type1936 { get; set; } + public global::RetellAI.GetBackfillContactJobStatusResponseStatus? Type1936 { get; set; } /// /// /// - public global::RetellAI.GetBackfillContactJobStatusResponse3? Type1937 { get; set; } + public global::RetellAI.GetBackfillContactJobStatusResponse2? Type1937 { get; set; } /// /// /// - public global::RetellAI.GetBackfillContactJobStatusResponseStatus3? Type1938 { get; set; } + public global::RetellAI.GetBackfillContactJobStatusResponseStatus2? Type1938 { get; set; } /// /// /// - public global::RetellAI.GetCrmSchemaResponse? Type1939 { get; set; } + public global::RetellAI.GetBackfillContactJobStatusResponse3? Type1939 { get; set; } /// /// /// - public global::RetellAI.GetCrmSchemaResponse2? Type1940 { get; set; } + public global::RetellAI.GetBackfillContactJobStatusResponseStatus3? Type1940 { get; set; } /// /// /// - public global::RetellAI.GetCrmSchemaResponseStatus? Type1941 { get; set; } + public global::RetellAI.GetCrmSchemaResponse? Type1941 { get; set; } /// /// /// - public global::RetellAI.GetCrmSchemaResponse3? Type1942 { get; set; } + public global::RetellAI.GetCrmSchemaResponse2? Type1942 { get; set; } /// /// /// - public global::RetellAI.GetCrmSchemaResponseStatus2? Type1943 { get; set; } + public global::RetellAI.GetCrmSchemaResponseStatus? Type1943 { get; set; } /// /// /// - public global::RetellAI.GetCrmSchemaResponse4? Type1944 { get; set; } + public global::RetellAI.GetCrmSchemaResponse3? Type1944 { get; set; } /// /// /// - public global::RetellAI.GetCrmSchemaResponseStatus3? Type1945 { get; set; } + public global::RetellAI.GetCrmSchemaResponseStatus2? Type1945 { get; set; } /// /// /// - public global::RetellAI.GetCrmSchemaResponse5? Type1946 { get; set; } + public global::RetellAI.GetCrmSchemaResponse4? Type1946 { get; set; } /// /// /// - public global::RetellAI.GetCrmSchemaResponseStatus4? Type1947 { get; set; } + public global::RetellAI.GetCrmSchemaResponseStatus3? Type1947 { get; set; } /// /// /// - public global::RetellAI.GetCrmSchemaResponse6? Type1948 { get; set; } + public global::RetellAI.GetCrmSchemaResponse5? Type1948 { get; set; } /// /// /// - public global::RetellAI.GetCrmSchemaResponseStatus5? Type1949 { get; set; } + public global::RetellAI.GetCrmSchemaResponseStatus4? Type1949 { get; set; } /// /// /// - public global::RetellAI.GetCrmSchemaResponse7? Type1950 { get; set; } + public global::RetellAI.GetCrmSchemaResponse6? Type1950 { get; set; } /// /// /// - public global::RetellAI.GetCrmSchemaResponseStatus6? Type1951 { get; set; } + public global::RetellAI.GetCrmSchemaResponseStatus5? Type1951 { get; set; } + /// + /// + /// + public global::RetellAI.GetCrmSchemaResponse7? Type1952 { get; set; } + /// + /// + /// + public global::RetellAI.GetCrmSchemaResponseStatus6? Type1953 { get; set; } /// /// diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.AgentOverrideConfig.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.AgentOverrideConfig.g.cs index d89e2e47..5bb0ee70 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.AgentOverrideConfig.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.AgentOverrideConfig.g.cs @@ -44,6 +44,19 @@ public sealed partial class AgentOverrideConfig [global::System.Text.Json.Serialization.JsonPropertyName("reminder_max_count")] public int? ReminderMaxCount { get; set; } + /// + /// Balance between speed and accuracy. Fast optimizes for speed using the provider configuration, accurate optimizes for accuracy using the provider configuration, and custom uses custom_stt_config. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("stt_mode")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.AgentOverrideConfigSttModeJsonConverter))] + public global::RetellAI.AgentOverrideConfigSttMode? SttMode { get; set; } + + /// + /// Custom transcription settings. Required when stt_mode is custom. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("custom_stt_config")] + public global::RetellAI.AgentOverrideConfigCustomSttConfig? CustomSttConfig { get; set; } + /// /// Additional properties that are not explicitly defined in the schema /// @@ -65,6 +78,12 @@ public sealed partial class AgentOverrideConfig /// /// If set, overrides the agent-level reminder_max_count for this node only. Set to 0 to disable reminders for this node. /// + /// + /// Balance between speed and accuracy. Fast optimizes for speed using the provider configuration, accurate optimizes for accuracy using the provider configuration, and custom uses custom_stt_config. + /// + /// + /// Custom transcription settings. Required when stt_mode is custom. + /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif @@ -74,7 +93,9 @@ public AgentOverrideConfig( double? voiceSpeed, bool? allowDtmfInterruption, double? reminderTriggerMs, - int? reminderMaxCount) + int? reminderMaxCount, + global::RetellAI.AgentOverrideConfigSttMode? sttMode, + global::RetellAI.AgentOverrideConfigCustomSttConfig? customSttConfig) { this.InterruptionSensitivity = interruptionSensitivity; this.Responsiveness = responsiveness; @@ -82,6 +103,8 @@ public AgentOverrideConfig( this.AllowDtmfInterruption = allowDtmfInterruption; this.ReminderTriggerMs = reminderTriggerMs; this.ReminderMaxCount = reminderMaxCount; + this.SttMode = sttMode; + this.CustomSttConfig = customSttConfig; } /// diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.AgentOverrideConfigCustomSttConfig.Json.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.AgentOverrideConfigCustomSttConfig.Json.g.cs new file mode 100644 index 00000000..8c678c23 --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.Models.AgentOverrideConfigCustomSttConfig.Json.g.cs @@ -0,0 +1,141 @@ +#nullable enable + +namespace RetellAI +{ + public sealed partial class AgentOverrideConfigCustomSttConfig + { + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. + /// + public string ToJson( + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Serialize( + this, + this.GetType(), + jsonSerializerContext); + } + + /// + /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. + /// + public string ToJson() + { + return ToJson(global::RetellAI.SourceGenerationContext.Default); + } + + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public string ToJson( + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return ToJson(global::RetellAI.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Serialize( + this, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerContext. + /// + public static global::RetellAI.AgentOverrideConfigCustomSttConfig? FromJson( + string json, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + typeof(global::RetellAI.AgentOverrideConfigCustomSttConfig), + jsonSerializerContext) as global::RetellAI.AgentOverrideConfigCustomSttConfig; + } + + /// + /// Deserializes a JSON string using the generated default JsonSerializerContext. + /// + public static global::RetellAI.AgentOverrideConfigCustomSttConfig? FromJson( + string json) + { + return FromJson( + json, + global::RetellAI.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::RetellAI.AgentOverrideConfigCustomSttConfig? FromJson( + string json, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJson( + json, + global::RetellAI.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerContext. + /// + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + typeof(global::RetellAI.AgentOverrideConfigCustomSttConfig), + jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.AgentOverrideConfigCustomSttConfig; + } + + /// + /// Deserializes a JSON stream using the generated default JsonSerializerContext. + /// + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream) + { + return FromJsonStreamAsync( + jsonStream, + global::RetellAI.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJsonStreamAsync( + jsonStream, + global::RetellAI.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + jsonSerializerOptions); + } + } +} diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.AgentOverrideConfigCustomSttConfig.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.AgentOverrideConfigCustomSttConfig.g.cs new file mode 100644 index 00000000..c712173e --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.Models.AgentOverrideConfigCustomSttConfig.g.cs @@ -0,0 +1,60 @@ + +#nullable enable + +namespace RetellAI +{ + /// + /// Custom transcription settings. Required when stt_mode is custom. + /// + public sealed partial class AgentOverrideConfigCustomSttConfig + { + /// + /// The STT provider to use. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("provider")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.AsrProviderJsonConverter))] + [global::System.Text.Json.Serialization.JsonRequired] + public required global::RetellAI.AsrProvider Provider { get; set; } + + /// + /// Endpointing timeout in milliseconds. Minimum is 100 for Azure, 10 for Deepgram, 500 for Soniox, and 100 for AssemblyAI. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("endpointing_ms")] + [global::System.Text.Json.Serialization.JsonRequired] + public required int EndpointingMs { get; set; } + + /// + /// Additional properties that are not explicitly defined in the schema + /// + [global::System.Text.Json.Serialization.JsonExtensionData] + public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + + /// + /// Initializes a new instance of the class. + /// + /// + /// The STT provider to use. + /// + /// + /// Endpointing timeout in milliseconds. Minimum is 100 for Azure, 10 for Deepgram, 500 for Soniox, and 100 for AssemblyAI. + /// +#if NET7_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] +#endif + public AgentOverrideConfigCustomSttConfig( + global::RetellAI.AsrProvider provider, + int endpointingMs) + { + this.Provider = provider; + this.EndpointingMs = endpointingMs; + } + + /// + /// Initializes a new instance of the class. + /// + public AgentOverrideConfigCustomSttConfig() + { + } + + } +} \ No newline at end of file diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.AgentOverrideConfigSttMode.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.AgentOverrideConfigSttMode.g.cs new file mode 100644 index 00000000..e1915a17 --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.Models.AgentOverrideConfigSttMode.g.cs @@ -0,0 +1,57 @@ + +#nullable enable + +namespace RetellAI +{ + /// + /// Balance between speed and accuracy. Fast optimizes for speed using the provider configuration, accurate optimizes for accuracy using the provider configuration, and custom uses custom_stt_config. + /// + public enum AgentOverrideConfigSttMode + { + /// + /// + /// + Accurate, + /// + /// + /// + Custom, + /// + /// + /// + Fast, + } + + /// + /// Enum extensions to do fast conversions without the reflection. + /// + public static class AgentOverrideConfigSttModeExtensions + { + /// + /// Converts an enum to a string. + /// + public static string ToValueString(this AgentOverrideConfigSttMode value) + { + return value switch + { + AgentOverrideConfigSttMode.Accurate => "accurate", + AgentOverrideConfigSttMode.Custom => "custom", + AgentOverrideConfigSttMode.Fast => "fast", + _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), + }; + } + /// + /// Converts an string to a enum. + /// + public static AgentOverrideConfigSttMode? ToEnum(string value) + { + return value switch + { + "accurate" => AgentOverrideConfigSttMode.Accurate, + "custom" => AgentOverrideConfigSttMode.Custom, + "fast" => AgentOverrideConfigSttMode.Fast, + _ => null, + }; + } + } +} \ No newline at end of file diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.BackfillContactAnalysisDataRequest.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.BackfillContactAnalysisDataRequest.g.cs index 875aba0d..91843997 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.BackfillContactAnalysisDataRequest.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.BackfillContactAnalysisDataRequest.g.cs @@ -9,13 +9,13 @@ namespace RetellAI public sealed partial class BackfillContactAnalysisDataRequest { /// - /// Optional call filter to scope which calls are processed. Supports agent and start_timestamp from the standard call filter. + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("backfill_call_filter")] public global::RetellAI.BackfillContactAnalysisDataRequestBackfillCallFilter? BackfillCallFilter { get; set; } /// - /// Contact fields to recompute. Each one must still exist as a contact field and have an analysis data mapping configured, otherwise the request is rejected rather than running a job that writes nothing. + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("backfill_attributes")] [global::System.Text.Json.Serialization.JsonRequired] @@ -30,12 +30,8 @@ public sealed partial class BackfillContactAnalysisDataRequest /// /// Initializes a new instance of the class. /// - /// - /// Contact fields to recompute. Each one must still exist as a contact field and have an analysis data mapping configured, otherwise the request is rejected rather than running a job that writes nothing. - /// - /// - /// Optional call filter to scope which calls are processed. Supports agent and start_timestamp from the standard call filter. - /// + /// + /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.BackfillContactAnalysisDataRequestBackfillCallFilter.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.BackfillContactAnalysisDataRequestBackfillCallFilter.g.cs index ebacb071..ac4869d4 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.BackfillContactAnalysisDataRequestBackfillCallFilter.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.BackfillContactAnalysisDataRequestBackfillCallFilter.g.cs @@ -4,7 +4,7 @@ namespace RetellAI { /// - /// Optional call filter to scope which calls are processed. Supports agent and start_timestamp from the standard call filter. + /// /// public sealed partial class BackfillContactAnalysisDataRequestBackfillCallFilter { diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response2.Json.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallRequest.Json.g.cs similarity index 88% rename from src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response2.Json.g.cs rename to src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallRequest.Json.g.cs index 5643d897..9aa46578 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response2.Json.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallRequest.Json.g.cs @@ -2,7 +2,7 @@ namespace RetellAI { - public sealed partial class CreateWebCallV3Response2 + public sealed partial class CreateCreateWebCallRequest { /// /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. @@ -47,20 +47,20 @@ public string ToJson( /// /// Deserializes a JSON string using the provided JsonSerializerContext. /// - public static global::RetellAI.CreateWebCallV3Response2? FromJson( + public static global::RetellAI.CreateCreateWebCallRequest? FromJson( string json, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return global::System.Text.Json.JsonSerializer.Deserialize( json, - typeof(global::RetellAI.CreateWebCallV3Response2), - jsonSerializerContext) as global::RetellAI.CreateWebCallV3Response2; + typeof(global::RetellAI.CreateCreateWebCallRequest), + jsonSerializerContext) as global::RetellAI.CreateCreateWebCallRequest; } /// /// Deserializes a JSON string using the generated default JsonSerializerContext. /// - public static global::RetellAI.CreateWebCallV3Response2? FromJson( + public static global::RetellAI.CreateCreateWebCallRequest? FromJson( string json) { return FromJson( @@ -75,7 +75,7 @@ public string ToJson( [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] #endif - public static global::RetellAI.CreateWebCallV3Response2? FromJson( + public static global::RetellAI.CreateCreateWebCallRequest? FromJson( string json, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { @@ -86,7 +86,7 @@ public string ToJson( global::RetellAI.SourceGenerationContext.Default); } - return global::System.Text.Json.JsonSerializer.Deserialize( + return global::System.Text.Json.JsonSerializer.Deserialize( json, jsonSerializerOptions); } @@ -94,20 +94,20 @@ public string ToJson( /// /// Deserializes a JSON stream using the provided JsonSerializerContext. /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, - typeof(global::RetellAI.CreateWebCallV3Response2), - jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.CreateWebCallV3Response2; + typeof(global::RetellAI.CreateCreateWebCallRequest), + jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.CreateCreateWebCallRequest; } /// /// Deserializes a JSON stream using the generated default JsonSerializerContext. /// - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream) { return FromJsonStreamAsync( @@ -122,7 +122,7 @@ public string ToJson( [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] #endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { @@ -133,7 +133,7 @@ public string ToJson( global::RetellAI.SourceGenerationContext.Default); } - return global::System.Text.Json.JsonSerializer.DeserializeAsync( + return global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, jsonSerializerOptions); } diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Request.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallRequest.g.cs similarity index 95% rename from src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Request.g.cs rename to src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallRequest.g.cs index 0f5248fc..a7c97e64 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Request.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallRequest.g.cs @@ -6,7 +6,7 @@ namespace RetellAI /// /// /// - public sealed partial class CreateWebCallV3Request + public sealed partial class CreateCreateWebCallRequest { /// /// Unique id of agent used for the call. Your agent would contain the LLM Websocket url used for this call.
@@ -67,7 +67,7 @@ public sealed partial class CreateWebCallV3Request public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// /// Unique id of agent used for the call. Your agent would contain the LLM Websocket url used for this call.
@@ -97,7 +97,7 @@ public sealed partial class CreateWebCallV3Request #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif - public CreateWebCallV3Request( + public CreateCreateWebCallRequest( string agentId, global::RetellAI.AgentVersionReference? agentVersion, global::RetellAI.AgentOverrideRequest? agentOverride, @@ -116,9 +116,9 @@ public CreateWebCallV3Request( } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// - public CreateWebCallV3Request() + public CreateCreateWebCallRequest() { } diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3RequestMetadata.Json.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallRequestMetadata.Json.g.cs similarity index 86% rename from src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3RequestMetadata.Json.g.cs rename to src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallRequestMetadata.Json.g.cs index d4d9cdd4..41bf8e85 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3RequestMetadata.Json.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallRequestMetadata.Json.g.cs @@ -2,7 +2,7 @@ namespace RetellAI { - public sealed partial class CreateWebCallV3RequestMetadata + public sealed partial class CreateCreateWebCallRequestMetadata { /// /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. @@ -47,20 +47,20 @@ public string ToJson( /// /// Deserializes a JSON string using the provided JsonSerializerContext. /// - public static global::RetellAI.CreateWebCallV3RequestMetadata? FromJson( + public static global::RetellAI.CreateCreateWebCallRequestMetadata? FromJson( string json, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return global::System.Text.Json.JsonSerializer.Deserialize( json, - typeof(global::RetellAI.CreateWebCallV3RequestMetadata), - jsonSerializerContext) as global::RetellAI.CreateWebCallV3RequestMetadata; + typeof(global::RetellAI.CreateCreateWebCallRequestMetadata), + jsonSerializerContext) as global::RetellAI.CreateCreateWebCallRequestMetadata; } /// /// Deserializes a JSON string using the generated default JsonSerializerContext. /// - public static global::RetellAI.CreateWebCallV3RequestMetadata? FromJson( + public static global::RetellAI.CreateCreateWebCallRequestMetadata? FromJson( string json) { return FromJson( @@ -75,7 +75,7 @@ public string ToJson( [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] #endif - public static global::RetellAI.CreateWebCallV3RequestMetadata? FromJson( + public static global::RetellAI.CreateCreateWebCallRequestMetadata? FromJson( string json, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { @@ -86,7 +86,7 @@ public string ToJson( global::RetellAI.SourceGenerationContext.Default); } - return global::System.Text.Json.JsonSerializer.Deserialize( + return global::System.Text.Json.JsonSerializer.Deserialize( json, jsonSerializerOptions); } @@ -94,20 +94,20 @@ public string ToJson( /// /// Deserializes a JSON stream using the provided JsonSerializerContext. /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, - typeof(global::RetellAI.CreateWebCallV3RequestMetadata), - jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.CreateWebCallV3RequestMetadata; + typeof(global::RetellAI.CreateCreateWebCallRequestMetadata), + jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.CreateCreateWebCallRequestMetadata; } /// /// Deserializes a JSON stream using the generated default JsonSerializerContext. /// - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream) { return FromJsonStreamAsync( @@ -122,7 +122,7 @@ public string ToJson( [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] #endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { @@ -133,7 +133,7 @@ public string ToJson( global::RetellAI.SourceGenerationContext.Default); } - return global::System.Text.Json.JsonSerializer.DeserializeAsync( + return global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, jsonSerializerOptions); } diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3RequestMetadata.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallRequestMetadata.g.cs similarity index 91% rename from src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3RequestMetadata.g.cs rename to src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallRequestMetadata.g.cs index d1b31a08..d19beaa0 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3RequestMetadata.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallRequestMetadata.g.cs @@ -6,7 +6,7 @@ namespace RetellAI /// /// An arbitrary object for storage purpose only. You can put anything here like your internal customer id associated with the call. Not used for processing. You can later get this field from the call object. /// - public sealed partial class CreateWebCallV3RequestMetadata + public sealed partial class CreateCreateWebCallRequestMetadata { /// diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3RequestRetellLlmDynamicVariables.Json.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallRequestRetellLlmDynamicVariables.Json.g.cs similarity index 84% rename from src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3RequestRetellLlmDynamicVariables.Json.g.cs rename to src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallRequestRetellLlmDynamicVariables.Json.g.cs index df7fd762..2de300f5 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3RequestRetellLlmDynamicVariables.Json.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallRequestRetellLlmDynamicVariables.Json.g.cs @@ -2,7 +2,7 @@ namespace RetellAI { - public sealed partial class CreateWebCallV3RequestRetellLlmDynamicVariables + public sealed partial class CreateCreateWebCallRequestRetellLlmDynamicVariables { /// /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. @@ -47,20 +47,20 @@ public string ToJson( /// /// Deserializes a JSON string using the provided JsonSerializerContext. /// - public static global::RetellAI.CreateWebCallV3RequestRetellLlmDynamicVariables? FromJson( + public static global::RetellAI.CreateCreateWebCallRequestRetellLlmDynamicVariables? FromJson( string json, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return global::System.Text.Json.JsonSerializer.Deserialize( json, - typeof(global::RetellAI.CreateWebCallV3RequestRetellLlmDynamicVariables), - jsonSerializerContext) as global::RetellAI.CreateWebCallV3RequestRetellLlmDynamicVariables; + typeof(global::RetellAI.CreateCreateWebCallRequestRetellLlmDynamicVariables), + jsonSerializerContext) as global::RetellAI.CreateCreateWebCallRequestRetellLlmDynamicVariables; } /// /// Deserializes a JSON string using the generated default JsonSerializerContext. /// - public static global::RetellAI.CreateWebCallV3RequestRetellLlmDynamicVariables? FromJson( + public static global::RetellAI.CreateCreateWebCallRequestRetellLlmDynamicVariables? FromJson( string json) { return FromJson( @@ -75,7 +75,7 @@ public string ToJson( [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] #endif - public static global::RetellAI.CreateWebCallV3RequestRetellLlmDynamicVariables? FromJson( + public static global::RetellAI.CreateCreateWebCallRequestRetellLlmDynamicVariables? FromJson( string json, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { @@ -86,7 +86,7 @@ public string ToJson( global::RetellAI.SourceGenerationContext.Default); } - return global::System.Text.Json.JsonSerializer.Deserialize( + return global::System.Text.Json.JsonSerializer.Deserialize( json, jsonSerializerOptions); } @@ -94,20 +94,20 @@ public string ToJson( /// /// Deserializes a JSON stream using the provided JsonSerializerContext. /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, - typeof(global::RetellAI.CreateWebCallV3RequestRetellLlmDynamicVariables), - jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.CreateWebCallV3RequestRetellLlmDynamicVariables; + typeof(global::RetellAI.CreateCreateWebCallRequestRetellLlmDynamicVariables), + jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.CreateCreateWebCallRequestRetellLlmDynamicVariables; } /// /// Deserializes a JSON stream using the generated default JsonSerializerContext. /// - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream) { return FromJsonStreamAsync( @@ -122,7 +122,7 @@ public string ToJson( [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] #endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { @@ -133,7 +133,7 @@ public string ToJson( global::RetellAI.SourceGenerationContext.Default); } - return global::System.Text.Json.JsonSerializer.DeserializeAsync( + return global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, jsonSerializerOptions); } diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3RequestRetellLlmDynamicVariables.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallRequestRetellLlmDynamicVariables.g.cs similarity index 89% rename from src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3RequestRetellLlmDynamicVariables.g.cs rename to src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallRequestRetellLlmDynamicVariables.g.cs index 2ff5de43..45f6384f 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3RequestRetellLlmDynamicVariables.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallRequestRetellLlmDynamicVariables.g.cs @@ -7,7 +7,7 @@ namespace RetellAI /// Add optional dynamic variables in key value pairs of string that injects into your Response Engine prompt and tool description. Only applicable for Response Engine.
/// Example: {"customer_name":"John Doe"} ///
- public sealed partial class CreateWebCallV3RequestRetellLlmDynamicVariables + public sealed partial class CreateCreateWebCallRequestRetellLlmDynamicVariables { /// diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Request.Json.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse.Json.g.cs similarity index 88% rename from src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Request.Json.g.cs rename to src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse.Json.g.cs index 38d97c95..b600fe54 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Request.Json.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse.Json.g.cs @@ -2,7 +2,7 @@ namespace RetellAI { - public sealed partial class CreateWebCallV3Request + public sealed partial class CreateCreateWebCallResponse { /// /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. @@ -47,20 +47,20 @@ public string ToJson( /// /// Deserializes a JSON string using the provided JsonSerializerContext. /// - public static global::RetellAI.CreateWebCallV3Request? FromJson( + public static global::RetellAI.CreateCreateWebCallResponse? FromJson( string json, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return global::System.Text.Json.JsonSerializer.Deserialize( json, - typeof(global::RetellAI.CreateWebCallV3Request), - jsonSerializerContext) as global::RetellAI.CreateWebCallV3Request; + typeof(global::RetellAI.CreateCreateWebCallResponse), + jsonSerializerContext) as global::RetellAI.CreateCreateWebCallResponse; } /// /// Deserializes a JSON string using the generated default JsonSerializerContext. /// - public static global::RetellAI.CreateWebCallV3Request? FromJson( + public static global::RetellAI.CreateCreateWebCallResponse? FromJson( string json) { return FromJson( @@ -75,7 +75,7 @@ public string ToJson( [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] #endif - public static global::RetellAI.CreateWebCallV3Request? FromJson( + public static global::RetellAI.CreateCreateWebCallResponse? FromJson( string json, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { @@ -86,7 +86,7 @@ public string ToJson( global::RetellAI.SourceGenerationContext.Default); } - return global::System.Text.Json.JsonSerializer.Deserialize( + return global::System.Text.Json.JsonSerializer.Deserialize( json, jsonSerializerOptions); } @@ -94,20 +94,20 @@ public string ToJson( /// /// Deserializes a JSON stream using the provided JsonSerializerContext. /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, - typeof(global::RetellAI.CreateWebCallV3Request), - jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.CreateWebCallV3Request; + typeof(global::RetellAI.CreateCreateWebCallResponse), + jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.CreateCreateWebCallResponse; } /// /// Deserializes a JSON stream using the generated default JsonSerializerContext. /// - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream) { return FromJsonStreamAsync( @@ -122,7 +122,7 @@ public string ToJson( [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] #endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { @@ -133,7 +133,7 @@ public string ToJson( global::RetellAI.SourceGenerationContext.Default); } - return global::System.Text.Json.JsonSerializer.DeserializeAsync( + return global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, jsonSerializerOptions); } diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse.g.cs similarity index 71% rename from src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response.g.cs rename to src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse.g.cs index ca5f24dc..34251dc3 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse.g.cs @@ -6,14 +6,14 @@ namespace RetellAI /// /// /// - public sealed partial class CreateWebCallV3Response + public sealed partial class CreateCreateWebCallResponse { /// /// /// [global::System.Text.Json.Serialization.JsonPropertyName("status")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatusJsonConverter))] - public global::RetellAI.CreateWebCallV3ResponseStatus? Status { get; set; } + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatusJsonConverter))] + public global::RetellAI.CreateCreateWebCallResponseStatus? Status { get; set; } /// /// Example: Invalid request format, please check API reference. @@ -29,7 +29,7 @@ public sealed partial class CreateWebCallV3Response public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// /// @@ -38,8 +38,8 @@ public sealed partial class CreateWebCallV3Response #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif - public CreateWebCallV3Response( - global::RetellAI.CreateWebCallV3ResponseStatus? status, + public CreateCreateWebCallResponse( + global::RetellAI.CreateCreateWebCallResponseStatus? status, string? message) { this.Status = status; @@ -47,9 +47,9 @@ public CreateWebCallV3Response( } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// - public CreateWebCallV3Response() + public CreateCreateWebCallResponse() { } diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response.Json.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse2.Json.g.cs similarity index 87% rename from src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response.Json.g.cs rename to src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse2.Json.g.cs index 0c327ef2..ef9f19ae 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response.Json.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse2.Json.g.cs @@ -2,7 +2,7 @@ namespace RetellAI { - public sealed partial class CreateWebCallV3Response + public sealed partial class CreateCreateWebCallResponse2 { /// /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. @@ -47,20 +47,20 @@ public string ToJson( /// /// Deserializes a JSON string using the provided JsonSerializerContext. /// - public static global::RetellAI.CreateWebCallV3Response? FromJson( + public static global::RetellAI.CreateCreateWebCallResponse2? FromJson( string json, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return global::System.Text.Json.JsonSerializer.Deserialize( json, - typeof(global::RetellAI.CreateWebCallV3Response), - jsonSerializerContext) as global::RetellAI.CreateWebCallV3Response; + typeof(global::RetellAI.CreateCreateWebCallResponse2), + jsonSerializerContext) as global::RetellAI.CreateCreateWebCallResponse2; } /// /// Deserializes a JSON string using the generated default JsonSerializerContext. /// - public static global::RetellAI.CreateWebCallV3Response? FromJson( + public static global::RetellAI.CreateCreateWebCallResponse2? FromJson( string json) { return FromJson( @@ -75,7 +75,7 @@ public string ToJson( [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] #endif - public static global::RetellAI.CreateWebCallV3Response? FromJson( + public static global::RetellAI.CreateCreateWebCallResponse2? FromJson( string json, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { @@ -86,7 +86,7 @@ public string ToJson( global::RetellAI.SourceGenerationContext.Default); } - return global::System.Text.Json.JsonSerializer.Deserialize( + return global::System.Text.Json.JsonSerializer.Deserialize( json, jsonSerializerOptions); } @@ -94,20 +94,20 @@ public string ToJson( /// /// Deserializes a JSON stream using the provided JsonSerializerContext. /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, - typeof(global::RetellAI.CreateWebCallV3Response), - jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.CreateWebCallV3Response; + typeof(global::RetellAI.CreateCreateWebCallResponse2), + jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.CreateCreateWebCallResponse2; } /// /// Deserializes a JSON stream using the generated default JsonSerializerContext. /// - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream) { return FromJsonStreamAsync( @@ -122,7 +122,7 @@ public string ToJson( [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] #endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { @@ -133,7 +133,7 @@ public string ToJson( global::RetellAI.SourceGenerationContext.Default); } - return global::System.Text.Json.JsonSerializer.DeserializeAsync( + return global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, jsonSerializerOptions); } diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response2.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse2.g.cs similarity index 70% rename from src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response2.g.cs rename to src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse2.g.cs index c240c49d..f62a20d4 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response2.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse2.g.cs @@ -6,14 +6,14 @@ namespace RetellAI /// /// /// - public sealed partial class CreateWebCallV3Response2 + public sealed partial class CreateCreateWebCallResponse2 { /// /// /// [global::System.Text.Json.Serialization.JsonPropertyName("status")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus2JsonConverter))] - public global::RetellAI.CreateWebCallV3ResponseStatus2? Status { get; set; } + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus2JsonConverter))] + public global::RetellAI.CreateCreateWebCallResponseStatus2? Status { get; set; } /// /// Example: API key is missing or invalid. @@ -29,7 +29,7 @@ public sealed partial class CreateWebCallV3Response2 public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// /// @@ -38,8 +38,8 @@ public sealed partial class CreateWebCallV3Response2 #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif - public CreateWebCallV3Response2( - global::RetellAI.CreateWebCallV3ResponseStatus2? status, + public CreateCreateWebCallResponse2( + global::RetellAI.CreateCreateWebCallResponseStatus2? status, string? message) { this.Status = status; @@ -47,9 +47,9 @@ public CreateWebCallV3Response2( } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// - public CreateWebCallV3Response2() + public CreateCreateWebCallResponse2() { } diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response3.Json.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse3.Json.g.cs similarity index 87% rename from src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response3.Json.g.cs rename to src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse3.Json.g.cs index 2154f256..a0f243db 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response3.Json.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse3.Json.g.cs @@ -2,7 +2,7 @@ namespace RetellAI { - public sealed partial class CreateWebCallV3Response3 + public sealed partial class CreateCreateWebCallResponse3 { /// /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. @@ -47,20 +47,20 @@ public string ToJson( /// /// Deserializes a JSON string using the provided JsonSerializerContext. /// - public static global::RetellAI.CreateWebCallV3Response3? FromJson( + public static global::RetellAI.CreateCreateWebCallResponse3? FromJson( string json, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return global::System.Text.Json.JsonSerializer.Deserialize( json, - typeof(global::RetellAI.CreateWebCallV3Response3), - jsonSerializerContext) as global::RetellAI.CreateWebCallV3Response3; + typeof(global::RetellAI.CreateCreateWebCallResponse3), + jsonSerializerContext) as global::RetellAI.CreateCreateWebCallResponse3; } /// /// Deserializes a JSON string using the generated default JsonSerializerContext. /// - public static global::RetellAI.CreateWebCallV3Response3? FromJson( + public static global::RetellAI.CreateCreateWebCallResponse3? FromJson( string json) { return FromJson( @@ -75,7 +75,7 @@ public string ToJson( [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] #endif - public static global::RetellAI.CreateWebCallV3Response3? FromJson( + public static global::RetellAI.CreateCreateWebCallResponse3? FromJson( string json, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { @@ -86,7 +86,7 @@ public string ToJson( global::RetellAI.SourceGenerationContext.Default); } - return global::System.Text.Json.JsonSerializer.Deserialize( + return global::System.Text.Json.JsonSerializer.Deserialize( json, jsonSerializerOptions); } @@ -94,20 +94,20 @@ public string ToJson( /// /// Deserializes a JSON stream using the provided JsonSerializerContext. /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, - typeof(global::RetellAI.CreateWebCallV3Response3), - jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.CreateWebCallV3Response3; + typeof(global::RetellAI.CreateCreateWebCallResponse3), + jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.CreateCreateWebCallResponse3; } /// /// Deserializes a JSON stream using the generated default JsonSerializerContext. /// - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream) { return FromJsonStreamAsync( @@ -122,7 +122,7 @@ public string ToJson( [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] #endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { @@ -133,7 +133,7 @@ public string ToJson( global::RetellAI.SourceGenerationContext.Default); } - return global::System.Text.Json.JsonSerializer.DeserializeAsync( + return global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, jsonSerializerOptions); } diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response3.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse3.g.cs similarity index 71% rename from src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response3.g.cs rename to src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse3.g.cs index 846c74df..4050df33 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response3.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse3.g.cs @@ -6,14 +6,14 @@ namespace RetellAI /// /// /// - public sealed partial class CreateWebCallV3Response3 + public sealed partial class CreateCreateWebCallResponse3 { /// /// /// [global::System.Text.Json.Serialization.JsonPropertyName("status")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus3JsonConverter))] - public global::RetellAI.CreateWebCallV3ResponseStatus3? Status { get; set; } + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus3JsonConverter))] + public global::RetellAI.CreateCreateWebCallResponseStatus3? Status { get; set; } /// /// Example: Trial has ended, please add payment method. @@ -29,7 +29,7 @@ public sealed partial class CreateWebCallV3Response3 public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// /// @@ -38,8 +38,8 @@ public sealed partial class CreateWebCallV3Response3 #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif - public CreateWebCallV3Response3( - global::RetellAI.CreateWebCallV3ResponseStatus3? status, + public CreateCreateWebCallResponse3( + global::RetellAI.CreateCreateWebCallResponseStatus3? status, string? message) { this.Status = status; @@ -47,9 +47,9 @@ public CreateWebCallV3Response3( } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// - public CreateWebCallV3Response3() + public CreateCreateWebCallResponse3() { } diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse4.Json.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse4.Json.g.cs new file mode 100644 index 00000000..758361be --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse4.Json.g.cs @@ -0,0 +1,141 @@ +#nullable enable + +namespace RetellAI +{ + public sealed partial class CreateCreateWebCallResponse4 + { + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. + /// + public string ToJson( + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Serialize( + this, + this.GetType(), + jsonSerializerContext); + } + + /// + /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. + /// + public string ToJson() + { + return ToJson(global::RetellAI.SourceGenerationContext.Default); + } + + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public string ToJson( + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return ToJson(global::RetellAI.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Serialize( + this, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerContext. + /// + public static global::RetellAI.CreateCreateWebCallResponse4? FromJson( + string json, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + typeof(global::RetellAI.CreateCreateWebCallResponse4), + jsonSerializerContext) as global::RetellAI.CreateCreateWebCallResponse4; + } + + /// + /// Deserializes a JSON string using the generated default JsonSerializerContext. + /// + public static global::RetellAI.CreateCreateWebCallResponse4? FromJson( + string json) + { + return FromJson( + json, + global::RetellAI.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::RetellAI.CreateCreateWebCallResponse4? FromJson( + string json, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJson( + json, + global::RetellAI.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerContext. + /// + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + typeof(global::RetellAI.CreateCreateWebCallResponse4), + jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.CreateCreateWebCallResponse4; + } + + /// + /// Deserializes a JSON stream using the generated default JsonSerializerContext. + /// + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream) + { + return FromJsonStreamAsync( + jsonStream, + global::RetellAI.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJsonStreamAsync( + jsonStream, + global::RetellAI.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + jsonSerializerOptions); + } + } +} diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response4.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse4.g.cs similarity index 71% rename from src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response4.g.cs rename to src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse4.g.cs index e54ea4f1..fe3254cf 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response4.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse4.g.cs @@ -6,14 +6,14 @@ namespace RetellAI /// /// /// - public sealed partial class CreateWebCallV3Response4 + public sealed partial class CreateCreateWebCallResponse4 { /// /// /// [global::System.Text.Json.Serialization.JsonPropertyName("status")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus4JsonConverter))] - public global::RetellAI.CreateWebCallV3ResponseStatus4? Status { get; set; } + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus4JsonConverter))] + public global::RetellAI.CreateCreateWebCallResponseStatus4? Status { get; set; } /// /// Example: Cannot find requested asset under given api key. @@ -29,7 +29,7 @@ public sealed partial class CreateWebCallV3Response4 public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// /// @@ -38,8 +38,8 @@ public sealed partial class CreateWebCallV3Response4 #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif - public CreateWebCallV3Response4( - global::RetellAI.CreateWebCallV3ResponseStatus4? status, + public CreateCreateWebCallResponse4( + global::RetellAI.CreateCreateWebCallResponseStatus4? status, string? message) { this.Status = status; @@ -47,9 +47,9 @@ public CreateWebCallV3Response4( } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// - public CreateWebCallV3Response4() + public CreateCreateWebCallResponse4() { } diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse5.Json.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse5.Json.g.cs new file mode 100644 index 00000000..e8bb4049 --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse5.Json.g.cs @@ -0,0 +1,141 @@ +#nullable enable + +namespace RetellAI +{ + public sealed partial class CreateCreateWebCallResponse5 + { + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. + /// + public string ToJson( + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Serialize( + this, + this.GetType(), + jsonSerializerContext); + } + + /// + /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. + /// + public string ToJson() + { + return ToJson(global::RetellAI.SourceGenerationContext.Default); + } + + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public string ToJson( + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return ToJson(global::RetellAI.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Serialize( + this, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerContext. + /// + public static global::RetellAI.CreateCreateWebCallResponse5? FromJson( + string json, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + typeof(global::RetellAI.CreateCreateWebCallResponse5), + jsonSerializerContext) as global::RetellAI.CreateCreateWebCallResponse5; + } + + /// + /// Deserializes a JSON string using the generated default JsonSerializerContext. + /// + public static global::RetellAI.CreateCreateWebCallResponse5? FromJson( + string json) + { + return FromJson( + json, + global::RetellAI.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::RetellAI.CreateCreateWebCallResponse5? FromJson( + string json, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJson( + json, + global::RetellAI.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerContext. + /// + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + typeof(global::RetellAI.CreateCreateWebCallResponse5), + jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.CreateCreateWebCallResponse5; + } + + /// + /// Deserializes a JSON stream using the generated default JsonSerializerContext. + /// + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream) + { + return FromJsonStreamAsync( + jsonStream, + global::RetellAI.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJsonStreamAsync( + jsonStream, + global::RetellAI.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + jsonSerializerOptions); + } + } +} diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response5.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse5.g.cs similarity index 71% rename from src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response5.g.cs rename to src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse5.g.cs index e36c0d99..1964d5aa 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response5.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse5.g.cs @@ -6,14 +6,14 @@ namespace RetellAI /// /// /// - public sealed partial class CreateWebCallV3Response5 + public sealed partial class CreateCreateWebCallResponse5 { /// /// /// [global::System.Text.Json.Serialization.JsonPropertyName("status")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus5JsonConverter))] - public global::RetellAI.CreateWebCallV3ResponseStatus5? Status { get; set; } + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus5JsonConverter))] + public global::RetellAI.CreateCreateWebCallResponseStatus5? Status { get; set; } /// /// Example: Account rate limited, please throttle your requests. @@ -29,7 +29,7 @@ public sealed partial class CreateWebCallV3Response5 public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// /// @@ -38,8 +38,8 @@ public sealed partial class CreateWebCallV3Response5 #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif - public CreateWebCallV3Response5( - global::RetellAI.CreateWebCallV3ResponseStatus5? status, + public CreateCreateWebCallResponse5( + global::RetellAI.CreateCreateWebCallResponseStatus5? status, string? message) { this.Status = status; @@ -47,9 +47,9 @@ public CreateWebCallV3Response5( } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// - public CreateWebCallV3Response5() + public CreateCreateWebCallResponse5() { } diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse6.Json.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse6.Json.g.cs new file mode 100644 index 00000000..8c45ab04 --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse6.Json.g.cs @@ -0,0 +1,141 @@ +#nullable enable + +namespace RetellAI +{ + public sealed partial class CreateCreateWebCallResponse6 + { + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. + /// + public string ToJson( + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Serialize( + this, + this.GetType(), + jsonSerializerContext); + } + + /// + /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. + /// + public string ToJson() + { + return ToJson(global::RetellAI.SourceGenerationContext.Default); + } + + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public string ToJson( + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return ToJson(global::RetellAI.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Serialize( + this, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerContext. + /// + public static global::RetellAI.CreateCreateWebCallResponse6? FromJson( + string json, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + typeof(global::RetellAI.CreateCreateWebCallResponse6), + jsonSerializerContext) as global::RetellAI.CreateCreateWebCallResponse6; + } + + /// + /// Deserializes a JSON string using the generated default JsonSerializerContext. + /// + public static global::RetellAI.CreateCreateWebCallResponse6? FromJson( + string json) + { + return FromJson( + json, + global::RetellAI.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::RetellAI.CreateCreateWebCallResponse6? FromJson( + string json, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJson( + json, + global::RetellAI.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerContext. + /// + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + typeof(global::RetellAI.CreateCreateWebCallResponse6), + jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.CreateCreateWebCallResponse6; + } + + /// + /// Deserializes a JSON stream using the generated default JsonSerializerContext. + /// + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream) + { + return FromJsonStreamAsync( + jsonStream, + global::RetellAI.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJsonStreamAsync( + jsonStream, + global::RetellAI.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + jsonSerializerOptions); + } + } +} diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response6.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse6.g.cs similarity index 70% rename from src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response6.g.cs rename to src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse6.g.cs index 22f78d49..9b60ec97 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response6.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponse6.g.cs @@ -6,14 +6,14 @@ namespace RetellAI /// /// /// - public sealed partial class CreateWebCallV3Response6 + public sealed partial class CreateCreateWebCallResponse6 { /// /// /// [global::System.Text.Json.Serialization.JsonPropertyName("status")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus6JsonConverter))] - public global::RetellAI.CreateWebCallV3ResponseStatus6? Status { get; set; } + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus6JsonConverter))] + public global::RetellAI.CreateCreateWebCallResponseStatus6? Status { get; set; } /// /// Example: An unexpected server error occurred. @@ -29,7 +29,7 @@ public sealed partial class CreateWebCallV3Response6 public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// /// @@ -38,8 +38,8 @@ public sealed partial class CreateWebCallV3Response6 #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif - public CreateWebCallV3Response6( - global::RetellAI.CreateWebCallV3ResponseStatus6? status, + public CreateCreateWebCallResponse6( + global::RetellAI.CreateCreateWebCallResponseStatus6? status, string? message) { this.Status = status; @@ -47,9 +47,9 @@ public CreateWebCallV3Response6( } /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// - public CreateWebCallV3Response6() + public CreateCreateWebCallResponse6() { } diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3ResponseStatus4.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponseStatus.g.cs similarity index 64% rename from src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3ResponseStatus4.g.cs rename to src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponseStatus.g.cs index b497f625..dc06d040 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3ResponseStatus4.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponseStatus.g.cs @@ -6,7 +6,7 @@ namespace RetellAI /// /// /// - public enum CreateWebCallV3ResponseStatus4 + public enum CreateCreateWebCallResponseStatus { /// /// @@ -17,27 +17,27 @@ public enum CreateWebCallV3ResponseStatus4 /// /// Enum extensions to do fast conversions without the reflection. /// - public static class CreateWebCallV3ResponseStatus4Extensions + public static class CreateCreateWebCallResponseStatusExtensions { /// /// Converts an enum to a string. /// - public static string ToValueString(this CreateWebCallV3ResponseStatus4 value) + public static string ToValueString(this CreateCreateWebCallResponseStatus value) { return value switch { - CreateWebCallV3ResponseStatus4.Error => "error", + CreateCreateWebCallResponseStatus.Error => "error", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; } /// /// Converts an string to a enum. /// - public static CreateWebCallV3ResponseStatus4? ToEnum(string value) + public static CreateCreateWebCallResponseStatus? ToEnum(string value) { return value switch { - "error" => CreateWebCallV3ResponseStatus4.Error, + "error" => CreateCreateWebCallResponseStatus.Error, _ => null, }; } diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3ResponseStatus2.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponseStatus2.g.cs similarity index 63% rename from src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3ResponseStatus2.g.cs rename to src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponseStatus2.g.cs index 9b01c555..5bf15634 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3ResponseStatus2.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponseStatus2.g.cs @@ -6,7 +6,7 @@ namespace RetellAI /// /// /// - public enum CreateWebCallV3ResponseStatus2 + public enum CreateCreateWebCallResponseStatus2 { /// /// @@ -17,27 +17,27 @@ public enum CreateWebCallV3ResponseStatus2 /// /// Enum extensions to do fast conversions without the reflection. /// - public static class CreateWebCallV3ResponseStatus2Extensions + public static class CreateCreateWebCallResponseStatus2Extensions { /// /// Converts an enum to a string. /// - public static string ToValueString(this CreateWebCallV3ResponseStatus2 value) + public static string ToValueString(this CreateCreateWebCallResponseStatus2 value) { return value switch { - CreateWebCallV3ResponseStatus2.Error => "error", + CreateCreateWebCallResponseStatus2.Error => "error", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; } /// /// Converts an string to a enum. /// - public static CreateWebCallV3ResponseStatus2? ToEnum(string value) + public static CreateCreateWebCallResponseStatus2? ToEnum(string value) { return value switch { - "error" => CreateWebCallV3ResponseStatus2.Error, + "error" => CreateCreateWebCallResponseStatus2.Error, _ => null, }; } diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3ResponseStatus.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponseStatus3.g.cs similarity index 63% rename from src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3ResponseStatus.g.cs rename to src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponseStatus3.g.cs index 694d7fea..33a48d3a 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3ResponseStatus.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponseStatus3.g.cs @@ -6,7 +6,7 @@ namespace RetellAI /// /// /// - public enum CreateWebCallV3ResponseStatus + public enum CreateCreateWebCallResponseStatus3 { /// /// @@ -17,27 +17,27 @@ public enum CreateWebCallV3ResponseStatus /// /// Enum extensions to do fast conversions without the reflection. /// - public static class CreateWebCallV3ResponseStatusExtensions + public static class CreateCreateWebCallResponseStatus3Extensions { /// /// Converts an enum to a string. /// - public static string ToValueString(this CreateWebCallV3ResponseStatus value) + public static string ToValueString(this CreateCreateWebCallResponseStatus3 value) { return value switch { - CreateWebCallV3ResponseStatus.Error => "error", + CreateCreateWebCallResponseStatus3.Error => "error", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; } /// /// Converts an string to a enum. /// - public static CreateWebCallV3ResponseStatus? ToEnum(string value) + public static CreateCreateWebCallResponseStatus3? ToEnum(string value) { return value switch { - "error" => CreateWebCallV3ResponseStatus.Error, + "error" => CreateCreateWebCallResponseStatus3.Error, _ => null, }; } diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3ResponseStatus3.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponseStatus4.g.cs similarity index 63% rename from src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3ResponseStatus3.g.cs rename to src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponseStatus4.g.cs index afcaeca1..2320d4f2 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3ResponseStatus3.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponseStatus4.g.cs @@ -6,7 +6,7 @@ namespace RetellAI /// /// /// - public enum CreateWebCallV3ResponseStatus3 + public enum CreateCreateWebCallResponseStatus4 { /// /// @@ -17,27 +17,27 @@ public enum CreateWebCallV3ResponseStatus3 /// /// Enum extensions to do fast conversions without the reflection. /// - public static class CreateWebCallV3ResponseStatus3Extensions + public static class CreateCreateWebCallResponseStatus4Extensions { /// /// Converts an enum to a string. /// - public static string ToValueString(this CreateWebCallV3ResponseStatus3 value) + public static string ToValueString(this CreateCreateWebCallResponseStatus4 value) { return value switch { - CreateWebCallV3ResponseStatus3.Error => "error", + CreateCreateWebCallResponseStatus4.Error => "error", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; } /// /// Converts an string to a enum. /// - public static CreateWebCallV3ResponseStatus3? ToEnum(string value) + public static CreateCreateWebCallResponseStatus4? ToEnum(string value) { return value switch { - "error" => CreateWebCallV3ResponseStatus3.Error, + "error" => CreateCreateWebCallResponseStatus4.Error, _ => null, }; } diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponseStatus5.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponseStatus5.g.cs new file mode 100644 index 00000000..00e010d3 --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponseStatus5.g.cs @@ -0,0 +1,45 @@ + +#nullable enable + +namespace RetellAI +{ + /// + /// + /// + public enum CreateCreateWebCallResponseStatus5 + { + /// + /// + /// + Error, + } + + /// + /// Enum extensions to do fast conversions without the reflection. + /// + public static class CreateCreateWebCallResponseStatus5Extensions + { + /// + /// Converts an enum to a string. + /// + public static string ToValueString(this CreateCreateWebCallResponseStatus5 value) + { + return value switch + { + CreateCreateWebCallResponseStatus5.Error => "error", + _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), + }; + } + /// + /// Converts an string to a enum. + /// + public static CreateCreateWebCallResponseStatus5? ToEnum(string value) + { + return value switch + { + "error" => CreateCreateWebCallResponseStatus5.Error, + _ => null, + }; + } + } +} \ No newline at end of file diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponseStatus6.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponseStatus6.g.cs new file mode 100644 index 00000000..48ac77a9 --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CreateCreateWebCallResponseStatus6.g.cs @@ -0,0 +1,45 @@ + +#nullable enable + +namespace RetellAI +{ + /// + /// + /// + public enum CreateCreateWebCallResponseStatus6 + { + /// + /// + /// + Error, + } + + /// + /// Enum extensions to do fast conversions without the reflection. + /// + public static class CreateCreateWebCallResponseStatus6Extensions + { + /// + /// Converts an enum to a string. + /// + public static string ToValueString(this CreateCreateWebCallResponseStatus6 value) + { + return value switch + { + CreateCreateWebCallResponseStatus6.Error => "error", + _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), + }; + } + /// + /// Converts an string to a enum. + /// + public static CreateCreateWebCallResponseStatus6? ToEnum(string value) + { + return value switch + { + "error" => CreateCreateWebCallResponseStatus6.Error, + _ => null, + }; + } + } +} \ No newline at end of file diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response4.Json.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response4.Json.g.cs deleted file mode 100644 index aff51d99..00000000 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response4.Json.g.cs +++ /dev/null @@ -1,141 +0,0 @@ -#nullable enable - -namespace RetellAI -{ - public sealed partial class CreateWebCallV3Response4 - { - /// - /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. - /// - public string ToJson( - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return global::System.Text.Json.JsonSerializer.Serialize( - this, - this.GetType(), - jsonSerializerContext); - } - - /// - /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. - /// - public string ToJson() - { - return ToJson(global::RetellAI.SourceGenerationContext.Default); - } - - /// - /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public string ToJson( - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return ToJson(global::RetellAI.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.Serialize( - this, - jsonSerializerOptions); - } - - /// - /// Deserializes a JSON string using the provided JsonSerializerContext. - /// - public static global::RetellAI.CreateWebCallV3Response4? FromJson( - string json, - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return global::System.Text.Json.JsonSerializer.Deserialize( - json, - typeof(global::RetellAI.CreateWebCallV3Response4), - jsonSerializerContext) as global::RetellAI.CreateWebCallV3Response4; - } - - /// - /// Deserializes a JSON string using the generated default JsonSerializerContext. - /// - public static global::RetellAI.CreateWebCallV3Response4? FromJson( - string json) - { - return FromJson( - json, - global::RetellAI.SourceGenerationContext.Default); - } - - /// - /// Deserializes a JSON string using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public static global::RetellAI.CreateWebCallV3Response4? FromJson( - string json, - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return FromJson( - json, - global::RetellAI.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.Deserialize( - json, - jsonSerializerOptions); - } - - /// - /// Deserializes a JSON stream using the provided JsonSerializerContext. - /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream, - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( - jsonStream, - typeof(global::RetellAI.CreateWebCallV3Response4), - jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.CreateWebCallV3Response4; - } - - /// - /// Deserializes a JSON stream using the generated default JsonSerializerContext. - /// - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream) - { - return FromJsonStreamAsync( - jsonStream, - global::RetellAI.SourceGenerationContext.Default); - } - - /// - /// Deserializes a JSON stream using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream, - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return FromJsonStreamAsync( - jsonStream, - global::RetellAI.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.DeserializeAsync( - jsonStream, - jsonSerializerOptions); - } - } -} diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response5.Json.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response5.Json.g.cs deleted file mode 100644 index 99967fa2..00000000 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response5.Json.g.cs +++ /dev/null @@ -1,141 +0,0 @@ -#nullable enable - -namespace RetellAI -{ - public sealed partial class CreateWebCallV3Response5 - { - /// - /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. - /// - public string ToJson( - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return global::System.Text.Json.JsonSerializer.Serialize( - this, - this.GetType(), - jsonSerializerContext); - } - - /// - /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. - /// - public string ToJson() - { - return ToJson(global::RetellAI.SourceGenerationContext.Default); - } - - /// - /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public string ToJson( - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return ToJson(global::RetellAI.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.Serialize( - this, - jsonSerializerOptions); - } - - /// - /// Deserializes a JSON string using the provided JsonSerializerContext. - /// - public static global::RetellAI.CreateWebCallV3Response5? FromJson( - string json, - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return global::System.Text.Json.JsonSerializer.Deserialize( - json, - typeof(global::RetellAI.CreateWebCallV3Response5), - jsonSerializerContext) as global::RetellAI.CreateWebCallV3Response5; - } - - /// - /// Deserializes a JSON string using the generated default JsonSerializerContext. - /// - public static global::RetellAI.CreateWebCallV3Response5? FromJson( - string json) - { - return FromJson( - json, - global::RetellAI.SourceGenerationContext.Default); - } - - /// - /// Deserializes a JSON string using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public static global::RetellAI.CreateWebCallV3Response5? FromJson( - string json, - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return FromJson( - json, - global::RetellAI.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.Deserialize( - json, - jsonSerializerOptions); - } - - /// - /// Deserializes a JSON stream using the provided JsonSerializerContext. - /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream, - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( - jsonStream, - typeof(global::RetellAI.CreateWebCallV3Response5), - jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.CreateWebCallV3Response5; - } - - /// - /// Deserializes a JSON stream using the generated default JsonSerializerContext. - /// - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream) - { - return FromJsonStreamAsync( - jsonStream, - global::RetellAI.SourceGenerationContext.Default); - } - - /// - /// Deserializes a JSON stream using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream, - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return FromJsonStreamAsync( - jsonStream, - global::RetellAI.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.DeserializeAsync( - jsonStream, - jsonSerializerOptions); - } - } -} diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response6.Json.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response6.Json.g.cs deleted file mode 100644 index e3691e1f..00000000 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3Response6.Json.g.cs +++ /dev/null @@ -1,141 +0,0 @@ -#nullable enable - -namespace RetellAI -{ - public sealed partial class CreateWebCallV3Response6 - { - /// - /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. - /// - public string ToJson( - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return global::System.Text.Json.JsonSerializer.Serialize( - this, - this.GetType(), - jsonSerializerContext); - } - - /// - /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. - /// - public string ToJson() - { - return ToJson(global::RetellAI.SourceGenerationContext.Default); - } - - /// - /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public string ToJson( - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return ToJson(global::RetellAI.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.Serialize( - this, - jsonSerializerOptions); - } - - /// - /// Deserializes a JSON string using the provided JsonSerializerContext. - /// - public static global::RetellAI.CreateWebCallV3Response6? FromJson( - string json, - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return global::System.Text.Json.JsonSerializer.Deserialize( - json, - typeof(global::RetellAI.CreateWebCallV3Response6), - jsonSerializerContext) as global::RetellAI.CreateWebCallV3Response6; - } - - /// - /// Deserializes a JSON string using the generated default JsonSerializerContext. - /// - public static global::RetellAI.CreateWebCallV3Response6? FromJson( - string json) - { - return FromJson( - json, - global::RetellAI.SourceGenerationContext.Default); - } - - /// - /// Deserializes a JSON string using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public static global::RetellAI.CreateWebCallV3Response6? FromJson( - string json, - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return FromJson( - json, - global::RetellAI.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.Deserialize( - json, - jsonSerializerOptions); - } - - /// - /// Deserializes a JSON stream using the provided JsonSerializerContext. - /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream, - global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) - { - return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( - jsonStream, - typeof(global::RetellAI.CreateWebCallV3Response6), - jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.CreateWebCallV3Response6; - } - - /// - /// Deserializes a JSON stream using the generated default JsonSerializerContext. - /// - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream) - { - return FromJsonStreamAsync( - jsonStream, - global::RetellAI.SourceGenerationContext.Default); - } - - /// - /// Deserializes a JSON stream using the provided JsonSerializerOptions. - /// -#if NET8_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] - [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] -#endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( - global::System.IO.Stream jsonStream, - global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) - { - if (jsonSerializerOptions is null) - { - return FromJsonStreamAsync( - jsonStream, - global::RetellAI.SourceGenerationContext.Default); - } - - return global::System.Text.Json.JsonSerializer.DeserializeAsync( - jsonStream, - jsonSerializerOptions); - } - } -} diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3ResponseStatus5.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3ResponseStatus5.g.cs deleted file mode 100644 index 05908c40..00000000 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3ResponseStatus5.g.cs +++ /dev/null @@ -1,45 +0,0 @@ - -#nullable enable - -namespace RetellAI -{ - /// - /// - /// - public enum CreateWebCallV3ResponseStatus5 - { - /// - /// - /// - Error, - } - - /// - /// Enum extensions to do fast conversions without the reflection. - /// - public static class CreateWebCallV3ResponseStatus5Extensions - { - /// - /// Converts an enum to a string. - /// - public static string ToValueString(this CreateWebCallV3ResponseStatus5 value) - { - return value switch - { - CreateWebCallV3ResponseStatus5.Error => "error", - _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), - }; - } - /// - /// Converts an string to a enum. - /// - public static CreateWebCallV3ResponseStatus5? ToEnum(string value) - { - return value switch - { - "error" => CreateWebCallV3ResponseStatus5.Error, - _ => null, - }; - } - } -} \ No newline at end of file diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3ResponseStatus6.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3ResponseStatus6.g.cs deleted file mode 100644 index 0317daa2..00000000 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CreateWebCallV3ResponseStatus6.g.cs +++ /dev/null @@ -1,45 +0,0 @@ - -#nullable enable - -namespace RetellAI -{ - /// - /// - /// - public enum CreateWebCallV3ResponseStatus6 - { - /// - /// - /// - Error, - } - - /// - /// Enum extensions to do fast conversions without the reflection. - /// - public static class CreateWebCallV3ResponseStatus6Extensions - { - /// - /// Converts an enum to a string. - /// - public static string ToValueString(this CreateWebCallV3ResponseStatus6 value) - { - return value switch - { - CreateWebCallV3ResponseStatus6.Error => "error", - _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), - }; - } - /// - /// Converts an string to a enum. - /// - public static CreateWebCallV3ResponseStatus6? ToEnum(string value) - { - return value switch - { - "error" => CreateWebCallV3ResponseStatus6.Error, - _ => null, - }; - } - } -} \ No newline at end of file diff --git a/src/libs/RetellAI/Generated/RetellAI.RetellAiClient.BackfillContactAnalysisData.g.cs b/src/libs/RetellAI/Generated/RetellAI.RetellAiClient.BackfillContactAnalysisData.g.cs index 61ec9662..7983c079 100644 --- a/src/libs/RetellAI/Generated/RetellAI.RetellAiClient.BackfillContactAnalysisData.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.RetellAiClient.BackfillContactAnalysisData.g.cs @@ -42,7 +42,7 @@ partial void ProcessBackfillContactAnalysisDataResponseContent( ref string content); /// - /// Trigger a backfill job that re-applies analysis data mappings to contacts using historical call data. Only one backfill job can run per organization at a time. + /// /// /// /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. @@ -64,7 +64,7 @@ partial void ProcessBackfillContactAnalysisDataResponseContent( return __response.Body; } /// - /// Trigger a backfill job that re-applies analysis data mappings to contacts using historical call data. Only one backfill job can run per organization at a time. + /// /// /// /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. @@ -580,14 +580,10 @@ partial void ProcessBackfillContactAnalysisDataResponseContent( } } /// - /// Trigger a backfill job that re-applies analysis data mappings to contacts using historical call data. Only one backfill job can run per organization at a time. + /// /// - /// - /// Optional call filter to scope which calls are processed. Supports agent and start_timestamp from the standard call filter. - /// - /// - /// Contact fields to recompute. Each one must still exist as a contact field and have an analysis data mapping configured, otherwise the request is rejected rather than running a job that writes nothing. - /// + /// + /// /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// diff --git a/src/libs/RetellAI/Generated/RetellAI.RetellAiClient.CreateWebCallV3.g.cs b/src/libs/RetellAI/Generated/RetellAI.RetellAiClient.CreateWebCall.g.cs similarity index 90% rename from src/libs/RetellAI/Generated/RetellAI.RetellAiClient.CreateWebCallV3.g.cs rename to src/libs/RetellAI/Generated/RetellAI.RetellAiClient.CreateWebCall.g.cs index c2ff643b..bc06d20c 100644 --- a/src/libs/RetellAI/Generated/RetellAI.RetellAiClient.CreateWebCallV3.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.RetellAiClient.CreateWebCall.g.cs @@ -7,7 +7,7 @@ public partial class RetellAiClient { - private static readonly global::RetellAI.EndPointSecurityRequirement s_CreateWebCallV3SecurityRequirement0 = + private static readonly global::RetellAI.EndPointSecurityRequirement s_CreateWebCallSecurityRequirement0 = new global::RetellAI.EndPointSecurityRequirement { Authorizations = new global::RetellAI.EndPointAuthorizationRequirement[] @@ -21,22 +21,22 @@ public partial class RetellAiClient }, }, }; - private static readonly global::RetellAI.EndPointSecurityRequirement[] s_CreateWebCallV3SecurityRequirements = + private static readonly global::RetellAI.EndPointSecurityRequirement[] s_CreateWebCallSecurityRequirements = new global::RetellAI.EndPointSecurityRequirement[] - { s_CreateWebCallV3SecurityRequirement0, + { s_CreateWebCallSecurityRequirement0, }; - partial void PrepareCreateWebCallV3Arguments( + partial void PrepareCreateWebCallArguments( global::System.Net.Http.HttpClient httpClient, - global::RetellAI.CreateWebCallV3Request request); - partial void PrepareCreateWebCallV3Request( + global::RetellAI.CreateWebCallRequest request); + partial void PrepareCreateWebCallRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, - global::RetellAI.CreateWebCallV3Request request); - partial void ProcessCreateWebCallV3Response( + global::RetellAI.CreateWebCallRequest request); + partial void ProcessCreateWebCallResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); - partial void ProcessCreateWebCallV3ResponseContent( + partial void ProcessCreateWebCallResponseContent( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage, ref string content); @@ -48,13 +48,13 @@ partial void ProcessCreateWebCallV3ResponseContent( /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task CreateWebCallV3Async( + public async global::System.Threading.Tasks.Task CreateWebCallAsync( - global::RetellAI.CreateWebCallV3Request request, + global::RetellAI.CreateWebCallRequest request, global::RetellAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __response = await CreateWebCallV3AsResponseAsync( + var __response = await CreateWebCallAsResponseAsync( request: request, requestOptions: requestOptions, @@ -70,9 +70,9 @@ partial void ProcessCreateWebCallV3ResponseContent( /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task> CreateWebCallV3AsResponseAsync( + public async global::System.Threading.Tasks.Task> CreateWebCallAsResponseAsync( - global::RetellAI.CreateWebCallV3Request request, + global::RetellAI.CreateWebCallRequest request, global::RetellAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default) { @@ -80,15 +80,15 @@ partial void ProcessCreateWebCallV3ResponseContent( PrepareArguments( client: HttpClient); - PrepareCreateWebCallV3Arguments( + PrepareCreateWebCallArguments( httpClient: HttpClient, request: request); var __authorizations = global::RetellAI.EndPointSecurityResolver.ResolveAuthorizations( availableAuthorizations: Authorizations, - securityRequirements: s_CreateWebCallV3SecurityRequirements, - operationName: "CreateWebCallV3Async"); + securityRequirements: s_CreateWebCallSecurityRequirements, + operationName: "CreateWebCallAsync"); using var __timeoutCancellationTokenSource = global::RetellAI.AutoSDKRequestOptionsSupport.CreateTimeoutCancellationTokenSource( clientOptions: Options, @@ -153,7 +153,7 @@ partial void ProcessCreateWebCallV3ResponseContent( PrepareRequest( client: HttpClient, request: __httpRequest); - PrepareCreateWebCallV3Request( + PrepareCreateWebCallRequest( httpClient: HttpClient, httpRequestMessage: __httpRequest, request: request); @@ -173,8 +173,8 @@ partial void ProcessCreateWebCallV3ResponseContent( await global::RetellAI.AutoSDKRequestOptionsSupport.OnBeforeRequestAsync( clientOptions: Options, context: global::RetellAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "CreateWebCallV3", - methodName: "CreateWebCallV3Async", + operationId: "CreateWebCall", + methodName: "CreateWebCallAsync", pathTemplate: "\"/v3/create-web-call\"", httpMethod: "POST", baseUri: BaseUri, @@ -207,8 +207,8 @@ partial void ProcessCreateWebCallV3ResponseContent( await global::RetellAI.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( clientOptions: Options, context: global::RetellAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "CreateWebCallV3", - methodName: "CreateWebCallV3Async", + operationId: "CreateWebCall", + methodName: "CreateWebCallAsync", pathTemplate: "\"/v3/create-web-call\"", httpMethod: "POST", baseUri: BaseUri, @@ -248,8 +248,8 @@ partial void ProcessCreateWebCallV3ResponseContent( await global::RetellAI.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( clientOptions: Options, context: global::RetellAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "CreateWebCallV3", - methodName: "CreateWebCallV3Async", + operationId: "CreateWebCall", + methodName: "CreateWebCallAsync", pathTemplate: "\"/v3/create-web-call\"", httpMethod: "POST", baseUri: BaseUri, @@ -288,7 +288,7 @@ partial void ProcessCreateWebCallV3ResponseContent( ProcessResponse( client: HttpClient, response: __response); - ProcessCreateWebCallV3Response( + ProcessCreateWebCallResponse( httpClient: HttpClient, httpResponseMessage: __response); if (__response.IsSuccessStatusCode) @@ -296,8 +296,8 @@ partial void ProcessCreateWebCallV3ResponseContent( await global::RetellAI.AutoSDKRequestOptionsSupport.OnAfterSuccessAsync( clientOptions: Options, context: global::RetellAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "CreateWebCallV3", - methodName: "CreateWebCallV3Async", + operationId: "CreateWebCall", + methodName: "CreateWebCallAsync", pathTemplate: "\"/v3/create-web-call\"", httpMethod: "POST", baseUri: BaseUri, @@ -318,8 +318,8 @@ partial void ProcessCreateWebCallV3ResponseContent( await global::RetellAI.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( clientOptions: Options, context: global::RetellAI.AutoSDKRequestOptionsSupport.CreateHookContext( - operationId: "CreateWebCallV3", - methodName: "CreateWebCallV3Async", + operationId: "CreateWebCall", + methodName: "CreateWebCallAsync", pathTemplate: "\"/v3/create-web-call\"", httpMethod: "POST", baseUri: BaseUri, @@ -340,19 +340,19 @@ partial void ProcessCreateWebCallV3ResponseContent( { string? __content_400 = null; global::System.Exception? __exception_400 = null; - global::RetellAI.CreateWebCallV3Response? __value_400 = null; + global::RetellAI.CreateWebCallResponse? __value_400 = null; try { if (__effectiveReadResponseAsString) { __content_400 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); - __value_400 = global::RetellAI.CreateWebCallV3Response.FromJson(__content_400, JsonSerializerContext); + __value_400 = global::RetellAI.CreateWebCallResponse.FromJson(__content_400, JsonSerializerContext); } else { __content_400 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); - __value_400 = global::RetellAI.CreateWebCallV3Response.FromJson(__content_400, JsonSerializerContext); + __value_400 = global::RetellAI.CreateWebCallResponse.FromJson(__content_400, JsonSerializerContext); } } catch (global::System.Exception __ex) @@ -361,7 +361,7 @@ partial void ProcessCreateWebCallV3ResponseContent( } - throw global::RetellAI.ApiException.Create( + throw global::RetellAI.ApiException.Create( statusCode: __response.StatusCode, message: __content_400 ?? __response.ReasonPhrase ?? string.Empty, innerException: __exception_400, @@ -377,19 +377,19 @@ partial void ProcessCreateWebCallV3ResponseContent( { string? __content_401 = null; global::System.Exception? __exception_401 = null; - global::RetellAI.CreateWebCallV3Response2? __value_401 = null; + global::RetellAI.CreateWebCallResponse2? __value_401 = null; try { if (__effectiveReadResponseAsString) { __content_401 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); - __value_401 = global::RetellAI.CreateWebCallV3Response2.FromJson(__content_401, JsonSerializerContext); + __value_401 = global::RetellAI.CreateWebCallResponse2.FromJson(__content_401, JsonSerializerContext); } else { __content_401 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); - __value_401 = global::RetellAI.CreateWebCallV3Response2.FromJson(__content_401, JsonSerializerContext); + __value_401 = global::RetellAI.CreateWebCallResponse2.FromJson(__content_401, JsonSerializerContext); } } catch (global::System.Exception __ex) @@ -398,7 +398,7 @@ partial void ProcessCreateWebCallV3ResponseContent( } - throw global::RetellAI.ApiException.Create( + throw global::RetellAI.ApiException.Create( statusCode: __response.StatusCode, message: __content_401 ?? __response.ReasonPhrase ?? string.Empty, innerException: __exception_401, @@ -414,19 +414,19 @@ partial void ProcessCreateWebCallV3ResponseContent( { string? __content_402 = null; global::System.Exception? __exception_402 = null; - global::RetellAI.CreateWebCallV3Response3? __value_402 = null; + global::RetellAI.CreateWebCallResponse3? __value_402 = null; try { if (__effectiveReadResponseAsString) { __content_402 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); - __value_402 = global::RetellAI.CreateWebCallV3Response3.FromJson(__content_402, JsonSerializerContext); + __value_402 = global::RetellAI.CreateWebCallResponse3.FromJson(__content_402, JsonSerializerContext); } else { __content_402 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); - __value_402 = global::RetellAI.CreateWebCallV3Response3.FromJson(__content_402, JsonSerializerContext); + __value_402 = global::RetellAI.CreateWebCallResponse3.FromJson(__content_402, JsonSerializerContext); } } catch (global::System.Exception __ex) @@ -435,7 +435,7 @@ partial void ProcessCreateWebCallV3ResponseContent( } - throw global::RetellAI.ApiException.Create( + throw global::RetellAI.ApiException.Create( statusCode: __response.StatusCode, message: __content_402 ?? __response.ReasonPhrase ?? string.Empty, innerException: __exception_402, @@ -451,19 +451,19 @@ partial void ProcessCreateWebCallV3ResponseContent( { string? __content_422 = null; global::System.Exception? __exception_422 = null; - global::RetellAI.CreateWebCallV3Response4? __value_422 = null; + global::RetellAI.CreateWebCallResponse4? __value_422 = null; try { if (__effectiveReadResponseAsString) { __content_422 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); - __value_422 = global::RetellAI.CreateWebCallV3Response4.FromJson(__content_422, JsonSerializerContext); + __value_422 = global::RetellAI.CreateWebCallResponse4.FromJson(__content_422, JsonSerializerContext); } else { __content_422 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); - __value_422 = global::RetellAI.CreateWebCallV3Response4.FromJson(__content_422, JsonSerializerContext); + __value_422 = global::RetellAI.CreateWebCallResponse4.FromJson(__content_422, JsonSerializerContext); } } catch (global::System.Exception __ex) @@ -472,7 +472,7 @@ partial void ProcessCreateWebCallV3ResponseContent( } - throw global::RetellAI.ApiException.Create( + throw global::RetellAI.ApiException.Create( statusCode: __response.StatusCode, message: __content_422 ?? __response.ReasonPhrase ?? string.Empty, innerException: __exception_422, @@ -488,19 +488,19 @@ partial void ProcessCreateWebCallV3ResponseContent( { string? __content_429 = null; global::System.Exception? __exception_429 = null; - global::RetellAI.CreateWebCallV3Response5? __value_429 = null; + global::RetellAI.CreateWebCallResponse5? __value_429 = null; try { if (__effectiveReadResponseAsString) { __content_429 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); - __value_429 = global::RetellAI.CreateWebCallV3Response5.FromJson(__content_429, JsonSerializerContext); + __value_429 = global::RetellAI.CreateWebCallResponse5.FromJson(__content_429, JsonSerializerContext); } else { __content_429 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); - __value_429 = global::RetellAI.CreateWebCallV3Response5.FromJson(__content_429, JsonSerializerContext); + __value_429 = global::RetellAI.CreateWebCallResponse5.FromJson(__content_429, JsonSerializerContext); } } catch (global::System.Exception __ex) @@ -509,7 +509,7 @@ partial void ProcessCreateWebCallV3ResponseContent( } - throw global::RetellAI.ApiException.Create( + throw global::RetellAI.ApiException.Create( statusCode: __response.StatusCode, message: __content_429 ?? __response.ReasonPhrase ?? string.Empty, innerException: __exception_429, @@ -525,19 +525,19 @@ partial void ProcessCreateWebCallV3ResponseContent( { string? __content_500 = null; global::System.Exception? __exception_500 = null; - global::RetellAI.CreateWebCallV3Response6? __value_500 = null; + global::RetellAI.CreateWebCallResponse6? __value_500 = null; try { if (__effectiveReadResponseAsString) { __content_500 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); - __value_500 = global::RetellAI.CreateWebCallV3Response6.FromJson(__content_500, JsonSerializerContext); + __value_500 = global::RetellAI.CreateWebCallResponse6.FromJson(__content_500, JsonSerializerContext); } else { __content_500 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); - __value_500 = global::RetellAI.CreateWebCallV3Response6.FromJson(__content_500, JsonSerializerContext); + __value_500 = global::RetellAI.CreateWebCallResponse6.FromJson(__content_500, JsonSerializerContext); } } catch (global::System.Exception __ex) @@ -546,7 +546,7 @@ partial void ProcessCreateWebCallV3ResponseContent( } - throw global::RetellAI.ApiException.Create( + throw global::RetellAI.ApiException.Create( statusCode: __response.StatusCode, message: __content_500 ?? __response.ReasonPhrase ?? string.Empty, innerException: __exception_500, @@ -570,7 +570,7 @@ partial void ProcessCreateWebCallV3ResponseContent( client: HttpClient, response: __response, content: ref __content); - ProcessCreateWebCallV3ResponseContent( + ProcessCreateWebCallResponseContent( httpClient: HttpClient, httpResponseMessage: __response, content: ref __content); @@ -684,7 +684,7 @@ partial void ProcessCreateWebCallV3ResponseContent( /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task CreateWebCallV3Async( + public async global::System.Threading.Tasks.Task CreateWebCallAsync( string agentId, global::RetellAI.AgentVersionReference? agentVersion = default, global::RetellAI.AgentOverrideRequest? agentOverride = default, @@ -695,7 +695,7 @@ partial void ProcessCreateWebCallV3ResponseContent( global::RetellAI.AutoSDKRequestOptions? requestOptions = default, global::System.Threading.CancellationToken cancellationToken = default) { - var __request = new global::RetellAI.CreateWebCallV3Request + var __request = new global::RetellAI.CreateWebCallRequest { AgentId = agentId, AgentVersion = agentVersion, @@ -706,7 +706,7 @@ partial void ProcessCreateWebCallV3ResponseContent( CurrentState = currentState, }; - return await CreateWebCallV3Async( + return await CreateWebCallAsync( request: __request, requestOptions: requestOptions, cancellationToken: cancellationToken).ConfigureAwait(false); diff --git a/src/libs/RetellAI/openapi.yaml b/src/libs/RetellAI/openapi.yaml index 1fd0f422..9b242723 100644 --- a/src/libs/RetellAI/openapi.yaml +++ b/src/libs/RetellAI/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: Retell SDK version: 3.0.0 - x-retell-spec-revision: 2026-09-09-6f4e37c + x-retell-spec-revision: 2026-09-10-d230b03 contact: name: Retell Support url: https://www.retellai.com/ @@ -2866,6 +2866,29 @@ components: minimum: 0 nullable: true description: If set, overrides the agent-level reminder_max_count for this node only. Set to 0 to disable reminders for this node. + stt_mode: + type: string + nullable: true + enum: + - fast + - accurate + - custom + description: Balance between speed and accuracy. Fast optimizes for speed using the provider configuration, accurate optimizes for accuracy using the provider configuration, and custom uses custom_stt_config. + custom_stt_config: + type: object + nullable: true + description: Custom transcription settings. Required when stt_mode is custom. + properties: + provider: + allOf: + - $ref: '#/components/schemas/AsrProvider' + description: The STT provider to use. + endpointing_ms: + type: integer + description: Endpointing timeout in milliseconds. Minimum is 100 for Azure, 10 for Deepgram, 500 for Soniox, and 100 for AssemblyAI. + required: + - provider + - endpointing_ms ConversationFlowOverride: type: object description: Override properties for conversation flow configuration in agent override requests. @@ -12831,7 +12854,6 @@ paths: /v2/create-web-call: post: description: Create a new web call - operationId: createWebCall requestBody: required: true content: @@ -12898,7 +12920,7 @@ paths: /v3/create-web-call: post: description: Create a new web call and return browser connection details. - operationId: createWebCallV3 + operationId: createWebCall requestBody: required: true content: @@ -14193,7 +14215,6 @@ paths: $ref: '#/components/responses/InternalServerError' /backfill-contact-analysis-data: post: - description: Trigger a backfill job that re-applies analysis data mappings to contacts using historical call data. Only one backfill job can run per organization at a time. operationId: backfillContactAnalysisData x-retell-sdk-resource: contact x-retell-sdk-method: backfill-analysis-data @@ -14206,7 +14227,6 @@ paths: properties: backfill_call_filter: type: object - description: Optional call filter to scope which calls are processed. Supports agent and start_timestamp from the standard call filter. properties: agent: type: array @@ -14224,8 +14244,6 @@ paths: type: string minItems: 1 maxItems: 200 - description: Contact fields to recompute. Each one must still exist as a contact field and have an analysis data mapping configured, otherwise the request is rejected rather than running - a job that writes nothing. required: - backfill_attributes responses: