From cadced7ea385e56a0f2b3e687fc166f0d419df0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 24 Jun 2026 22:22:44 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- ....CreateElevenLabsCredentialDTOApiUrl.g.cs} | 14 +- ...levenLabsCredentialDTOApiUrlNullable.g.cs} | 14 +- ...onverters.ElevenLabsCredentialApiUrl.g.cs} | 14 +- ...s.ElevenLabsCredentialApiUrlNullable.g.cs} | 14 +- ...Converters.OpenAIModelReasoningEffort.g.cs | 53 + ...rs.OpenAIModelReasoningEffortNullable.g.cs | 60 + ....JsonConverters.ToolMessageFailedRole.g.cs | 53 + ...verters.ToolMessageFailedRoleNullable.g.cs | 60 + ....UpdateElevenLabsCredentialDTOApiUrl.g.cs} | 14 +- ...levenLabsCredentialDTOApiUrlNullable.g.cs} | 14 +- .../Generated/Vapi.JsonSerializerContext.g.cs | 164 +- .../Vapi.JsonSerializerContextTypes.g.cs | 4158 +++++++++-------- .../Vapi.Models.AnthropicBedrockModel.g.cs | 4 +- .../Generated/Vapi.Models.AnthropicModel.g.cs | 4 +- .../Generated/Vapi.Models.AnyscaleModel.g.cs | 4 +- .../Generated/Vapi.Models.ApiRequestTool.g.cs | 26 +- .../Generated/Vapi.Models.BotMessage.g.cs | 30 +- .../Vapi.Models.CallEndedReason.g.cs | 12 + .../Vapi.Models.CartesiaTranscriberModel.g.cs | 6 + .../Generated/Vapi.Models.CerebrasModel.g.cs | 4 +- .../Vapi.Models.CreateApiRequestToolDTO.g.cs | 26 +- ....Models.CreateElevenLabsCredentialDTO.g.cs | 18 +- ....CreateElevenLabsCredentialDTOApiUrl.g.cs} | 19 +- .../Generated/Vapi.Models.CustomLLMModel.g.cs | 4 +- .../Generated/Vapi.Models.DeepInfraModel.g.cs | 4 +- .../Generated/Vapi.Models.DeepSeekModel.g.cs | 4 +- .../Vapi.Models.ElevenLabsCredential.g.cs | 18 +- ...pi.Models.ElevenLabsCredentialApiUrl.g.cs} | 19 +- ...dels.FallbackCartesiaTranscriberModel.g.cs | 6 + .../Generated/Vapi.Models.GoogleModel.g.cs | 4 +- .../Vapi/Generated/Vapi.Models.GroqModel.g.cs | 4 +- .../Vapi.Models.InflectionAIModel.g.cs | 4 +- .../Vapi.Models.MinimaxLLMModel.g.cs | 4 +- .../Generated/Vapi.Models.OpenAIFunction.g.cs | 18 +- .../Generated/Vapi.Models.OpenAIModel.g.cs | 22 +- .../Vapi.Models.OpenAIModelFallbackModel.g.cs | 6 + .../Vapi.Models.OpenAIModelModel.g.cs | 6 + ...api.Models.OpenAIModelReasoningEffort.g.cs | 66 + .../Vapi.Models.OpenRouterModel.g.cs | 4 +- .../Vapi.Models.PerplexityAIModel.g.cs | 4 +- ...rverMessageEndOfCallReportEndedReason.g.cs | 12 + ....ServerMessageStatusUpdateEndedReason.g.cs | 12 + .../Vapi.Models.TogetherAIModel.g.cs | 4 +- .../Vapi.Models.ToolMessageFailed.g.cs | 34 + .../Vapi.Models.ToolMessageFailedRole.g.cs | 61 + .../Vapi.Models.UpdateApiRequestToolDTO.g.cs | 26 +- ....Models.UpdateElevenLabsCredentialDTO.g.cs | 18 +- ....UpdateElevenLabsCredentialDTOApiUrl.g.cs} | 19 +- .../Vapi/Generated/Vapi.Models.VapiModel.g.cs | 4 +- .../Vapi/Generated/Vapi.Models.XaiModel.g.cs | 4 +- src/libs/Vapi/openapi.yaml | 136 +- 51 files changed, 2947 insertions(+), 2365 deletions(-) rename src/libs/Vapi/Generated/{Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrl.g.cs => Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrl.g.cs} (80%) rename src/libs/Vapi/Generated/{Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrlNullable.g.cs => Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrlNullable.g.cs} (80%) rename src/libs/Vapi/Generated/{Vapi.JsonConverters.ElevenLabsCredentialBaseUrl.g.cs => Vapi.JsonConverters.ElevenLabsCredentialApiUrl.g.cs} (76%) rename src/libs/Vapi/Generated/{Vapi.JsonConverters.ElevenLabsCredentialBaseUrlNullable.g.cs => Vapi.JsonConverters.ElevenLabsCredentialApiUrlNullable.g.cs} (77%) create mode 100644 src/libs/Vapi/Generated/Vapi.JsonConverters.OpenAIModelReasoningEffort.g.cs create mode 100644 src/libs/Vapi/Generated/Vapi.JsonConverters.OpenAIModelReasoningEffortNullable.g.cs create mode 100644 src/libs/Vapi/Generated/Vapi.JsonConverters.ToolMessageFailedRole.g.cs create mode 100644 src/libs/Vapi/Generated/Vapi.JsonConverters.ToolMessageFailedRoleNullable.g.cs rename src/libs/Vapi/Generated/{Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrl.g.cs => Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrl.g.cs} (80%) rename src/libs/Vapi/Generated/{Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrlNullable.g.cs => Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrlNullable.g.cs} (80%) rename src/libs/Vapi/Generated/{Vapi.Models.CreateElevenLabsCredentialDTOBaseUrl.g.cs => Vapi.Models.CreateElevenLabsCredentialDTOApiUrl.g.cs} (53%) rename src/libs/Vapi/Generated/{Vapi.Models.ElevenLabsCredentialBaseUrl.g.cs => Vapi.Models.ElevenLabsCredentialApiUrl.g.cs} (55%) create mode 100644 src/libs/Vapi/Generated/Vapi.Models.OpenAIModelReasoningEffort.g.cs create mode 100644 src/libs/Vapi/Generated/Vapi.Models.ToolMessageFailedRole.g.cs rename src/libs/Vapi/Generated/{Vapi.Models.UpdateElevenLabsCredentialDTOBaseUrl.g.cs => Vapi.Models.UpdateElevenLabsCredentialDTOApiUrl.g.cs} (53%) diff --git a/src/libs/Vapi/Generated/Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrl.g.cs b/src/libs/Vapi/Generated/Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrl.g.cs similarity index 80% rename from src/libs/Vapi/Generated/Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrl.g.cs rename to src/libs/Vapi/Generated/Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrl.g.cs index 1caa93d8..905d7c32 100644 --- a/src/libs/Vapi/Generated/Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrl.g.cs +++ b/src/libs/Vapi/Generated/Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrl.g.cs @@ -3,10 +3,10 @@ namespace Vapi.JsonConverters { /// - public sealed class CreateElevenLabsCredentialDTOBaseUrlJsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class CreateElevenLabsCredentialDTOApiUrlJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::Vapi.CreateElevenLabsCredentialDTOBaseUrl Read( + public override global::Vapi.CreateElevenLabsCredentialDTOApiUrl 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 CreateElevenLabsCredentialDTOBaseUrlJsonConverter : global:: var stringValue = reader.GetString(); if (stringValue != null) { - return global::Vapi.CreateElevenLabsCredentialDTOBaseUrlExtensions.ToEnum(stringValue) ?? default; + return global::Vapi.CreateElevenLabsCredentialDTOApiUrlExtensions.ToEnum(stringValue) ?? default; } break; @@ -26,11 +26,11 @@ public sealed class CreateElevenLabsCredentialDTOBaseUrlJsonConverter : global:: case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::Vapi.CreateElevenLabsCredentialDTOBaseUrl)numValue; + return (global::Vapi.CreateElevenLabsCredentialDTOApiUrl)numValue; } case global::System.Text.Json.JsonTokenType.Null: { - return default(global::Vapi.CreateElevenLabsCredentialDTOBaseUrl); + return default(global::Vapi.CreateElevenLabsCredentialDTOApiUrl); } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -42,12 +42,12 @@ public sealed class CreateElevenLabsCredentialDTOBaseUrlJsonConverter : global:: /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::Vapi.CreateElevenLabsCredentialDTOBaseUrl value, + global::Vapi.CreateElevenLabsCredentialDTOApiUrl value, global::System.Text.Json.JsonSerializerOptions options) { writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); - writer.WriteStringValue(global::Vapi.CreateElevenLabsCredentialDTOBaseUrlExtensions.ToValueString(value)); + writer.WriteStringValue(global::Vapi.CreateElevenLabsCredentialDTOApiUrlExtensions.ToValueString(value)); } } } diff --git a/src/libs/Vapi/Generated/Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrlNullable.g.cs b/src/libs/Vapi/Generated/Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrlNullable.g.cs similarity index 80% rename from src/libs/Vapi/Generated/Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrlNullable.g.cs rename to src/libs/Vapi/Generated/Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrlNullable.g.cs index 3c908902..04d3c654 100644 --- a/src/libs/Vapi/Generated/Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrlNullable.g.cs +++ b/src/libs/Vapi/Generated/Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrlNullable.g.cs @@ -3,10 +3,10 @@ namespace Vapi.JsonConverters { /// - public sealed class CreateElevenLabsCredentialDTOBaseUrlNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class CreateElevenLabsCredentialDTOApiUrlNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::Vapi.CreateElevenLabsCredentialDTOBaseUrl? Read( + public override global::Vapi.CreateElevenLabsCredentialDTOApiUrl? 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 CreateElevenLabsCredentialDTOBaseUrlNullableJsonConverter : var stringValue = reader.GetString(); if (stringValue != null) { - return global::Vapi.CreateElevenLabsCredentialDTOBaseUrlExtensions.ToEnum(stringValue); + return global::Vapi.CreateElevenLabsCredentialDTOApiUrlExtensions.ToEnum(stringValue); } break; @@ -26,11 +26,11 @@ public sealed class CreateElevenLabsCredentialDTOBaseUrlNullableJsonConverter : case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::Vapi.CreateElevenLabsCredentialDTOBaseUrl)numValue; + return (global::Vapi.CreateElevenLabsCredentialDTOApiUrl)numValue; } case global::System.Text.Json.JsonTokenType.Null: { - return default(global::Vapi.CreateElevenLabsCredentialDTOBaseUrl?); + return default(global::Vapi.CreateElevenLabsCredentialDTOApiUrl?); } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -42,7 +42,7 @@ public sealed class CreateElevenLabsCredentialDTOBaseUrlNullableJsonConverter : /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::Vapi.CreateElevenLabsCredentialDTOBaseUrl? value, + global::Vapi.CreateElevenLabsCredentialDTOApiUrl? 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::Vapi.CreateElevenLabsCredentialDTOBaseUrlExtensions.ToValueString(value.Value)); + writer.WriteStringValue(global::Vapi.CreateElevenLabsCredentialDTOApiUrlExtensions.ToValueString(value.Value)); } } } diff --git a/src/libs/Vapi/Generated/Vapi.JsonConverters.ElevenLabsCredentialBaseUrl.g.cs b/src/libs/Vapi/Generated/Vapi.JsonConverters.ElevenLabsCredentialApiUrl.g.cs similarity index 76% rename from src/libs/Vapi/Generated/Vapi.JsonConverters.ElevenLabsCredentialBaseUrl.g.cs rename to src/libs/Vapi/Generated/Vapi.JsonConverters.ElevenLabsCredentialApiUrl.g.cs index ee761203..9b30adf9 100644 --- a/src/libs/Vapi/Generated/Vapi.JsonConverters.ElevenLabsCredentialBaseUrl.g.cs +++ b/src/libs/Vapi/Generated/Vapi.JsonConverters.ElevenLabsCredentialApiUrl.g.cs @@ -3,10 +3,10 @@ namespace Vapi.JsonConverters { /// - public sealed class ElevenLabsCredentialBaseUrlJsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class ElevenLabsCredentialApiUrlJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::Vapi.ElevenLabsCredentialBaseUrl Read( + public override global::Vapi.ElevenLabsCredentialApiUrl 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 ElevenLabsCredentialBaseUrlJsonConverter : global::System.Te var stringValue = reader.GetString(); if (stringValue != null) { - return global::Vapi.ElevenLabsCredentialBaseUrlExtensions.ToEnum(stringValue) ?? default; + return global::Vapi.ElevenLabsCredentialApiUrlExtensions.ToEnum(stringValue) ?? default; } break; @@ -26,11 +26,11 @@ public sealed class ElevenLabsCredentialBaseUrlJsonConverter : global::System.Te case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::Vapi.ElevenLabsCredentialBaseUrl)numValue; + return (global::Vapi.ElevenLabsCredentialApiUrl)numValue; } case global::System.Text.Json.JsonTokenType.Null: { - return default(global::Vapi.ElevenLabsCredentialBaseUrl); + return default(global::Vapi.ElevenLabsCredentialApiUrl); } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -42,12 +42,12 @@ public sealed class ElevenLabsCredentialBaseUrlJsonConverter : global::System.Te /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::Vapi.ElevenLabsCredentialBaseUrl value, + global::Vapi.ElevenLabsCredentialApiUrl value, global::System.Text.Json.JsonSerializerOptions options) { writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); - writer.WriteStringValue(global::Vapi.ElevenLabsCredentialBaseUrlExtensions.ToValueString(value)); + writer.WriteStringValue(global::Vapi.ElevenLabsCredentialApiUrlExtensions.ToValueString(value)); } } } diff --git a/src/libs/Vapi/Generated/Vapi.JsonConverters.ElevenLabsCredentialBaseUrlNullable.g.cs b/src/libs/Vapi/Generated/Vapi.JsonConverters.ElevenLabsCredentialApiUrlNullable.g.cs similarity index 77% rename from src/libs/Vapi/Generated/Vapi.JsonConverters.ElevenLabsCredentialBaseUrlNullable.g.cs rename to src/libs/Vapi/Generated/Vapi.JsonConverters.ElevenLabsCredentialApiUrlNullable.g.cs index cf744ea4..157be9c7 100644 --- a/src/libs/Vapi/Generated/Vapi.JsonConverters.ElevenLabsCredentialBaseUrlNullable.g.cs +++ b/src/libs/Vapi/Generated/Vapi.JsonConverters.ElevenLabsCredentialApiUrlNullable.g.cs @@ -3,10 +3,10 @@ namespace Vapi.JsonConverters { /// - public sealed class ElevenLabsCredentialBaseUrlNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class ElevenLabsCredentialApiUrlNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::Vapi.ElevenLabsCredentialBaseUrl? Read( + public override global::Vapi.ElevenLabsCredentialApiUrl? 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 ElevenLabsCredentialBaseUrlNullableJsonConverter : global::S var stringValue = reader.GetString(); if (stringValue != null) { - return global::Vapi.ElevenLabsCredentialBaseUrlExtensions.ToEnum(stringValue); + return global::Vapi.ElevenLabsCredentialApiUrlExtensions.ToEnum(stringValue); } break; @@ -26,11 +26,11 @@ public sealed class ElevenLabsCredentialBaseUrlNullableJsonConverter : global::S case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::Vapi.ElevenLabsCredentialBaseUrl)numValue; + return (global::Vapi.ElevenLabsCredentialApiUrl)numValue; } case global::System.Text.Json.JsonTokenType.Null: { - return default(global::Vapi.ElevenLabsCredentialBaseUrl?); + return default(global::Vapi.ElevenLabsCredentialApiUrl?); } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -42,7 +42,7 @@ public sealed class ElevenLabsCredentialBaseUrlNullableJsonConverter : global::S /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::Vapi.ElevenLabsCredentialBaseUrl? value, + global::Vapi.ElevenLabsCredentialApiUrl? 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::Vapi.ElevenLabsCredentialBaseUrlExtensions.ToValueString(value.Value)); + writer.WriteStringValue(global::Vapi.ElevenLabsCredentialApiUrlExtensions.ToValueString(value.Value)); } } } diff --git a/src/libs/Vapi/Generated/Vapi.JsonConverters.OpenAIModelReasoningEffort.g.cs b/src/libs/Vapi/Generated/Vapi.JsonConverters.OpenAIModelReasoningEffort.g.cs new file mode 100644 index 00000000..5361cef8 --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.JsonConverters.OpenAIModelReasoningEffort.g.cs @@ -0,0 +1,53 @@ +#nullable enable + +namespace Vapi.JsonConverters +{ + /// + public sealed class OpenAIModelReasoningEffortJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::Vapi.OpenAIModelReasoningEffort 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::Vapi.OpenAIModelReasoningEffortExtensions.ToEnum(stringValue) ?? default; + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::Vapi.OpenAIModelReasoningEffort)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::Vapi.OpenAIModelReasoningEffort); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::Vapi.OpenAIModelReasoningEffort value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + writer.WriteStringValue(global::Vapi.OpenAIModelReasoningEffortExtensions.ToValueString(value)); + } + } +} diff --git a/src/libs/Vapi/Generated/Vapi.JsonConverters.OpenAIModelReasoningEffortNullable.g.cs b/src/libs/Vapi/Generated/Vapi.JsonConverters.OpenAIModelReasoningEffortNullable.g.cs new file mode 100644 index 00000000..55c42261 --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.JsonConverters.OpenAIModelReasoningEffortNullable.g.cs @@ -0,0 +1,60 @@ +#nullable enable + +namespace Vapi.JsonConverters +{ + /// + public sealed class OpenAIModelReasoningEffortNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::Vapi.OpenAIModelReasoningEffort? 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::Vapi.OpenAIModelReasoningEffortExtensions.ToEnum(stringValue); + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::Vapi.OpenAIModelReasoningEffort)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::Vapi.OpenAIModelReasoningEffort?); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::Vapi.OpenAIModelReasoningEffort? 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::Vapi.OpenAIModelReasoningEffortExtensions.ToValueString(value.Value)); + } + } + } +} diff --git a/src/libs/Vapi/Generated/Vapi.JsonConverters.ToolMessageFailedRole.g.cs b/src/libs/Vapi/Generated/Vapi.JsonConverters.ToolMessageFailedRole.g.cs new file mode 100644 index 00000000..ac7500dd --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.JsonConverters.ToolMessageFailedRole.g.cs @@ -0,0 +1,53 @@ +#nullable enable + +namespace Vapi.JsonConverters +{ + /// + public sealed class ToolMessageFailedRoleJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::Vapi.ToolMessageFailedRole 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::Vapi.ToolMessageFailedRoleExtensions.ToEnum(stringValue) ?? default; + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::Vapi.ToolMessageFailedRole)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::Vapi.ToolMessageFailedRole); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::Vapi.ToolMessageFailedRole value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + writer.WriteStringValue(global::Vapi.ToolMessageFailedRoleExtensions.ToValueString(value)); + } + } +} diff --git a/src/libs/Vapi/Generated/Vapi.JsonConverters.ToolMessageFailedRoleNullable.g.cs b/src/libs/Vapi/Generated/Vapi.JsonConverters.ToolMessageFailedRoleNullable.g.cs new file mode 100644 index 00000000..ad515275 --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.JsonConverters.ToolMessageFailedRoleNullable.g.cs @@ -0,0 +1,60 @@ +#nullable enable + +namespace Vapi.JsonConverters +{ + /// + public sealed class ToolMessageFailedRoleNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::Vapi.ToolMessageFailedRole? 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::Vapi.ToolMessageFailedRoleExtensions.ToEnum(stringValue); + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::Vapi.ToolMessageFailedRole)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::Vapi.ToolMessageFailedRole?); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::Vapi.ToolMessageFailedRole? 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::Vapi.ToolMessageFailedRoleExtensions.ToValueString(value.Value)); + } + } + } +} diff --git a/src/libs/Vapi/Generated/Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrl.g.cs b/src/libs/Vapi/Generated/Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrl.g.cs similarity index 80% rename from src/libs/Vapi/Generated/Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrl.g.cs rename to src/libs/Vapi/Generated/Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrl.g.cs index 7b6337d9..c580a7a0 100644 --- a/src/libs/Vapi/Generated/Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrl.g.cs +++ b/src/libs/Vapi/Generated/Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrl.g.cs @@ -3,10 +3,10 @@ namespace Vapi.JsonConverters { /// - public sealed class UpdateElevenLabsCredentialDTOBaseUrlJsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class UpdateElevenLabsCredentialDTOApiUrlJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::Vapi.UpdateElevenLabsCredentialDTOBaseUrl Read( + public override global::Vapi.UpdateElevenLabsCredentialDTOApiUrl 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 UpdateElevenLabsCredentialDTOBaseUrlJsonConverter : global:: var stringValue = reader.GetString(); if (stringValue != null) { - return global::Vapi.UpdateElevenLabsCredentialDTOBaseUrlExtensions.ToEnum(stringValue) ?? default; + return global::Vapi.UpdateElevenLabsCredentialDTOApiUrlExtensions.ToEnum(stringValue) ?? default; } break; @@ -26,11 +26,11 @@ public sealed class UpdateElevenLabsCredentialDTOBaseUrlJsonConverter : global:: case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::Vapi.UpdateElevenLabsCredentialDTOBaseUrl)numValue; + return (global::Vapi.UpdateElevenLabsCredentialDTOApiUrl)numValue; } case global::System.Text.Json.JsonTokenType.Null: { - return default(global::Vapi.UpdateElevenLabsCredentialDTOBaseUrl); + return default(global::Vapi.UpdateElevenLabsCredentialDTOApiUrl); } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -42,12 +42,12 @@ public sealed class UpdateElevenLabsCredentialDTOBaseUrlJsonConverter : global:: /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::Vapi.UpdateElevenLabsCredentialDTOBaseUrl value, + global::Vapi.UpdateElevenLabsCredentialDTOApiUrl value, global::System.Text.Json.JsonSerializerOptions options) { writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); - writer.WriteStringValue(global::Vapi.UpdateElevenLabsCredentialDTOBaseUrlExtensions.ToValueString(value)); + writer.WriteStringValue(global::Vapi.UpdateElevenLabsCredentialDTOApiUrlExtensions.ToValueString(value)); } } } diff --git a/src/libs/Vapi/Generated/Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrlNullable.g.cs b/src/libs/Vapi/Generated/Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrlNullable.g.cs similarity index 80% rename from src/libs/Vapi/Generated/Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrlNullable.g.cs rename to src/libs/Vapi/Generated/Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrlNullable.g.cs index 3d1137cf..867bccc4 100644 --- a/src/libs/Vapi/Generated/Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrlNullable.g.cs +++ b/src/libs/Vapi/Generated/Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrlNullable.g.cs @@ -3,10 +3,10 @@ namespace Vapi.JsonConverters { /// - public sealed class UpdateElevenLabsCredentialDTOBaseUrlNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class UpdateElevenLabsCredentialDTOApiUrlNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::Vapi.UpdateElevenLabsCredentialDTOBaseUrl? Read( + public override global::Vapi.UpdateElevenLabsCredentialDTOApiUrl? 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 UpdateElevenLabsCredentialDTOBaseUrlNullableJsonConverter : var stringValue = reader.GetString(); if (stringValue != null) { - return global::Vapi.UpdateElevenLabsCredentialDTOBaseUrlExtensions.ToEnum(stringValue); + return global::Vapi.UpdateElevenLabsCredentialDTOApiUrlExtensions.ToEnum(stringValue); } break; @@ -26,11 +26,11 @@ public sealed class UpdateElevenLabsCredentialDTOBaseUrlNullableJsonConverter : case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::Vapi.UpdateElevenLabsCredentialDTOBaseUrl)numValue; + return (global::Vapi.UpdateElevenLabsCredentialDTOApiUrl)numValue; } case global::System.Text.Json.JsonTokenType.Null: { - return default(global::Vapi.UpdateElevenLabsCredentialDTOBaseUrl?); + return default(global::Vapi.UpdateElevenLabsCredentialDTOApiUrl?); } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -42,7 +42,7 @@ public sealed class UpdateElevenLabsCredentialDTOBaseUrlNullableJsonConverter : /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::Vapi.UpdateElevenLabsCredentialDTOBaseUrl? value, + global::Vapi.UpdateElevenLabsCredentialDTOApiUrl? 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::Vapi.UpdateElevenLabsCredentialDTOBaseUrlExtensions.ToValueString(value.Value)); + writer.WriteStringValue(global::Vapi.UpdateElevenLabsCredentialDTOApiUrlExtensions.ToValueString(value.Value)); } } } diff --git a/src/libs/Vapi/Generated/Vapi.JsonSerializerContext.g.cs b/src/libs/Vapi/Generated/Vapi.JsonSerializerContext.g.cs index 1a1b1f9b..5e4f3f41 100644 --- a/src/libs/Vapi/Generated/Vapi.JsonSerializerContext.g.cs +++ b/src/libs/Vapi/Generated/Vapi.JsonSerializerContext.g.cs @@ -405,6 +405,10 @@ namespace Vapi typeof(global::Vapi.JsonConverters.ToolMessageFailedTypeNullableJsonConverter), + typeof(global::Vapi.JsonConverters.ToolMessageFailedRoleJsonConverter), + + typeof(global::Vapi.JsonConverters.ToolMessageFailedRoleNullableJsonConverter), + typeof(global::Vapi.JsonConverters.ToolMessageDelayedTypeJsonConverter), typeof(global::Vapi.JsonConverters.ToolMessageDelayedTypeNullableJsonConverter), @@ -749,6 +753,10 @@ namespace Vapi typeof(global::Vapi.JsonConverters.OpenAIModelPromptCacheRetentionNullableJsonConverter), + typeof(global::Vapi.JsonConverters.OpenAIModelReasoningEffortJsonConverter), + + typeof(global::Vapi.JsonConverters.OpenAIModelReasoningEffortNullableJsonConverter), + typeof(global::Vapi.JsonConverters.OpenRouterModelProviderJsonConverter), typeof(global::Vapi.JsonConverters.OpenRouterModelProviderNullableJsonConverter), @@ -1561,9 +1569,9 @@ namespace Vapi typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOProviderNullableJsonConverter), - typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrlJsonConverter), + typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrlJsonConverter), - typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrlNullableJsonConverter), + typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrlNullableJsonConverter), typeof(global::Vapi.JsonConverters.CreateGcpCredentialDTOProviderJsonConverter), @@ -3093,9 +3101,9 @@ namespace Vapi typeof(global::Vapi.JsonConverters.ElevenLabsCredentialProviderNullableJsonConverter), - typeof(global::Vapi.JsonConverters.ElevenLabsCredentialBaseUrlJsonConverter), + typeof(global::Vapi.JsonConverters.ElevenLabsCredentialApiUrlJsonConverter), - typeof(global::Vapi.JsonConverters.ElevenLabsCredentialBaseUrlNullableJsonConverter), + typeof(global::Vapi.JsonConverters.ElevenLabsCredentialApiUrlNullableJsonConverter), typeof(global::Vapi.JsonConverters.GcpCredentialProviderJsonConverter), @@ -3373,9 +3381,9 @@ namespace Vapi typeof(global::Vapi.JsonConverters.UpdateAzureOpenAICredentialDTOModelNullableJsonConverter), - typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrlJsonConverter), + typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrlJsonConverter), - typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrlNullableJsonConverter), + typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrlNullableJsonConverter), typeof(global::Vapi.JsonConverters.UpdateWebhookCredentialDTOAuthenticationPlanDiscriminatorTypeJsonConverter), @@ -5298,6 +5306,7 @@ namespace Vapi [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.ToolMessageCompleteRole), TypeInfoPropertyName = "ToolMessageCompleteRole2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.ToolMessageFailed))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.ToolMessageFailedType), TypeInfoPropertyName = "ToolMessageFailedType2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.ToolMessageFailedRole), TypeInfoPropertyName = "ToolMessageFailedRole2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.ToolMessageDelayed))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.ToolMessageDelayedType), TypeInfoPropertyName = "ToolMessageDelayedType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.MessageTarget))] @@ -5529,6 +5538,7 @@ namespace Vapi [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OpenAIModelFallbackModel), TypeInfoPropertyName = "OpenAIModelFallbackModel2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OpenAIModelToolStrictCompatibilityMode), TypeInfoPropertyName = "OpenAIModelToolStrictCompatibilityMode2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OpenAIModelPromptCacheRetention), TypeInfoPropertyName = "OpenAIModelPromptCacheRetention2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OpenAIModelReasoningEffort), TypeInfoPropertyName = "OpenAIModelReasoningEffort2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OpenRouterModel))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OpenRouterModelProvider), TypeInfoPropertyName = "OpenRouterModelProvider2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.PerplexityAIModel))] @@ -5561,8 +5571,6 @@ namespace Vapi [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.VoicemailDetectionBackoffPlan))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GoogleVoicemailDetectionPlan))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GoogleVoicemailDetectionPlanProvider), TypeInfoPropertyName = "GoogleVoicemailDetectionPlanProvider2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GoogleVoicemailDetectionPlanType), TypeInfoPropertyName = "GoogleVoicemailDetectionPlanType2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OpenAIVoicemailDetectionPlan))] internal sealed partial class SourceGenerationContextChunk0 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -5966,6 +5974,10 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::Vapi.JsonConverters.ToolMessageFailedTypeNullableJsonConverter), + typeof(global::Vapi.JsonConverters.ToolMessageFailedRoleJsonConverter), + + typeof(global::Vapi.JsonConverters.ToolMessageFailedRoleNullableJsonConverter), + typeof(global::Vapi.JsonConverters.ToolMessageDelayedTypeJsonConverter), typeof(global::Vapi.JsonConverters.ToolMessageDelayedTypeNullableJsonConverter), @@ -6310,6 +6322,10 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::Vapi.JsonConverters.OpenAIModelPromptCacheRetentionNullableJsonConverter), + typeof(global::Vapi.JsonConverters.OpenAIModelReasoningEffortJsonConverter), + + typeof(global::Vapi.JsonConverters.OpenAIModelReasoningEffortNullableJsonConverter), + typeof(global::Vapi.JsonConverters.OpenRouterModelProviderJsonConverter), typeof(global::Vapi.JsonConverters.OpenRouterModelProviderNullableJsonConverter), @@ -7122,9 +7138,9 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOProviderNullableJsonConverter), - typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrlJsonConverter), + typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrlJsonConverter), - typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrlNullableJsonConverter), + typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrlNullableJsonConverter), typeof(global::Vapi.JsonConverters.CreateGcpCredentialDTOProviderJsonConverter), @@ -8654,9 +8670,9 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::Vapi.JsonConverters.ElevenLabsCredentialProviderNullableJsonConverter), - typeof(global::Vapi.JsonConverters.ElevenLabsCredentialBaseUrlJsonConverter), + typeof(global::Vapi.JsonConverters.ElevenLabsCredentialApiUrlJsonConverter), - typeof(global::Vapi.JsonConverters.ElevenLabsCredentialBaseUrlNullableJsonConverter), + typeof(global::Vapi.JsonConverters.ElevenLabsCredentialApiUrlNullableJsonConverter), typeof(global::Vapi.JsonConverters.GcpCredentialProviderJsonConverter), @@ -8934,9 +8950,9 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::Vapi.JsonConverters.UpdateAzureOpenAICredentialDTOModelNullableJsonConverter), - typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrlJsonConverter), + typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrlJsonConverter), - typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrlNullableJsonConverter), + typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrlNullableJsonConverter), typeof(global::Vapi.JsonConverters.UpdateWebhookCredentialDTOAuthenticationPlanDiscriminatorTypeJsonConverter), @@ -10701,6 +10717,8 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "FilterStructuredOutputColumnOnCallTable_514172078c50ed6e")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "ChatEvalAssistantMessageEvaluation_e520bbe5e5889e56")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "GoogleCalendarCreateEventToolWithToolCall_4ee6ec9da9c1f25a")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GoogleVoicemailDetectionPlanType), TypeInfoPropertyName = "GoogleVoicemailDetectionPlanType2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OpenAIVoicemailDetectionPlan))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OpenAIVoicemailDetectionPlanProvider), TypeInfoPropertyName = "OpenAIVoicemailDetectionPlanProvider2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.OpenAIVoicemailDetectionPlanType), TypeInfoPropertyName = "OpenAIVoicemailDetectionPlanType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.TwilioVoicemailDetectionPlan))] @@ -11081,7 +11099,7 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateDeepInfraCredentialDTOProvider), TypeInfoPropertyName = "CreateDeepInfraCredentialDTOProvider2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateDeepSeekCredentialDTOProvider), TypeInfoPropertyName = "CreateDeepSeekCredentialDTOProvider2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateElevenLabsCredentialDTOProvider), TypeInfoPropertyName = "CreateElevenLabsCredentialDTOProvider2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateElevenLabsCredentialDTOBaseUrl), TypeInfoPropertyName = "CreateElevenLabsCredentialDTOBaseUrl2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateElevenLabsCredentialDTOApiUrl), TypeInfoPropertyName = "CreateElevenLabsCredentialDTOApiUrl2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GcpKey))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.BucketPlan))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateGcpCredentialDTOProvider), TypeInfoPropertyName = "CreateGcpCredentialDTOProvider2")] @@ -11122,8 +11140,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CallHookTranscriberEndpointedSpeechLowConfidence))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SessionCreatedHook))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SessionCreatedHookOn), TypeInfoPropertyName = "SessionCreatedHookOn2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SQLInjectionSecurityFilter))] internal sealed partial class SourceGenerationContextChunk1 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -11527,6 +11543,10 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::Vapi.JsonConverters.ToolMessageFailedTypeNullableJsonConverter), + typeof(global::Vapi.JsonConverters.ToolMessageFailedRoleJsonConverter), + + typeof(global::Vapi.JsonConverters.ToolMessageFailedRoleNullableJsonConverter), + typeof(global::Vapi.JsonConverters.ToolMessageDelayedTypeJsonConverter), typeof(global::Vapi.JsonConverters.ToolMessageDelayedTypeNullableJsonConverter), @@ -11871,6 +11891,10 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::Vapi.JsonConverters.OpenAIModelPromptCacheRetentionNullableJsonConverter), + typeof(global::Vapi.JsonConverters.OpenAIModelReasoningEffortJsonConverter), + + typeof(global::Vapi.JsonConverters.OpenAIModelReasoningEffortNullableJsonConverter), + typeof(global::Vapi.JsonConverters.OpenRouterModelProviderJsonConverter), typeof(global::Vapi.JsonConverters.OpenRouterModelProviderNullableJsonConverter), @@ -12683,9 +12707,9 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOProviderNullableJsonConverter), - typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrlJsonConverter), + typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrlJsonConverter), - typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrlNullableJsonConverter), + typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrlNullableJsonConverter), typeof(global::Vapi.JsonConverters.CreateGcpCredentialDTOProviderJsonConverter), @@ -14215,9 +14239,9 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::Vapi.JsonConverters.ElevenLabsCredentialProviderNullableJsonConverter), - typeof(global::Vapi.JsonConverters.ElevenLabsCredentialBaseUrlJsonConverter), + typeof(global::Vapi.JsonConverters.ElevenLabsCredentialApiUrlJsonConverter), - typeof(global::Vapi.JsonConverters.ElevenLabsCredentialBaseUrlNullableJsonConverter), + typeof(global::Vapi.JsonConverters.ElevenLabsCredentialApiUrlNullableJsonConverter), typeof(global::Vapi.JsonConverters.GcpCredentialProviderJsonConverter), @@ -14495,9 +14519,9 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::Vapi.JsonConverters.UpdateAzureOpenAICredentialDTOModelNullableJsonConverter), - typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrlJsonConverter), + typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrlJsonConverter), - typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrlNullableJsonConverter), + typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrlNullableJsonConverter), typeof(global::Vapi.JsonConverters.UpdateWebhookCredentialDTOAuthenticationPlanDiscriminatorTypeJsonConverter), @@ -16262,6 +16286,8 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "FilterStructuredOutputColumnOnCallTable_514172078c50ed6e")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "ChatEvalAssistantMessageEvaluation_e520bbe5e5889e56")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "GoogleCalendarCreateEventToolWithToolCall_4ee6ec9da9c1f25a")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SQLInjectionSecurityFilter))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.SQLInjectionSecurityFilterType), TypeInfoPropertyName = "SQLInjectionSecurityFilterType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.XSSSecurityFilter))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.XSSSecurityFilterType), TypeInfoPropertyName = "XSSSecurityFilterType2")] @@ -16683,8 +16709,6 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateBashToolDTOSubType), TypeInfoPropertyName = "CreateBashToolDTOSubType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateBashToolDTOName), TypeInfoPropertyName = "CreateBashToolDTOName2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateComputerToolDTOType), TypeInfoPropertyName = "CreateComputerToolDTOType2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateComputerToolDTOSubType), TypeInfoPropertyName = "CreateComputerToolDTOSubType2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateComputerToolDTOName), TypeInfoPropertyName = "CreateComputerToolDTOName2")] internal sealed partial class SourceGenerationContextChunk2 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -17088,6 +17112,10 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex typeof(global::Vapi.JsonConverters.ToolMessageFailedTypeNullableJsonConverter), + typeof(global::Vapi.JsonConverters.ToolMessageFailedRoleJsonConverter), + + typeof(global::Vapi.JsonConverters.ToolMessageFailedRoleNullableJsonConverter), + typeof(global::Vapi.JsonConverters.ToolMessageDelayedTypeJsonConverter), typeof(global::Vapi.JsonConverters.ToolMessageDelayedTypeNullableJsonConverter), @@ -17432,6 +17460,10 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex typeof(global::Vapi.JsonConverters.OpenAIModelPromptCacheRetentionNullableJsonConverter), + typeof(global::Vapi.JsonConverters.OpenAIModelReasoningEffortJsonConverter), + + typeof(global::Vapi.JsonConverters.OpenAIModelReasoningEffortNullableJsonConverter), + typeof(global::Vapi.JsonConverters.OpenRouterModelProviderJsonConverter), typeof(global::Vapi.JsonConverters.OpenRouterModelProviderNullableJsonConverter), @@ -18244,9 +18276,9 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOProviderNullableJsonConverter), - typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrlJsonConverter), + typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrlJsonConverter), - typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrlNullableJsonConverter), + typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrlNullableJsonConverter), typeof(global::Vapi.JsonConverters.CreateGcpCredentialDTOProviderJsonConverter), @@ -19776,9 +19808,9 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex typeof(global::Vapi.JsonConverters.ElevenLabsCredentialProviderNullableJsonConverter), - typeof(global::Vapi.JsonConverters.ElevenLabsCredentialBaseUrlJsonConverter), + typeof(global::Vapi.JsonConverters.ElevenLabsCredentialApiUrlJsonConverter), - typeof(global::Vapi.JsonConverters.ElevenLabsCredentialBaseUrlNullableJsonConverter), + typeof(global::Vapi.JsonConverters.ElevenLabsCredentialApiUrlNullableJsonConverter), typeof(global::Vapi.JsonConverters.GcpCredentialProviderJsonConverter), @@ -20056,9 +20088,9 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex typeof(global::Vapi.JsonConverters.UpdateAzureOpenAICredentialDTOModelNullableJsonConverter), - typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrlJsonConverter), + typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrlJsonConverter), - typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrlNullableJsonConverter), + typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrlNullableJsonConverter), typeof(global::Vapi.JsonConverters.UpdateWebhookCredentialDTOAuthenticationPlanDiscriminatorTypeJsonConverter), @@ -21823,6 +21855,8 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "FilterStructuredOutputColumnOnCallTable_514172078c50ed6e")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "ChatEvalAssistantMessageEvaluation_e520bbe5e5889e56")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "GoogleCalendarCreateEventToolWithToolCall_4ee6ec9da9c1f25a")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateComputerToolDTOSubType), TypeInfoPropertyName = "CreateComputerToolDTOSubType2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateComputerToolDTOName), TypeInfoPropertyName = "CreateComputerToolDTOName2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateTextEditorToolDTOType), TypeInfoPropertyName = "CreateTextEditorToolDTOType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateTextEditorToolDTOSubType), TypeInfoPropertyName = "CreateTextEditorToolDTOSubType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.CreateTextEditorToolDTOName), TypeInfoPropertyName = "CreateTextEditorToolDTOName2")] @@ -22238,14 +22272,12 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.DeepSeekCredentialProvider), TypeInfoPropertyName = "DeepSeekCredentialProvider2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.ElevenLabsCredential))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.ElevenLabsCredentialProvider), TypeInfoPropertyName = "ElevenLabsCredentialProvider2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.ElevenLabsCredentialBaseUrl), TypeInfoPropertyName = "ElevenLabsCredentialBaseUrl2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.ElevenLabsCredentialApiUrl), TypeInfoPropertyName = "ElevenLabsCredentialApiUrl2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GcpCredential))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GcpCredentialProvider), TypeInfoPropertyName = "GcpCredentialProvider2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GladiaCredential))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GladiaCredentialProvider), TypeInfoPropertyName = "GladiaCredentialProvider2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GoHighLevelCredential))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GoHighLevelCredentialProvider), TypeInfoPropertyName = "GoHighLevelCredentialProvider2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GoogleCredential))] internal sealed partial class SourceGenerationContextChunk3 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -22649,6 +22681,10 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex typeof(global::Vapi.JsonConverters.ToolMessageFailedTypeNullableJsonConverter), + typeof(global::Vapi.JsonConverters.ToolMessageFailedRoleJsonConverter), + + typeof(global::Vapi.JsonConverters.ToolMessageFailedRoleNullableJsonConverter), + typeof(global::Vapi.JsonConverters.ToolMessageDelayedTypeJsonConverter), typeof(global::Vapi.JsonConverters.ToolMessageDelayedTypeNullableJsonConverter), @@ -22993,6 +23029,10 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex typeof(global::Vapi.JsonConverters.OpenAIModelPromptCacheRetentionNullableJsonConverter), + typeof(global::Vapi.JsonConverters.OpenAIModelReasoningEffortJsonConverter), + + typeof(global::Vapi.JsonConverters.OpenAIModelReasoningEffortNullableJsonConverter), + typeof(global::Vapi.JsonConverters.OpenRouterModelProviderJsonConverter), typeof(global::Vapi.JsonConverters.OpenRouterModelProviderNullableJsonConverter), @@ -23805,9 +23845,9 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOProviderNullableJsonConverter), - typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrlJsonConverter), + typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrlJsonConverter), - typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrlNullableJsonConverter), + typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrlNullableJsonConverter), typeof(global::Vapi.JsonConverters.CreateGcpCredentialDTOProviderJsonConverter), @@ -25337,9 +25377,9 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex typeof(global::Vapi.JsonConverters.ElevenLabsCredentialProviderNullableJsonConverter), - typeof(global::Vapi.JsonConverters.ElevenLabsCredentialBaseUrlJsonConverter), + typeof(global::Vapi.JsonConverters.ElevenLabsCredentialApiUrlJsonConverter), - typeof(global::Vapi.JsonConverters.ElevenLabsCredentialBaseUrlNullableJsonConverter), + typeof(global::Vapi.JsonConverters.ElevenLabsCredentialApiUrlNullableJsonConverter), typeof(global::Vapi.JsonConverters.GcpCredentialProviderJsonConverter), @@ -25617,9 +25657,9 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex typeof(global::Vapi.JsonConverters.UpdateAzureOpenAICredentialDTOModelNullableJsonConverter), - typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrlJsonConverter), + typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrlJsonConverter), - typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrlNullableJsonConverter), + typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrlNullableJsonConverter), typeof(global::Vapi.JsonConverters.UpdateWebhookCredentialDTOAuthenticationPlanDiscriminatorTypeJsonConverter), @@ -27384,6 +27424,8 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "FilterStructuredOutputColumnOnCallTable_514172078c50ed6e")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "ChatEvalAssistantMessageEvaluation_e520bbe5e5889e56")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "GoogleCalendarCreateEventToolWithToolCall_4ee6ec9da9c1f25a")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GoHighLevelCredentialProvider), TypeInfoPropertyName = "GoHighLevelCredentialProvider2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GoogleCredential))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GoogleCredentialProvider), TypeInfoPropertyName = "GoogleCredentialProvider2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GroqCredential))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.GroqCredentialProvider), TypeInfoPropertyName = "GroqCredentialProvider2")] @@ -27513,7 +27555,7 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateDeepInfraCredentialDTO))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateDeepSeekCredentialDTO))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateElevenLabsCredentialDTO))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateElevenLabsCredentialDTOBaseUrl), TypeInfoPropertyName = "UpdateElevenLabsCredentialDTOBaseUrl2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateElevenLabsCredentialDTOApiUrl), TypeInfoPropertyName = "UpdateElevenLabsCredentialDTOApiUrl2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateGcpCredentialDTO))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateGladiaCredentialDTO))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.UpdateGoHighLevelCredentialDTO))] @@ -27805,8 +27847,6 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.MakeToolWithToolCallType), TypeInfoPropertyName = "MakeToolWithToolCallType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.BashToolWithToolCallType), TypeInfoPropertyName = "BashToolWithToolCallType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.BashToolWithToolCallSubType), TypeInfoPropertyName = "BashToolWithToolCallSubType2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.BashToolWithToolCallName), TypeInfoPropertyName = "BashToolWithToolCallName2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.ComputerToolWithToolCallType), TypeInfoPropertyName = "ComputerToolWithToolCallType2")] internal sealed partial class SourceGenerationContextChunk4 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -28210,6 +28250,10 @@ internal sealed partial class SourceGenerationContextChunk4 : global::System.Tex typeof(global::Vapi.JsonConverters.ToolMessageFailedTypeNullableJsonConverter), + typeof(global::Vapi.JsonConverters.ToolMessageFailedRoleJsonConverter), + + typeof(global::Vapi.JsonConverters.ToolMessageFailedRoleNullableJsonConverter), + typeof(global::Vapi.JsonConverters.ToolMessageDelayedTypeJsonConverter), typeof(global::Vapi.JsonConverters.ToolMessageDelayedTypeNullableJsonConverter), @@ -28554,6 +28598,10 @@ internal sealed partial class SourceGenerationContextChunk4 : global::System.Tex typeof(global::Vapi.JsonConverters.OpenAIModelPromptCacheRetentionNullableJsonConverter), + typeof(global::Vapi.JsonConverters.OpenAIModelReasoningEffortJsonConverter), + + typeof(global::Vapi.JsonConverters.OpenAIModelReasoningEffortNullableJsonConverter), + typeof(global::Vapi.JsonConverters.OpenRouterModelProviderJsonConverter), typeof(global::Vapi.JsonConverters.OpenRouterModelProviderNullableJsonConverter), @@ -29366,9 +29414,9 @@ internal sealed partial class SourceGenerationContextChunk4 : global::System.Tex typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOProviderNullableJsonConverter), - typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrlJsonConverter), + typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrlJsonConverter), - typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrlNullableJsonConverter), + typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrlNullableJsonConverter), typeof(global::Vapi.JsonConverters.CreateGcpCredentialDTOProviderJsonConverter), @@ -30898,9 +30946,9 @@ internal sealed partial class SourceGenerationContextChunk4 : global::System.Tex typeof(global::Vapi.JsonConverters.ElevenLabsCredentialProviderNullableJsonConverter), - typeof(global::Vapi.JsonConverters.ElevenLabsCredentialBaseUrlJsonConverter), + typeof(global::Vapi.JsonConverters.ElevenLabsCredentialApiUrlJsonConverter), - typeof(global::Vapi.JsonConverters.ElevenLabsCredentialBaseUrlNullableJsonConverter), + typeof(global::Vapi.JsonConverters.ElevenLabsCredentialApiUrlNullableJsonConverter), typeof(global::Vapi.JsonConverters.GcpCredentialProviderJsonConverter), @@ -31178,9 +31226,9 @@ internal sealed partial class SourceGenerationContextChunk4 : global::System.Tex typeof(global::Vapi.JsonConverters.UpdateAzureOpenAICredentialDTOModelNullableJsonConverter), - typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrlJsonConverter), + typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrlJsonConverter), - typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrlNullableJsonConverter), + typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrlNullableJsonConverter), typeof(global::Vapi.JsonConverters.UpdateWebhookCredentialDTOAuthenticationPlanDiscriminatorTypeJsonConverter), @@ -32945,6 +32993,8 @@ internal sealed partial class SourceGenerationContextChunk4 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "FilterStructuredOutputColumnOnCallTable_514172078c50ed6e")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "ChatEvalAssistantMessageEvaluation_e520bbe5e5889e56")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>), TypeInfoPropertyName = "GoogleCalendarCreateEventToolWithToolCall_4ee6ec9da9c1f25a")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.BashToolWithToolCallName), TypeInfoPropertyName = "BashToolWithToolCallName2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.ComputerToolWithToolCallType), TypeInfoPropertyName = "ComputerToolWithToolCallType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.ComputerToolWithToolCallSubType), TypeInfoPropertyName = "ComputerToolWithToolCallSubType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.ComputerToolWithToolCallName), TypeInfoPropertyName = "ComputerToolWithToolCallName2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Vapi.TextEditorToolWithToolCallType), TypeInfoPropertyName = "TextEditorToolWithToolCallType2")] @@ -33452,6 +33502,8 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o options.Converters.Add(new global::Vapi.JsonConverters.ToolMessageCompleteRoleNullableJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.ToolMessageFailedTypeJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.ToolMessageFailedTypeNullableJsonConverter()); + options.Converters.Add(new global::Vapi.JsonConverters.ToolMessageFailedRoleJsonConverter()); + options.Converters.Add(new global::Vapi.JsonConverters.ToolMessageFailedRoleNullableJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.ToolMessageDelayedTypeJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.ToolMessageDelayedTypeNullableJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.MessageTargetRoleJsonConverter()); @@ -33624,6 +33676,8 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o options.Converters.Add(new global::Vapi.JsonConverters.OpenAIModelToolStrictCompatibilityModeNullableJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.OpenAIModelPromptCacheRetentionJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.OpenAIModelPromptCacheRetentionNullableJsonConverter()); + options.Converters.Add(new global::Vapi.JsonConverters.OpenAIModelReasoningEffortJsonConverter()); + options.Converters.Add(new global::Vapi.JsonConverters.OpenAIModelReasoningEffortNullableJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.OpenRouterModelProviderJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.OpenRouterModelProviderNullableJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.PerplexityAIModelProviderJsonConverter()); @@ -34030,8 +34084,8 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o options.Converters.Add(new global::Vapi.JsonConverters.CreateDeepSeekCredentialDTOProviderNullableJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOProviderJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOProviderNullableJsonConverter()); - options.Converters.Add(new global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrlJsonConverter()); - options.Converters.Add(new global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrlNullableJsonConverter()); + options.Converters.Add(new global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrlJsonConverter()); + options.Converters.Add(new global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrlNullableJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.CreateGcpCredentialDTOProviderJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.CreateGcpCredentialDTOProviderNullableJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.CreateGladiaCredentialDTOProviderJsonConverter()); @@ -34796,8 +34850,8 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o options.Converters.Add(new global::Vapi.JsonConverters.DeepSeekCredentialProviderNullableJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.ElevenLabsCredentialProviderJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.ElevenLabsCredentialProviderNullableJsonConverter()); - options.Converters.Add(new global::Vapi.JsonConverters.ElevenLabsCredentialBaseUrlJsonConverter()); - options.Converters.Add(new global::Vapi.JsonConverters.ElevenLabsCredentialBaseUrlNullableJsonConverter()); + options.Converters.Add(new global::Vapi.JsonConverters.ElevenLabsCredentialApiUrlJsonConverter()); + options.Converters.Add(new global::Vapi.JsonConverters.ElevenLabsCredentialApiUrlNullableJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.GcpCredentialProviderJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.GcpCredentialProviderNullableJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.GladiaCredentialProviderJsonConverter()); @@ -34936,8 +34990,8 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o options.Converters.Add(new global::Vapi.JsonConverters.UpdateAzureOpenAICredentialDTORegionNullableJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.UpdateAzureOpenAICredentialDTOModelJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.UpdateAzureOpenAICredentialDTOModelNullableJsonConverter()); - options.Converters.Add(new global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrlJsonConverter()); - options.Converters.Add(new global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrlNullableJsonConverter()); + options.Converters.Add(new global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrlJsonConverter()); + options.Converters.Add(new global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrlNullableJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.UpdateWebhookCredentialDTOAuthenticationPlanDiscriminatorTypeJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.UpdateWebhookCredentialDTOAuthenticationPlanDiscriminatorTypeNullableJsonConverter()); options.Converters.Add(new global::Vapi.JsonConverters.UpdateCustomCredentialDTOAuthenticationPlanDiscriminatorTypeJsonConverter()); diff --git a/src/libs/Vapi/Generated/Vapi.JsonSerializerContextTypes.g.cs b/src/libs/Vapi/Generated/Vapi.JsonSerializerContextTypes.g.cs index 490f8365..307ca26d 100644 --- a/src/libs/Vapi/Generated/Vapi.JsonSerializerContextTypes.g.cs +++ b/src/libs/Vapi/Generated/Vapi.JsonSerializerContextTypes.g.cs @@ -656,8303 +656,8311 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::Vapi.ToolMessageDelayed? Type157 { get; set; } + public global::Vapi.ToolMessageFailedRole? Type157 { get; set; } /// /// /// - public global::Vapi.ToolMessageDelayedType? Type158 { get; set; } + public global::Vapi.ToolMessageDelayed? Type158 { get; set; } /// /// /// - public global::Vapi.MessageTarget? Type159 { get; set; } + public global::Vapi.ToolMessageDelayedType? Type159 { get; set; } /// /// /// - public global::Vapi.MessageTargetRole? Type160 { get; set; } + public global::Vapi.MessageTarget? Type160 { get; set; } /// /// /// - public global::Vapi.RegexCondition? Type161 { get; set; } + public global::Vapi.MessageTargetRole? Type161 { get; set; } /// /// /// - public global::Vapi.RegexConditionType? Type162 { get; set; } + public global::Vapi.RegexCondition? Type162 { get; set; } /// /// /// - public global::Vapi.LiquidCondition? Type163 { get; set; } + public global::Vapi.RegexConditionType? Type163 { get; set; } /// /// /// - public global::Vapi.LiquidConditionType? Type164 { get; set; } + public global::Vapi.LiquidCondition? Type164 { get; set; } /// /// /// - public global::Vapi.GroupCondition? Type165 { get; set; } + public global::Vapi.LiquidConditionType? Type165 { get; set; } /// /// /// - public global::Vapi.GroupConditionType? Type166 { get; set; } + public global::Vapi.GroupCondition? Type166 { get; set; } /// /// /// - public global::Vapi.GroupConditionOperator? Type167 { get; set; } + public global::Vapi.GroupConditionType? Type167 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type168 { get; set; } + public global::Vapi.GroupConditionOperator? Type168 { get; set; } /// /// /// - public global::Vapi.OneOf? Type169 { get; set; } + public global::System.Collections.Generic.IList>? Type169 { get; set; } /// /// /// - public global::Vapi.ToolRejectionPlan? Type170 { get; set; } + public global::Vapi.OneOf? Type170 { get; set; } /// /// /// - public global::Vapi.CreateDtmfToolDTO? Type171 { get; set; } + public global::Vapi.ToolRejectionPlan? Type171 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type172 { get; set; } + public global::Vapi.CreateDtmfToolDTO? Type172 { get; set; } /// /// /// - public global::Vapi.OneOf? Type173 { get; set; } + public global::System.Collections.Generic.IList>? Type173 { get; set; } /// /// /// - public global::Vapi.CreateDtmfToolDTOType? Type174 { get; set; } + public global::Vapi.OneOf? Type174 { get; set; } /// /// /// - public global::Vapi.CreateEndCallToolDTO? Type175 { get; set; } + public global::Vapi.CreateDtmfToolDTOType? Type175 { get; set; } /// /// /// - public global::Vapi.CreateEndCallToolDTOType? Type176 { get; set; } + public global::Vapi.CreateEndCallToolDTO? Type176 { get; set; } /// /// /// - public global::Vapi.CreateVoicemailToolDTO? Type177 { get; set; } + public global::Vapi.CreateEndCallToolDTOType? Type177 { get; set; } /// /// /// - public global::Vapi.CreateVoicemailToolDTOType? Type178 { get; set; } + public global::Vapi.CreateVoicemailToolDTO? Type178 { get; set; } /// /// /// - public global::Vapi.JsonSchema? Type179 { get; set; } + public global::Vapi.CreateVoicemailToolDTOType? Type179 { get; set; } /// /// /// - public global::Vapi.JsonSchemaType? Type180 { get; set; } + public global::Vapi.JsonSchema? Type180 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type181 { get; set; } + public global::Vapi.JsonSchemaType? Type181 { get; set; } /// /// /// - public global::Vapi.JsonSchemaFormat? Type182 { get; set; } + public global::System.Collections.Generic.Dictionary? Type182 { get; set; } /// /// /// - public global::Vapi.VariableExtractionAlias? Type183 { get; set; } + public global::Vapi.JsonSchemaFormat? Type183 { get; set; } /// /// /// - public global::Vapi.VariableExtractionPlan? Type184 { get; set; } + public global::Vapi.VariableExtractionAlias? Type184 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type185 { get; set; } + public global::Vapi.VariableExtractionPlan? Type185 { get; set; } /// /// /// - public global::Vapi.ToolParameter? Type186 { get; set; } + public global::System.Collections.Generic.IList? Type186 { get; set; } /// /// /// - public global::Vapi.OneOf? Type187 { get; set; } + public global::Vapi.ToolParameter? Type187 { get; set; } /// /// /// - public byte[]? Type188 { get; set; } + public global::Vapi.OneOf? Type188 { get; set; } /// /// /// - public global::Vapi.OpenAIFunctionParameters? Type189 { get; set; } + public byte[]? Type189 { get; set; } /// /// /// - public global::Vapi.OpenAIFunctionParametersType? Type190 { get; set; } + public global::Vapi.OpenAIFunctionParameters? Type190 { get; set; } /// /// /// - public global::Vapi.OpenAIFunction? Type191 { get; set; } + public global::Vapi.OpenAIFunctionParametersType? Type191 { get; set; } /// /// /// - public global::Vapi.CreateFunctionToolDTO? Type192 { get; set; } + public global::Vapi.OpenAIFunction? Type192 { get; set; } /// /// /// - public global::Vapi.CreateFunctionToolDTOType? Type193 { get; set; } + public global::Vapi.CreateFunctionToolDTO? Type193 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type194 { get; set; } + public global::Vapi.CreateFunctionToolDTOType? Type194 { get; set; } /// /// /// - public global::Vapi.GhlToolMetadata? Type195 { get; set; } + public global::System.Collections.Generic.IList? Type195 { get; set; } /// /// /// - public global::Vapi.CreateGhlToolDTO? Type196 { get; set; } + public global::Vapi.GhlToolMetadata? Type196 { get; set; } /// /// /// - public global::Vapi.CreateGhlToolDTOType? Type197 { get; set; } + public global::Vapi.CreateGhlToolDTO? Type197 { get; set; } /// /// /// - public global::Vapi.MakeToolMetadata? Type198 { get; set; } + public global::Vapi.CreateGhlToolDTOType? Type198 { get; set; } /// /// /// - public global::Vapi.CreateMakeToolDTO? Type199 { get; set; } + public global::Vapi.MakeToolMetadata? Type199 { get; set; } /// /// /// - public global::Vapi.CreateMakeToolDTOType? Type200 { get; set; } + public global::Vapi.CreateMakeToolDTO? Type200 { get; set; } /// /// /// - public global::Vapi.CustomMessage? Type201 { get; set; } + public global::Vapi.CreateMakeToolDTOType? Type201 { get; set; } /// /// /// - public global::Vapi.CustomMessageType? Type202 { get; set; } + public global::Vapi.CustomMessage? Type202 { get; set; } /// /// /// - public global::Vapi.TransferDestinationAssistant? Type203 { get; set; } + public global::Vapi.CustomMessageType? Type203 { get; set; } /// /// /// - public global::Vapi.OneOf? Type204 { get; set; } + public global::Vapi.TransferDestinationAssistant? Type204 { get; set; } /// /// /// - public global::Vapi.TransferDestinationAssistantType? Type205 { get; set; } + public global::Vapi.OneOf? Type205 { get; set; } /// /// /// - public global::Vapi.TransferDestinationAssistantTransferMode? Type206 { get; set; } + public global::Vapi.TransferDestinationAssistantType? Type206 { get; set; } /// /// /// - public global::Vapi.TransferFallbackPlan? Type207 { get; set; } + public global::Vapi.TransferDestinationAssistantTransferMode? Type207 { get; set; } /// /// /// - public global::Vapi.TransferAssistantModel? Type208 { get; set; } + public global::Vapi.TransferFallbackPlan? Type208 { get; set; } /// /// /// - public global::Vapi.TransferAssistantModelProvider? Type209 { get; set; } + public global::Vapi.TransferAssistantModel? Type209 { get; set; } /// /// /// - public global::Vapi.RegexOption? Type210 { get; set; } + public global::Vapi.TransferAssistantModelProvider? Type210 { get; set; } /// /// /// - public global::Vapi.RegexOptionType? Type211 { get; set; } + public global::Vapi.RegexOption? Type211 { get; set; } /// /// /// - public global::Vapi.AssistantCustomEndpointingRule? Type212 { get; set; } + public global::Vapi.RegexOptionType? Type212 { get; set; } /// /// /// - public global::Vapi.AssistantCustomEndpointingRuleType? Type213 { get; set; } + public global::Vapi.AssistantCustomEndpointingRule? Type213 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type214 { get; set; } + public global::Vapi.AssistantCustomEndpointingRuleType? Type214 { get; set; } /// /// /// - public global::Vapi.CustomerCustomEndpointingRule? Type215 { get; set; } + public global::System.Collections.Generic.IList? Type215 { get; set; } /// /// /// - public global::Vapi.CustomerCustomEndpointingRuleType? Type216 { get; set; } + public global::Vapi.CustomerCustomEndpointingRule? Type216 { get; set; } /// /// /// - public global::Vapi.BothCustomEndpointingRule? Type217 { get; set; } + public global::Vapi.CustomerCustomEndpointingRuleType? Type217 { get; set; } /// /// /// - public global::Vapi.BothCustomEndpointingRuleType? Type218 { get; set; } + public global::Vapi.BothCustomEndpointingRule? Type218 { get; set; } /// /// /// - public global::Vapi.VapiSmartEndpointingPlan? Type219 { get; set; } + public global::Vapi.BothCustomEndpointingRuleType? Type219 { get; set; } /// /// /// - public global::Vapi.VapiSmartEndpointingPlanProvider? Type220 { get; set; } + public global::Vapi.VapiSmartEndpointingPlan? Type220 { get; set; } /// /// /// - public global::Vapi.LivekitSmartEndpointingPlan? Type221 { get; set; } + public global::Vapi.VapiSmartEndpointingPlanProvider? Type221 { get; set; } /// /// /// - public global::Vapi.LivekitSmartEndpointingPlanProvider? Type222 { get; set; } + public global::Vapi.LivekitSmartEndpointingPlan? Type222 { get; set; } /// /// /// - public global::Vapi.CustomEndpointingModelSmartEndpointingPlan? Type223 { get; set; } + public global::Vapi.LivekitSmartEndpointingPlanProvider? Type223 { get; set; } /// /// /// - public global::Vapi.CustomEndpointingModelSmartEndpointingPlanProvider? Type224 { get; set; } + public global::Vapi.CustomEndpointingModelSmartEndpointingPlan? Type224 { get; set; } /// /// /// - public global::Vapi.TranscriptionEndpointingPlan? Type225 { get; set; } + public global::Vapi.CustomEndpointingModelSmartEndpointingPlanProvider? Type225 { get; set; } /// /// /// - public global::Vapi.StartSpeakingPlan? Type226 { get; set; } + public global::Vapi.TranscriptionEndpointingPlan? Type226 { get; set; } /// /// /// - public global::Vapi.OneOf? Type227 { get; set; } + public global::Vapi.StartSpeakingPlan? Type227 { get; set; } /// /// /// - public global::Vapi.StartSpeakingPlanSmartEndpointingEnabled? Type228 { get; set; } + public global::Vapi.OneOf? Type228 { get; set; } /// /// /// - public global::Vapi.OneOf? Type229 { get; set; } + public global::Vapi.StartSpeakingPlanSmartEndpointingEnabled? Type229 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type230 { get; set; } + public global::Vapi.OneOf? Type230 { get; set; } /// /// /// - public global::Vapi.OneOf? Type231 { get; set; } + public global::System.Collections.Generic.IList>? Type231 { get; set; } /// /// /// - public global::Vapi.SmartDenoisingPlan? Type232 { get; set; } + public global::Vapi.OneOf? Type232 { get; set; } /// /// /// - public global::Vapi.FourierDenoisingPlan? Type233 { get; set; } + public global::Vapi.SmartDenoisingPlan? Type233 { get; set; } /// /// /// - public global::Vapi.BackgroundSpeechDenoisingPlan? Type234 { get; set; } + public global::Vapi.FourierDenoisingPlan? Type234 { get; set; } /// /// /// - public global::Vapi.TransferAssistant? Type235 { get; set; } + public global::Vapi.BackgroundSpeechDenoisingPlan? Type235 { get; set; } /// /// /// - public global::Vapi.AzureVoice? Type236 { get; set; } + public global::Vapi.TransferAssistant? Type236 { get; set; } /// /// /// - public global::Vapi.CartesiaVoice? Type237 { get; set; } + public global::Vapi.AzureVoice? Type237 { get; set; } /// /// /// - public global::Vapi.CustomVoice? Type238 { get; set; } + public global::Vapi.CartesiaVoice? Type238 { get; set; } /// /// /// - public global::Vapi.DeepgramVoice? Type239 { get; set; } + public global::Vapi.CustomVoice? Type239 { get; set; } /// /// /// - public global::Vapi.ElevenLabsVoice? Type240 { get; set; } + public global::Vapi.DeepgramVoice? Type240 { get; set; } /// /// /// - public global::Vapi.HumeVoice? Type241 { get; set; } + public global::Vapi.ElevenLabsVoice? Type241 { get; set; } /// /// /// - public global::Vapi.LMNTVoice? Type242 { get; set; } + public global::Vapi.HumeVoice? Type242 { get; set; } /// /// /// - public global::Vapi.NeuphonicVoice? Type243 { get; set; } + public global::Vapi.LMNTVoice? Type243 { get; set; } /// /// /// - public global::Vapi.OpenAIVoice? Type244 { get; set; } + public global::Vapi.NeuphonicVoice? Type244 { get; set; } /// /// /// - public global::Vapi.PlayHTVoice? Type245 { get; set; } + public global::Vapi.OpenAIVoice? Type245 { get; set; } /// /// /// - public global::Vapi.WellSaidVoice? Type246 { get; set; } + public global::Vapi.PlayHTVoice? Type246 { get; set; } /// /// /// - public global::Vapi.RimeAIVoice? Type247 { get; set; } + public global::Vapi.WellSaidVoice? Type247 { get; set; } /// /// /// - public global::Vapi.SmallestAIVoice? Type248 { get; set; } + public global::Vapi.RimeAIVoice? Type248 { get; set; } /// /// /// - public global::Vapi.TavusVoice? Type249 { get; set; } + public global::Vapi.SmallestAIVoice? Type249 { get; set; } /// /// /// - public global::Vapi.VapiVoice? Type250 { get; set; } + public global::Vapi.TavusVoice? Type250 { get; set; } /// /// /// - public global::Vapi.SesameVoice? Type251 { get; set; } + public global::Vapi.VapiVoice? Type251 { get; set; } /// /// /// - public global::Vapi.InworldVoice? Type252 { get; set; } + public global::Vapi.SesameVoice? Type252 { get; set; } /// /// /// - public global::Vapi.MinimaxVoice? Type253 { get; set; } + public global::Vapi.InworldVoice? Type253 { get; set; } /// /// /// - public global::Vapi.XaiVoice? Type254 { get; set; } + public global::Vapi.MinimaxVoice? Type254 { get; set; } /// /// /// - public global::Vapi.MicrosoftVoice? Type255 { get; set; } + public global::Vapi.XaiVoice? Type255 { get; set; } /// /// /// - public global::Vapi.OneOf? Type256 { get; set; } + public global::Vapi.MicrosoftVoice? Type256 { get; set; } /// /// /// - public global::Vapi.TransferAssistantBackgroundSound? Type257 { get; set; } + public global::Vapi.OneOf? Type257 { get; set; } /// /// /// - public global::Vapi.TransferAssistantFirstMessageMode? Type258 { get; set; } + public global::Vapi.TransferAssistantBackgroundSound? Type258 { get; set; } /// /// /// - public global::Vapi.TransferCancelToolUserEditable? Type259 { get; set; } + public global::Vapi.TransferAssistantFirstMessageMode? Type259 { get; set; } /// /// /// - public global::Vapi.TransferCancelToolUserEditableType? Type260 { get; set; } + public global::Vapi.TransferCancelToolUserEditable? Type260 { get; set; } /// /// /// - public global::Vapi.TransferSuccessfulToolUserEditable? Type261 { get; set; } + public global::Vapi.TransferCancelToolUserEditableType? Type261 { get; set; } /// /// /// - public global::Vapi.TransferSuccessfulToolUserEditableType? Type262 { get; set; } + public global::Vapi.TransferSuccessfulToolUserEditable? Type262 { get; set; } /// /// /// - public global::Vapi.SummaryPlan? Type263 { get; set; } + public global::Vapi.TransferSuccessfulToolUserEditableType? Type263 { get; set; } /// /// /// - public global::Vapi.TransferPlan? Type264 { get; set; } + public global::Vapi.SummaryPlan? Type264 { get; set; } /// /// /// - public global::Vapi.TransferPlanMode? Type265 { get; set; } + public global::Vapi.TransferPlan? Type265 { get; set; } /// /// /// - public global::Vapi.OneOf? Type266 { get; set; } + public global::Vapi.TransferPlanMode? Type266 { get; set; } /// /// /// - public global::Vapi.ContextEngineeringPlanLastNMessages? Type267 { get; set; } + public global::Vapi.OneOf? Type267 { get; set; } /// /// /// - public global::Vapi.ContextEngineeringPlanNone? Type268 { get; set; } + public global::Vapi.ContextEngineeringPlanLastNMessages? Type268 { get; set; } /// /// /// - public global::Vapi.ContextEngineeringPlanAll? Type269 { get; set; } + public global::Vapi.ContextEngineeringPlanNone? Type269 { get; set; } /// /// /// - public global::Vapi.TransferDestinationNumber? Type270 { get; set; } + public global::Vapi.ContextEngineeringPlanAll? Type270 { get; set; } /// /// /// - public global::Vapi.TransferDestinationNumberType? Type271 { get; set; } + public global::Vapi.TransferDestinationNumber? Type271 { get; set; } /// /// /// - public global::Vapi.TransferDestinationSip? Type272 { get; set; } + public global::Vapi.TransferDestinationNumberType? Type272 { get; set; } /// /// /// - public global::Vapi.TransferDestinationSipType? Type273 { get; set; } + public global::Vapi.TransferDestinationSip? Type273 { get; set; } /// /// /// - public global::Vapi.CreateTransferCallToolDTO? Type274 { get; set; } + public global::Vapi.TransferDestinationSipType? Type274 { get; set; } /// /// /// - public global::Vapi.CreateTransferCallToolDTOType? Type275 { get; set; } + public global::Vapi.CreateTransferCallToolDTO? Type275 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type276 { get; set; } + public global::Vapi.CreateTransferCallToolDTOType? Type276 { get; set; } /// /// /// - public global::Vapi.OneOf? Type277 { get; set; } + public global::System.Collections.Generic.IList>? Type277 { get; set; } /// /// /// - public global::Vapi.ContextEngineeringPlanLastNMessagesType? Type278 { get; set; } + public global::Vapi.OneOf? Type278 { get; set; } /// /// /// - public global::Vapi.ContextEngineeringPlanNoneType? Type279 { get; set; } + public global::Vapi.ContextEngineeringPlanLastNMessagesType? Type279 { get; set; } /// /// /// - public global::Vapi.ContextEngineeringPlanAllType? Type280 { get; set; } + public global::Vapi.ContextEngineeringPlanNoneType? Type280 { get; set; } /// /// /// - public global::Vapi.ContextEngineeringPlanUserAndAssistantMessages? Type281 { get; set; } + public global::Vapi.ContextEngineeringPlanAllType? Type281 { get; set; } /// /// /// - public global::Vapi.ContextEngineeringPlanUserAndAssistantMessagesType? Type282 { get; set; } + public global::Vapi.ContextEngineeringPlanUserAndAssistantMessages? Type282 { get; set; } /// /// /// - public global::Vapi.ContextEngineeringPlanPreviousAssistantMessages? Type283 { get; set; } + public global::Vapi.ContextEngineeringPlanUserAndAssistantMessagesType? Type283 { get; set; } /// /// /// - public global::Vapi.ContextEngineeringPlanPreviousAssistantMessagesType? Type284 { get; set; } + public global::Vapi.ContextEngineeringPlanPreviousAssistantMessages? Type284 { get; set; } /// /// /// - public global::Vapi.HandoffDestinationAssistant? Type285 { get; set; } + public global::Vapi.ContextEngineeringPlanPreviousAssistantMessagesType? Type285 { get; set; } /// /// /// - public global::Vapi.HandoffDestinationAssistantType? Type286 { get; set; } + public global::Vapi.HandoffDestinationAssistant? Type286 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDTO? Type287 { get; set; } + public global::Vapi.HandoffDestinationAssistantType? Type287 { get; set; } /// /// /// - public global::Vapi.AssistantOverrides? Type288 { get; set; } + public global::Vapi.CreateAssistantDTO? Type288 { get; set; } /// /// /// - public global::Vapi.HandoffDestinationDynamic? Type289 { get; set; } + public global::Vapi.AssistantOverrides? Type289 { get; set; } /// /// /// - public global::Vapi.HandoffDestinationDynamicType? Type290 { get; set; } + public global::Vapi.HandoffDestinationDynamic? Type290 { get; set; } /// /// /// - public global::Vapi.SquadMemberDTO? Type291 { get; set; } + public global::Vapi.HandoffDestinationDynamicType? Type291 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type292 { get; set; } + public global::Vapi.SquadMemberDTO? Type292 { get; set; } /// /// /// - public global::Vapi.OneOf? Type293 { get; set; } + public global::System.Collections.Generic.IList>? Type293 { get; set; } /// /// /// - public global::Vapi.CreateSquadDTO? Type294 { get; set; } + public global::Vapi.OneOf? Type294 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type295 { get; set; } + public global::Vapi.CreateSquadDTO? Type295 { get; set; } /// /// /// - public global::Vapi.HandoffDestinationSquad? Type296 { get; set; } + public global::System.Collections.Generic.IList? Type296 { get; set; } /// /// /// - public global::Vapi.HandoffDestinationSquadType? Type297 { get; set; } + public global::Vapi.HandoffDestinationSquad? Type297 { get; set; } /// /// /// - public global::Vapi.CreateHandoffToolDTO? Type298 { get; set; } + public global::Vapi.HandoffDestinationSquadType? Type298 { get; set; } /// /// /// - public global::Vapi.CreateHandoffToolDTOType? Type299 { get; set; } + public global::Vapi.CreateHandoffToolDTO? Type299 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type300 { get; set; } + public global::Vapi.CreateHandoffToolDTOType? Type300 { get; set; } /// /// /// - public global::Vapi.OneOf? Type301 { get; set; } + public global::System.Collections.Generic.IList>? Type301 { get; set; } /// /// /// - public global::Vapi.CreateCustomKnowledgeBaseDTO? Type302 { get; set; } + public global::Vapi.OneOf? Type302 { get; set; } /// /// /// - public global::Vapi.CreateCustomKnowledgeBaseDTOProvider? Type303 { get; set; } + public global::Vapi.CreateCustomKnowledgeBaseDTO? Type303 { get; set; } /// /// /// - public global::Vapi.KnowledgeBase? Type304 { get; set; } + public global::Vapi.CreateCustomKnowledgeBaseDTOProvider? Type304 { get; set; } /// /// /// - public global::Vapi.KnowledgeBaseProvider? Type305 { get; set; } + public global::Vapi.KnowledgeBase? Type305 { get; set; } /// /// /// - public global::Vapi.KnowledgeBaseModel? Type306 { get; set; } + public global::Vapi.KnowledgeBaseProvider? Type306 { get; set; } /// /// /// - public global::Vapi.CreateQueryToolDTO? Type307 { get; set; } + public global::Vapi.KnowledgeBaseModel? Type307 { get; set; } /// /// /// - public global::Vapi.CreateQueryToolDTOType? Type308 { get; set; } + public global::Vapi.CreateQueryToolDTO? Type308 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type309 { get; set; } + public global::Vapi.CreateQueryToolDTOType? Type309 { get; set; } /// /// /// - public global::Vapi.CreateGoogleCalendarCreateEventToolDTO? Type310 { get; set; } + public global::System.Collections.Generic.IList? Type310 { get; set; } /// /// /// - public global::Vapi.CreateGoogleCalendarCreateEventToolDTOType? Type311 { get; set; } + public global::Vapi.CreateGoogleCalendarCreateEventToolDTO? Type311 { get; set; } /// /// /// - public global::Vapi.CreateGoogleSheetsRowAppendToolDTO? Type312 { get; set; } + public global::Vapi.CreateGoogleCalendarCreateEventToolDTOType? Type312 { get; set; } /// /// /// - public global::Vapi.CreateGoogleSheetsRowAppendToolDTOType? Type313 { get; set; } + public global::Vapi.CreateGoogleSheetsRowAppendToolDTO? Type313 { get; set; } /// /// /// - public global::Vapi.CreateGoogleCalendarCheckAvailabilityToolDTO? Type314 { get; set; } + public global::Vapi.CreateGoogleSheetsRowAppendToolDTOType? Type314 { get; set; } /// /// /// - public global::Vapi.CreateGoogleCalendarCheckAvailabilityToolDTOType? Type315 { get; set; } + public global::Vapi.CreateGoogleCalendarCheckAvailabilityToolDTO? Type315 { get; set; } /// /// /// - public global::Vapi.CreateSlackSendMessageToolDTO? Type316 { get; set; } + public global::Vapi.CreateGoogleCalendarCheckAvailabilityToolDTOType? Type316 { get; set; } /// /// /// - public global::Vapi.CreateSlackSendMessageToolDTOType? Type317 { get; set; } + public global::Vapi.CreateSlackSendMessageToolDTO? Type317 { get; set; } /// /// /// - public global::Vapi.McpToolMessages? Type318 { get; set; } + public global::Vapi.CreateSlackSendMessageToolDTOType? Type318 { get; set; } /// /// /// - public global::Vapi.McpToolMetadata? Type319 { get; set; } + public global::Vapi.McpToolMessages? Type319 { get; set; } /// /// /// - public global::Vapi.McpToolMetadataProtocol? Type320 { get; set; } + public global::Vapi.McpToolMetadata? Type320 { get; set; } /// /// /// - public global::Vapi.CreateMcpToolDTO? Type321 { get; set; } + public global::Vapi.McpToolMetadataProtocol? Type321 { get; set; } /// /// /// - public global::Vapi.CreateMcpToolDTOType? Type322 { get; set; } + public global::Vapi.CreateMcpToolDTO? Type322 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type323 { get; set; } + public global::Vapi.CreateMcpToolDTOType? Type323 { get; set; } /// /// /// - public global::Vapi.CreateGoHighLevelCalendarAvailabilityToolDTO? Type324 { get; set; } + public global::System.Collections.Generic.IList? Type324 { get; set; } /// /// /// - public global::Vapi.CreateGoHighLevelCalendarAvailabilityToolDTOType? Type325 { get; set; } + public global::Vapi.CreateGoHighLevelCalendarAvailabilityToolDTO? Type325 { get; set; } /// /// /// - public global::Vapi.CreateGoHighLevelCalendarEventCreateToolDTO? Type326 { get; set; } + public global::Vapi.CreateGoHighLevelCalendarAvailabilityToolDTOType? Type326 { get; set; } /// /// /// - public global::Vapi.CreateGoHighLevelCalendarEventCreateToolDTOType? Type327 { get; set; } + public global::Vapi.CreateGoHighLevelCalendarEventCreateToolDTO? Type327 { get; set; } /// /// /// - public global::Vapi.CreateGoHighLevelContactCreateToolDTO? Type328 { get; set; } + public global::Vapi.CreateGoHighLevelCalendarEventCreateToolDTOType? Type328 { get; set; } /// /// /// - public global::Vapi.CreateGoHighLevelContactCreateToolDTOType? Type329 { get; set; } + public global::Vapi.CreateGoHighLevelContactCreateToolDTO? Type329 { get; set; } /// /// /// - public global::Vapi.CreateGoHighLevelContactGetToolDTO? Type330 { get; set; } + public global::Vapi.CreateGoHighLevelContactCreateToolDTOType? Type330 { get; set; } /// /// /// - public global::Vapi.CreateGoHighLevelContactGetToolDTOType? Type331 { get; set; } + public global::Vapi.CreateGoHighLevelContactGetToolDTO? Type331 { get; set; } /// /// /// - public global::Vapi.OpenAIMessage? Type332 { get; set; } + public global::Vapi.CreateGoHighLevelContactGetToolDTOType? Type332 { get; set; } /// /// /// - public global::Vapi.OpenAIMessageRole? Type333 { get; set; } + public global::Vapi.OpenAIMessage? Type333 { get; set; } /// /// /// - public global::Vapi.AnyscaleModel? Type334 { get; set; } + public global::Vapi.OpenAIMessageRole? Type334 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type335 { get; set; } + public global::Vapi.AnyscaleModel? Type335 { get; set; } /// /// /// - public global::Vapi.CreateApiRequestToolDTO? Type336 { get; set; } + public global::System.Collections.Generic.IList? Type336 { get; set; } /// /// /// - public global::Vapi.CreateBashToolDTO? Type337 { get; set; } + public global::Vapi.CreateApiRequestToolDTO? Type337 { get; set; } /// /// /// - public global::Vapi.CreateCodeToolDTO? Type338 { get; set; } + public global::Vapi.CreateBashToolDTO? Type338 { get; set; } /// /// /// - public global::Vapi.CreateComputerToolDTO? Type339 { get; set; } + public global::Vapi.CreateCodeToolDTO? Type339 { get; set; } /// /// /// - public global::Vapi.CreateSmsToolDTO? Type340 { get; set; } + public global::Vapi.CreateComputerToolDTO? Type340 { get; set; } /// /// /// - public global::Vapi.CreateTextEditorToolDTO? Type341 { get; set; } + public global::Vapi.CreateSmsToolDTO? Type341 { get; set; } /// /// /// - public global::Vapi.CreateSipRequestToolDTO? Type342 { get; set; } + public global::Vapi.CreateTextEditorToolDTO? Type342 { get; set; } /// /// /// - public global::Vapi.AnyscaleModelProvider? Type343 { get; set; } + public global::Vapi.CreateSipRequestToolDTO? Type343 { get; set; } /// /// /// - public global::Vapi.AnthropicThinkingConfig? Type344 { get; set; } + public global::Vapi.AnyscaleModelProvider? Type344 { get; set; } /// /// /// - public global::Vapi.AnthropicThinkingConfigType? Type345 { get; set; } + public global::Vapi.AnthropicThinkingConfig? Type345 { get; set; } /// /// /// - public global::Vapi.AnthropicModel? Type346 { get; set; } + public global::Vapi.AnthropicThinkingConfigType? Type346 { get; set; } /// /// /// - public global::Vapi.AnthropicModelModel? Type347 { get; set; } + public global::Vapi.AnthropicModel? Type347 { get; set; } /// /// /// - public global::Vapi.AnthropicModelProvider? Type348 { get; set; } + public global::Vapi.AnthropicModelModel? Type348 { get; set; } /// /// /// - public global::Vapi.AnthropicBedrockModel? Type349 { get; set; } + public global::Vapi.AnthropicModelProvider? Type349 { get; set; } /// /// /// - public global::Vapi.AnthropicBedrockModelProvider? Type350 { get; set; } + public global::Vapi.AnthropicBedrockModel? Type350 { get; set; } /// /// /// - public global::Vapi.AnthropicBedrockModelModel? Type351 { get; set; } + public global::Vapi.AnthropicBedrockModelProvider? Type351 { get; set; } /// /// /// - public global::Vapi.CerebrasModel? Type352 { get; set; } + public global::Vapi.AnthropicBedrockModelModel? Type352 { get; set; } /// /// /// - public global::Vapi.CerebrasModelModel? Type353 { get; set; } + public global::Vapi.CerebrasModel? Type353 { get; set; } /// /// /// - public global::Vapi.CerebrasModelProvider? Type354 { get; set; } + public global::Vapi.CerebrasModelModel? Type354 { get; set; } /// /// /// - public global::Vapi.CustomLLMModel? Type355 { get; set; } + public global::Vapi.CerebrasModelProvider? Type355 { get; set; } /// /// /// - public global::Vapi.CustomLLMModelProvider? Type356 { get; set; } + public global::Vapi.CustomLLMModel? Type356 { get; set; } /// /// /// - public global::Vapi.CustomLLMModelMetadataSendMode? Type357 { get; set; } + public global::Vapi.CustomLLMModelProvider? Type357 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type358 { get; set; } + public global::Vapi.CustomLLMModelMetadataSendMode? Type358 { get; set; } /// /// /// - public global::Vapi.DeepInfraModel? Type359 { get; set; } + public global::System.Collections.Generic.Dictionary? Type359 { get; set; } /// /// /// - public global::Vapi.DeepInfraModelProvider? Type360 { get; set; } + public global::Vapi.DeepInfraModel? Type360 { get; set; } /// /// /// - public global::Vapi.DeepSeekModel? Type361 { get; set; } + public global::Vapi.DeepInfraModelProvider? Type361 { get; set; } /// /// /// - public global::Vapi.DeepSeekModelModel? Type362 { get; set; } + public global::Vapi.DeepSeekModel? Type362 { get; set; } /// /// /// - public global::Vapi.DeepSeekModelProvider? Type363 { get; set; } + public global::Vapi.DeepSeekModelModel? Type363 { get; set; } /// /// /// - public global::Vapi.GeminiMultimodalLivePrebuiltVoiceConfig? Type364 { get; set; } + public global::Vapi.DeepSeekModelProvider? Type364 { get; set; } /// /// /// - public global::Vapi.GeminiMultimodalLivePrebuiltVoiceConfigVoiceName? Type365 { get; set; } + public global::Vapi.GeminiMultimodalLivePrebuiltVoiceConfig? Type365 { get; set; } /// /// /// - public global::Vapi.GeminiMultimodalLiveVoiceConfig? Type366 { get; set; } + public global::Vapi.GeminiMultimodalLivePrebuiltVoiceConfigVoiceName? Type366 { get; set; } /// /// /// - public global::Vapi.GeminiMultimodalLiveSpeechConfig? Type367 { get; set; } + public global::Vapi.GeminiMultimodalLiveVoiceConfig? Type367 { get; set; } /// /// /// - public global::Vapi.GoogleRealtimeConfig? Type368 { get; set; } + public global::Vapi.GeminiMultimodalLiveSpeechConfig? Type368 { get; set; } /// /// /// - public global::Vapi.GoogleModel? Type369 { get; set; } + public global::Vapi.GoogleRealtimeConfig? Type369 { get; set; } /// /// /// - public global::Vapi.GoogleModelModel? Type370 { get; set; } + public global::Vapi.GoogleModel? Type370 { get; set; } /// /// /// - public global::Vapi.GoogleModelProvider? Type371 { get; set; } + public global::Vapi.GoogleModelModel? Type371 { get; set; } /// /// /// - public global::Vapi.GroqModel? Type372 { get; set; } + public global::Vapi.GoogleModelProvider? Type372 { get; set; } /// /// /// - public global::Vapi.GroqModelModel? Type373 { get; set; } + public global::Vapi.GroqModel? Type373 { get; set; } /// /// /// - public global::Vapi.GroqModelProvider? Type374 { get; set; } + public global::Vapi.GroqModelModel? Type374 { get; set; } /// /// /// - public global::Vapi.InflectionAIModel? Type375 { get; set; } + public global::Vapi.GroqModelProvider? Type375 { get; set; } /// /// /// - public global::Vapi.InflectionAIModelModel? Type376 { get; set; } + public global::Vapi.InflectionAIModel? Type376 { get; set; } /// /// /// - public global::Vapi.InflectionAIModelProvider? Type377 { get; set; } + public global::Vapi.InflectionAIModelModel? Type377 { get; set; } /// /// /// - public global::Vapi.MinimaxLLMModel? Type378 { get; set; } + public global::Vapi.InflectionAIModelProvider? Type378 { get; set; } /// /// /// - public global::Vapi.MinimaxLLMModelProvider? Type379 { get; set; } + public global::Vapi.MinimaxLLMModel? Type379 { get; set; } /// /// /// - public global::Vapi.MinimaxLLMModelModel? Type380 { get; set; } + public global::Vapi.MinimaxLLMModelProvider? Type380 { get; set; } /// /// /// - public global::Vapi.OpenAIModel? Type381 { get; set; } + public global::Vapi.MinimaxLLMModelModel? Type381 { get; set; } /// /// /// - public global::Vapi.OpenAIModelProvider? Type382 { get; set; } + public global::Vapi.OpenAIModel? Type382 { get; set; } /// /// /// - public global::Vapi.OpenAIModelModel? Type383 { get; set; } + public global::Vapi.OpenAIModelProvider? Type383 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type384 { get; set; } + public global::Vapi.OpenAIModelModel? Type384 { get; set; } /// /// /// - public global::Vapi.OpenAIModelFallbackModel? Type385 { get; set; } + public global::System.Collections.Generic.IList? Type385 { get; set; } /// /// /// - public global::Vapi.OpenAIModelToolStrictCompatibilityMode? Type386 { get; set; } + public global::Vapi.OpenAIModelFallbackModel? Type386 { get; set; } /// /// /// - public global::Vapi.OpenAIModelPromptCacheRetention? Type387 { get; set; } + public global::Vapi.OpenAIModelToolStrictCompatibilityMode? Type387 { get; set; } /// /// /// - public global::Vapi.OpenRouterModel? Type388 { get; set; } + public global::Vapi.OpenAIModelPromptCacheRetention? Type388 { get; set; } /// /// /// - public global::Vapi.OpenRouterModelProvider? Type389 { get; set; } + public global::Vapi.OpenAIModelReasoningEffort? Type389 { get; set; } /// /// /// - public global::Vapi.PerplexityAIModel? Type390 { get; set; } + public global::Vapi.OpenRouterModel? Type390 { get; set; } /// /// /// - public global::Vapi.PerplexityAIModelProvider? Type391 { get; set; } + public global::Vapi.OpenRouterModelProvider? Type391 { get; set; } /// /// /// - public global::Vapi.TogetherAIModel? Type392 { get; set; } + public global::Vapi.PerplexityAIModel? Type392 { get; set; } /// /// /// - public global::Vapi.TogetherAIModelProvider? Type393 { get; set; } + public global::Vapi.PerplexityAIModelProvider? Type393 { get; set; } /// /// /// - public global::Vapi.HangupNode? Type394 { get; set; } + public global::Vapi.TogetherAIModel? Type394 { get; set; } /// /// /// - public global::Vapi.HangupNodeType? Type395 { get; set; } + public global::Vapi.TogetherAIModelProvider? Type395 { get; set; } /// /// /// - public global::Vapi.WorkflowOpenAIModel? Type396 { get; set; } + public global::Vapi.HangupNode? Type396 { get; set; } /// /// /// - public global::Vapi.WorkflowOpenAIModelProvider? Type397 { get; set; } + public global::Vapi.HangupNodeType? Type397 { get; set; } /// /// /// - public global::Vapi.WorkflowOpenAIModelModel? Type398 { get; set; } + public global::Vapi.WorkflowOpenAIModel? Type398 { get; set; } /// /// /// - public global::Vapi.WorkflowAnthropicModel? Type399 { get; set; } + public global::Vapi.WorkflowOpenAIModelProvider? Type399 { get; set; } /// /// /// - public global::Vapi.WorkflowAnthropicModelProvider? Type400 { get; set; } + public global::Vapi.WorkflowOpenAIModelModel? Type400 { get; set; } /// /// /// - public global::Vapi.WorkflowAnthropicModelModel? Type401 { get; set; } + public global::Vapi.WorkflowAnthropicModel? Type401 { get; set; } /// /// /// - public global::Vapi.WorkflowAnthropicBedrockModel? Type402 { get; set; } + public global::Vapi.WorkflowAnthropicModelProvider? Type402 { get; set; } /// /// /// - public global::Vapi.WorkflowAnthropicBedrockModelProvider? Type403 { get; set; } + public global::Vapi.WorkflowAnthropicModelModel? Type403 { get; set; } /// /// /// - public global::Vapi.WorkflowAnthropicBedrockModelModel? Type404 { get; set; } + public global::Vapi.WorkflowAnthropicBedrockModel? Type404 { get; set; } /// /// /// - public global::Vapi.WorkflowGoogleModel? Type405 { get; set; } + public global::Vapi.WorkflowAnthropicBedrockModelProvider? Type405 { get; set; } /// /// /// - public global::Vapi.WorkflowGoogleModelProvider? Type406 { get; set; } + public global::Vapi.WorkflowAnthropicBedrockModelModel? Type406 { get; set; } /// /// /// - public global::Vapi.WorkflowGoogleModelModel? Type407 { get; set; } + public global::Vapi.WorkflowGoogleModel? Type407 { get; set; } /// /// /// - public global::Vapi.WorkflowCustomModel? Type408 { get; set; } + public global::Vapi.WorkflowGoogleModelProvider? Type408 { get; set; } /// /// /// - public global::Vapi.WorkflowCustomModelProvider? Type409 { get; set; } + public global::Vapi.WorkflowGoogleModelModel? Type409 { get; set; } /// /// /// - public global::Vapi.WorkflowCustomModelMetadataSendMode? Type410 { get; set; } + public global::Vapi.WorkflowCustomModel? Type410 { get; set; } /// /// /// - public global::Vapi.GlobalNodePlan? Type411 { get; set; } + public global::Vapi.WorkflowCustomModelProvider? Type411 { get; set; } /// /// /// - public global::Vapi.ConversationNode? Type412 { get; set; } + public global::Vapi.WorkflowCustomModelMetadataSendMode? Type412 { get; set; } /// /// /// - public global::Vapi.ConversationNodeType? Type413 { get; set; } + public global::Vapi.GlobalNodePlan? Type413 { get; set; } /// /// /// - public global::Vapi.ToolNode? Type414 { get; set; } + public global::Vapi.ConversationNode? Type414 { get; set; } /// /// /// - public global::Vapi.ToolNodeType? Type415 { get; set; } + public global::Vapi.ConversationNodeType? Type415 { get; set; } /// /// /// - public global::Vapi.VoicemailDetectionBackoffPlan? Type416 { get; set; } + public global::Vapi.ToolNode? Type416 { get; set; } /// /// /// - public global::Vapi.GoogleVoicemailDetectionPlan? Type417 { get; set; } + public global::Vapi.ToolNodeType? Type417 { get; set; } /// /// /// - public global::Vapi.GoogleVoicemailDetectionPlanProvider? Type418 { get; set; } + public global::Vapi.VoicemailDetectionBackoffPlan? Type418 { get; set; } /// /// /// - public global::Vapi.GoogleVoicemailDetectionPlanType? Type419 { get; set; } + public global::Vapi.GoogleVoicemailDetectionPlan? Type419 { get; set; } /// /// /// - public global::Vapi.OpenAIVoicemailDetectionPlan? Type420 { get; set; } + public global::Vapi.GoogleVoicemailDetectionPlanProvider? Type420 { get; set; } /// /// /// - public global::Vapi.OpenAIVoicemailDetectionPlanProvider? Type421 { get; set; } + public global::Vapi.GoogleVoicemailDetectionPlanType? Type421 { get; set; } /// /// /// - public global::Vapi.OpenAIVoicemailDetectionPlanType? Type422 { get; set; } + public global::Vapi.OpenAIVoicemailDetectionPlan? Type422 { get; set; } /// /// /// - public global::Vapi.TwilioVoicemailDetectionPlan? Type423 { get; set; } + public global::Vapi.OpenAIVoicemailDetectionPlanProvider? Type423 { get; set; } /// /// /// - public global::Vapi.TwilioVoicemailDetectionPlanProvider? Type424 { get; set; } + public global::Vapi.OpenAIVoicemailDetectionPlanType? Type424 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type425 { get; set; } + public global::Vapi.TwilioVoicemailDetectionPlan? Type425 { get; set; } /// /// /// - public global::Vapi.TwilioVoicemailDetectionPlanVoicemailDetectionType? Type426 { get; set; } + public global::Vapi.TwilioVoicemailDetectionPlanProvider? Type426 { get; set; } /// /// /// - public global::Vapi.VapiVoicemailDetectionPlan? Type427 { get; set; } + public global::System.Collections.Generic.IList? Type427 { get; set; } /// /// /// - public global::Vapi.VapiVoicemailDetectionPlanProvider? Type428 { get; set; } + public global::Vapi.TwilioVoicemailDetectionPlanVoicemailDetectionType? Type428 { get; set; } /// /// /// - public global::Vapi.VapiVoicemailDetectionPlanType? Type429 { get; set; } + public global::Vapi.VapiVoicemailDetectionPlan? Type429 { get; set; } /// /// /// - public global::Vapi.TransferHookAction? Type430 { get; set; } + public global::Vapi.VapiVoicemailDetectionPlanProvider? Type430 { get; set; } /// /// /// - public global::Vapi.TransferHookActionType? Type431 { get; set; } + public global::Vapi.VapiVoicemailDetectionPlanType? Type431 { get; set; } /// /// /// - public global::Vapi.OneOf? Type432 { get; set; } + public global::Vapi.TransferHookAction? Type432 { get; set; } /// /// /// - public global::Vapi.FunctionCallHookAction? Type433 { get; set; } + public global::Vapi.TransferHookActionType? Type433 { get; set; } /// /// /// - public global::Vapi.FunctionCallHookActionType? Type434 { get; set; } + public global::Vapi.OneOf? Type434 { get; set; } /// /// /// - public global::Vapi.SayHookAction? Type435 { get; set; } + public global::Vapi.FunctionCallHookAction? Type435 { get; set; } /// /// /// - public global::Vapi.SayHookActionType? Type436 { get; set; } + public global::Vapi.FunctionCallHookActionType? Type436 { get; set; } /// /// /// - public global::Vapi.OneOf>? Type437 { get; set; } + public global::Vapi.SayHookAction? Type437 { get; set; } /// /// /// - public global::Vapi.OneOf>>? Type438 { get; set; } + public global::Vapi.SayHookActionType? Type438 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type439 { get; set; } + public global::Vapi.OneOf>? Type439 { get; set; } /// /// /// - public global::Vapi.OneOf? Type440 { get; set; } + public global::Vapi.OneOf>>? Type440 { get; set; } /// /// /// - public global::Vapi.SystemMessage? Type441 { get; set; } + public global::System.Collections.Generic.IList>? Type441 { get; set; } /// /// /// - public global::Vapi.UserMessage? Type442 { get; set; } + public global::Vapi.OneOf? Type442 { get; set; } /// /// /// - public global::Vapi.AssistantMessage? Type443 { get; set; } + public global::Vapi.SystemMessage? Type443 { get; set; } /// /// /// - public global::Vapi.ToolMessage? Type444 { get; set; } + public global::Vapi.UserMessage? Type444 { get; set; } /// /// /// - public global::Vapi.DeveloperMessage? Type445 { get; set; } + public global::Vapi.AssistantMessage? Type445 { get; set; } /// /// /// - public global::Vapi.MessageAddHookAction? Type446 { get; set; } + public global::Vapi.ToolMessage? Type446 { get; set; } /// /// /// - public global::Vapi.MessageAddHookActionType? Type447 { get; set; } + public global::Vapi.DeveloperMessage? Type447 { get; set; } /// /// /// - public global::Vapi.CallHookFilter? Type448 { get; set; } + public global::Vapi.MessageAddHookAction? Type448 { get; set; } /// /// /// - public global::Vapi.CallHookFilterType? Type449 { get; set; } + public global::Vapi.MessageAddHookActionType? Type449 { get; set; } /// /// /// - public global::Vapi.CallHookCallEnding? Type450 { get; set; } + public global::Vapi.CallHookFilter? Type450 { get; set; } /// /// /// - public global::Vapi.CallHookCallEndingOn? Type451 { get; set; } + public global::Vapi.CallHookFilterType? Type451 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type452 { get; set; } + public global::Vapi.CallHookCallEnding? Type452 { get; set; } /// /// /// - public global::Vapi.OneOf? Type453 { get; set; } + public global::Vapi.CallHookCallEndingOn? Type453 { get; set; } /// /// /// - public global::Vapi.ToolCallHookAction? Type454 { get; set; } + public global::System.Collections.Generic.IList>? Type454 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type455 { get; set; } + public global::Vapi.OneOf? Type455 { get; set; } /// /// /// - public global::Vapi.CallHookAssistantSpeechInterrupted? Type456 { get; set; } + public global::Vapi.ToolCallHookAction? Type456 { get; set; } /// /// /// - public global::Vapi.CallHookAssistantSpeechInterruptedOn? Type457 { get; set; } + public global::System.Collections.Generic.IList? Type457 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type458 { get; set; } + public global::Vapi.CallHookAssistantSpeechInterrupted? Type458 { get; set; } /// /// /// - public global::Vapi.OneOf? Type459 { get; set; } + public global::Vapi.CallHookAssistantSpeechInterruptedOn? Type459 { get; set; } /// /// /// - public global::Vapi.CallHookCustomerSpeechInterrupted? Type460 { get; set; } + public global::System.Collections.Generic.IList>? Type460 { get; set; } /// /// /// - public global::Vapi.CallHookCustomerSpeechInterruptedOn? Type461 { get; set; } + public global::Vapi.OneOf? Type461 { get; set; } /// /// /// - public global::Vapi.ToolCallHookActionType? Type462 { get; set; } + public global::Vapi.CallHookCustomerSpeechInterrupted? Type462 { get; set; } /// /// /// - public global::Vapi.CustomerSpeechTimeoutOptions? Type463 { get; set; } + public global::Vapi.CallHookCustomerSpeechInterruptedOn? Type463 { get; set; } /// /// /// - public global::Vapi.CustomerSpeechTimeoutOptionsTriggerResetMode? Type464 { get; set; } + public global::Vapi.ToolCallHookActionType? Type464 { get; set; } /// /// /// - public global::Vapi.CallHookCustomerSpeechTimeout? Type465 { get; set; } + public global::Vapi.CustomerSpeechTimeoutOptions? Type465 { get; set; } /// /// /// - public global::Vapi.CallHookModelResponseTimeout? Type466 { get; set; } + public global::Vapi.CustomerSpeechTimeoutOptionsTriggerResetMode? Type466 { get; set; } /// /// /// - public global::Vapi.CallHookModelResponseTimeoutOn? Type467 { get; set; } + public global::Vapi.CallHookCustomerSpeechTimeout? Type467 { get; set; } /// /// /// - public global::Vapi.AIEdgeCondition? Type468 { get; set; } + public global::Vapi.CallHookModelResponseTimeout? Type468 { get; set; } /// /// /// - public global::Vapi.AIEdgeConditionType? Type469 { get; set; } + public global::Vapi.CallHookModelResponseTimeoutOn? Type469 { get; set; } /// /// /// - public global::Vapi.Edge? Type470 { get; set; } + public global::Vapi.AIEdgeCondition? Type470 { get; set; } /// /// /// - public global::Vapi.RecordingConsentPlanStayOnLine? Type471 { get; set; } + public global::Vapi.AIEdgeConditionType? Type471 { get; set; } /// /// /// - public global::Vapi.RecordingConsentPlanStayOnLineFirstMessageMode? Type472 { get; set; } + public global::Vapi.Edge? Type472 { get; set; } /// /// /// - public global::Vapi.RecordingConsentPlanStayOnLineType? Type473 { get; set; } + public global::Vapi.RecordingConsentPlanStayOnLine? Type473 { get; set; } /// /// /// - public global::Vapi.RecordingConsentPlanVerbal? Type474 { get; set; } + public global::Vapi.RecordingConsentPlanStayOnLineFirstMessageMode? Type474 { get; set; } /// /// /// - public global::Vapi.RecordingConsentPlanVerbalFirstMessageMode? Type475 { get; set; } + public global::Vapi.RecordingConsentPlanStayOnLineType? Type475 { get; set; } /// /// /// - public global::Vapi.RecordingConsentPlanVerbalType? Type476 { get; set; } + public global::Vapi.RecordingConsentPlanVerbal? Type476 { get; set; } /// /// /// - public global::Vapi.SecurityFilterBase? Type477 { get; set; } + public global::Vapi.RecordingConsentPlanVerbalFirstMessageMode? Type477 { get; set; } /// /// /// - public global::Vapi.SecurityFilterPlan? Type478 { get; set; } + public global::Vapi.RecordingConsentPlanVerbalType? Type478 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type479 { get; set; } + public global::Vapi.SecurityFilterBase? Type479 { get; set; } /// /// /// - public global::Vapi.SecurityFilterPlanMode? Type480 { get; set; } + public global::Vapi.SecurityFilterPlan? Type480 { get; set; } /// /// /// - public global::Vapi.CompliancePlan? Type481 { get; set; } + public global::System.Collections.Generic.IList? Type481 { get; set; } /// /// /// - public global::Vapi.RecordingConsentPlan? Type482 { get; set; } + public global::Vapi.SecurityFilterPlanMode? Type482 { get; set; } /// /// /// - public global::Vapi.CompliancePlanRecordingConsentPlanDiscriminator? Type483 { get; set; } + public global::Vapi.CompliancePlan? Type483 { get; set; } /// /// /// - public global::Vapi.CompliancePlanRecordingConsentPlanDiscriminatorType? Type484 { get; set; } + public global::Vapi.RecordingConsentPlan? Type484 { get; set; } /// /// /// - public global::Vapi.StructuredDataPlan? Type485 { get; set; } + public global::Vapi.CompliancePlanRecordingConsentPlanDiscriminator? Type485 { get; set; } /// /// /// - public global::Vapi.StructuredDataMultiPlan? Type486 { get; set; } + public global::Vapi.CompliancePlanRecordingConsentPlanDiscriminatorType? Type486 { get; set; } /// /// /// - public global::Vapi.SuccessEvaluationPlan? Type487 { get; set; } + public global::Vapi.StructuredDataPlan? Type487 { get; set; } /// /// /// - public global::Vapi.SuccessEvaluationPlanRubric? Type488 { get; set; } + public global::Vapi.StructuredDataMultiPlan? Type488 { get; set; } /// /// /// - public global::Vapi.AnalysisPlan? Type489 { get; set; } + public global::Vapi.SuccessEvaluationPlan? Type489 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type490 { get; set; } + public global::Vapi.SuccessEvaluationPlanRubric? Type490 { get; set; } /// /// /// - public global::Vapi.TranscriptPlan? Type491 { get; set; } + public global::Vapi.AnalysisPlan? Type491 { get; set; } /// /// /// - public global::Vapi.ComplianceOverride? Type492 { get; set; } + public global::System.Collections.Generic.IList? Type492 { get; set; } /// /// /// - public global::Vapi.CreateStructuredOutputDTO? Type493 { get; set; } + public global::Vapi.TranscriptPlan? Type493 { get; set; } /// /// /// - public global::Vapi.CreateStructuredOutputDTOType? Type494 { get; set; } + public global::Vapi.ComplianceOverride? Type494 { get; set; } /// /// /// - public global::Vapi.NumberComparatorScorecardMetricCondition? Type495 { get; set; } + public global::Vapi.CreateStructuredOutputDTO? Type495 { get; set; } /// /// /// - public global::Vapi.NumberComparatorScorecardMetricConditionType? Type496 { get; set; } + public global::Vapi.CreateStructuredOutputDTOType? Type496 { get; set; } /// /// /// - public global::Vapi.NumberComparatorScorecardMetricConditionComparator? Type497 { get; set; } + public global::Vapi.NumberComparatorScorecardMetricCondition? Type497 { get; set; } /// /// /// - public global::Vapi.BooleanComparatorScorecardMetricCondition? Type498 { get; set; } + public global::Vapi.NumberComparatorScorecardMetricConditionType? Type498 { get; set; } /// /// /// - public global::Vapi.BooleanComparatorScorecardMetricConditionType? Type499 { get; set; } + public global::Vapi.NumberComparatorScorecardMetricConditionComparator? Type499 { get; set; } /// /// /// - public global::Vapi.BooleanComparatorScorecardMetricConditionComparator? Type500 { get; set; } + public global::Vapi.BooleanComparatorScorecardMetricCondition? Type500 { get; set; } /// /// /// - public global::Vapi.ScorecardMetric? Type501 { get; set; } + public global::Vapi.BooleanComparatorScorecardMetricConditionType? Type501 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type502 { get; set; } + public global::Vapi.BooleanComparatorScorecardMetricConditionComparator? Type502 { get; set; } /// /// /// - public global::Vapi.OneOf? Type503 { get; set; } + public global::Vapi.ScorecardMetric? Type503 { get; set; } /// /// /// - public global::Vapi.CreateScorecardDTO? Type504 { get; set; } + public global::System.Collections.Generic.IList>? Type504 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type505 { get; set; } + public global::Vapi.OneOf? Type505 { get; set; } /// /// /// - public global::Vapi.ArtifactPlan? Type506 { get; set; } + public global::Vapi.CreateScorecardDTO? Type506 { get; set; } /// /// /// - public global::Vapi.ArtifactPlanRecordingFormat? Type507 { get; set; } + public global::System.Collections.Generic.IList? Type507 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type508 { get; set; } + public global::Vapi.ArtifactPlan? Type508 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type509 { get; set; } + public global::Vapi.ArtifactPlanRecordingFormat? Type509 { get; set; } /// /// /// - public global::Vapi.StopSpeakingPlan? Type510 { get; set; } + public global::System.Collections.Generic.IList? Type510 { get; set; } /// /// /// - public global::Vapi.MonitorPlan? Type511 { get; set; } + public global::System.Collections.Generic.IList? Type511 { get; set; } /// /// /// - public global::Vapi.KeypadInputPlan? Type512 { get; set; } + public global::Vapi.StopSpeakingPlan? Type512 { get; set; } /// /// /// - public global::Vapi.KeypadInputPlanDelimiters? Type513 { get; set; } + public global::Vapi.MonitorPlan? Type513 { get; set; } /// /// /// - public global::Vapi.WorkflowUserEditable? Type514 { get; set; } + public global::Vapi.KeypadInputPlan? Type514 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type515 { get; set; } + public global::Vapi.KeypadInputPlanDelimiters? Type515 { get; set; } /// /// /// - public global::Vapi.OneOf? Type516 { get; set; } + public global::Vapi.WorkflowUserEditable? Type516 { get; set; } /// /// /// - public global::Vapi.OneOf? Type517 { get; set; } + public global::System.Collections.Generic.IList>? Type517 { get; set; } /// /// /// - public global::Vapi.WorkflowUserEditableBackgroundSound? Type518 { get; set; } + public global::Vapi.OneOf? Type518 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type519 { get; set; } + public global::Vapi.OneOf? Type519 { get; set; } /// /// /// - public global::Vapi.CredentialsItem? Type520 { get; set; } + public global::Vapi.WorkflowUserEditableBackgroundSound? Type520 { get; set; } /// /// /// - public global::Vapi.CreateAnthropicCredentialDTO? Type521 { get; set; } + public global::System.Collections.Generic.IList? Type521 { get; set; } /// /// /// - public global::Vapi.CreateAnthropicBedrockCredentialDTO? Type522 { get; set; } + public global::Vapi.CredentialsItem? Type522 { get; set; } /// /// /// - public global::Vapi.CreateAnyscaleCredentialDTO? Type523 { get; set; } + public global::Vapi.CreateAnthropicCredentialDTO? Type523 { get; set; } /// /// /// - public global::Vapi.CreateAssemblyAICredentialDTO? Type524 { get; set; } + public global::Vapi.CreateAnthropicBedrockCredentialDTO? Type524 { get; set; } /// /// /// - public global::Vapi.CreateAzureCredentialDTO? Type525 { get; set; } + public global::Vapi.CreateAnyscaleCredentialDTO? Type525 { get; set; } /// /// /// - public global::Vapi.CreateAzureOpenAICredentialDTO? Type526 { get; set; } + public global::Vapi.CreateAssemblyAICredentialDTO? Type526 { get; set; } /// /// /// - public global::Vapi.CreateByoSipTrunkCredentialDTO? Type527 { get; set; } + public global::Vapi.CreateAzureCredentialDTO? Type527 { get; set; } /// /// /// - public global::Vapi.CreateCartesiaCredentialDTO? Type528 { get; set; } + public global::Vapi.CreateAzureOpenAICredentialDTO? Type528 { get; set; } /// /// /// - public global::Vapi.CreateCerebrasCredentialDTO? Type529 { get; set; } + public global::Vapi.CreateByoSipTrunkCredentialDTO? Type529 { get; set; } /// /// /// - public global::Vapi.CreateCloudflareCredentialDTO? Type530 { get; set; } + public global::Vapi.CreateCartesiaCredentialDTO? Type530 { get; set; } /// /// /// - public global::Vapi.CreateCustomLLMCredentialDTO? Type531 { get; set; } + public global::Vapi.CreateCerebrasCredentialDTO? Type531 { get; set; } /// /// /// - public global::Vapi.CreateDeepgramCredentialDTO? Type532 { get; set; } + public global::Vapi.CreateCloudflareCredentialDTO? Type532 { get; set; } /// /// /// - public global::Vapi.CreateDeepInfraCredentialDTO? Type533 { get; set; } + public global::Vapi.CreateCustomLLMCredentialDTO? Type533 { get; set; } /// /// /// - public global::Vapi.CreateDeepSeekCredentialDTO? Type534 { get; set; } + public global::Vapi.CreateDeepgramCredentialDTO? Type534 { get; set; } /// /// /// - public global::Vapi.CreateElevenLabsCredentialDTO? Type535 { get; set; } + public global::Vapi.CreateDeepInfraCredentialDTO? Type535 { get; set; } /// /// /// - public global::Vapi.CreateGcpCredentialDTO? Type536 { get; set; } + public global::Vapi.CreateDeepSeekCredentialDTO? Type536 { get; set; } /// /// /// - public global::Vapi.CreateGladiaCredentialDTO? Type537 { get; set; } + public global::Vapi.CreateElevenLabsCredentialDTO? Type537 { get; set; } /// /// /// - public global::Vapi.CreateGoHighLevelCredentialDTO? Type538 { get; set; } + public global::Vapi.CreateGcpCredentialDTO? Type538 { get; set; } /// /// /// - public global::Vapi.CreateGoogleCredentialDTO? Type539 { get; set; } + public global::Vapi.CreateGladiaCredentialDTO? Type539 { get; set; } /// /// /// - public global::Vapi.CreateGroqCredentialDTO? Type540 { get; set; } + public global::Vapi.CreateGoHighLevelCredentialDTO? Type540 { get; set; } /// /// /// - public global::Vapi.CreateHumeCredentialDTO? Type541 { get; set; } + public global::Vapi.CreateGoogleCredentialDTO? Type541 { get; set; } /// /// /// - public global::Vapi.CreateInflectionAICredentialDTO? Type542 { get; set; } + public global::Vapi.CreateGroqCredentialDTO? Type542 { get; set; } /// /// /// - public global::Vapi.CreateLangfuseCredentialDTO? Type543 { get; set; } + public global::Vapi.CreateHumeCredentialDTO? Type543 { get; set; } /// /// /// - public global::Vapi.CreateLmntCredentialDTO? Type544 { get; set; } + public global::Vapi.CreateInflectionAICredentialDTO? Type544 { get; set; } /// /// /// - public global::Vapi.CreateMakeCredentialDTO? Type545 { get; set; } + public global::Vapi.CreateLangfuseCredentialDTO? Type545 { get; set; } /// /// /// - public global::Vapi.CreateMistralCredentialDTO? Type546 { get; set; } + public global::Vapi.CreateLmntCredentialDTO? Type546 { get; set; } /// /// /// - public global::Vapi.CreateNeuphonicCredentialDTO? Type547 { get; set; } + public global::Vapi.CreateMakeCredentialDTO? Type547 { get; set; } /// /// /// - public global::Vapi.CreateOpenAICredentialDTO? Type548 { get; set; } + public global::Vapi.CreateMistralCredentialDTO? Type548 { get; set; } /// /// /// - public global::Vapi.CreateOpenRouterCredentialDTO? Type549 { get; set; } + public global::Vapi.CreateNeuphonicCredentialDTO? Type549 { get; set; } /// /// /// - public global::Vapi.CreatePerplexityAICredentialDTO? Type550 { get; set; } + public global::Vapi.CreateOpenAICredentialDTO? Type550 { get; set; } /// /// /// - public global::Vapi.CreatePlayHTCredentialDTO? Type551 { get; set; } + public global::Vapi.CreateOpenRouterCredentialDTO? Type551 { get; set; } /// /// /// - public global::Vapi.CreateRimeAICredentialDTO? Type552 { get; set; } + public global::Vapi.CreatePerplexityAICredentialDTO? Type552 { get; set; } /// /// /// - public global::Vapi.CreateRunpodCredentialDTO? Type553 { get; set; } + public global::Vapi.CreatePlayHTCredentialDTO? Type553 { get; set; } /// /// /// - public global::Vapi.CreateS3CredentialDTO? Type554 { get; set; } + public global::Vapi.CreateRimeAICredentialDTO? Type554 { get; set; } /// /// /// - public global::Vapi.CreateSmallestAICredentialDTO? Type555 { get; set; } + public global::Vapi.CreateRunpodCredentialDTO? Type555 { get; set; } /// /// /// - public global::Vapi.CreateSpeechmaticsCredentialDTO? Type556 { get; set; } + public global::Vapi.CreateS3CredentialDTO? Type556 { get; set; } /// /// /// - public global::Vapi.CreateSonioxCredentialDTO? Type557 { get; set; } + public global::Vapi.CreateSmallestAICredentialDTO? Type557 { get; set; } /// /// /// - public global::Vapi.CreateSupabaseCredentialDTO? Type558 { get; set; } + public global::Vapi.CreateSpeechmaticsCredentialDTO? Type558 { get; set; } /// /// /// - public global::Vapi.CreateTavusCredentialDTO? Type559 { get; set; } + public global::Vapi.CreateSonioxCredentialDTO? Type559 { get; set; } /// /// /// - public global::Vapi.CreateTogetherAICredentialDTO? Type560 { get; set; } + public global::Vapi.CreateSupabaseCredentialDTO? Type560 { get; set; } /// /// /// - public global::Vapi.CreateTwilioCredentialDTO? Type561 { get; set; } + public global::Vapi.CreateTavusCredentialDTO? Type561 { get; set; } /// /// /// - public global::Vapi.CreateVonageCredentialDTO? Type562 { get; set; } + public global::Vapi.CreateTogetherAICredentialDTO? Type562 { get; set; } /// /// /// - public global::Vapi.CreateWebhookCredentialDTO? Type563 { get; set; } + public global::Vapi.CreateTwilioCredentialDTO? Type563 { get; set; } /// /// /// - public global::Vapi.CreateCustomCredentialDTO? Type564 { get; set; } + public global::Vapi.CreateVonageCredentialDTO? Type564 { get; set; } /// /// /// - public global::Vapi.CreateXAiCredentialDTO? Type565 { get; set; } + public global::Vapi.CreateWebhookCredentialDTO? Type565 { get; set; } /// /// /// - public global::Vapi.CreateMicrosoftCredentialDTO? Type566 { get; set; } + public global::Vapi.CreateCustomCredentialDTO? Type566 { get; set; } /// /// /// - public global::Vapi.CreateGoogleCalendarOAuth2ClientCredentialDTO? Type567 { get; set; } + public global::Vapi.CreateXAiCredentialDTO? Type567 { get; set; } /// /// /// - public global::Vapi.CreateGoogleCalendarOAuth2AuthorizationCredentialDTO? Type568 { get; set; } + public global::Vapi.CreateMicrosoftCredentialDTO? Type568 { get; set; } /// /// /// - public global::Vapi.CreateGoogleSheetsOAuth2AuthorizationCredentialDTO? Type569 { get; set; } + public global::Vapi.CreateGoogleCalendarOAuth2ClientCredentialDTO? Type569 { get; set; } /// /// /// - public global::Vapi.CreateSlackOAuth2AuthorizationCredentialDTO? Type570 { get; set; } + public global::Vapi.CreateGoogleCalendarOAuth2AuthorizationCredentialDTO? Type570 { get; set; } /// /// /// - public global::Vapi.CreateGoHighLevelMCPCredentialDTO? Type571 { get; set; } + public global::Vapi.CreateGoogleSheetsOAuth2AuthorizationCredentialDTO? Type571 { get; set; } /// /// /// - public global::Vapi.CreateInworldCredentialDTO? Type572 { get; set; } + public global::Vapi.CreateSlackOAuth2AuthorizationCredentialDTO? Type572 { get; set; } /// /// /// - public global::Vapi.CreateMinimaxCredentialDTO? Type573 { get; set; } + public global::Vapi.CreateGoHighLevelMCPCredentialDTO? Type573 { get; set; } /// /// /// - public global::Vapi.CreateWellSaidCredentialDTO? Type574 { get; set; } + public global::Vapi.CreateInworldCredentialDTO? Type574 { get; set; } /// /// /// - public global::Vapi.CreateEmailCredentialDTO? Type575 { get; set; } + public global::Vapi.CreateMinimaxCredentialDTO? Type575 { get; set; } /// /// /// - public global::Vapi.CreateSlackWebhookCredentialDTO? Type576 { get; set; } + public global::Vapi.CreateWellSaidCredentialDTO? Type576 { get; set; } /// /// /// - public global::Vapi.WorkflowUserEditableCredentialDiscriminator? Type577 { get; set; } + public global::Vapi.CreateEmailCredentialDTO? Type577 { get; set; } /// /// /// - public global::Vapi.WorkflowUserEditableCredentialDiscriminatorProvider? Type578 { get; set; } + public global::Vapi.CreateSlackWebhookCredentialDTO? Type578 { get; set; } /// /// /// - public global::Vapi.WorkflowUserEditableVoicemailDetection? Type579 { get; set; } + public global::Vapi.WorkflowUserEditableCredentialDiscriminator? Type579 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type580 { get; set; } + public global::Vapi.WorkflowUserEditableCredentialDiscriminatorProvider? Type580 { get; set; } /// /// /// - public global::Vapi.VapiModel? Type581 { get; set; } + public global::Vapi.WorkflowUserEditableVoicemailDetection? Type581 { get; set; } /// /// /// - public global::Vapi.VapiModelProvider? Type582 { get; set; } + public global::System.Collections.Generic.IList? Type582 { get; set; } /// /// /// - public global::Vapi.XaiModel? Type583 { get; set; } + public global::Vapi.VapiModel? Type583 { get; set; } /// /// /// - public global::Vapi.XaiModelModel? Type584 { get; set; } + public global::Vapi.VapiModelProvider? Type584 { get; set; } /// /// /// - public global::Vapi.XaiModelProvider? Type585 { get; set; } + public global::Vapi.XaiModel? Type585 { get; set; } /// /// /// - public global::Vapi.ExactReplacement? Type586 { get; set; } + public global::Vapi.XaiModelModel? Type586 { get; set; } /// /// /// - public global::Vapi.ExactReplacementType? Type587 { get; set; } + public global::Vapi.XaiModelProvider? Type587 { get; set; } /// /// /// - public global::Vapi.RegexReplacement? Type588 { get; set; } + public global::Vapi.ExactReplacement? Type588 { get; set; } /// /// /// - public global::Vapi.RegexReplacementType? Type589 { get; set; } + public global::Vapi.ExactReplacementType? Type589 { get; set; } /// /// /// - public global::Vapi.FormatPlan? Type590 { get; set; } + public global::Vapi.RegexReplacement? Type590 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type591 { get; set; } + public global::Vapi.RegexReplacementType? Type591 { get; set; } /// /// /// - public global::Vapi.OneOf? Type592 { get; set; } + public global::Vapi.FormatPlan? Type592 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type593 { get; set; } + public global::System.Collections.Generic.IList>? Type593 { get; set; } /// /// /// - public global::Vapi.FormatPlanFormattersEnabledItem? Type594 { get; set; } + public global::Vapi.OneOf? Type594 { get; set; } /// /// /// - public global::Vapi.ChunkPlan? Type595 { get; set; } + public global::System.Collections.Generic.IList? Type595 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type596 { get; set; } + public global::Vapi.FormatPlanFormattersEnabledItem? Type596 { get; set; } /// /// /// - public global::Vapi.ChunkPlanPunctuationBoundarie? Type597 { get; set; } + public global::Vapi.ChunkPlan? Type597 { get; set; } /// /// /// - public global::Vapi.FallbackPlan? Type598 { get; set; } + public global::System.Collections.Generic.IList? Type598 { get; set; } /// /// /// - public global::Vapi.FallbackAzureVoice? Type599 { get; set; } + public global::Vapi.ChunkPlanPunctuationBoundarie? Type599 { get; set; } /// /// /// - public global::Vapi.FallbackCartesiaVoice? Type600 { get; set; } + public global::Vapi.FallbackPlan? Type600 { get; set; } /// /// /// - public global::Vapi.FallbackHumeVoice? Type601 { get; set; } + public global::Vapi.FallbackAzureVoice? Type601 { get; set; } /// /// /// - public global::Vapi.FallbackCustomVoice? Type602 { get; set; } + public global::Vapi.FallbackCartesiaVoice? Type602 { get; set; } /// /// /// - public global::Vapi.FallbackDeepgramVoice? Type603 { get; set; } + public global::Vapi.FallbackHumeVoice? Type603 { get; set; } /// /// /// - public global::Vapi.FallbackElevenLabsVoice? Type604 { get; set; } + public global::Vapi.FallbackCustomVoice? Type604 { get; set; } /// /// /// - public global::Vapi.FallbackVapiVoice? Type605 { get; set; } + public global::Vapi.FallbackDeepgramVoice? Type605 { get; set; } /// /// /// - public global::Vapi.FallbackLMNTVoice? Type606 { get; set; } + public global::Vapi.FallbackElevenLabsVoice? Type606 { get; set; } /// /// /// - public global::Vapi.FallbackOpenAIVoice? Type607 { get; set; } + public global::Vapi.FallbackVapiVoice? Type607 { get; set; } /// /// /// - public global::Vapi.FallbackPlayHTVoice? Type608 { get; set; } + public global::Vapi.FallbackLMNTVoice? Type608 { get; set; } /// /// /// - public global::Vapi.FallbackWellSaidVoice? Type609 { get; set; } + public global::Vapi.FallbackOpenAIVoice? Type609 { get; set; } /// /// /// - public global::Vapi.FallbackRimeAIVoice? Type610 { get; set; } + public global::Vapi.FallbackPlayHTVoice? Type610 { get; set; } /// /// /// - public global::Vapi.FallbackSmallestAIVoice? Type611 { get; set; } + public global::Vapi.FallbackWellSaidVoice? Type611 { get; set; } /// /// /// - public global::Vapi.FallbackTavusVoice? Type612 { get; set; } + public global::Vapi.FallbackRimeAIVoice? Type612 { get; set; } /// /// /// - public global::Vapi.FallbackNeuphonicVoice? Type613 { get; set; } + public global::Vapi.FallbackSmallestAIVoice? Type613 { get; set; } /// /// /// - public global::Vapi.FallbackSesameVoice? Type614 { get; set; } + public global::Vapi.FallbackTavusVoice? Type614 { get; set; } /// /// /// - public global::Vapi.FallbackInworldVoice? Type615 { get; set; } + public global::Vapi.FallbackNeuphonicVoice? Type615 { get; set; } /// /// /// - public global::Vapi.FallbackXaiVoice? Type616 { get; set; } + public global::Vapi.FallbackSesameVoice? Type616 { get; set; } /// /// /// - public global::Vapi.FallbackMicrosoftVoice? Type617 { get; set; } + public global::Vapi.FallbackInworldVoice? Type617 { get; set; } /// /// /// - public global::Vapi.AzureVoiceProvider? Type618 { get; set; } + public global::Vapi.FallbackXaiVoice? Type618 { get; set; } /// /// /// - public global::Vapi.OneOf? Type619 { get; set; } + public global::Vapi.FallbackMicrosoftVoice? Type619 { get; set; } /// /// /// - public global::Vapi.AzureVoiceVoiceId? Type620 { get; set; } + public global::Vapi.AzureVoiceProvider? Type620 { get; set; } /// /// /// - public global::Vapi.CartesiaExperimentalControls? Type621 { get; set; } + public global::Vapi.OneOf? Type621 { get; set; } /// /// /// - public global::Vapi.OneOf? Type622 { get; set; } + public global::Vapi.AzureVoiceVoiceId? Type622 { get; set; } /// /// /// - public global::Vapi.CartesiaExperimentalControlsSpeed? Type623 { get; set; } + public global::Vapi.CartesiaExperimentalControls? Type623 { get; set; } /// /// /// - public global::Vapi.CartesiaExperimentalControlsEmotion? Type624 { get; set; } + public global::Vapi.OneOf? Type624 { get; set; } /// /// /// - public global::Vapi.CartesiaGenerationConfigExperimental? Type625 { get; set; } + public global::Vapi.CartesiaExperimentalControlsSpeed? Type625 { get; set; } /// /// /// - public int? Type626 { get; set; } + public global::Vapi.CartesiaExperimentalControlsEmotion? Type626 { get; set; } /// /// /// - public global::Vapi.CartesiaGenerationConfig? Type627 { get; set; } + public global::Vapi.CartesiaGenerationConfigExperimental? Type627 { get; set; } /// /// /// - public global::Vapi.CartesiaVoiceProvider? Type628 { get; set; } + public int? Type628 { get; set; } /// /// /// - public global::Vapi.CartesiaVoiceModel? Type629 { get; set; } + public global::Vapi.CartesiaGenerationConfig? Type629 { get; set; } /// /// /// - public global::Vapi.CartesiaVoiceLanguage? Type630 { get; set; } + public global::Vapi.CartesiaVoiceProvider? Type630 { get; set; } /// /// /// - public global::Vapi.CustomVoiceProvider? Type631 { get; set; } + public global::Vapi.CartesiaVoiceModel? Type631 { get; set; } /// /// /// - public global::Vapi.DeepgramVoiceProvider? Type632 { get; set; } + public global::Vapi.CartesiaVoiceLanguage? Type632 { get; set; } /// /// /// - public global::Vapi.DeepgramVoiceVoiceId? Type633 { get; set; } + public global::Vapi.CustomVoiceProvider? Type633 { get; set; } /// /// /// - public global::Vapi.DeepgramVoiceModel? Type634 { get; set; } + public global::Vapi.DeepgramVoiceProvider? Type634 { get; set; } /// /// /// - public global::Vapi.ElevenLabsPronunciationDictionaryLocator? Type635 { get; set; } + public global::Vapi.DeepgramVoiceVoiceId? Type635 { get; set; } /// /// /// - public global::Vapi.ElevenLabsVoiceProvider? Type636 { get; set; } + public global::Vapi.DeepgramVoiceModel? Type636 { get; set; } /// /// /// - public global::Vapi.OneOf? Type637 { get; set; } + public global::Vapi.ElevenLabsPronunciationDictionaryLocator? Type637 { get; set; } /// /// /// - public global::Vapi.ElevenLabsVoiceVoiceId? Type638 { get; set; } + public global::Vapi.ElevenLabsVoiceProvider? Type638 { get; set; } /// /// /// - public global::Vapi.ElevenLabsVoiceModel? Type639 { get; set; } + public global::Vapi.OneOf? Type639 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type640 { get; set; } + public global::Vapi.ElevenLabsVoiceVoiceId? Type640 { get; set; } /// /// /// - public global::Vapi.WellSaidVoiceProvider? Type641 { get; set; } + public global::Vapi.ElevenLabsVoiceModel? Type641 { get; set; } /// /// /// - public global::Vapi.WellSaidVoiceModel? Type642 { get; set; } + public global::System.Collections.Generic.IList? Type642 { get; set; } /// /// /// - public global::Vapi.HumeVoiceProvider? Type643 { get; set; } + public global::Vapi.WellSaidVoiceProvider? Type643 { get; set; } /// /// /// - public global::Vapi.HumeVoiceModel? Type644 { get; set; } + public global::Vapi.WellSaidVoiceModel? Type644 { get; set; } /// /// /// - public global::Vapi.LMNTVoiceProvider? Type645 { get; set; } + public global::Vapi.HumeVoiceProvider? Type645 { get; set; } /// /// /// - public global::Vapi.OneOf? Type646 { get; set; } + public global::Vapi.HumeVoiceModel? Type646 { get; set; } /// /// /// - public global::Vapi.LMNTVoiceVoiceId? Type647 { get; set; } + public global::Vapi.LMNTVoiceProvider? Type647 { get; set; } /// /// /// - public global::Vapi.LMNTVoiceLanguage? Type648 { get; set; } + public global::Vapi.OneOf? Type648 { get; set; } /// /// /// - public global::Vapi.NeuphonicVoiceProvider? Type649 { get; set; } + public global::Vapi.LMNTVoiceVoiceId? Type649 { get; set; } /// /// /// - public global::Vapi.NeuphonicVoiceModel? Type650 { get; set; } + public global::Vapi.LMNTVoiceLanguage? Type650 { get; set; } /// /// /// - public global::Vapi.OpenAIVoiceProvider? Type651 { get; set; } + public global::Vapi.NeuphonicVoiceProvider? Type651 { get; set; } /// /// /// - public global::Vapi.OneOf? Type652 { get; set; } + public global::Vapi.NeuphonicVoiceModel? Type652 { get; set; } /// /// /// - public global::Vapi.OpenAIVoiceVoiceId? Type653 { get; set; } + public global::Vapi.OpenAIVoiceProvider? Type653 { get; set; } /// /// /// - public global::Vapi.OpenAIVoiceModel? Type654 { get; set; } + public global::Vapi.OneOf? Type654 { get; set; } /// /// /// - public global::Vapi.PlayHTVoiceProvider? Type655 { get; set; } + public global::Vapi.OpenAIVoiceVoiceId? Type655 { get; set; } /// /// /// - public global::Vapi.OneOf? Type656 { get; set; } + public global::Vapi.OpenAIVoiceModel? Type656 { get; set; } /// /// /// - public global::Vapi.PlayHTVoiceVoiceId? Type657 { get; set; } + public global::Vapi.PlayHTVoiceProvider? Type657 { get; set; } /// /// /// - public global::Vapi.PlayHTVoiceEmotion? Type658 { get; set; } + public global::Vapi.OneOf? Type658 { get; set; } /// /// /// - public global::Vapi.PlayHTVoiceModel? Type659 { get; set; } + public global::Vapi.PlayHTVoiceVoiceId? Type659 { get; set; } /// /// /// - public global::Vapi.PlayHTVoiceLanguage? Type660 { get; set; } + public global::Vapi.PlayHTVoiceEmotion? Type660 { get; set; } /// /// /// - public global::Vapi.RimeAIVoiceProvider? Type661 { get; set; } + public global::Vapi.PlayHTVoiceModel? Type661 { get; set; } /// /// /// - public global::Vapi.OneOf? Type662 { get; set; } + public global::Vapi.PlayHTVoiceLanguage? Type662 { get; set; } /// /// /// - public global::Vapi.RimeAIVoiceVoiceId? Type663 { get; set; } + public global::Vapi.RimeAIVoiceProvider? Type663 { get; set; } /// /// /// - public global::Vapi.RimeAIVoiceModel? Type664 { get; set; } + public global::Vapi.OneOf? Type664 { get; set; } /// /// /// - public global::Vapi.RimeAIVoiceLanguage? Type665 { get; set; } + public global::Vapi.RimeAIVoiceVoiceId? Type665 { get; set; } /// /// /// - public global::Vapi.SesameVoiceProvider? Type666 { get; set; } + public global::Vapi.RimeAIVoiceModel? Type666 { get; set; } /// /// /// - public global::Vapi.SesameVoiceModel? Type667 { get; set; } + public global::Vapi.RimeAIVoiceLanguage? Type667 { get; set; } /// /// /// - public global::Vapi.SmallestAIVoiceProvider? Type668 { get; set; } + public global::Vapi.SesameVoiceProvider? Type668 { get; set; } /// /// /// - public global::Vapi.OneOf? Type669 { get; set; } + public global::Vapi.SesameVoiceModel? Type669 { get; set; } /// /// /// - public global::Vapi.SmallestAIVoiceVoiceId? Type670 { get; set; } + public global::Vapi.SmallestAIVoiceProvider? Type670 { get; set; } /// /// /// - public global::Vapi.SmallestAIVoiceModel? Type671 { get; set; } + public global::Vapi.OneOf? Type671 { get; set; } /// /// /// - public global::Vapi.TavusConversationProperties? Type672 { get; set; } + public global::Vapi.SmallestAIVoiceVoiceId? Type672 { get; set; } /// /// /// - public global::Vapi.TavusVoiceProvider? Type673 { get; set; } + public global::Vapi.SmallestAIVoiceModel? Type673 { get; set; } /// /// /// - public global::Vapi.OneOf? Type674 { get; set; } + public global::Vapi.TavusConversationProperties? Type674 { get; set; } /// /// /// - public global::Vapi.TavusVoiceVoiceId? Type675 { get; set; } + public global::Vapi.TavusVoiceProvider? Type675 { get; set; } /// /// /// - public global::Vapi.VapiPronunciationDictionaryLocator? Type676 { get; set; } + public global::Vapi.OneOf? Type676 { get; set; } /// /// /// - public global::Vapi.VapiVoiceProvider? Type677 { get; set; } + public global::Vapi.TavusVoiceVoiceId? Type677 { get; set; } /// /// /// - public global::Vapi.VapiVoiceVoiceId? Type678 { get; set; } + public global::Vapi.VapiPronunciationDictionaryLocator? Type678 { get; set; } /// /// /// - public global::Vapi.VapiVoiceLanguage? Type679 { get; set; } + public global::Vapi.VapiVoiceProvider? Type679 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type680 { get; set; } + public global::Vapi.VapiVoiceVoiceId? Type680 { get; set; } /// /// /// - public global::Vapi.InworldVoiceProvider? Type681 { get; set; } + public global::Vapi.VapiVoiceLanguage? Type681 { get; set; } /// /// /// - public global::Vapi.InworldVoiceVoiceId? Type682 { get; set; } + public global::System.Collections.Generic.IList? Type682 { get; set; } /// /// /// - public global::Vapi.InworldVoiceModel? Type683 { get; set; } + public global::Vapi.InworldVoiceProvider? Type683 { get; set; } /// /// /// - public global::Vapi.InworldVoiceLanguageCode? Type684 { get; set; } + public global::Vapi.InworldVoiceVoiceId? Type684 { get; set; } /// /// /// - public global::Vapi.MinimaxVoiceProvider? Type685 { get; set; } + public global::Vapi.InworldVoiceModel? Type685 { get; set; } /// /// /// - public global::Vapi.MinimaxVoiceModel? Type686 { get; set; } + public global::Vapi.InworldVoiceLanguageCode? Type686 { get; set; } /// /// /// - public global::Vapi.MinimaxVoiceSubtitleType? Type687 { get; set; } + public global::Vapi.MinimaxVoiceProvider? Type687 { get; set; } /// /// /// - public global::Vapi.MinimaxVoiceRegion? Type688 { get; set; } + public global::Vapi.MinimaxVoiceModel? Type688 { get; set; } /// /// /// - public global::Vapi.MinimaxVoiceLanguageBoost? Type689 { get; set; } + public global::Vapi.MinimaxVoiceSubtitleType? Type689 { get; set; } /// /// /// - public global::Vapi.FallbackMinimaxVoice? Type690 { get; set; } + public global::Vapi.MinimaxVoiceRegion? Type690 { get; set; } /// /// /// - public global::Vapi.FallbackMinimaxVoiceProvider? Type691 { get; set; } + public global::Vapi.MinimaxVoiceLanguageBoost? Type691 { get; set; } /// /// /// - public global::Vapi.FallbackMinimaxVoiceModel? Type692 { get; set; } + public global::Vapi.FallbackMinimaxVoice? Type692 { get; set; } /// /// /// - public global::Vapi.FallbackMinimaxVoiceSubtitleType? Type693 { get; set; } + public global::Vapi.FallbackMinimaxVoiceProvider? Type693 { get; set; } /// /// /// - public global::Vapi.FallbackMinimaxVoiceRegion? Type694 { get; set; } + public global::Vapi.FallbackMinimaxVoiceModel? Type694 { get; set; } /// /// /// - public global::Vapi.FallbackMinimaxVoiceLanguageBoost? Type695 { get; set; } + public global::Vapi.FallbackMinimaxVoiceSubtitleType? Type695 { get; set; } /// /// /// - public global::Vapi.FallbackWellSaidVoiceProvider? Type696 { get; set; } + public global::Vapi.FallbackMinimaxVoiceRegion? Type696 { get; set; } /// /// /// - public global::Vapi.FallbackWellSaidVoiceModel? Type697 { get; set; } + public global::Vapi.FallbackMinimaxVoiceLanguageBoost? Type697 { get; set; } /// /// /// - public global::Vapi.XaiVoiceProvider? Type698 { get; set; } + public global::Vapi.FallbackWellSaidVoiceProvider? Type698 { get; set; } /// /// /// - public global::Vapi.XaiVoiceVoiceId? Type699 { get; set; } + public global::Vapi.FallbackWellSaidVoiceModel? Type699 { get; set; } /// /// /// - public global::Vapi.XaiVoiceLanguage? Type700 { get; set; } + public global::Vapi.XaiVoiceProvider? Type700 { get; set; } /// /// /// - public global::Vapi.MicrosoftVoiceProvider? Type701 { get; set; } + public global::Vapi.XaiVoiceVoiceId? Type701 { get; set; } /// /// /// - public global::Vapi.MicrosoftVoiceVoiceId? Type702 { get; set; } + public global::Vapi.XaiVoiceLanguage? Type702 { get; set; } /// /// /// - public global::Vapi.MicrosoftVoiceStyle? Type703 { get; set; } + public global::Vapi.MicrosoftVoiceProvider? Type703 { get; set; } /// /// /// - public global::Vapi.MicrosoftVoiceRole? Type704 { get; set; } + public global::Vapi.MicrosoftVoiceVoiceId? Type704 { get; set; } /// /// /// - public global::Vapi.FallbackAzureVoiceProvider? Type705 { get; set; } + public global::Vapi.MicrosoftVoiceStyle? Type705 { get; set; } /// /// /// - public global::Vapi.OneOf? Type706 { get; set; } + public global::Vapi.MicrosoftVoiceRole? Type706 { get; set; } /// /// /// - public global::Vapi.FallbackAzureVoiceVoiceId? Type707 { get; set; } + public global::Vapi.FallbackAzureVoiceProvider? Type707 { get; set; } /// /// /// - public global::Vapi.FallbackCartesiaVoiceProvider? Type708 { get; set; } + public global::Vapi.OneOf? Type708 { get; set; } /// /// /// - public global::Vapi.FallbackCartesiaVoiceModel? Type709 { get; set; } + public global::Vapi.FallbackAzureVoiceVoiceId? Type709 { get; set; } /// /// /// - public global::Vapi.FallbackCartesiaVoiceLanguage? Type710 { get; set; } + public global::Vapi.FallbackCartesiaVoiceProvider? Type710 { get; set; } /// /// /// - public global::Vapi.FallbackCustomVoiceProvider? Type711 { get; set; } + public global::Vapi.FallbackCartesiaVoiceModel? Type711 { get; set; } /// /// /// - public global::Vapi.FallbackDeepgramVoiceProvider? Type712 { get; set; } + public global::Vapi.FallbackCartesiaVoiceLanguage? Type712 { get; set; } /// /// /// - public global::Vapi.FallbackDeepgramVoiceVoiceId? Type713 { get; set; } + public global::Vapi.FallbackCustomVoiceProvider? Type713 { get; set; } /// /// /// - public global::Vapi.FallbackDeepgramVoiceModel? Type714 { get; set; } + public global::Vapi.FallbackDeepgramVoiceProvider? Type714 { get; set; } /// /// /// - public global::Vapi.FallbackElevenLabsVoiceProvider? Type715 { get; set; } + public global::Vapi.FallbackDeepgramVoiceVoiceId? Type715 { get; set; } /// /// /// - public global::Vapi.OneOf? Type716 { get; set; } + public global::Vapi.FallbackDeepgramVoiceModel? Type716 { get; set; } /// /// /// - public global::Vapi.FallbackElevenLabsVoiceVoiceId? Type717 { get; set; } + public global::Vapi.FallbackElevenLabsVoiceProvider? Type717 { get; set; } /// /// /// - public global::Vapi.FallbackElevenLabsVoiceModel? Type718 { get; set; } + public global::Vapi.OneOf? Type718 { get; set; } /// /// /// - public global::Vapi.FallbackHumeVoiceProvider? Type719 { get; set; } + public global::Vapi.FallbackElevenLabsVoiceVoiceId? Type719 { get; set; } /// /// /// - public global::Vapi.FallbackHumeVoiceModel? Type720 { get; set; } + public global::Vapi.FallbackElevenLabsVoiceModel? Type720 { get; set; } /// /// /// - public global::Vapi.FallbackLMNTVoiceProvider? Type721 { get; set; } + public global::Vapi.FallbackHumeVoiceProvider? Type721 { get; set; } /// /// /// - public global::Vapi.OneOf? Type722 { get; set; } + public global::Vapi.FallbackHumeVoiceModel? Type722 { get; set; } /// /// /// - public global::Vapi.FallbackLMNTVoiceVoiceId? Type723 { get; set; } + public global::Vapi.FallbackLMNTVoiceProvider? Type723 { get; set; } /// /// /// - public global::Vapi.FallbackLMNTVoiceLanguage? Type724 { get; set; } + public global::Vapi.OneOf? Type724 { get; set; } /// /// /// - public global::Vapi.FallbackNeuphonicVoiceProvider? Type725 { get; set; } + public global::Vapi.FallbackLMNTVoiceVoiceId? Type725 { get; set; } /// /// /// - public global::Vapi.FallbackNeuphonicVoiceModel? Type726 { get; set; } + public global::Vapi.FallbackLMNTVoiceLanguage? Type726 { get; set; } /// /// /// - public global::Vapi.FallbackOpenAIVoiceProvider? Type727 { get; set; } + public global::Vapi.FallbackNeuphonicVoiceProvider? Type727 { get; set; } /// /// /// - public global::Vapi.OneOf? Type728 { get; set; } + public global::Vapi.FallbackNeuphonicVoiceModel? Type728 { get; set; } /// /// /// - public global::Vapi.FallbackOpenAIVoiceVoiceId? Type729 { get; set; } + public global::Vapi.FallbackOpenAIVoiceProvider? Type729 { get; set; } /// /// /// - public global::Vapi.FallbackOpenAIVoiceModel? Type730 { get; set; } + public global::Vapi.OneOf? Type730 { get; set; } /// /// /// - public global::Vapi.FallbackPlayHTVoiceProvider? Type731 { get; set; } + public global::Vapi.FallbackOpenAIVoiceVoiceId? Type731 { get; set; } /// /// /// - public global::Vapi.OneOf? Type732 { get; set; } + public global::Vapi.FallbackOpenAIVoiceModel? Type732 { get; set; } /// /// /// - public global::Vapi.FallbackPlayHTVoiceVoiceId? Type733 { get; set; } + public global::Vapi.FallbackPlayHTVoiceProvider? Type733 { get; set; } /// /// /// - public global::Vapi.FallbackPlayHTVoiceEmotion? Type734 { get; set; } + public global::Vapi.OneOf? Type734 { get; set; } /// /// /// - public global::Vapi.FallbackPlayHTVoiceModel? Type735 { get; set; } + public global::Vapi.FallbackPlayHTVoiceVoiceId? Type735 { get; set; } /// /// /// - public global::Vapi.FallbackPlayHTVoiceLanguage? Type736 { get; set; } + public global::Vapi.FallbackPlayHTVoiceEmotion? Type736 { get; set; } /// /// /// - public global::Vapi.FallbackRimeAIVoiceProvider? Type737 { get; set; } + public global::Vapi.FallbackPlayHTVoiceModel? Type737 { get; set; } /// /// /// - public global::Vapi.OneOf? Type738 { get; set; } + public global::Vapi.FallbackPlayHTVoiceLanguage? Type738 { get; set; } /// /// /// - public global::Vapi.FallbackRimeAIVoiceVoiceId? Type739 { get; set; } + public global::Vapi.FallbackRimeAIVoiceProvider? Type739 { get; set; } /// /// /// - public global::Vapi.FallbackRimeAIVoiceModel? Type740 { get; set; } + public global::Vapi.OneOf? Type740 { get; set; } /// /// /// - public global::Vapi.FallbackRimeAIVoiceLanguage? Type741 { get; set; } + public global::Vapi.FallbackRimeAIVoiceVoiceId? Type741 { get; set; } /// /// /// - public global::Vapi.FallbackSesameVoiceProvider? Type742 { get; set; } + public global::Vapi.FallbackRimeAIVoiceModel? Type742 { get; set; } /// /// /// - public global::Vapi.FallbackSesameVoiceModel? Type743 { get; set; } + public global::Vapi.FallbackRimeAIVoiceLanguage? Type743 { get; set; } /// /// /// - public global::Vapi.FallbackSmallestAIVoiceProvider? Type744 { get; set; } + public global::Vapi.FallbackSesameVoiceProvider? Type744 { get; set; } /// /// /// - public global::Vapi.OneOf? Type745 { get; set; } + public global::Vapi.FallbackSesameVoiceModel? Type745 { get; set; } /// /// /// - public global::Vapi.FallbackSmallestAIVoiceVoiceId? Type746 { get; set; } + public global::Vapi.FallbackSmallestAIVoiceProvider? Type746 { get; set; } /// /// /// - public global::Vapi.FallbackSmallestAIVoiceModel? Type747 { get; set; } + public global::Vapi.OneOf? Type747 { get; set; } /// /// /// - public global::Vapi.FallbackTavusVoiceProvider? Type748 { get; set; } + public global::Vapi.FallbackSmallestAIVoiceVoiceId? Type748 { get; set; } /// /// /// - public global::Vapi.OneOf? Type749 { get; set; } + public global::Vapi.FallbackSmallestAIVoiceModel? Type749 { get; set; } /// /// /// - public global::Vapi.FallbackTavusVoiceVoiceId? Type750 { get; set; } + public global::Vapi.FallbackTavusVoiceProvider? Type750 { get; set; } /// /// /// - public global::Vapi.FallbackVapiVoiceProvider? Type751 { get; set; } + public global::Vapi.OneOf? Type751 { get; set; } /// /// /// - public global::Vapi.FallbackVapiVoiceVoiceId? Type752 { get; set; } + public global::Vapi.FallbackTavusVoiceVoiceId? Type752 { get; set; } /// /// /// - public global::Vapi.FallbackVapiVoiceLanguage? Type753 { get; set; } + public global::Vapi.FallbackVapiVoiceProvider? Type753 { get; set; } /// /// /// - public global::Vapi.FallbackInworldVoiceProvider? Type754 { get; set; } + public global::Vapi.FallbackVapiVoiceVoiceId? Type754 { get; set; } /// /// /// - public global::Vapi.FallbackInworldVoiceVoiceId? Type755 { get; set; } + public global::Vapi.FallbackVapiVoiceLanguage? Type755 { get; set; } /// /// /// - public global::Vapi.FallbackInworldVoiceModel? Type756 { get; set; } + public global::Vapi.FallbackInworldVoiceProvider? Type756 { get; set; } /// /// /// - public global::Vapi.FallbackInworldVoiceLanguageCode? Type757 { get; set; } + public global::Vapi.FallbackInworldVoiceVoiceId? Type757 { get; set; } /// /// /// - public global::Vapi.FallbackXaiVoiceProvider? Type758 { get; set; } + public global::Vapi.FallbackInworldVoiceModel? Type758 { get; set; } /// /// /// - public global::Vapi.FallbackXaiVoiceVoiceId? Type759 { get; set; } + public global::Vapi.FallbackInworldVoiceLanguageCode? Type759 { get; set; } /// /// /// - public global::Vapi.FallbackXaiVoiceLanguage? Type760 { get; set; } + public global::Vapi.FallbackXaiVoiceProvider? Type760 { get; set; } /// /// /// - public global::Vapi.FallbackMicrosoftVoiceProvider? Type761 { get; set; } + public global::Vapi.FallbackXaiVoiceVoiceId? Type761 { get; set; } /// /// /// - public global::Vapi.FallbackMicrosoftVoiceVoiceId? Type762 { get; set; } + public global::Vapi.FallbackXaiVoiceLanguage? Type762 { get; set; } /// /// /// - public global::Vapi.FallbackMicrosoftVoiceStyle? Type763 { get; set; } + public global::Vapi.FallbackMicrosoftVoiceProvider? Type763 { get; set; } /// /// /// - public global::Vapi.FallbackMicrosoftVoiceRole? Type764 { get; set; } + public global::Vapi.FallbackMicrosoftVoiceVoiceId? Type764 { get; set; } /// /// /// - public global::Vapi.TransportConfigurationTwilio? Type765 { get; set; } + public global::Vapi.FallbackMicrosoftVoiceStyle? Type765 { get; set; } /// /// /// - public global::Vapi.TransportConfigurationTwilioProvider? Type766 { get; set; } + public global::Vapi.FallbackMicrosoftVoiceRole? Type766 { get; set; } /// /// /// - public global::Vapi.TransportConfigurationTwilioRecordingChannels? Type767 { get; set; } + public global::Vapi.TransportConfigurationTwilio? Type767 { get; set; } /// /// /// - public global::Vapi.CreateAnthropicCredentialDTOProvider? Type768 { get; set; } + public global::Vapi.TransportConfigurationTwilioProvider? Type768 { get; set; } /// /// /// - public global::Vapi.CreateAnthropicBedrockCredentialDTOProvider? Type769 { get; set; } + public global::Vapi.TransportConfigurationTwilioRecordingChannels? Type769 { get; set; } /// /// /// - public global::Vapi.CreateAnthropicBedrockCredentialDTORegion? Type770 { get; set; } + public global::Vapi.CreateAnthropicCredentialDTOProvider? Type770 { get; set; } /// /// /// - public global::Vapi.OneOf? Type771 { get; set; } + public global::Vapi.CreateAnthropicBedrockCredentialDTOProvider? Type771 { get; set; } /// /// /// - public global::Vapi.AWSIAMCredentialsAuthenticationPlan? Type772 { get; set; } + public global::Vapi.CreateAnthropicBedrockCredentialDTORegion? Type772 { get; set; } /// /// /// - public global::Vapi.AWSStsAuthenticationPlan? Type773 { get; set; } + public global::Vapi.OneOf? Type773 { get; set; } /// /// /// - public global::Vapi.CreateAnyscaleCredentialDTOProvider? Type774 { get; set; } + public global::Vapi.AWSIAMCredentialsAuthenticationPlan? Type774 { get; set; } /// /// /// - public global::Vapi.CreateAssemblyAICredentialDTOProvider? Type775 { get; set; } + public global::Vapi.AWSStsAuthenticationPlan? Type775 { get; set; } /// /// /// - public global::Vapi.AzureBlobStorageBucketPlan? Type776 { get; set; } + public global::Vapi.CreateAnyscaleCredentialDTOProvider? Type776 { get; set; } /// /// /// - public global::Vapi.CreateAzureCredentialDTOProvider? Type777 { get; set; } + public global::Vapi.CreateAssemblyAICredentialDTOProvider? Type777 { get; set; } /// /// /// - public global::Vapi.CreateAzureCredentialDTOService? Type778 { get; set; } + public global::Vapi.AzureBlobStorageBucketPlan? Type778 { get; set; } /// /// /// - public global::Vapi.CreateAzureCredentialDTORegion? Type779 { get; set; } + public global::Vapi.CreateAzureCredentialDTOProvider? Type779 { get; set; } /// /// /// - public global::Vapi.CreateAzureOpenAICredentialDTOProvider? Type780 { get; set; } + public global::Vapi.CreateAzureCredentialDTOService? Type780 { get; set; } /// /// /// - public global::Vapi.CreateAzureOpenAICredentialDTORegion? Type781 { get; set; } + public global::Vapi.CreateAzureCredentialDTORegion? Type781 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type782 { get; set; } + public global::Vapi.CreateAzureOpenAICredentialDTOProvider? Type782 { get; set; } /// /// /// - public global::Vapi.CreateAzureOpenAICredentialDTOModel? Type783 { get; set; } + public global::Vapi.CreateAzureOpenAICredentialDTORegion? Type783 { get; set; } /// /// /// - public global::Vapi.SipTrunkGateway? Type784 { get; set; } + public global::System.Collections.Generic.IList? Type784 { get; set; } /// /// /// - public global::Vapi.SipTrunkGatewayOutboundProtocol? Type785 { get; set; } + public global::Vapi.CreateAzureOpenAICredentialDTOModel? Type785 { get; set; } /// /// /// - public global::Vapi.SipTrunkOutboundSipRegisterPlan? Type786 { get; set; } + public global::Vapi.SipTrunkGateway? Type786 { get; set; } /// /// /// - public global::Vapi.SipTrunkOutboundAuthenticationPlan? Type787 { get; set; } + public global::Vapi.SipTrunkGatewayOutboundProtocol? Type787 { get; set; } /// /// /// - public global::Vapi.SbcConfiguration? Type788 { get; set; } + public global::Vapi.SipTrunkOutboundSipRegisterPlan? Type788 { get; set; } /// /// /// - public global::Vapi.CreateByoSipTrunkCredentialDTOProvider? Type789 { get; set; } + public global::Vapi.SipTrunkOutboundAuthenticationPlan? Type789 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type790 { get; set; } + public global::Vapi.SbcConfiguration? Type790 { get; set; } /// /// /// - public global::Vapi.CreateCartesiaCredentialDTOProvider? Type791 { get; set; } + public global::Vapi.CreateByoSipTrunkCredentialDTOProvider? Type791 { get; set; } /// /// /// - public global::Vapi.CloudflareR2BucketPlan? Type792 { get; set; } + public global::System.Collections.Generic.IList? Type792 { get; set; } /// /// /// - public global::Vapi.CreateCloudflareCredentialDTOProvider? Type793 { get; set; } + public global::Vapi.CreateCartesiaCredentialDTOProvider? Type793 { get; set; } /// /// /// - public global::Vapi.OAuth2AuthenticationPlan? Type794 { get; set; } + public global::Vapi.CloudflareR2BucketPlan? Type794 { get; set; } /// /// /// - public global::Vapi.OAuth2AuthenticationPlanType? Type795 { get; set; } + public global::Vapi.CreateCloudflareCredentialDTOProvider? Type795 { get; set; } /// /// /// - public global::Vapi.CreateCustomLLMCredentialDTOProvider? Type796 { get; set; } + public global::Vapi.OAuth2AuthenticationPlan? Type796 { get; set; } /// /// /// - public global::Vapi.CreateDeepgramCredentialDTOProvider? Type797 { get; set; } + public global::Vapi.OAuth2AuthenticationPlanType? Type797 { get; set; } /// /// /// - public global::Vapi.CreateDeepInfraCredentialDTOProvider? Type798 { get; set; } + public global::Vapi.CreateCustomLLMCredentialDTOProvider? Type798 { get; set; } /// /// /// - public global::Vapi.CreateDeepSeekCredentialDTOProvider? Type799 { get; set; } + public global::Vapi.CreateDeepgramCredentialDTOProvider? Type799 { get; set; } /// /// /// - public global::Vapi.CreateElevenLabsCredentialDTOProvider? Type800 { get; set; } + public global::Vapi.CreateDeepInfraCredentialDTOProvider? Type800 { get; set; } /// /// /// - public global::Vapi.CreateElevenLabsCredentialDTOBaseUrl? Type801 { get; set; } + public global::Vapi.CreateDeepSeekCredentialDTOProvider? Type801 { get; set; } /// /// /// - public global::Vapi.GcpKey? Type802 { get; set; } + public global::Vapi.CreateElevenLabsCredentialDTOProvider? Type802 { get; set; } /// /// /// - public global::Vapi.BucketPlan? Type803 { get; set; } + public global::Vapi.CreateElevenLabsCredentialDTOApiUrl? Type803 { get; set; } /// /// /// - public global::Vapi.CreateGcpCredentialDTOProvider? Type804 { get; set; } + public global::Vapi.GcpKey? Type804 { get; set; } /// /// /// - public global::Vapi.CreateGladiaCredentialDTOProvider? Type805 { get; set; } + public global::Vapi.BucketPlan? Type805 { get; set; } /// /// /// - public global::Vapi.CreateGoHighLevelCredentialDTOProvider? Type806 { get; set; } + public global::Vapi.CreateGcpCredentialDTOProvider? Type806 { get; set; } /// /// /// - public global::Vapi.CreateGroqCredentialDTOProvider? Type807 { get; set; } + public global::Vapi.CreateGladiaCredentialDTOProvider? Type807 { get; set; } /// /// /// - public global::Vapi.CreateLangfuseCredentialDTOProvider? Type808 { get; set; } + public global::Vapi.CreateGoHighLevelCredentialDTOProvider? Type808 { get; set; } /// /// /// - public global::Vapi.CreateLmntCredentialDTOProvider? Type809 { get; set; } + public global::Vapi.CreateGroqCredentialDTOProvider? Type809 { get; set; } /// /// /// - public global::Vapi.CreateMakeCredentialDTOProvider? Type810 { get; set; } + public global::Vapi.CreateLangfuseCredentialDTOProvider? Type810 { get; set; } /// /// /// - public global::Vapi.CreateOpenAICredentialDTOProvider? Type811 { get; set; } + public global::Vapi.CreateLmntCredentialDTOProvider? Type811 { get; set; } /// /// /// - public global::Vapi.CreateOpenRouterCredentialDTOProvider? Type812 { get; set; } + public global::Vapi.CreateMakeCredentialDTOProvider? Type812 { get; set; } /// /// /// - public global::Vapi.CreatePerplexityAICredentialDTOProvider? Type813 { get; set; } + public global::Vapi.CreateOpenAICredentialDTOProvider? Type813 { get; set; } /// /// /// - public global::Vapi.CreatePlayHTCredentialDTOProvider? Type814 { get; set; } + public global::Vapi.CreateOpenRouterCredentialDTOProvider? Type814 { get; set; } /// /// /// - public global::Vapi.CreateRimeAICredentialDTOProvider? Type815 { get; set; } + public global::Vapi.CreatePerplexityAICredentialDTOProvider? Type815 { get; set; } /// /// /// - public global::Vapi.CreateRunpodCredentialDTOProvider? Type816 { get; set; } + public global::Vapi.CreatePlayHTCredentialDTOProvider? Type816 { get; set; } /// /// /// - public global::Vapi.CreateS3CredentialDTOProvider? Type817 { get; set; } + public global::Vapi.CreateRimeAICredentialDTOProvider? Type817 { get; set; } /// /// /// - public global::Vapi.SupabaseBucketPlan? Type818 { get; set; } + public global::Vapi.CreateRunpodCredentialDTOProvider? Type818 { get; set; } /// /// /// - public global::Vapi.SupabaseBucketPlanRegion? Type819 { get; set; } + public global::Vapi.CreateS3CredentialDTOProvider? Type819 { get; set; } /// /// /// - public global::Vapi.CreateSupabaseCredentialDTOProvider? Type820 { get; set; } + public global::Vapi.SupabaseBucketPlan? Type820 { get; set; } /// /// /// - public global::Vapi.CreateSmallestAICredentialDTOProvider? Type821 { get; set; } + public global::Vapi.SupabaseBucketPlanRegion? Type821 { get; set; } /// /// /// - public global::Vapi.CreateTavusCredentialDTOProvider? Type822 { get; set; } + public global::Vapi.CreateSupabaseCredentialDTOProvider? Type822 { get; set; } /// /// /// - public global::Vapi.CreateTogetherAICredentialDTOProvider? Type823 { get; set; } + public global::Vapi.CreateSmallestAICredentialDTOProvider? Type823 { get; set; } /// /// /// - public global::Vapi.CreateTwilioCredentialDTOProvider? Type824 { get; set; } + public global::Vapi.CreateTavusCredentialDTOProvider? Type824 { get; set; } /// /// /// - public global::Vapi.CreateVonageCredentialDTOProvider? Type825 { get; set; } + public global::Vapi.CreateTogetherAICredentialDTOProvider? Type825 { get; set; } /// /// /// - public global::Vapi.CreateWebhookCredentialDTOProvider? Type826 { get; set; } + public global::Vapi.CreateTwilioCredentialDTOProvider? Type826 { get; set; } /// /// /// - public global::Vapi.AuthenticationPlan2? Type827 { get; set; } + public global::Vapi.CreateVonageCredentialDTOProvider? Type827 { get; set; } /// /// /// - public global::Vapi.HMACAuthenticationPlan? Type828 { get; set; } + public global::Vapi.CreateWebhookCredentialDTOProvider? Type828 { get; set; } /// /// /// - public global::Vapi.BearerAuthenticationPlan? Type829 { get; set; } + public global::Vapi.AuthenticationPlan2? Type829 { get; set; } /// /// /// - public global::Vapi.CreateWebhookCredentialDTOAuthenticationPlanDiscriminator? Type830 { get; set; } + public global::Vapi.HMACAuthenticationPlan? Type830 { get; set; } /// /// /// - public global::Vapi.CreateWebhookCredentialDTOAuthenticationPlanDiscriminatorType? Type831 { get; set; } + public global::Vapi.BearerAuthenticationPlan? Type831 { get; set; } /// /// /// - public global::Vapi.CreateXAiCredentialDTOProvider? Type832 { get; set; } + public global::Vapi.CreateWebhookCredentialDTOAuthenticationPlanDiscriminator? Type832 { get; set; } /// /// /// - public global::Vapi.CreateGoogleCalendarOAuth2ClientCredentialDTOProvider? Type833 { get; set; } + public global::Vapi.CreateWebhookCredentialDTOAuthenticationPlanDiscriminatorType? Type833 { get; set; } /// /// /// - public global::Vapi.CreateGoogleCalendarOAuth2AuthorizationCredentialDTOProvider? Type834 { get; set; } + public global::Vapi.CreateXAiCredentialDTOProvider? Type834 { get; set; } /// /// /// - public global::Vapi.CreateGoogleSheetsOAuth2AuthorizationCredentialDTOProvider? Type835 { get; set; } + public global::Vapi.CreateGoogleCalendarOAuth2ClientCredentialDTOProvider? Type835 { get; set; } /// /// /// - public global::Vapi.CreateSlackOAuth2AuthorizationCredentialDTOProvider? Type836 { get; set; } + public global::Vapi.CreateGoogleCalendarOAuth2AuthorizationCredentialDTOProvider? Type836 { get; set; } /// /// /// - public global::Vapi.CreateMinimaxCredentialDTOProvider? Type837 { get; set; } + public global::Vapi.CreateGoogleSheetsOAuth2AuthorizationCredentialDTOProvider? Type837 { get; set; } /// /// /// - public global::Vapi.EndpointedSpeechLowConfidenceOptions? Type838 { get; set; } + public global::Vapi.CreateSlackOAuth2AuthorizationCredentialDTOProvider? Type838 { get; set; } /// /// /// - public global::Vapi.CallHookTranscriberEndpointedSpeechLowConfidence? Type839 { get; set; } + public global::Vapi.CreateMinimaxCredentialDTOProvider? Type839 { get; set; } /// /// /// - public global::Vapi.SessionCreatedHook? Type840 { get; set; } + public global::Vapi.EndpointedSpeechLowConfidenceOptions? Type840 { get; set; } /// /// /// - public global::Vapi.SessionCreatedHookOn? Type841 { get; set; } + public global::Vapi.CallHookTranscriberEndpointedSpeechLowConfidence? Type841 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type842 { get; set; } + public global::Vapi.SessionCreatedHook? Type842 { get; set; } /// /// /// - public global::Vapi.SQLInjectionSecurityFilter? Type843 { get; set; } + public global::Vapi.SessionCreatedHookOn? Type843 { get; set; } /// /// /// - public global::Vapi.SQLInjectionSecurityFilterType? Type844 { get; set; } + public global::System.Collections.Generic.IList? Type844 { get; set; } /// /// /// - public global::Vapi.XSSSecurityFilter? Type845 { get; set; } + public global::Vapi.SQLInjectionSecurityFilter? Type845 { get; set; } /// /// /// - public global::Vapi.XSSSecurityFilterType? Type846 { get; set; } + public global::Vapi.SQLInjectionSecurityFilterType? Type846 { get; set; } /// /// /// - public global::Vapi.SSRFSecurityFilter? Type847 { get; set; } + public global::Vapi.XSSSecurityFilter? Type847 { get; set; } /// /// /// - public global::Vapi.SSRFSecurityFilterType? Type848 { get; set; } + public global::Vapi.XSSSecurityFilterType? Type848 { get; set; } /// /// /// - public global::Vapi.RCESecurityFilter? Type849 { get; set; } + public global::Vapi.SSRFSecurityFilter? Type849 { get; set; } /// /// /// - public global::Vapi.RCESecurityFilterType? Type850 { get; set; } + public global::Vapi.SSRFSecurityFilterType? Type850 { get; set; } /// /// /// - public global::Vapi.PromptInjectionSecurityFilter? Type851 { get; set; } + public global::Vapi.RCESecurityFilter? Type851 { get; set; } /// /// /// - public global::Vapi.PromptInjectionSecurityFilterType? Type852 { get; set; } + public global::Vapi.RCESecurityFilterType? Type852 { get; set; } /// /// /// - public global::Vapi.RegexSecurityFilter? Type853 { get; set; } + public global::Vapi.PromptInjectionSecurityFilter? Type853 { get; set; } /// /// /// - public global::Vapi.RegexSecurityFilterType? Type854 { get; set; } + public global::Vapi.PromptInjectionSecurityFilterType? Type854 { get; set; } /// /// /// - public global::Vapi.AssistantOverridesFirstMessageMode? Type855 { get; set; } + public global::Vapi.RegexSecurityFilter? Type855 { get; set; } /// /// /// - public global::Vapi.AssistantOverridesVoicemailDetection? Type856 { get; set; } + public global::Vapi.RegexSecurityFilterType? Type856 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type857 { get; set; } + public global::Vapi.AssistantOverridesFirstMessageMode? Type857 { get; set; } /// /// /// - public global::Vapi.AssistantOverridesClientMessage? Type858 { get; set; } + public global::Vapi.AssistantOverridesVoicemailDetection? Type858 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type859 { get; set; } + public global::System.Collections.Generic.IList? Type859 { get; set; } /// /// /// - public global::Vapi.AssistantOverridesServerMessage? Type860 { get; set; } + public global::Vapi.AssistantOverridesClientMessage? Type860 { get; set; } /// /// /// - public global::Vapi.OneOf? Type861 { get; set; } + public global::System.Collections.Generic.IList? Type861 { get; set; } /// /// /// - public global::Vapi.AssistantOverridesBackgroundSound? Type862 { get; set; } + public global::Vapi.AssistantOverridesServerMessage? Type862 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type863 { get; set; } + public global::Vapi.OneOf? Type863 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type864 { get; set; } + public global::Vapi.AssistantOverridesBackgroundSound? Type864 { get; set; } /// /// /// - public global::Vapi.CredentialsItem2? Type865 { get; set; } + public global::System.Collections.Generic.IList? Type865 { get; set; } /// /// /// - public global::Vapi.AssistantOverridesCredentialDiscriminator? Type866 { get; set; } + public global::System.Collections.Generic.IList? Type866 { get; set; } /// /// /// - public global::Vapi.AssistantOverridesCredentialDiscriminatorProvider? Type867 { get; set; } + public global::Vapi.CredentialsItem2? Type867 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDTOFirstMessageMode? Type868 { get; set; } + public global::Vapi.AssistantOverridesCredentialDiscriminator? Type868 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDTOVoicemailDetection? Type869 { get; set; } + public global::Vapi.AssistantOverridesCredentialDiscriminatorProvider? Type869 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type870 { get; set; } + public global::Vapi.CreateAssistantDTOFirstMessageMode? Type870 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDTOClientMessage? Type871 { get; set; } + public global::Vapi.CreateAssistantDTOVoicemailDetection? Type871 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type872 { get; set; } + public global::System.Collections.Generic.IList? Type872 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDTOServerMessage? Type873 { get; set; } + public global::Vapi.CreateAssistantDTOClientMessage? Type873 { get; set; } /// /// /// - public global::Vapi.OneOf? Type874 { get; set; } + public global::System.Collections.Generic.IList? Type874 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDTOBackgroundSound? Type875 { get; set; } + public global::Vapi.CreateAssistantDTOServerMessage? Type875 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type876 { get; set; } + public global::Vapi.OneOf? Type876 { get; set; } /// /// /// - public global::Vapi.CredentialsItem3? Type877 { get; set; } + public global::Vapi.CreateAssistantDTOBackgroundSound? Type877 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDTOCredentialDiscriminator? Type878 { get; set; } + public global::System.Collections.Generic.IList? Type878 { get; set; } /// /// /// - public global::Vapi.CreateAssistantDTOCredentialDiscriminatorProvider? Type879 { get; set; } + public global::Vapi.CredentialsItem3? Type879 { get; set; } /// /// /// - public global::Vapi.Assistant? Type880 { get; set; } + public global::Vapi.CreateAssistantDTOCredentialDiscriminator? Type880 { get; set; } /// /// /// - public global::Vapi.AssistantFirstMessageMode? Type881 { get; set; } + public global::Vapi.CreateAssistantDTOCredentialDiscriminatorProvider? Type881 { get; set; } /// /// /// - public global::Vapi.AssistantVoicemailDetection? Type882 { get; set; } + public global::Vapi.Assistant? Type882 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type883 { get; set; } + public global::Vapi.AssistantFirstMessageMode? Type883 { get; set; } /// /// /// - public global::Vapi.AssistantClientMessage? Type884 { get; set; } + public global::Vapi.AssistantVoicemailDetection? Type884 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type885 { get; set; } + public global::System.Collections.Generic.IList? Type885 { get; set; } /// /// /// - public global::Vapi.AssistantServerMessage? Type886 { get; set; } + public global::Vapi.AssistantClientMessage? Type886 { get; set; } /// /// /// - public global::Vapi.OneOf? Type887 { get; set; } + public global::System.Collections.Generic.IList? Type887 { get; set; } /// /// /// - public global::Vapi.AssistantBackgroundSound? Type888 { get; set; } + public global::Vapi.AssistantServerMessage? Type888 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type889 { get; set; } + public global::Vapi.OneOf? Type889 { get; set; } /// /// /// - public global::Vapi.CredentialsItem4? Type890 { get; set; } + public global::Vapi.AssistantBackgroundSound? Type890 { get; set; } /// /// /// - public global::Vapi.AssistantCredentialDiscriminator? Type891 { get; set; } + public global::System.Collections.Generic.IList? Type891 { get; set; } /// /// /// - public global::Vapi.AssistantCredentialDiscriminatorProvider? Type892 { get; set; } + public global::Vapi.CredentialsItem4? Type892 { get; set; } /// /// /// - public global::System.DateTime? Type893 { get; set; } + public global::Vapi.AssistantCredentialDiscriminator? Type893 { get; set; } /// /// /// - public global::Vapi.PaginationMeta? Type894 { get; set; } + public global::Vapi.AssistantCredentialDiscriminatorProvider? Type894 { get; set; } /// /// /// - public global::Vapi.PaginationMetaSortOrder? Type895 { get; set; } + public global::System.DateTime? Type895 { get; set; } /// /// /// - public global::Vapi.AssistantPaginatedResponse? Type896 { get; set; } + public global::Vapi.PaginationMeta? Type896 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type897 { get; set; } + public global::Vapi.PaginationMetaSortOrder? Type897 { get; set; } /// /// /// - public global::Vapi.AssistantVersionPaginatedResponse? Type898 { get; set; } + public global::Vapi.AssistantPaginatedResponse? Type898 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDTO? Type899 { get; set; } + public global::System.Collections.Generic.IList? Type899 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDTOFirstMessageMode? Type900 { get; set; } + public global::Vapi.AssistantVersionPaginatedResponse? Type900 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDTOVoicemailDetection? Type901 { get; set; } + public global::Vapi.UpdateAssistantDTO? Type901 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type902 { get; set; } + public global::Vapi.UpdateAssistantDTOFirstMessageMode? Type902 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDTOClientMessage? Type903 { get; set; } + public global::Vapi.UpdateAssistantDTOVoicemailDetection? Type903 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type904 { get; set; } + public global::System.Collections.Generic.IList? Type904 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDTOServerMessage? Type905 { get; set; } + public global::Vapi.UpdateAssistantDTOClientMessage? Type905 { get; set; } /// /// /// - public global::Vapi.OneOf? Type906 { get; set; } + public global::System.Collections.Generic.IList? Type906 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDTOBackgroundSound? Type907 { get; set; } + public global::Vapi.UpdateAssistantDTOServerMessage? Type907 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type908 { get; set; } + public global::Vapi.OneOf? Type908 { get; set; } /// /// /// - public global::Vapi.CredentialsItem5? Type909 { get; set; } + public global::Vapi.UpdateAssistantDTOBackgroundSound? Type909 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDTOCredentialDiscriminator? Type910 { get; set; } + public global::System.Collections.Generic.IList? Type910 { get; set; } /// /// /// - public global::Vapi.UpdateAssistantDTOCredentialDiscriminatorProvider? Type911 { get; set; } + public global::Vapi.CredentialsItem5? Type911 { get; set; } /// /// /// - public global::Vapi.Squad? Type912 { get; set; } + public global::Vapi.UpdateAssistantDTOCredentialDiscriminator? Type912 { get; set; } /// /// /// - public global::Vapi.UpdateSquadDTO? Type913 { get; set; } + public global::Vapi.UpdateAssistantDTOCredentialDiscriminatorProvider? Type913 { get; set; } /// /// /// - public global::Vapi.Workflow? Type914 { get; set; } + public global::Vapi.Squad? Type914 { get; set; } /// /// /// - public global::Vapi.OneOf? Type915 { get; set; } + public global::Vapi.UpdateSquadDTO? Type915 { get; set; } /// /// /// - public global::Vapi.WorkflowBackgroundSound? Type916 { get; set; } + public global::Vapi.Workflow? Type916 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type917 { get; set; } + public global::Vapi.OneOf? Type917 { get; set; } /// /// /// - public global::Vapi.CredentialsItem6? Type918 { get; set; } + public global::Vapi.WorkflowBackgroundSound? Type918 { get; set; } /// /// /// - public global::Vapi.WorkflowCredentialDiscriminator? Type919 { get; set; } + public global::System.Collections.Generic.IList? Type919 { get; set; } /// /// /// - public global::Vapi.WorkflowCredentialDiscriminatorProvider? Type920 { get; set; } + public global::Vapi.CredentialsItem6? Type920 { get; set; } /// /// /// - public global::Vapi.WorkflowVoicemailDetection? Type921 { get; set; } + public global::Vapi.WorkflowCredentialDiscriminator? Type921 { get; set; } /// /// /// - public global::Vapi.CreateWorkflowDTO? Type922 { get; set; } + public global::Vapi.WorkflowCredentialDiscriminatorProvider? Type922 { get; set; } /// /// /// - public global::Vapi.OneOf? Type923 { get; set; } + public global::Vapi.WorkflowVoicemailDetection? Type923 { get; set; } /// /// /// - public global::Vapi.CreateWorkflowDTOBackgroundSound? Type924 { get; set; } + public global::Vapi.CreateWorkflowDTO? Type924 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type925 { get; set; } + public global::Vapi.OneOf? Type925 { get; set; } /// /// /// - public global::Vapi.CredentialsItem7? Type926 { get; set; } + public global::Vapi.CreateWorkflowDTOBackgroundSound? Type926 { get; set; } /// /// /// - public global::Vapi.CreateWorkflowDTOCredentialDiscriminator? Type927 { get; set; } + public global::System.Collections.Generic.IList? Type927 { get; set; } /// /// /// - public global::Vapi.CreateWorkflowDTOCredentialDiscriminatorProvider? Type928 { get; set; } + public global::Vapi.CredentialsItem7? Type928 { get; set; } /// /// /// - public global::Vapi.CreateWorkflowDTOVoicemailDetection? Type929 { get; set; } + public global::Vapi.CreateWorkflowDTOCredentialDiscriminator? Type929 { get; set; } /// /// /// - public global::Vapi.UpdateWorkflowDTO? Type930 { get; set; } + public global::Vapi.CreateWorkflowDTOCredentialDiscriminatorProvider? Type930 { get; set; } /// /// /// - public global::Vapi.OneOf? Type931 { get; set; } + public global::Vapi.CreateWorkflowDTOVoicemailDetection? Type931 { get; set; } /// /// /// - public global::Vapi.UpdateWorkflowDTOBackgroundSound? Type932 { get; set; } + public global::Vapi.UpdateWorkflowDTO? Type932 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type933 { get; set; } + public global::Vapi.OneOf? Type933 { get; set; } /// /// /// - public global::Vapi.CredentialsItem8? Type934 { get; set; } + public global::Vapi.UpdateWorkflowDTOBackgroundSound? Type934 { get; set; } /// /// /// - public global::Vapi.UpdateWorkflowDTOCredentialDiscriminator? Type935 { get; set; } + public global::System.Collections.Generic.IList? Type935 { get; set; } /// /// /// - public global::Vapi.UpdateWorkflowDTOCredentialDiscriminatorProvider? Type936 { get; set; } + public global::Vapi.CredentialsItem8? Type936 { get; set; } /// /// /// - public global::Vapi.UpdateWorkflowDTOVoicemailDetection? Type937 { get; set; } + public global::Vapi.UpdateWorkflowDTOCredentialDiscriminator? Type937 { get; set; } /// /// /// - public global::Vapi.SubscriptionLimits? Type938 { get; set; } + public global::Vapi.UpdateWorkflowDTOCredentialDiscriminatorProvider? Type938 { get; set; } /// /// /// - public global::Vapi.BotMessage? Type939 { get; set; } + public global::Vapi.UpdateWorkflowDTOVoicemailDetection? Type939 { get; set; } /// /// /// - public global::Vapi.ToolCallMessage? Type940 { get; set; } + public global::Vapi.SubscriptionLimits? Type940 { get; set; } /// /// /// - public global::Vapi.ToolCallResultMessageWarning? Type941 { get; set; } + public global::Vapi.BotMessage? Type941 { get; set; } /// /// /// - public global::Vapi.ToolCallResultMessageWarningType? Type942 { get; set; } + public global::Vapi.ToolCallMessage? Type942 { get; set; } /// /// /// - public global::Vapi.ToolCallResultMessage? Type943 { get; set; } + public global::Vapi.ToolCallResultMessageWarning? Type943 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type944 { get; set; } + public global::Vapi.ToolCallResultMessageWarningType? Type944 { get; set; } /// /// /// - public global::Vapi.TransportCost? Type945 { get; set; } + public global::Vapi.ToolCallResultMessage? Type945 { get; set; } /// /// /// - public global::Vapi.TransportCostType? Type946 { get; set; } + public global::System.Collections.Generic.IList? Type946 { get; set; } /// /// /// - public global::Vapi.TransportCostProvider? Type947 { get; set; } + public global::Vapi.TransportCost? Type947 { get; set; } /// /// /// - public global::Vapi.TranscriberCost? Type948 { get; set; } + public global::Vapi.TransportCostType? Type948 { get; set; } /// /// /// - public global::Vapi.TranscriberCostType? Type949 { get; set; } + public global::Vapi.TransportCostProvider? Type949 { get; set; } /// /// /// - public global::Vapi.ModelCost? Type950 { get; set; } + public global::Vapi.TranscriberCost? Type950 { get; set; } /// /// /// - public global::Vapi.ModelCostType? Type951 { get; set; } + public global::Vapi.TranscriberCostType? Type951 { get; set; } /// /// /// - public global::Vapi.VoiceCost? Type952 { get; set; } + public global::Vapi.ModelCost? Type952 { get; set; } /// /// /// - public global::Vapi.VoiceCostType? Type953 { get; set; } + public global::Vapi.ModelCostType? Type953 { get; set; } /// /// /// - public global::Vapi.ChatCost? Type954 { get; set; } + public global::Vapi.VoiceCost? Type954 { get; set; } /// /// /// - public global::Vapi.ChatCostType? Type955 { get; set; } + public global::Vapi.VoiceCostType? Type955 { get; set; } /// /// /// - public global::Vapi.VapiCost? Type956 { get; set; } + public global::Vapi.ChatCost? Type956 { get; set; } /// /// /// - public global::Vapi.VapiCostType? Type957 { get; set; } + public global::Vapi.ChatCostType? Type957 { get; set; } /// /// /// - public global::Vapi.VapiCostSubType? Type958 { get; set; } + public global::Vapi.VapiCost? Type958 { get; set; } /// /// /// - public global::Vapi.VoicemailDetectionCost? Type959 { get; set; } + public global::Vapi.VapiCostType? Type959 { get; set; } /// /// /// - public global::Vapi.VoicemailDetectionCostType? Type960 { get; set; } + public global::Vapi.VapiCostSubType? Type960 { get; set; } /// /// /// - public global::Vapi.VoicemailDetectionCostProvider? Type961 { get; set; } + public global::Vapi.VoicemailDetectionCost? Type961 { get; set; } /// /// /// - public global::Vapi.AnalysisCost? Type962 { get; set; } + public global::Vapi.VoicemailDetectionCostType? Type962 { get; set; } /// /// /// - public global::Vapi.AnalysisCostType? Type963 { get; set; } + public global::Vapi.VoicemailDetectionCostProvider? Type963 { get; set; } /// /// /// - public global::Vapi.AnalysisCostAnalysisType? Type964 { get; set; } + public global::Vapi.AnalysisCost? Type964 { get; set; } /// /// /// - public global::Vapi.AudioFormat? Type965 { get; set; } + public global::Vapi.AnalysisCostType? Type965 { get; set; } /// /// /// - public global::Vapi.AudioFormatContainer? Type966 { get; set; } + public global::Vapi.AnalysisCostAnalysisType? Type966 { get; set; } /// /// /// - public global::Vapi.VapiWebsocketTransport? Type967 { get; set; } + public global::Vapi.AudioFormat? Type967 { get; set; } /// /// /// - public global::Vapi.VapiWebsocketTransportConversationType? Type968 { get; set; } + public global::Vapi.AudioFormatContainer? Type968 { get; set; } /// /// /// - public global::Vapi.VapiWebsocketTransportProvider? Type969 { get; set; } + public global::Vapi.VapiWebsocketTransport? Type969 { get; set; } /// /// /// - public global::Vapi.VapiWebCallTransport? Type970 { get; set; } + public global::Vapi.VapiWebsocketTransportConversationType? Type970 { get; set; } /// /// /// - public global::Vapi.VapiWebCallTransportConversationType? Type971 { get; set; } + public global::Vapi.VapiWebsocketTransportProvider? Type971 { get; set; } /// /// /// - public global::Vapi.VapiWebCallTransportProvider? Type972 { get; set; } + public global::Vapi.VapiWebCallTransport? Type972 { get; set; } /// /// /// - public global::Vapi.TwilioTransport? Type973 { get; set; } + public global::Vapi.VapiWebCallTransportConversationType? Type973 { get; set; } /// /// /// - public global::Vapi.TwilioTransportConversationType? Type974 { get; set; } + public global::Vapi.VapiWebCallTransportProvider? Type974 { get; set; } /// /// /// - public global::Vapi.TwilioTransportProvider? Type975 { get; set; } + public global::Vapi.TwilioTransport? Type975 { get; set; } /// /// /// - public global::Vapi.TelnyxTransport? Type976 { get; set; } + public global::Vapi.TwilioTransportConversationType? Type976 { get; set; } /// /// /// - public global::Vapi.TelnyxTransportConversationType? Type977 { get; set; } + public global::Vapi.TwilioTransportProvider? Type977 { get; set; } /// /// /// - public global::Vapi.TelnyxTransportProvider? Type978 { get; set; } + public global::Vapi.TelnyxTransport? Type978 { get; set; } /// /// /// - public global::Vapi.VapiSipTransport? Type979 { get; set; } + public global::Vapi.TelnyxTransportConversationType? Type979 { get; set; } /// /// /// - public global::Vapi.VapiSipTransportConversationType? Type980 { get; set; } + public global::Vapi.TelnyxTransportProvider? Type980 { get; set; } /// /// /// - public global::Vapi.VapiSipTransportProvider? Type981 { get; set; } + public global::Vapi.VapiSipTransport? Type981 { get; set; } /// /// /// - public global::Vapi.VonageTransport? Type982 { get; set; } + public global::Vapi.VapiSipTransportConversationType? Type982 { get; set; } /// /// /// - public global::Vapi.VonageTransportConversationType? Type983 { get; set; } + public global::Vapi.VapiSipTransportProvider? Type983 { get; set; } /// /// /// - public global::Vapi.VonageTransportProvider? Type984 { get; set; } + public global::Vapi.VonageTransport? Type984 { get; set; } /// /// /// - public global::Vapi.AnalysisCostBreakdown? Type985 { get; set; } + public global::Vapi.VonageTransportConversationType? Type985 { get; set; } /// /// /// - public global::Vapi.CostBreakdown? Type986 { get; set; } + public global::Vapi.VonageTransportProvider? Type986 { get; set; } /// /// /// - public global::Vapi.Analysis? Type987 { get; set; } + public global::Vapi.AnalysisCostBreakdown? Type987 { get; set; } /// /// /// - public global::Vapi.MonitorResult? Type988 { get; set; } + public global::Vapi.CostBreakdown? Type988 { get; set; } /// /// /// - public global::Vapi.Monitor? Type989 { get; set; } + public global::Vapi.Analysis? Type989 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type990 { get; set; } + public global::Vapi.MonitorResult? Type990 { get; set; } /// /// /// - public global::Vapi.Mono? Type991 { get; set; } + public global::Vapi.Monitor? Type991 { get; set; } /// /// /// - public global::Vapi.Recording? Type992 { get; set; } + public global::System.Collections.Generic.IList? Type992 { get; set; } /// /// /// - public global::Vapi.NodeArtifact? Type993 { get; set; } + public global::Vapi.Mono? Type993 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type994 { get; set; } + public global::Vapi.Recording? Type994 { get; set; } /// /// /// - public global::Vapi.OneOf? Type995 { get; set; } + public global::Vapi.NodeArtifact? Type995 { get; set; } /// /// /// - public global::Vapi.AssistantActivation? Type996 { get; set; } + public global::System.Collections.Generic.IList>? Type996 { get; set; } /// /// /// - public global::Vapi.TurnLatency? Type997 { get; set; } + public global::Vapi.OneOf? Type997 { get; set; } /// /// /// - public global::Vapi.PerformanceMetrics? Type998 { get; set; } + public global::Vapi.AssistantActivation? Type998 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type999 { get; set; } + public global::Vapi.TurnLatency? Type999 { get; set; } /// /// /// - public global::Vapi.Artifact? Type1000 { get; set; } + public global::Vapi.PerformanceMetrics? Type1000 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1001 { get; set; } + public global::System.Collections.Generic.IList? Type1001 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1002 { get; set; } + public global::Vapi.Artifact? Type1002 { get; set; } /// /// /// - public global::Vapi.RecordingConsent? Type1003 { get; set; } + public global::System.Collections.Generic.IList? Type1003 { get; set; } /// /// /// - public global::Vapi.RecordingConsentType? Type1004 { get; set; } + public global::System.Collections.Generic.IList? Type1004 { get; set; } /// /// /// - public global::Vapi.Compliance? Type1005 { get; set; } + public global::Vapi.RecordingConsent? Type1005 { get; set; } /// /// /// - public global::Vapi.WorkflowOverrides? Type1006 { get; set; } + public global::Vapi.RecordingConsentType? Type1006 { get; set; } /// /// /// - public global::Vapi.TransferPhoneNumberHookAction? Type1007 { get; set; } + public global::Vapi.Compliance? Type1007 { get; set; } /// /// /// - public global::Vapi.TransferPhoneNumberHookActionType? Type1008 { get; set; } + public global::Vapi.WorkflowOverrides? Type1008 { get; set; } /// /// /// - public global::Vapi.SayPhoneNumberHookAction? Type1009 { get; set; } + public global::Vapi.TransferPhoneNumberHookAction? Type1009 { get; set; } /// /// /// - public global::Vapi.SayPhoneNumberHookActionType? Type1010 { get; set; } + public global::Vapi.TransferPhoneNumberHookActionType? Type1010 { get; set; } /// /// /// - public global::Vapi.PhoneNumberCallRingingHookFilter? Type1011 { get; set; } + public global::Vapi.SayPhoneNumberHookAction? Type1011 { get; set; } /// /// /// - public global::Vapi.PhoneNumberCallRingingHookFilterType? Type1012 { get; set; } + public global::Vapi.SayPhoneNumberHookActionType? Type1012 { get; set; } /// /// /// - public global::Vapi.PhoneNumberCallRingingHookFilterKey? Type1013 { get; set; } + public global::Vapi.PhoneNumberCallRingingHookFilter? Type1013 { get; set; } /// /// /// - public global::Vapi.PhoneNumberHookCallRinging? Type1014 { get; set; } + public global::Vapi.PhoneNumberCallRingingHookFilterType? Type1014 { get; set; } /// /// /// - public global::Vapi.PhoneNumberHookCallRingingOn? Type1015 { get; set; } + public global::Vapi.PhoneNumberCallRingingHookFilterKey? Type1015 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1016 { get; set; } + public global::Vapi.PhoneNumberHookCallRinging? Type1016 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1017 { get; set; } + public global::Vapi.PhoneNumberHookCallRingingOn? Type1017 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1018 { get; set; } + public global::System.Collections.Generic.IList? Type1018 { get; set; } /// /// /// - public global::Vapi.PhoneNumberCallEndingHookFilter? Type1019 { get; set; } + public global::System.Collections.Generic.IList>? Type1019 { get; set; } /// /// /// - public global::Vapi.PhoneNumberCallEndingHookFilterType? Type1020 { get; set; } + public global::Vapi.OneOf? Type1020 { get; set; } /// /// /// - public global::Vapi.PhoneNumberCallEndingHookFilterKey? Type1021 { get; set; } + public global::Vapi.PhoneNumberCallEndingHookFilter? Type1021 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1022 { get; set; } + public global::Vapi.PhoneNumberCallEndingHookFilterType? Type1022 { get; set; } /// /// /// - public global::Vapi.PhoneNumberCallEndingHookFilterOneOfItem? Type1023 { get; set; } + public global::Vapi.PhoneNumberCallEndingHookFilterKey? Type1023 { get; set; } /// /// /// - public global::Vapi.PhoneNumberHookCallEnding? Type1024 { get; set; } + public global::System.Collections.Generic.IList? Type1024 { get; set; } /// /// /// - public global::Vapi.PhoneNumberHookCallEndingOn? Type1025 { get; set; } + public global::Vapi.PhoneNumberCallEndingHookFilterOneOfItem? Type1025 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1026 { get; set; } + public global::Vapi.PhoneNumberHookCallEnding? Type1026 { get; set; } /// /// /// - public global::Vapi.ImportTwilioPhoneNumberDTO? Type1027 { get; set; } + public global::Vapi.PhoneNumberHookCallEndingOn? Type1027 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1028 { get; set; } + public global::System.Collections.Generic.IList? Type1028 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1029 { get; set; } + public global::Vapi.ImportTwilioPhoneNumberDTO? Type1029 { get; set; } /// /// /// - public global::Vapi.CreateCustomerDTO? Type1030 { get; set; } + public global::System.Collections.Generic.IList>? Type1030 { get; set; } /// /// /// - public global::Vapi.SchedulePlan? Type1031 { get; set; } + public global::Vapi.OneOf? Type1031 { get; set; } /// /// /// - public global::Vapi.Call? Type1032 { get; set; } + public global::Vapi.CreateCustomerDTO? Type1032 { get; set; } /// /// /// - public global::Vapi.CallType? Type1033 { get; set; } + public global::Vapi.SchedulePlan? Type1033 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1034 { get; set; } + public global::Vapi.Call? Type1034 { get; set; } /// /// /// - public global::Vapi.KnowledgeBaseCost? Type1035 { get; set; } + public global::Vapi.CallType? Type1035 { get; set; } /// /// /// - public global::Vapi.CallPhoneCallProvider? Type1036 { get; set; } + public global::Vapi.OneOf? Type1036 { get; set; } /// /// /// - public global::Vapi.CallPhoneCallTransport? Type1037 { get; set; } + public global::Vapi.KnowledgeBaseCost? Type1037 { get; set; } /// /// /// - public global::Vapi.CallStatus? Type1038 { get; set; } + public global::Vapi.CallPhoneCallProvider? Type1038 { get; set; } /// /// /// - public global::Vapi.CallEndedReason? Type1039 { get; set; } + public global::Vapi.CallPhoneCallTransport? Type1039 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1040 { get; set; } + public global::Vapi.CallStatus? Type1040 { get; set; } /// /// /// - public global::Vapi.CallBatchError? Type1041 { get; set; } + public global::Vapi.CallEndedReason? Type1041 { get; set; } /// /// /// - public global::Vapi.CallBatchResponse? Type1042 { get; set; } + public global::Vapi.OneOf? Type1042 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1043 { get; set; } + public global::Vapi.CallBatchError? Type1043 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1044 { get; set; } + public global::Vapi.CallBatchResponse? Type1044 { get; set; } /// /// /// - public global::Vapi.AssistantSpeechWordAlignmentTiming? Type1045 { get; set; } + public global::System.Collections.Generic.IList? Type1045 { get; set; } /// /// /// - public global::Vapi.AssistantSpeechWordAlignmentTimingType? Type1046 { get; set; } + public global::System.Collections.Generic.IList? Type1046 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1047 { get; set; } + public global::Vapi.AssistantSpeechWordAlignmentTiming? Type1047 { get; set; } /// /// /// - public global::Vapi.AssistantSpeechWordTimestamp? Type1048 { get; set; } + public global::Vapi.AssistantSpeechWordAlignmentTimingType? Type1048 { get; set; } /// /// /// - public global::Vapi.AssistantSpeechWordProgressTiming? Type1049 { get; set; } + public global::System.Collections.Generic.IList? Type1049 { get; set; } /// /// /// - public global::Vapi.AssistantSpeechWordProgressTimingType? Type1050 { get; set; } + public global::Vapi.AssistantSpeechWordTimestamp? Type1050 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1051 { get; set; } + public global::Vapi.AssistantSpeechWordProgressTiming? Type1051 { get; set; } /// /// /// - public global::Vapi.CreateCallDTO? Type1052 { get; set; } + public global::Vapi.AssistantSpeechWordProgressTimingType? Type1052 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1053 { get; set; } + public global::System.Collections.Generic.IList? Type1053 { get; set; } /// /// /// - public global::Vapi.StructuredOutputFilterDTO? Type1054 { get; set; } + public global::Vapi.CreateCallDTO? Type1054 { get; set; } /// /// /// - public global::Vapi.CallPaginatedResponse? Type1055 { get; set; } + public global::System.Collections.Generic.IList? Type1055 { get; set; } /// /// /// - public global::Vapi.CreateOutboundCallDTO? Type1056 { get; set; } + public global::Vapi.StructuredOutputFilterDTO? Type1056 { get; set; } /// /// /// - public global::Vapi.CreateWebCallDTO? Type1057 { get; set; } + public global::Vapi.CallPaginatedResponse? Type1057 { get; set; } /// /// /// - public global::Vapi.UpdateCallDTO? Type1058 { get; set; } + public global::Vapi.CreateOutboundCallDTO? Type1058 { get; set; } /// /// /// - public global::Vapi.DeleteCallDTO? Type1059 { get; set; } + public global::Vapi.CreateWebCallDTO? Type1059 { get; set; } /// /// /// - public global::Vapi.DeveloperMessageRole? Type1060 { get; set; } + public global::Vapi.UpdateCallDTO? Type1060 { get; set; } /// /// /// - public global::Vapi.ToolCallFunction? Type1061 { get; set; } + public global::Vapi.DeleteCallDTO? Type1061 { get; set; } /// /// /// - public global::Vapi.ToolCall? Type1062 { get; set; } + public global::Vapi.DeveloperMessageRole? Type1062 { get; set; } /// /// /// - public global::Vapi.AssistantMessageRole? Type1063 { get; set; } + public global::Vapi.ToolCallFunction? Type1063 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1064 { get; set; } + public global::Vapi.ToolCall? Type1064 { get; set; } /// /// /// - public global::Vapi.ToolMessageRole? Type1065 { get; set; } + public global::Vapi.AssistantMessageRole? Type1065 { get; set; } /// /// /// - public global::Vapi.FunctionCall? Type1066 { get; set; } + public global::System.Collections.Generic.IList? Type1066 { get; set; } /// /// /// - public global::Vapi.Chat? Type1067 { get; set; } + public global::Vapi.ToolMessageRole? Type1067 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1068 { get; set; } + public global::Vapi.FunctionCall? Type1068 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1069 { get; set; } + public global::Vapi.Chat? Type1069 { get; set; } /// /// /// - public global::Vapi.TwilioSMSChatTransport? Type1070 { get; set; } + public global::System.Collections.Generic.IList>? Type1070 { get; set; } /// /// /// - public global::Vapi.TwilioSMSChatTransportConversationType? Type1071 { get; set; } + public global::Vapi.OneOf? Type1071 { get; set; } /// /// /// - public global::Vapi.TwilioSMSChatTransportType? Type1072 { get; set; } + public global::Vapi.TwilioSMSChatTransport? Type1072 { get; set; } /// /// /// - public global::Vapi.CreateChatDTO? Type1073 { get; set; } + public global::Vapi.TwilioSMSChatTransportConversationType? Type1073 { get; set; } /// /// /// - public global::Vapi.GetChatPaginatedDTO? Type1074 { get; set; } + public global::Vapi.TwilioSMSChatTransportType? Type1074 { get; set; } /// /// /// - public global::Vapi.GetChatPaginatedDTOSortOrder? Type1075 { get; set; } + public global::Vapi.CreateChatDTO? Type1075 { get; set; } /// /// /// - public global::Vapi.GetChatPaginatedDTOSortBy? Type1076 { get; set; } + public global::Vapi.GetChatPaginatedDTO? Type1076 { get; set; } /// /// /// - public global::Vapi.ChatPaginatedResponse? Type1077 { get; set; } + public global::Vapi.GetChatPaginatedDTOSortOrder? Type1077 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1078 { get; set; } + public global::Vapi.GetChatPaginatedDTOSortBy? Type1078 { get; set; } /// /// /// - public global::Vapi.CreateChatStreamResponse? Type1079 { get; set; } + public global::Vapi.ChatPaginatedResponse? Type1079 { get; set; } /// /// /// - public global::Vapi.OpenAIResponsesRequest? Type1080 { get; set; } + public global::System.Collections.Generic.IList? Type1080 { get; set; } /// /// /// - public global::Vapi.ChatAssistantOverrides? Type1081 { get; set; } + public global::Vapi.CreateChatStreamResponse? Type1081 { get; set; } /// /// /// - public global::Vapi.CreateWebCustomerDTO? Type1082 { get; set; } + public global::Vapi.OpenAIResponsesRequest? Type1082 { get; set; } /// /// /// - public global::Vapi.CreateWebChatDTO? Type1083 { get; set; } + public global::Vapi.ChatAssistantOverrides? Type1083 { get; set; } /// /// /// - public global::Vapi.WebChat? Type1084 { get; set; } + public global::Vapi.CreateWebCustomerDTO? Type1084 { get; set; } /// /// /// - public global::Vapi.OpenAIWebChatRequest? Type1085 { get; set; } + public global::Vapi.CreateWebChatDTO? Type1085 { get; set; } /// /// /// - public global::Vapi.ExportChatDTO? Type1086 { get; set; } + public global::Vapi.WebChat? Type1086 { get; set; } /// /// /// - public global::Vapi.ExportChatDTOColumns? Type1087 { get; set; } + public global::Vapi.OpenAIWebChatRequest? Type1087 { get; set; } /// /// /// - public global::Vapi.ExportChatDTOFormat? Type1088 { get; set; } + public global::Vapi.ExportChatDTO? Type1088 { get; set; } /// /// /// - public global::Vapi.ExportChatDTOSortOrder? Type1089 { get; set; } + public global::Vapi.ExportChatDTOColumns? Type1089 { get; set; } /// /// /// - public global::Vapi.ExportChatDTOSortBy? Type1090 { get; set; } + public global::Vapi.ExportChatDTOFormat? Type1090 { get; set; } /// /// /// - public global::Vapi.ResponseOutputText? Type1091 { get; set; } + public global::Vapi.ExportChatDTOSortOrder? Type1091 { get; set; } /// /// /// - public global::Vapi.ResponseOutputTextType? Type1092 { get; set; } + public global::Vapi.ExportChatDTOSortBy? Type1092 { get; set; } /// /// /// - public global::Vapi.ResponseOutputMessage? Type1093 { get; set; } + public global::Vapi.ResponseOutputText? Type1093 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1094 { get; set; } + public global::Vapi.ResponseOutputTextType? Type1094 { get; set; } /// /// /// - public global::Vapi.ResponseOutputMessageRole? Type1095 { get; set; } + public global::Vapi.ResponseOutputMessage? Type1095 { get; set; } /// /// /// - public global::Vapi.ResponseOutputMessageStatus? Type1096 { get; set; } + public global::System.Collections.Generic.IList? Type1096 { get; set; } /// /// /// - public global::Vapi.ResponseOutputMessageType? Type1097 { get; set; } + public global::Vapi.ResponseOutputMessageRole? Type1097 { get; set; } /// /// /// - public global::Vapi.ResponseObject? Type1098 { get; set; } + public global::Vapi.ResponseOutputMessageStatus? Type1098 { get; set; } /// /// /// - public global::Vapi.ResponseObjectObject? Type1099 { get; set; } + public global::Vapi.ResponseOutputMessageType? Type1099 { get; set; } /// /// /// - public global::Vapi.ResponseObjectStatus? Type1100 { get; set; } + public global::Vapi.ResponseObject? Type1100 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1101 { get; set; } + public global::Vapi.ResponseObjectObject? Type1101 { get; set; } /// /// /// - public global::Vapi.ResponseTextDeltaEvent? Type1102 { get; set; } + public global::Vapi.ResponseObjectStatus? Type1102 { get; set; } /// /// /// - public global::Vapi.ResponseTextDeltaEventType? Type1103 { get; set; } + public global::System.Collections.Generic.IList? Type1103 { get; set; } /// /// /// - public global::Vapi.ResponseTextDoneEvent? Type1104 { get; set; } + public global::Vapi.ResponseTextDeltaEvent? Type1104 { get; set; } /// /// /// - public global::Vapi.ResponseTextDoneEventType? Type1105 { get; set; } + public global::Vapi.ResponseTextDeltaEventType? Type1105 { get; set; } /// /// /// - public global::Vapi.ResponseCompletedEvent? Type1106 { get; set; } + public global::Vapi.ResponseTextDoneEvent? Type1106 { get; set; } /// /// /// - public global::Vapi.ResponseCompletedEventType? Type1107 { get; set; } + public global::Vapi.ResponseTextDoneEventType? Type1107 { get; set; } /// /// /// - public global::Vapi.ResponseErrorEvent? Type1108 { get; set; } + public global::Vapi.ResponseCompletedEvent? Type1108 { get; set; } /// /// /// - public global::Vapi.ResponseErrorEventType? Type1109 { get; set; } + public global::Vapi.ResponseCompletedEventType? Type1109 { get; set; } /// /// /// - public global::Vapi.DialPlanEntry? Type1110 { get; set; } + public global::Vapi.ResponseErrorEvent? Type1110 { get; set; } /// /// /// - public global::Vapi.CreateCampaignDTO? Type1111 { get; set; } + public global::Vapi.ResponseErrorEventType? Type1111 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1112 { get; set; } + public global::Vapi.DialPlanEntry? Type1112 { get; set; } /// /// /// - public global::Vapi.Campaign? Type1113 { get; set; } + public global::Vapi.CreateCampaignDTO? Type1113 { get; set; } /// /// /// - public global::Vapi.CampaignStatus? Type1114 { get; set; } + public global::System.Collections.Generic.IList? Type1114 { get; set; } /// /// /// - public global::Vapi.CampaignEndedReason? Type1115 { get; set; } + public global::Vapi.Campaign? Type1115 { get; set; } /// /// /// - public global::Vapi.CampaignPaginatedResponse? Type1116 { get; set; } + public global::Vapi.CampaignStatus? Type1116 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1117 { get; set; } + public global::Vapi.CampaignEndedReason? Type1117 { get; set; } /// /// /// - public global::Vapi.UpdateCampaignDTO? Type1118 { get; set; } + public global::Vapi.CampaignPaginatedResponse? Type1118 { get; set; } /// /// /// - public global::Vapi.UpdateCampaignDTOStatus? Type1119 { get; set; } + public global::System.Collections.Generic.IList? Type1119 { get; set; } /// /// /// - public global::Vapi.RelayTargetAssistant? Type1120 { get; set; } + public global::Vapi.UpdateCampaignDTO? Type1120 { get; set; } /// /// /// - public global::Vapi.RelayTargetAssistantType? Type1121 { get; set; } + public global::Vapi.UpdateCampaignDTOStatus? Type1121 { get; set; } /// /// /// - public global::Vapi.RelayTargetSquad? Type1122 { get; set; } + public global::Vapi.RelayTargetAssistant? Type1122 { get; set; } /// /// /// - public global::Vapi.RelayTargetSquadType? Type1123 { get; set; } + public global::Vapi.RelayTargetAssistantType? Type1123 { get; set; } /// /// /// - public global::Vapi.RelayTargetOptions? Type1124 { get; set; } + public global::Vapi.RelayTargetSquad? Type1124 { get; set; } /// /// /// - public global::Vapi.RelayTargetOptionsType? Type1125 { get; set; } + public global::Vapi.RelayTargetSquadType? Type1125 { get; set; } /// /// /// - public global::Vapi.RelayCommandSay? Type1126 { get; set; } + public global::Vapi.RelayTargetOptions? Type1126 { get; set; } /// /// /// - public global::Vapi.RelayCommandSayType? Type1127 { get; set; } + public global::Vapi.RelayTargetOptionsType? Type1127 { get; set; } /// /// /// - public global::Vapi.RelayCommandNote? Type1128 { get; set; } + public global::Vapi.RelayCommandSay? Type1128 { get; set; } /// /// /// - public global::Vapi.RelayCommandNoteType? Type1129 { get; set; } + public global::Vapi.RelayCommandSayType? Type1129 { get; set; } /// /// /// - public global::Vapi.RelayCommandOptions? Type1130 { get; set; } + public global::Vapi.RelayCommandNote? Type1130 { get; set; } /// /// /// - public global::Vapi.RelayCommandOptionsType? Type1131 { get; set; } + public global::Vapi.RelayCommandNoteType? Type1131 { get; set; } /// /// /// - public global::Vapi.RelayRequest? Type1132 { get; set; } + public global::Vapi.RelayCommandOptions? Type1132 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1133 { get; set; } + public global::Vapi.RelayCommandOptionsType? Type1133 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1134 { get; set; } + public global::Vapi.RelayRequest? Type1134 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1135 { get; set; } + public global::Vapi.OneOf? Type1135 { get; set; } /// /// /// - public global::Vapi.RelayResponse? Type1136 { get; set; } + public global::System.Collections.Generic.IList>? Type1136 { get; set; } /// /// /// - public global::Vapi.RelayResponseStatus? Type1137 { get; set; } + public global::Vapi.OneOf? Type1137 { get; set; } /// /// /// - public global::Vapi.Session? Type1138 { get; set; } + public global::Vapi.RelayResponse? Type1138 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1139 { get; set; } + public global::Vapi.RelayResponseStatus? Type1139 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1140 { get; set; } + public global::Vapi.Session? Type1140 { get; set; } /// /// /// - public global::Vapi.SessionCost? Type1141 { get; set; } + public global::System.Collections.Generic.IList>? Type1141 { get; set; } /// /// /// - public global::Vapi.SessionStatus? Type1142 { get; set; } + public global::Vapi.OneOf? Type1142 { get; set; } /// /// /// - public global::Vapi.CreateSessionDTO? Type1143 { get; set; } + public global::Vapi.SessionCost? Type1143 { get; set; } /// /// /// - public global::Vapi.CreateSessionDTOStatus? Type1144 { get; set; } + public global::Vapi.SessionStatus? Type1144 { get; set; } /// /// /// - public global::Vapi.UpdateSessionDTO? Type1145 { get; set; } + public global::Vapi.CreateSessionDTO? Type1145 { get; set; } /// /// /// - public global::Vapi.UpdateSessionDTOStatus? Type1146 { get; set; } + public global::Vapi.CreateSessionDTOStatus? Type1146 { get; set; } /// /// /// - public global::Vapi.GetSessionPaginatedDTO? Type1147 { get; set; } + public global::Vapi.UpdateSessionDTO? Type1147 { get; set; } /// /// /// - public global::Vapi.GetSessionPaginatedDTOSortOrder? Type1148 { get; set; } + public global::Vapi.UpdateSessionDTOStatus? Type1148 { get; set; } /// /// /// - public global::Vapi.GetSessionPaginatedDTOSortBy? Type1149 { get; set; } + public global::Vapi.GetSessionPaginatedDTO? Type1149 { get; set; } /// /// /// - public global::Vapi.SessionPaginatedResponse? Type1150 { get; set; } + public global::Vapi.GetSessionPaginatedDTOSortOrder? Type1150 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1151 { get; set; } + public global::Vapi.GetSessionPaginatedDTOSortBy? Type1151 { get; set; } /// /// /// - public global::Vapi.ExportSessionDTO? Type1152 { get; set; } + public global::Vapi.SessionPaginatedResponse? Type1152 { get; set; } /// /// /// - public global::Vapi.ExportSessionDTOColumns? Type1153 { get; set; } + public global::System.Collections.Generic.IList? Type1153 { get; set; } /// /// /// - public global::Vapi.ExportSessionDTOFormat? Type1154 { get; set; } + public global::Vapi.ExportSessionDTO? Type1154 { get; set; } /// /// /// - public global::Vapi.ExportSessionDTOSortOrder? Type1155 { get; set; } + public global::Vapi.ExportSessionDTOColumns? Type1155 { get; set; } /// /// /// - public global::Vapi.ExportSessionDTOSortBy? Type1156 { get; set; } + public global::Vapi.ExportSessionDTOFormat? Type1156 { get; set; } /// /// /// - public global::Vapi.ByoPhoneNumber? Type1157 { get; set; } + public global::Vapi.ExportSessionDTOSortOrder? Type1157 { get; set; } /// /// /// - public global::Vapi.ByoPhoneNumberProvider? Type1158 { get; set; } + public global::Vapi.ExportSessionDTOSortBy? Type1158 { get; set; } /// /// /// - public global::Vapi.ByoPhoneNumberStatus? Type1159 { get; set; } + public global::Vapi.ByoPhoneNumber? Type1159 { get; set; } /// /// /// - public global::Vapi.TwilioPhoneNumber? Type1160 { get; set; } + public global::Vapi.ByoPhoneNumberProvider? Type1160 { get; set; } /// /// /// - public global::Vapi.TwilioPhoneNumberProvider? Type1161 { get; set; } + public global::Vapi.ByoPhoneNumberStatus? Type1161 { get; set; } /// /// /// - public global::Vapi.TwilioPhoneNumberStatus? Type1162 { get; set; } + public global::Vapi.TwilioPhoneNumber? Type1162 { get; set; } /// /// /// - public global::Vapi.VonagePhoneNumber? Type1163 { get; set; } + public global::Vapi.TwilioPhoneNumberProvider? Type1163 { get; set; } /// /// /// - public global::Vapi.VonagePhoneNumberProvider? Type1164 { get; set; } + public global::Vapi.TwilioPhoneNumberStatus? Type1164 { get; set; } /// /// /// - public global::Vapi.VonagePhoneNumberStatus? Type1165 { get; set; } + public global::Vapi.VonagePhoneNumber? Type1165 { get; set; } /// /// /// - public global::Vapi.SipAuthentication? Type1166 { get; set; } + public global::Vapi.VonagePhoneNumberProvider? Type1166 { get; set; } /// /// /// - public global::Vapi.VapiPhoneNumber? Type1167 { get; set; } + public global::Vapi.VonagePhoneNumberStatus? Type1167 { get; set; } /// /// /// - public global::Vapi.VapiPhoneNumberProvider? Type1168 { get; set; } + public global::Vapi.SipAuthentication? Type1168 { get; set; } /// /// /// - public global::Vapi.VapiPhoneNumberStatus? Type1169 { get; set; } + public global::Vapi.VapiPhoneNumber? Type1169 { get; set; } /// /// /// - public global::Vapi.TelnyxPhoneNumber? Type1170 { get; set; } + public global::Vapi.VapiPhoneNumberProvider? Type1170 { get; set; } /// /// /// - public global::Vapi.TelnyxPhoneNumberProvider? Type1171 { get; set; } + public global::Vapi.VapiPhoneNumberStatus? Type1171 { get; set; } /// /// /// - public global::Vapi.TelnyxPhoneNumberStatus? Type1172 { get; set; } + public global::Vapi.TelnyxPhoneNumber? Type1172 { get; set; } /// /// /// - public global::Vapi.CreateByoPhoneNumberDTO? Type1173 { get; set; } + public global::Vapi.TelnyxPhoneNumberProvider? Type1173 { get; set; } /// /// /// - public global::Vapi.CreateByoPhoneNumberDTOProvider? Type1174 { get; set; } + public global::Vapi.TelnyxPhoneNumberStatus? Type1174 { get; set; } /// /// /// - public global::Vapi.CreateTwilioPhoneNumberDTO? Type1175 { get; set; } + public global::Vapi.CreateByoPhoneNumberDTO? Type1175 { get; set; } /// /// /// - public global::Vapi.CreateTwilioPhoneNumberDTOProvider? Type1176 { get; set; } + public global::Vapi.CreateByoPhoneNumberDTOProvider? Type1176 { get; set; } /// /// /// - public global::Vapi.CreateVonagePhoneNumberDTO? Type1177 { get; set; } + public global::Vapi.CreateTwilioPhoneNumberDTO? Type1177 { get; set; } /// /// /// - public global::Vapi.CreateVonagePhoneNumberDTOProvider? Type1178 { get; set; } + public global::Vapi.CreateTwilioPhoneNumberDTOProvider? Type1178 { get; set; } /// /// /// - public global::Vapi.CreateVapiPhoneNumberDTO? Type1179 { get; set; } + public global::Vapi.CreateVonagePhoneNumberDTO? Type1179 { get; set; } /// /// /// - public global::Vapi.CreateVapiPhoneNumberDTOProvider? Type1180 { get; set; } + public global::Vapi.CreateVonagePhoneNumberDTOProvider? Type1180 { get; set; } /// /// /// - public global::Vapi.CreateTelnyxPhoneNumberDTO? Type1181 { get; set; } + public global::Vapi.CreateVapiPhoneNumberDTO? Type1181 { get; set; } /// /// /// - public global::Vapi.CreateTelnyxPhoneNumberDTOProvider? Type1182 { get; set; } + public global::Vapi.CreateVapiPhoneNumberDTOProvider? Type1182 { get; set; } /// /// /// - public global::Vapi.UpdateByoPhoneNumberDTO? Type1183 { get; set; } + public global::Vapi.CreateTelnyxPhoneNumberDTO? Type1183 { get; set; } /// /// /// - public global::Vapi.UpdateTwilioPhoneNumberDTO? Type1184 { get; set; } + public global::Vapi.CreateTelnyxPhoneNumberDTOProvider? Type1184 { get; set; } /// /// /// - public global::Vapi.UpdateVonagePhoneNumberDTO? Type1185 { get; set; } + public global::Vapi.UpdateByoPhoneNumberDTO? Type1185 { get; set; } /// /// /// - public global::Vapi.UpdateVapiPhoneNumberDTO? Type1186 { get; set; } + public global::Vapi.UpdateTwilioPhoneNumberDTO? Type1186 { get; set; } /// /// /// - public global::Vapi.UpdateTelnyxPhoneNumberDTO? Type1187 { get; set; } + public global::Vapi.UpdateVonagePhoneNumberDTO? Type1187 { get; set; } /// /// /// - public global::Vapi.ImportVonagePhoneNumberDTO? Type1188 { get; set; } + public global::Vapi.UpdateVapiPhoneNumberDTO? Type1188 { get; set; } /// /// /// - public global::Vapi.PhoneNumberPaginatedResponse? Type1189 { get; set; } + public global::Vapi.UpdateTelnyxPhoneNumberDTO? Type1189 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1190 { get; set; } + public global::Vapi.ImportVonagePhoneNumberDTO? Type1190 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1191 { get; set; } + public global::Vapi.PhoneNumberPaginatedResponse? Type1191 { get; set; } /// /// /// - public global::Vapi.ApiRequestTool? Type1192 { get; set; } + public global::System.Collections.Generic.IList>? Type1192 { get; set; } /// /// /// - public global::Vapi.ApiRequestToolType? Type1193 { get; set; } + public global::Vapi.OneOf? Type1193 { get; set; } /// /// /// - public global::Vapi.ApiRequestToolMethod? Type1194 { get; set; } + public global::Vapi.ApiRequestTool? Type1194 { get; set; } /// /// /// - public global::Vapi.CodeToolEnvironmentVariable? Type1195 { get; set; } + public global::Vapi.ApiRequestToolType? Type1195 { get; set; } /// /// /// - public global::Vapi.CodeTool? Type1196 { get; set; } + public global::Vapi.ApiRequestToolMethod? Type1196 { get; set; } /// /// /// - public global::Vapi.CodeToolType? Type1197 { get; set; } + public global::Vapi.CodeToolEnvironmentVariable? Type1197 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1198 { get; set; } + public global::Vapi.CodeTool? Type1198 { get; set; } /// /// /// - public global::Vapi.DtmfTool? Type1199 { get; set; } + public global::Vapi.CodeToolType? Type1199 { get; set; } /// /// /// - public global::Vapi.DtmfToolType? Type1200 { get; set; } + public global::System.Collections.Generic.IList? Type1200 { get; set; } /// /// /// - public global::Vapi.EndCallTool? Type1201 { get; set; } + public global::Vapi.DtmfTool? Type1201 { get; set; } /// /// /// - public global::Vapi.EndCallToolType? Type1202 { get; set; } + public global::Vapi.DtmfToolType? Type1202 { get; set; } /// /// /// - public global::Vapi.FunctionTool? Type1203 { get; set; } + public global::Vapi.EndCallTool? Type1203 { get; set; } /// /// /// - public global::Vapi.FunctionToolType? Type1204 { get; set; } + public global::Vapi.EndCallToolType? Type1204 { get; set; } /// /// /// - public global::Vapi.GhlTool? Type1205 { get; set; } + public global::Vapi.FunctionTool? Type1205 { get; set; } /// /// /// - public global::Vapi.GhlToolType? Type1206 { get; set; } + public global::Vapi.FunctionToolType? Type1206 { get; set; } /// /// /// - public global::Vapi.MakeTool? Type1207 { get; set; } + public global::Vapi.GhlTool? Type1207 { get; set; } /// /// /// - public global::Vapi.MakeToolType? Type1208 { get; set; } + public global::Vapi.GhlToolType? Type1208 { get; set; } /// /// /// - public global::Vapi.TransferCallTool? Type1209 { get; set; } + public global::Vapi.MakeTool? Type1209 { get; set; } /// /// /// - public global::Vapi.TransferCallToolType? Type1210 { get; set; } + public global::Vapi.MakeToolType? Type1210 { get; set; } /// /// /// - public global::Vapi.HandoffTool? Type1211 { get; set; } + public global::Vapi.TransferCallTool? Type1211 { get; set; } /// /// /// - public global::Vapi.HandoffToolType? Type1212 { get; set; } + public global::Vapi.TransferCallToolType? Type1212 { get; set; } /// /// /// - public global::Vapi.OutputTool? Type1213 { get; set; } + public global::Vapi.HandoffTool? Type1213 { get; set; } /// /// /// - public global::Vapi.OutputToolType? Type1214 { get; set; } + public global::Vapi.HandoffToolType? Type1214 { get; set; } /// /// /// - public global::Vapi.BashTool? Type1215 { get; set; } + public global::Vapi.OutputTool? Type1215 { get; set; } /// /// /// - public global::Vapi.BashToolType? Type1216 { get; set; } + public global::Vapi.OutputToolType? Type1216 { get; set; } /// /// /// - public global::Vapi.BashToolSubType? Type1217 { get; set; } + public global::Vapi.BashTool? Type1217 { get; set; } /// /// /// - public global::Vapi.BashToolName? Type1218 { get; set; } + public global::Vapi.BashToolType? Type1218 { get; set; } /// /// /// - public global::Vapi.ComputerTool? Type1219 { get; set; } + public global::Vapi.BashToolSubType? Type1219 { get; set; } /// /// /// - public global::Vapi.ComputerToolType? Type1220 { get; set; } + public global::Vapi.BashToolName? Type1220 { get; set; } /// /// /// - public global::Vapi.ComputerToolSubType? Type1221 { get; set; } + public global::Vapi.ComputerTool? Type1221 { get; set; } /// /// /// - public global::Vapi.ComputerToolName? Type1222 { get; set; } + public global::Vapi.ComputerToolType? Type1222 { get; set; } /// /// /// - public global::Vapi.TextEditorTool? Type1223 { get; set; } + public global::Vapi.ComputerToolSubType? Type1223 { get; set; } /// /// /// - public global::Vapi.TextEditorToolType? Type1224 { get; set; } + public global::Vapi.ComputerToolName? Type1224 { get; set; } /// /// /// - public global::Vapi.TextEditorToolSubType? Type1225 { get; set; } + public global::Vapi.TextEditorTool? Type1225 { get; set; } /// /// /// - public global::Vapi.TextEditorToolName? Type1226 { get; set; } + public global::Vapi.TextEditorToolType? Type1226 { get; set; } /// /// /// - public global::Vapi.QueryTool? Type1227 { get; set; } + public global::Vapi.TextEditorToolSubType? Type1227 { get; set; } /// /// /// - public global::Vapi.QueryToolType? Type1228 { get; set; } + public global::Vapi.TextEditorToolName? Type1228 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarCreateEventTool? Type1229 { get; set; } + public global::Vapi.QueryTool? Type1229 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarCreateEventToolType? Type1230 { get; set; } + public global::Vapi.QueryToolType? Type1230 { get; set; } /// /// /// - public global::Vapi.GoogleSheetsRowAppendTool? Type1231 { get; set; } + public global::Vapi.GoogleCalendarCreateEventTool? Type1231 { get; set; } /// /// /// - public global::Vapi.GoogleSheetsRowAppendToolType? Type1232 { get; set; } + public global::Vapi.GoogleCalendarCreateEventToolType? Type1232 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarCheckAvailabilityTool? Type1233 { get; set; } + public global::Vapi.GoogleSheetsRowAppendTool? Type1233 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarCheckAvailabilityToolType? Type1234 { get; set; } + public global::Vapi.GoogleSheetsRowAppendToolType? Type1234 { get; set; } /// /// /// - public global::Vapi.SlackSendMessageTool? Type1235 { get; set; } + public global::Vapi.GoogleCalendarCheckAvailabilityTool? Type1235 { get; set; } /// /// /// - public global::Vapi.SlackSendMessageToolType? Type1236 { get; set; } + public global::Vapi.GoogleCalendarCheckAvailabilityToolType? Type1236 { get; set; } /// /// /// - public global::Vapi.SmsTool? Type1237 { get; set; } + public global::Vapi.SlackSendMessageTool? Type1237 { get; set; } /// /// /// - public global::Vapi.SmsToolType? Type1238 { get; set; } + public global::Vapi.SlackSendMessageToolType? Type1238 { get; set; } /// /// /// - public global::Vapi.McpTool? Type1239 { get; set; } + public global::Vapi.SmsTool? Type1239 { get; set; } /// /// /// - public global::Vapi.McpToolType? Type1240 { get; set; } + public global::Vapi.SmsToolType? Type1240 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarAvailabilityTool? Type1241 { get; set; } + public global::Vapi.McpTool? Type1241 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarAvailabilityToolType? Type1242 { get; set; } + public global::Vapi.McpToolType? Type1242 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarEventCreateTool? Type1243 { get; set; } + public global::Vapi.GoHighLevelCalendarAvailabilityTool? Type1243 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarEventCreateToolType? Type1244 { get; set; } + public global::Vapi.GoHighLevelCalendarAvailabilityToolType? Type1244 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactCreateTool? Type1245 { get; set; } + public global::Vapi.GoHighLevelCalendarEventCreateTool? Type1245 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactCreateToolType? Type1246 { get; set; } + public global::Vapi.GoHighLevelCalendarEventCreateToolType? Type1246 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactGetTool? Type1247 { get; set; } + public global::Vapi.GoHighLevelContactCreateTool? Type1247 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactGetToolType? Type1248 { get; set; } + public global::Vapi.GoHighLevelContactCreateToolType? Type1248 { get; set; } /// /// /// - public global::Vapi.SipRequestTool? Type1249 { get; set; } + public global::Vapi.GoHighLevelContactGetTool? Type1249 { get; set; } /// /// /// - public global::Vapi.SipRequestToolType? Type1250 { get; set; } + public global::Vapi.GoHighLevelContactGetToolType? Type1250 { get; set; } /// /// /// - public global::Vapi.SipRequestToolVerb? Type1251 { get; set; } + public global::Vapi.SipRequestTool? Type1251 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1252 { get; set; } + public global::Vapi.SipRequestToolType? Type1252 { get; set; } /// /// /// - public global::Vapi.VoicemailTool? Type1253 { get; set; } + public global::Vapi.SipRequestToolVerb? Type1253 { get; set; } /// /// /// - public global::Vapi.VoicemailToolType? Type1254 { get; set; } + public global::Vapi.OneOf? Type1254 { get; set; } /// /// /// - public global::Vapi.CreateApiRequestToolDTOType? Type1255 { get; set; } + public global::Vapi.VoicemailTool? Type1255 { get; set; } /// /// /// - public global::Vapi.CreateApiRequestToolDTOMethod? Type1256 { get; set; } + public global::Vapi.VoicemailToolType? Type1256 { get; set; } /// /// /// - public global::Vapi.CreateCodeToolDTOType? Type1257 { get; set; } + public global::Vapi.CreateApiRequestToolDTOType? Type1257 { get; set; } /// /// /// - public global::Vapi.CreateOutputToolDTO? Type1258 { get; set; } + public global::Vapi.CreateApiRequestToolDTOMethod? Type1258 { get; set; } /// /// /// - public global::Vapi.CreateOutputToolDTOType? Type1259 { get; set; } + public global::Vapi.CreateCodeToolDTOType? Type1259 { get; set; } /// /// /// - public global::Vapi.CreateBashToolDTOType? Type1260 { get; set; } + public global::Vapi.CreateOutputToolDTO? Type1260 { get; set; } /// /// /// - public global::Vapi.CreateBashToolDTOSubType? Type1261 { get; set; } + public global::Vapi.CreateOutputToolDTOType? Type1261 { get; set; } /// /// /// - public global::Vapi.CreateBashToolDTOName? Type1262 { get; set; } + public global::Vapi.CreateBashToolDTOType? Type1262 { get; set; } /// /// /// - public global::Vapi.CreateComputerToolDTOType? Type1263 { get; set; } + public global::Vapi.CreateBashToolDTOSubType? Type1263 { get; set; } /// /// /// - public global::Vapi.CreateComputerToolDTOSubType? Type1264 { get; set; } + public global::Vapi.CreateBashToolDTOName? Type1264 { get; set; } /// /// /// - public global::Vapi.CreateComputerToolDTOName? Type1265 { get; set; } + public global::Vapi.CreateComputerToolDTOType? Type1265 { get; set; } /// /// /// - public global::Vapi.CreateTextEditorToolDTOType? Type1266 { get; set; } + public global::Vapi.CreateComputerToolDTOSubType? Type1266 { get; set; } /// /// /// - public global::Vapi.CreateTextEditorToolDTOSubType? Type1267 { get; set; } + public global::Vapi.CreateComputerToolDTOName? Type1267 { get; set; } /// /// /// - public global::Vapi.CreateTextEditorToolDTOName? Type1268 { get; set; } + public global::Vapi.CreateTextEditorToolDTOType? Type1268 { get; set; } /// /// /// - public global::Vapi.CreateSmsToolDTOType? Type1269 { get; set; } + public global::Vapi.CreateTextEditorToolDTOSubType? Type1269 { get; set; } /// /// /// - public global::Vapi.CreateSipRequestToolDTOType? Type1270 { get; set; } + public global::Vapi.CreateTextEditorToolDTOName? Type1270 { get; set; } /// /// /// - public global::Vapi.CreateSipRequestToolDTOVerb? Type1271 { get; set; } + public global::Vapi.CreateSmsToolDTOType? Type1271 { get; set; } /// /// /// - public global::Vapi.UpdateApiRequestToolDTO? Type1272 { get; set; } + public global::Vapi.CreateSipRequestToolDTOType? Type1272 { get; set; } /// /// /// - public global::Vapi.UpdateApiRequestToolDTOMethod? Type1273 { get; set; } + public global::Vapi.CreateSipRequestToolDTOVerb? Type1273 { get; set; } /// /// /// - public global::Vapi.UpdateCodeToolDTO? Type1274 { get; set; } + public global::Vapi.UpdateApiRequestToolDTO? Type1274 { get; set; } /// /// /// - public global::Vapi.UpdateDtmfToolDTO? Type1275 { get; set; } + public global::Vapi.UpdateApiRequestToolDTOMethod? Type1275 { get; set; } /// /// /// - public global::Vapi.UpdateEndCallToolDTO? Type1276 { get; set; } + public global::Vapi.UpdateCodeToolDTO? Type1276 { get; set; } /// /// /// - public global::Vapi.UpdateFunctionToolDTO? Type1277 { get; set; } + public global::Vapi.UpdateDtmfToolDTO? Type1277 { get; set; } /// /// /// - public global::Vapi.UpdateGhlToolDTO? Type1278 { get; set; } + public global::Vapi.UpdateEndCallToolDTO? Type1278 { get; set; } /// /// /// - public global::Vapi.UpdateMakeToolDTO? Type1279 { get; set; } + public global::Vapi.UpdateFunctionToolDTO? Type1279 { get; set; } /// /// /// - public global::Vapi.UpdateHandoffToolDTO? Type1280 { get; set; } + public global::Vapi.UpdateGhlToolDTO? Type1280 { get; set; } /// /// /// - public global::Vapi.UpdateTransferCallToolDTO? Type1281 { get; set; } + public global::Vapi.UpdateMakeToolDTO? Type1281 { get; set; } /// /// /// - public global::Vapi.UpdateOutputToolDTO? Type1282 { get; set; } + public global::Vapi.UpdateHandoffToolDTO? Type1282 { get; set; } /// /// /// - public global::Vapi.UpdateBashToolDTO? Type1283 { get; set; } + public global::Vapi.UpdateTransferCallToolDTO? Type1283 { get; set; } /// /// /// - public global::Vapi.UpdateBashToolDTOSubType? Type1284 { get; set; } + public global::Vapi.UpdateOutputToolDTO? Type1284 { get; set; } /// /// /// - public global::Vapi.UpdateBashToolDTOName? Type1285 { get; set; } + public global::Vapi.UpdateBashToolDTO? Type1285 { get; set; } /// /// /// - public global::Vapi.UpdateComputerToolDTO? Type1286 { get; set; } + public global::Vapi.UpdateBashToolDTOSubType? Type1286 { get; set; } /// /// /// - public global::Vapi.UpdateComputerToolDTOSubType? Type1287 { get; set; } + public global::Vapi.UpdateBashToolDTOName? Type1287 { get; set; } /// /// /// - public global::Vapi.UpdateComputerToolDTOName? Type1288 { get; set; } + public global::Vapi.UpdateComputerToolDTO? Type1288 { get; set; } /// /// /// - public global::Vapi.UpdateTextEditorToolDTO? Type1289 { get; set; } + public global::Vapi.UpdateComputerToolDTOSubType? Type1289 { get; set; } /// /// /// - public global::Vapi.UpdateTextEditorToolDTOSubType? Type1290 { get; set; } + public global::Vapi.UpdateComputerToolDTOName? Type1290 { get; set; } /// /// /// - public global::Vapi.UpdateTextEditorToolDTOName? Type1291 { get; set; } + public global::Vapi.UpdateTextEditorToolDTO? Type1291 { get; set; } /// /// /// - public global::Vapi.UpdateQueryToolDTO? Type1292 { get; set; } + public global::Vapi.UpdateTextEditorToolDTOSubType? Type1292 { get; set; } /// /// /// - public global::Vapi.UpdateGoogleCalendarCreateEventToolDTO? Type1293 { get; set; } + public global::Vapi.UpdateTextEditorToolDTOName? Type1293 { get; set; } /// /// /// - public global::Vapi.UpdateGoogleSheetsRowAppendToolDTO? Type1294 { get; set; } + public global::Vapi.UpdateQueryToolDTO? Type1294 { get; set; } /// /// /// - public global::Vapi.UpdateGoogleCalendarCheckAvailabilityToolDTO? Type1295 { get; set; } + public global::Vapi.UpdateGoogleCalendarCreateEventToolDTO? Type1295 { get; set; } /// /// /// - public global::Vapi.UpdateSlackSendMessageToolDTO? Type1296 { get; set; } + public global::Vapi.UpdateGoogleSheetsRowAppendToolDTO? Type1296 { get; set; } /// /// /// - public global::Vapi.UpdateSmsToolDTO? Type1297 { get; set; } + public global::Vapi.UpdateGoogleCalendarCheckAvailabilityToolDTO? Type1297 { get; set; } /// /// /// - public global::Vapi.UpdateMcpToolDTO? Type1298 { get; set; } + public global::Vapi.UpdateSlackSendMessageToolDTO? Type1298 { get; set; } /// /// /// - public global::Vapi.UpdateGoHighLevelCalendarAvailabilityToolDTO? Type1299 { get; set; } + public global::Vapi.UpdateSmsToolDTO? Type1299 { get; set; } /// /// /// - public global::Vapi.UpdateGoHighLevelCalendarEventCreateToolDTO? Type1300 { get; set; } + public global::Vapi.UpdateMcpToolDTO? Type1300 { get; set; } /// /// /// - public global::Vapi.UpdateGoHighLevelContactCreateToolDTO? Type1301 { get; set; } + public global::Vapi.UpdateGoHighLevelCalendarAvailabilityToolDTO? Type1301 { get; set; } /// /// /// - public global::Vapi.UpdateGoHighLevelContactGetToolDTO? Type1302 { get; set; } + public global::Vapi.UpdateGoHighLevelCalendarEventCreateToolDTO? Type1302 { get; set; } /// /// /// - public global::Vapi.UpdateSipRequestToolDTO? Type1303 { get; set; } + public global::Vapi.UpdateGoHighLevelContactCreateToolDTO? Type1303 { get; set; } /// /// /// - public global::Vapi.UpdateSipRequestToolDTOVerb? Type1304 { get; set; } + public global::Vapi.UpdateGoHighLevelContactGetToolDTO? Type1304 { get; set; } /// /// /// - public global::Vapi.UpdateVoicemailToolDTO? Type1305 { get; set; } + public global::Vapi.UpdateSipRequestToolDTO? Type1305 { get; set; } /// /// /// - public global::Vapi.CreateFileDTO? Type1306 { get; set; } + public global::Vapi.UpdateSipRequestToolDTOVerb? Type1306 { get; set; } /// /// /// - public global::Vapi.File? Type1307 { get; set; } + public global::Vapi.UpdateVoicemailToolDTO? Type1307 { get; set; } /// /// /// - public global::Vapi.FileObject? Type1308 { get; set; } + public global::Vapi.CreateFileDTO? Type1308 { get; set; } /// /// /// - public global::Vapi.FileStatus? Type1309 { get; set; } + public global::Vapi.File? Type1309 { get; set; } /// /// /// - public global::Vapi.UpdateFileDTO? Type1310 { get; set; } + public global::Vapi.FileObject? Type1310 { get; set; } /// /// /// - public global::Vapi.CustomKnowledgeBase? Type1311 { get; set; } + public global::Vapi.FileStatus? Type1311 { get; set; } /// /// /// - public global::Vapi.CustomKnowledgeBaseProvider? Type1312 { get; set; } + public global::Vapi.UpdateFileDTO? Type1312 { get; set; } /// /// /// - public global::Vapi.UpdateCustomKnowledgeBaseDTO? Type1313 { get; set; } + public global::Vapi.CustomKnowledgeBase? Type1313 { get; set; } /// /// /// - public global::Vapi.StructuredOutput? Type1314 { get; set; } + public global::Vapi.CustomKnowledgeBaseProvider? Type1314 { get; set; } /// /// /// - public global::Vapi.StructuredOutputType? Type1315 { get; set; } + public global::Vapi.UpdateCustomKnowledgeBaseDTO? Type1315 { get; set; } /// /// /// - public global::Vapi.StructuredOutputPaginatedResponse? Type1316 { get; set; } + public global::Vapi.StructuredOutput? Type1316 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1317 { get; set; } + public global::Vapi.StructuredOutputType? Type1317 { get; set; } /// /// /// - public global::Vapi.UpdateStructuredOutputDTO? Type1318 { get; set; } + public global::Vapi.StructuredOutputPaginatedResponse? Type1318 { get; set; } /// /// /// - public global::Vapi.UpdateStructuredOutputDTOType? Type1319 { get; set; } + public global::System.Collections.Generic.IList? Type1319 { get; set; } /// /// /// - public global::Vapi.StructuredOutputRunDTO? Type1320 { get; set; } + public global::Vapi.UpdateStructuredOutputDTO? Type1320 { get; set; } /// /// /// - public global::Vapi.TesterPlan? Type1321 { get; set; } + public global::Vapi.UpdateStructuredOutputDTOType? Type1321 { get; set; } /// /// /// - public global::Vapi.TestSuitePhoneNumber? Type1322 { get; set; } + public global::Vapi.StructuredOutputRunDTO? Type1322 { get; set; } /// /// /// - public global::Vapi.TestSuitePhoneNumberProvider? Type1323 { get; set; } + public global::Vapi.TesterPlan? Type1323 { get; set; } /// /// /// - public global::Vapi.TargetPlan? Type1324 { get; set; } + public global::Vapi.TestSuitePhoneNumber? Type1324 { get; set; } /// /// /// - public global::Vapi.TestSuite? Type1325 { get; set; } + public global::Vapi.TestSuitePhoneNumberProvider? Type1325 { get; set; } /// /// /// - public global::Vapi.TestSuitesPaginatedResponse? Type1326 { get; set; } + public global::Vapi.TargetPlan? Type1326 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1327 { get; set; } + public global::Vapi.TestSuite? Type1327 { get; set; } /// /// /// - public global::Vapi.CreateTestSuiteDto? Type1328 { get; set; } + public global::Vapi.TestSuitesPaginatedResponse? Type1328 { get; set; } /// /// /// - public global::Vapi.UpdateTestSuiteDto? Type1329 { get; set; } + public global::System.Collections.Generic.IList? Type1329 { get; set; } /// /// /// - public global::Vapi.TestSuiteTestVoice? Type1330 { get; set; } + public global::Vapi.CreateTestSuiteDto? Type1330 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1331 { get; set; } + public global::Vapi.UpdateTestSuiteDto? Type1331 { get; set; } /// /// /// - public global::Vapi.TestSuiteTestScorerAI? Type1332 { get; set; } + public global::Vapi.TestSuiteTestVoice? Type1332 { get; set; } /// /// /// - public global::Vapi.TestSuiteTestVoiceType? Type1333 { get; set; } + public global::System.Collections.Generic.IList? Type1333 { get; set; } /// /// /// - public global::Vapi.TestSuiteTestChat? Type1334 { get; set; } + public global::Vapi.TestSuiteTestScorerAI? Type1334 { get; set; } /// /// /// - public global::Vapi.TestSuiteTestChatType? Type1335 { get; set; } + public global::Vapi.TestSuiteTestVoiceType? Type1335 { get; set; } /// /// /// - public global::Vapi.CreateTestSuiteTestVoiceDto? Type1336 { get; set; } + public global::Vapi.TestSuiteTestChat? Type1336 { get; set; } /// /// /// - public global::Vapi.CreateTestSuiteTestVoiceDtoType? Type1337 { get; set; } + public global::Vapi.TestSuiteTestChatType? Type1337 { get; set; } /// /// /// - public global::Vapi.CreateTestSuiteTestChatDto? Type1338 { get; set; } + public global::Vapi.CreateTestSuiteTestVoiceDto? Type1338 { get; set; } /// /// /// - public global::Vapi.CreateTestSuiteTestChatDtoType? Type1339 { get; set; } + public global::Vapi.CreateTestSuiteTestVoiceDtoType? Type1339 { get; set; } /// /// /// - public global::Vapi.UpdateTestSuiteTestVoiceDto? Type1340 { get; set; } + public global::Vapi.CreateTestSuiteTestChatDto? Type1340 { get; set; } /// /// /// - public global::Vapi.UpdateTestSuiteTestVoiceDtoType? Type1341 { get; set; } + public global::Vapi.CreateTestSuiteTestChatDtoType? Type1341 { get; set; } /// /// /// - public global::Vapi.UpdateTestSuiteTestChatDto? Type1342 { get; set; } + public global::Vapi.UpdateTestSuiteTestVoiceDto? Type1342 { get; set; } /// /// /// - public global::Vapi.UpdateTestSuiteTestChatDtoType? Type1343 { get; set; } + public global::Vapi.UpdateTestSuiteTestVoiceDtoType? Type1343 { get; set; } /// /// /// - public global::Vapi.TestSuiteTestScorerAIType? Type1344 { get; set; } + public global::Vapi.UpdateTestSuiteTestChatDto? Type1344 { get; set; } /// /// /// - public global::Vapi.TestSuiteTestsPaginatedResponse? Type1345 { get; set; } + public global::Vapi.UpdateTestSuiteTestChatDtoType? Type1345 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1346 { get; set; } + public global::Vapi.TestSuiteTestScorerAIType? Type1346 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1347 { get; set; } + public global::Vapi.TestSuiteTestsPaginatedResponse? Type1347 { get; set; } /// /// /// - public global::Vapi.TestSuiteRunScorerAI? Type1348 { get; set; } + public global::System.Collections.Generic.IList>? Type1348 { get; set; } /// /// /// - public global::Vapi.TestSuiteRunScorerAIType? Type1349 { get; set; } + public global::Vapi.OneOf? Type1349 { get; set; } /// /// /// - public global::Vapi.TestSuiteRunScorerAIResult? Type1350 { get; set; } + public global::Vapi.TestSuiteRunScorerAI? Type1350 { get; set; } /// /// /// - public global::Vapi.TestSuiteRunTestAttemptCall? Type1351 { get; set; } + public global::Vapi.TestSuiteRunScorerAIType? Type1351 { get; set; } /// /// /// - public global::Vapi.TestSuiteRunTestAttemptMetadata? Type1352 { get; set; } + public global::Vapi.TestSuiteRunScorerAIResult? Type1352 { get; set; } /// /// /// - public global::Vapi.TestSuiteRunTestAttempt? Type1353 { get; set; } + public global::Vapi.TestSuiteRunTestAttemptCall? Type1353 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1354 { get; set; } + public global::Vapi.TestSuiteRunTestAttemptMetadata? Type1354 { get; set; } /// /// /// - public global::Vapi.TestSuiteRunTestResult? Type1355 { get; set; } + public global::Vapi.TestSuiteRunTestAttempt? Type1355 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1356 { get; set; } + public global::System.Collections.Generic.IList? Type1356 { get; set; } /// /// /// - public global::Vapi.TestSuiteRun? Type1357 { get; set; } + public global::Vapi.TestSuiteRunTestResult? Type1357 { get; set; } /// /// /// - public global::Vapi.TestSuiteRunStatus? Type1358 { get; set; } + public global::System.Collections.Generic.IList? Type1358 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1359 { get; set; } + public global::Vapi.TestSuiteRun? Type1359 { get; set; } /// /// /// - public global::Vapi.TestSuiteRunsPaginatedResponse? Type1360 { get; set; } + public global::Vapi.TestSuiteRunStatus? Type1360 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1361 { get; set; } + public global::System.Collections.Generic.IList? Type1361 { get; set; } /// /// /// - public global::Vapi.CreateTestSuiteRunDto? Type1362 { get; set; } + public global::Vapi.TestSuiteRunsPaginatedResponse? Type1362 { get; set; } /// /// /// - public global::Vapi.UpdateTestSuiteRunDto? Type1363 { get; set; } + public global::System.Collections.Generic.IList? Type1363 { get; set; } /// /// /// - public global::Vapi.CreatePersonalityDTO? Type1364 { get; set; } + public global::Vapi.CreateTestSuiteRunDto? Type1364 { get; set; } /// /// /// - public global::Vapi.Personality? Type1365 { get; set; } + public global::Vapi.UpdateTestSuiteRunDto? Type1365 { get; set; } /// /// /// - public global::System.Guid? Type1366 { get; set; } + public global::Vapi.CreatePersonalityDTO? Type1366 { get; set; } /// /// /// - public global::Vapi.UpdatePersonalityDTO? Type1367 { get; set; } + public global::Vapi.Personality? Type1367 { get; set; } /// /// /// - public global::Vapi.SimulationHookInclude? Type1368 { get; set; } + public global::System.Guid? Type1368 { get; set; } /// /// /// - public global::Vapi.SimulationHookWebhookAction? Type1369 { get; set; } + public global::Vapi.UpdatePersonalityDTO? Type1369 { get; set; } /// /// /// - public global::Vapi.SimulationHookWebhookActionType? Type1370 { get; set; } + public global::Vapi.SimulationHookInclude? Type1370 { get; set; } /// /// /// - public global::Vapi.SimulationHookCallStarted? Type1371 { get; set; } + public global::Vapi.SimulationHookWebhookAction? Type1371 { get; set; } /// /// /// - public global::Vapi.SimulationHookCallStartedOn? Type1372 { get; set; } + public global::Vapi.SimulationHookWebhookActionType? Type1372 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1373 { get; set; } + public global::Vapi.SimulationHookCallStarted? Type1373 { get; set; } /// /// /// - public global::Vapi.SimulationHookCallEnded? Type1374 { get; set; } + public global::Vapi.SimulationHookCallStartedOn? Type1374 { get; set; } /// /// /// - public global::Vapi.SimulationHookCallEndedOn? Type1375 { get; set; } + public global::System.Collections.Generic.IList? Type1375 { get; set; } /// /// /// - public global::Vapi.EvaluationPlanItem? Type1376 { get; set; } + public global::Vapi.SimulationHookCallEnded? Type1376 { get; set; } /// /// /// - public global::Vapi.EvaluationPlanItemComparator? Type1377 { get; set; } + public global::Vapi.SimulationHookCallEndedOn? Type1377 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1378 { get; set; } + public global::Vapi.EvaluationPlanItem? Type1378 { get; set; } /// /// /// - public global::Vapi.ScenarioToolMock? Type1379 { get; set; } + public global::Vapi.EvaluationPlanItemComparator? Type1379 { get; set; } /// /// /// - public global::Vapi.CreateScenarioDTO? Type1380 { get; set; } + public global::Vapi.OneOf? Type1380 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1381 { get; set; } + public global::Vapi.ScenarioToolMock? Type1381 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1382 { get; set; } + public global::Vapi.CreateScenarioDTO? Type1382 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1383 { get; set; } + public global::System.Collections.Generic.IList? Type1383 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1384 { get; set; } + public global::System.Collections.Generic.IList>? Type1384 { get; set; } /// /// /// - public global::Vapi.Scenario? Type1385 { get; set; } + public global::Vapi.OneOf? Type1385 { get; set; } /// /// /// - public global::Vapi.UpdateScenarioDTO? Type1386 { get; set; } + public global::System.Collections.Generic.IList? Type1386 { get; set; } /// /// /// - public global::Vapi.SimulationRunSimulationEntry? Type1387 { get; set; } + public global::Vapi.Scenario? Type1387 { get; set; } /// /// /// - public global::Vapi.SimulationRunSimulationEntryType? Type1388 { get; set; } + public global::Vapi.UpdateScenarioDTO? Type1388 { get; set; } /// /// /// - public global::Vapi.SimulationRunSuiteEntry? Type1389 { get; set; } + public global::Vapi.SimulationRunSimulationEntry? Type1389 { get; set; } /// /// /// - public global::Vapi.SimulationRunSuiteEntryType? Type1390 { get; set; } + public global::Vapi.SimulationRunSimulationEntryType? Type1390 { get; set; } /// /// /// - public global::Vapi.SimulationRunTargetAssistant? Type1391 { get; set; } + public global::Vapi.SimulationRunSuiteEntry? Type1391 { get; set; } /// /// /// - public global::Vapi.SimulationRunTargetAssistantType? Type1392 { get; set; } + public global::Vapi.SimulationRunSuiteEntryType? Type1392 { get; set; } /// /// /// - public global::Vapi.SimulationRunTargetSquad? Type1393 { get; set; } + public global::Vapi.SimulationRunTargetAssistant? Type1393 { get; set; } /// /// /// - public global::Vapi.SimulationRunTargetSquadType? Type1394 { get; set; } + public global::Vapi.SimulationRunTargetAssistantType? Type1394 { get; set; } /// /// /// - public global::Vapi.SimulationRunTransportConfiguration? Type1395 { get; set; } + public global::Vapi.SimulationRunTargetSquad? Type1395 { get; set; } /// /// /// - public global::Vapi.SimulationRunTransportConfigurationProvider? Type1396 { get; set; } + public global::Vapi.SimulationRunTargetSquadType? Type1396 { get; set; } /// /// /// - public global::Vapi.CreateSimulationRunDTO? Type1397 { get; set; } + public global::Vapi.SimulationRunTransportConfiguration? Type1397 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1398 { get; set; } + public global::Vapi.SimulationRunTransportConfigurationProvider? Type1398 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1399 { get; set; } + public global::Vapi.CreateSimulationRunDTO? Type1399 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1400 { get; set; } + public global::System.Collections.Generic.IList>? Type1400 { get; set; } /// /// /// - public global::Vapi.SimulationRunItemCounts? Type1401 { get; set; } + public global::Vapi.OneOf? Type1401 { get; set; } /// /// /// - public global::Vapi.SimulationRun? Type1402 { get; set; } + public global::Vapi.OneOf? Type1402 { get; set; } /// /// /// - public global::Vapi.SimulationRunStatus? Type1403 { get; set; } + public global::Vapi.SimulationRunItemCounts? Type1403 { get; set; } /// /// /// - public global::Vapi.SimulationRunItemCallMonitor? Type1404 { get; set; } + public global::Vapi.SimulationRun? Type1404 { get; set; } /// /// /// - public global::Vapi.SimulationRunItemCallMetadata? Type1405 { get; set; } + public global::Vapi.SimulationRunStatus? Type1405 { get; set; } /// /// /// - public global::Vapi.SimulationRunItemMetadata? Type1406 { get; set; } + public global::Vapi.SimulationRunItemCallMonitor? Type1406 { get; set; } /// /// /// - public global::Vapi.StructuredOutputEvaluationResult? Type1407 { get; set; } + public global::Vapi.SimulationRunItemCallMetadata? Type1407 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1408 { get; set; } + public global::Vapi.SimulationRunItemMetadata? Type1408 { get; set; } /// /// /// - public global::Vapi.StructuredOutputEvaluationResultComparator? Type1409 { get; set; } + public global::Vapi.StructuredOutputEvaluationResult? Type1409 { get; set; } /// /// /// - public global::Vapi.LatencyMetrics? Type1410 { get; set; } + public global::Vapi.OneOf? Type1410 { get; set; } /// /// /// - public global::Vapi.SimulationRunItemResults? Type1411 { get; set; } + public global::Vapi.StructuredOutputEvaluationResultComparator? Type1411 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1412 { get; set; } + public global::Vapi.LatencyMetrics? Type1412 { get; set; } /// /// /// - public global::Vapi.SimulationRunItemImprovementSuggestion? Type1413 { get; set; } + public global::Vapi.SimulationRunItemResults? Type1413 { get; set; } /// /// /// - public global::Vapi.SimulationRunItemImprovements? Type1414 { get; set; } + public global::System.Collections.Generic.IList? Type1414 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1415 { get; set; } + public global::Vapi.SimulationRunItemImprovementSuggestion? Type1415 { get; set; } /// /// /// - public global::Vapi.SimulationRunConfiguration? Type1416 { get; set; } + public global::Vapi.SimulationRunItemImprovements? Type1416 { get; set; } /// /// /// - public global::Vapi.SimulationRunItem? Type1417 { get; set; } + public global::System.Collections.Generic.IList? Type1417 { get; set; } /// /// /// - public global::Vapi.SimulationRunItemStatus? Type1418 { get; set; } + public global::Vapi.SimulationRunConfiguration? Type1418 { get; set; } /// /// /// - public global::Vapi.CreateSimulationSuiteDTO? Type1419 { get; set; } + public global::Vapi.SimulationRunItem? Type1419 { get; set; } /// /// /// - public global::Vapi.SimulationSuite? Type1420 { get; set; } + public global::Vapi.SimulationRunItemStatus? Type1420 { get; set; } /// /// /// - public global::Vapi.UpdateSimulationSuiteDTO? Type1421 { get; set; } + public global::Vapi.CreateSimulationSuiteDTO? Type1421 { get; set; } /// /// /// - public global::Vapi.GenerateScenariosDTO? Type1422 { get; set; } + public global::Vapi.SimulationSuite? Type1422 { get; set; } /// /// /// - public global::Vapi.GeneratedScenario? Type1423 { get; set; } + public global::Vapi.UpdateSimulationSuiteDTO? Type1423 { get; set; } /// /// /// - public global::Vapi.GeneratedScenarioCategory? Type1424 { get; set; } + public global::Vapi.GenerateScenariosDTO? Type1424 { get; set; } /// /// /// - public global::Vapi.GenerateScenariosResponse? Type1425 { get; set; } + public global::Vapi.GeneratedScenario? Type1425 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1426 { get; set; } + public global::Vapi.GeneratedScenarioCategory? Type1426 { get; set; } /// /// /// - public global::Vapi.CreateSimulationDTO? Type1427 { get; set; } + public global::Vapi.GenerateScenariosResponse? Type1427 { get; set; } /// /// /// - public global::Vapi.Simulation? Type1428 { get; set; } + public global::System.Collections.Generic.IList? Type1428 { get; set; } /// /// /// - public global::Vapi.UpdateSimulationDTO? Type1429 { get; set; } + public global::Vapi.CreateSimulationDTO? Type1429 { get; set; } /// /// /// - public global::Vapi.SimulationConcurrencyResponse? Type1430 { get; set; } + public global::Vapi.Simulation? Type1430 { get; set; } /// /// /// - public global::Vapi.BarInsightMetadata? Type1431 { get; set; } + public global::Vapi.UpdateSimulationDTO? Type1431 { get; set; } /// /// /// - public global::Vapi.InsightTimeRangeWithStep? Type1432 { get; set; } + public global::Vapi.SimulationConcurrencyResponse? Type1432 { get; set; } /// /// /// - public global::Vapi.InsightTimeRangeWithStepStep? Type1433 { get; set; } + public global::Vapi.BarInsightMetadata? Type1433 { get; set; } /// /// /// - public global::Vapi.BarInsight? Type1434 { get; set; } + public global::Vapi.InsightTimeRangeWithStep? Type1434 { get; set; } /// /// /// - public global::Vapi.BarInsightType? Type1435 { get; set; } + public global::Vapi.InsightTimeRangeWithStepStep? Type1435 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1436 { get; set; } + public global::Vapi.BarInsight? Type1436 { get; set; } /// /// /// - public global::Vapi.InsightFormula? Type1437 { get; set; } + public global::Vapi.BarInsightType? Type1437 { get; set; } /// /// /// - public global::Vapi.BarInsightGroupBy? Type1438 { get; set; } + public global::System.Collections.Generic.IList? Type1438 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithStringTypeColumn? Type1439 { get; set; } + public global::Vapi.InsightFormula? Type1439 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithNumberTypeColumn? Type1440 { get; set; } + public global::Vapi.BarInsightGroupBy? Type1440 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithStructuredOutputColumn? Type1441 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithStringTypeColumn? Type1441 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnEventsTable? Type1442 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithNumberTypeColumn? Type1442 { get; set; } /// /// /// - public global::Vapi.InsightTimeRange? Type1443 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithStructuredOutputColumn? Type1443 { get; set; } /// /// /// - public global::Vapi.PieInsight? Type1444 { get; set; } + public global::Vapi.JSONQueryOnEventsTable? Type1444 { get; set; } /// /// /// - public global::Vapi.PieInsightType? Type1445 { get; set; } + public global::Vapi.InsightTimeRange? Type1445 { get; set; } /// /// /// - public global::Vapi.PieInsightGroupBy? Type1446 { get; set; } + public global::Vapi.PieInsight? Type1446 { get; set; } /// /// /// - public global::Vapi.LineInsightMetadata? Type1447 { get; set; } + public global::Vapi.PieInsightType? Type1447 { get; set; } /// /// /// - public global::Vapi.LineInsight? Type1448 { get; set; } + public global::Vapi.PieInsightGroupBy? Type1448 { get; set; } /// /// /// - public global::Vapi.LineInsightType? Type1449 { get; set; } + public global::Vapi.LineInsightMetadata? Type1449 { get; set; } /// /// /// - public global::Vapi.LineInsightGroupBy? Type1450 { get; set; } + public global::Vapi.LineInsight? Type1450 { get; set; } /// /// /// - public global::Vapi.TextInsight? Type1451 { get; set; } + public global::Vapi.LineInsightType? Type1451 { get; set; } /// /// /// - public global::Vapi.TextInsightType? Type1452 { get; set; } + public global::Vapi.LineInsightGroupBy? Type1452 { get; set; } /// /// /// - public global::Vapi.UpdateBarInsightFromCallTableDTO? Type1453 { get; set; } + public global::Vapi.TextInsight? Type1453 { get; set; } /// /// /// - public global::Vapi.UpdateBarInsightFromCallTableDTOType? Type1454 { get; set; } + public global::Vapi.TextInsightType? Type1454 { get; set; } /// /// /// - public global::Vapi.UpdateBarInsightFromCallTableDTOGroupBy? Type1455 { get; set; } + public global::Vapi.UpdateBarInsightFromCallTableDTO? Type1455 { get; set; } /// /// /// - public global::Vapi.UpdatePieInsightFromCallTableDTO? Type1456 { get; set; } + public global::Vapi.UpdateBarInsightFromCallTableDTOType? Type1456 { get; set; } /// /// /// - public global::Vapi.UpdatePieInsightFromCallTableDTOType? Type1457 { get; set; } + public global::Vapi.UpdateBarInsightFromCallTableDTOGroupBy? Type1457 { get; set; } /// /// /// - public global::Vapi.UpdatePieInsightFromCallTableDTOGroupBy? Type1458 { get; set; } + public global::Vapi.UpdatePieInsightFromCallTableDTO? Type1458 { get; set; } /// /// /// - public global::Vapi.UpdateLineInsightFromCallTableDTO? Type1459 { get; set; } + public global::Vapi.UpdatePieInsightFromCallTableDTOType? Type1459 { get; set; } /// /// /// - public global::Vapi.UpdateLineInsightFromCallTableDTOType? Type1460 { get; set; } + public global::Vapi.UpdatePieInsightFromCallTableDTOGroupBy? Type1460 { get; set; } /// /// /// - public global::Vapi.UpdateLineInsightFromCallTableDTOGroupBy? Type1461 { get; set; } + public global::Vapi.UpdateLineInsightFromCallTableDTO? Type1461 { get; set; } /// /// /// - public global::Vapi.UpdateTextInsightFromCallTableDTO? Type1462 { get; set; } + public global::Vapi.UpdateLineInsightFromCallTableDTOType? Type1462 { get; set; } /// /// /// - public global::Vapi.UpdateTextInsightFromCallTableDTOType? Type1463 { get; set; } + public global::Vapi.UpdateLineInsightFromCallTableDTOGroupBy? Type1463 { get; set; } /// /// /// - public global::Vapi.CreateBarInsightFromCallTableDTO? Type1464 { get; set; } + public global::Vapi.UpdateTextInsightFromCallTableDTO? Type1464 { get; set; } /// /// /// - public global::Vapi.CreateBarInsightFromCallTableDTOType? Type1465 { get; set; } + public global::Vapi.UpdateTextInsightFromCallTableDTOType? Type1465 { get; set; } /// /// /// - public global::Vapi.CreateBarInsightFromCallTableDTOGroupBy? Type1466 { get; set; } + public global::Vapi.CreateBarInsightFromCallTableDTO? Type1466 { get; set; } /// /// /// - public global::Vapi.CreatePieInsightFromCallTableDTO? Type1467 { get; set; } + public global::Vapi.CreateBarInsightFromCallTableDTOType? Type1467 { get; set; } /// /// /// - public global::Vapi.CreatePieInsightFromCallTableDTOType? Type1468 { get; set; } + public global::Vapi.CreateBarInsightFromCallTableDTOGroupBy? Type1468 { get; set; } /// /// /// - public global::Vapi.CreatePieInsightFromCallTableDTOGroupBy? Type1469 { get; set; } + public global::Vapi.CreatePieInsightFromCallTableDTO? Type1469 { get; set; } /// /// /// - public global::Vapi.CreateLineInsightFromCallTableDTO? Type1470 { get; set; } + public global::Vapi.CreatePieInsightFromCallTableDTOType? Type1470 { get; set; } /// /// /// - public global::Vapi.CreateLineInsightFromCallTableDTOType? Type1471 { get; set; } + public global::Vapi.CreatePieInsightFromCallTableDTOGroupBy? Type1471 { get; set; } /// /// /// - public global::Vapi.CreateLineInsightFromCallTableDTOGroupBy? Type1472 { get; set; } + public global::Vapi.CreateLineInsightFromCallTableDTO? Type1472 { get; set; } /// /// /// - public global::Vapi.CreateTextInsightFromCallTableDTO? Type1473 { get; set; } + public global::Vapi.CreateLineInsightFromCallTableDTOType? Type1473 { get; set; } /// /// /// - public global::Vapi.CreateTextInsightFromCallTableDTOType? Type1474 { get; set; } + public global::Vapi.CreateLineInsightFromCallTableDTOGroupBy? Type1474 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithStringTypeColumnType? Type1475 { get; set; } + public global::Vapi.CreateTextInsightFromCallTableDTO? Type1475 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithStringTypeColumnTable? Type1476 { get; set; } + public global::Vapi.CreateTextInsightFromCallTableDTOType? Type1476 { get; set; } /// /// /// - public global::Vapi.FilterStringTypeColumnOnCallTable? Type1477 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithStringTypeColumnType? Type1477 { get; set; } /// /// /// - public global::Vapi.FilterStringArrayTypeColumnOnCallTable? Type1478 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithStringTypeColumnTable? Type1478 { get; set; } /// /// /// - public global::Vapi.FilterNumberTypeColumnOnCallTable? Type1479 { get; set; } + public global::Vapi.FilterStringTypeColumnOnCallTable? Type1479 { get; set; } /// /// /// - public global::Vapi.FilterNumberArrayTypeColumnOnCallTable? Type1480 { get; set; } + public global::Vapi.FilterStringArrayTypeColumnOnCallTable? Type1480 { get; set; } /// /// /// - public global::Vapi.FilterDateTypeColumnOnCallTable? Type1481 { get; set; } + public global::Vapi.FilterNumberTypeColumnOnCallTable? Type1481 { get; set; } /// /// /// - public global::Vapi.FilterStructuredOutputColumnOnCallTable? Type1482 { get; set; } + public global::Vapi.FilterNumberArrayTypeColumnOnCallTable? Type1482 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithStringTypeColumnColumn? Type1483 { get; set; } + public global::Vapi.FilterDateTypeColumnOnCallTable? Type1483 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithStringTypeColumnOperation? Type1484 { get; set; } + public global::Vapi.FilterStructuredOutputColumnOnCallTable? Type1484 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithNumberTypeColumnType? Type1485 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithStringTypeColumnColumn? Type1485 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithNumberTypeColumnTable? Type1486 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithStringTypeColumnOperation? Type1486 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithNumberTypeColumnColumn? Type1487 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithNumberTypeColumnType? Type1487 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithNumberTypeColumnOperation? Type1488 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithNumberTypeColumnTable? Type1488 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithStructuredOutputColumnType? Type1489 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithNumberTypeColumnColumn? Type1489 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithStructuredOutputColumnTable? Type1490 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithNumberTypeColumnOperation? Type1490 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithStructuredOutputColumnColumn? Type1491 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithStructuredOutputColumnType? Type1491 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnCallTableWithStructuredOutputColumnOperation? Type1492 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithStructuredOutputColumnTable? Type1492 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnEventsTableType? Type1493 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithStructuredOutputColumnColumn? Type1493 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnEventsTableTable? Type1494 { get; set; } + public global::Vapi.JSONQueryOnCallTableWithStructuredOutputColumnOperation? Type1494 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnEventsTableOn? Type1495 { get; set; } + public global::Vapi.JSONQueryOnEventsTableType? Type1495 { get; set; } /// /// /// - public global::Vapi.JSONQueryOnEventsTableOperation? Type1496 { get; set; } + public global::Vapi.JSONQueryOnEventsTableTable? Type1496 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1497 { get; set; } + public global::Vapi.JSONQueryOnEventsTableOn? Type1497 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1498 { get; set; } + public global::Vapi.JSONQueryOnEventsTableOperation? Type1498 { get; set; } /// /// /// - public global::Vapi.EventsTableStringCondition? Type1499 { get; set; } + public global::System.Collections.Generic.IList>? Type1499 { get; set; } /// /// /// - public global::Vapi.EventsTableNumberCondition? Type1500 { get; set; } + public global::Vapi.OneOf? Type1500 { get; set; } /// /// /// - public global::Vapi.EventsTableBooleanCondition? Type1501 { get; set; } + public global::Vapi.EventsTableStringCondition? Type1501 { get; set; } /// /// /// - public global::Vapi.FilterStringTypeColumnOnCallTableColumn? Type1502 { get; set; } + public global::Vapi.EventsTableNumberCondition? Type1502 { get; set; } /// /// /// - public global::Vapi.FilterStringTypeColumnOnCallTableOperator? Type1503 { get; set; } + public global::Vapi.EventsTableBooleanCondition? Type1503 { get; set; } /// /// /// - public global::Vapi.FilterNumberTypeColumnOnCallTableColumn? Type1504 { get; set; } + public global::Vapi.FilterStringTypeColumnOnCallTableColumn? Type1504 { get; set; } /// /// /// - public global::Vapi.FilterNumberTypeColumnOnCallTableOperator? Type1505 { get; set; } + public global::Vapi.FilterStringTypeColumnOnCallTableOperator? Type1505 { get; set; } /// /// /// - public global::Vapi.FilterDateTypeColumnOnCallTableColumn? Type1506 { get; set; } + public global::Vapi.FilterNumberTypeColumnOnCallTableColumn? Type1506 { get; set; } /// /// /// - public global::Vapi.FilterDateTypeColumnOnCallTableOperator? Type1507 { get; set; } + public global::Vapi.FilterNumberTypeColumnOnCallTableOperator? Type1507 { get; set; } /// /// /// - public global::Vapi.FilterStructuredOutputColumnOnCallTableColumn? Type1508 { get; set; } + public global::Vapi.FilterDateTypeColumnOnCallTableColumn? Type1508 { get; set; } /// /// /// - public global::Vapi.FilterStructuredOutputColumnOnCallTableOperator? Type1509 { get; set; } + public global::Vapi.FilterDateTypeColumnOnCallTableOperator? Type1509 { get; set; } /// /// /// - public global::Vapi.FilterStringArrayTypeColumnOnCallTableColumn? Type1510 { get; set; } + public global::Vapi.FilterStructuredOutputColumnOnCallTableColumn? Type1510 { get; set; } /// /// /// - public global::Vapi.FilterStringArrayTypeColumnOnCallTableOperator? Type1511 { get; set; } + public global::Vapi.FilterStructuredOutputColumnOnCallTableOperator? Type1511 { get; set; } /// /// /// - public global::Vapi.FilterNumberArrayTypeColumnOnCallTableColumn? Type1512 { get; set; } + public global::Vapi.FilterStringArrayTypeColumnOnCallTableColumn? Type1512 { get; set; } /// /// /// - public global::Vapi.FilterNumberArrayTypeColumnOnCallTableOperator? Type1513 { get; set; } + public global::Vapi.FilterStringArrayTypeColumnOnCallTableOperator? Type1513 { get; set; } /// /// /// - public global::Vapi.EventsTableStringConditionOperator? Type1514 { get; set; } + public global::Vapi.FilterNumberArrayTypeColumnOnCallTableColumn? Type1514 { get; set; } /// /// /// - public global::Vapi.EventsTableNumberConditionOperator? Type1515 { get; set; } + public global::Vapi.FilterNumberArrayTypeColumnOnCallTableOperator? Type1515 { get; set; } /// /// /// - public global::Vapi.EventsTableBooleanConditionOperator? Type1516 { get; set; } + public global::Vapi.EventsTableStringConditionOperator? Type1516 { get; set; } /// /// /// - public global::Vapi.BarInsightFromCallTable? Type1517 { get; set; } + public global::Vapi.EventsTableNumberConditionOperator? Type1517 { get; set; } /// /// /// - public global::Vapi.BarInsightFromCallTableType? Type1518 { get; set; } + public global::Vapi.EventsTableBooleanConditionOperator? Type1518 { get; set; } /// /// /// - public global::Vapi.BarInsightFromCallTableGroupBy? Type1519 { get; set; } + public global::Vapi.BarInsightFromCallTable? Type1519 { get; set; } /// /// /// - public global::Vapi.PieInsightFromCallTable? Type1520 { get; set; } + public global::Vapi.BarInsightFromCallTableType? Type1520 { get; set; } /// /// /// - public global::Vapi.PieInsightFromCallTableType? Type1521 { get; set; } + public global::Vapi.BarInsightFromCallTableGroupBy? Type1521 { get; set; } /// /// /// - public global::Vapi.PieInsightFromCallTableGroupBy? Type1522 { get; set; } + public global::Vapi.PieInsightFromCallTable? Type1522 { get; set; } /// /// /// - public global::Vapi.LineInsightFromCallTable? Type1523 { get; set; } + public global::Vapi.PieInsightFromCallTableType? Type1523 { get; set; } /// /// /// - public global::Vapi.LineInsightFromCallTableType? Type1524 { get; set; } + public global::Vapi.PieInsightFromCallTableGroupBy? Type1524 { get; set; } /// /// /// - public global::Vapi.LineInsightFromCallTableGroupBy? Type1525 { get; set; } + public global::Vapi.LineInsightFromCallTable? Type1525 { get; set; } /// /// /// - public global::Vapi.TextInsightFromCallTable? Type1526 { get; set; } + public global::Vapi.LineInsightFromCallTableType? Type1526 { get; set; } /// /// /// - public global::Vapi.TextInsightFromCallTableType? Type1527 { get; set; } + public global::Vapi.LineInsightFromCallTableGroupBy? Type1527 { get; set; } /// /// /// - public global::Vapi.InsightRunFormatPlan? Type1528 { get; set; } + public global::Vapi.TextInsightFromCallTable? Type1528 { get; set; } /// /// /// - public global::Vapi.InsightRunFormatPlanFormat? Type1529 { get; set; } + public global::Vapi.TextInsightFromCallTableType? Type1529 { get; set; } /// /// /// - public global::Vapi.InsightRunDTO? Type1530 { get; set; } + public global::Vapi.InsightRunFormatPlan? Type1530 { get; set; } /// /// /// - public global::Vapi.InsightRunResponse? Type1531 { get; set; } + public global::Vapi.InsightRunFormatPlanFormat? Type1531 { get; set; } /// /// /// - public global::Vapi.Insight? Type1532 { get; set; } + public global::Vapi.InsightRunDTO? Type1532 { get; set; } /// /// /// - public global::Vapi.InsightType? Type1533 { get; set; } + public global::Vapi.InsightRunResponse? Type1533 { get; set; } /// /// /// - public global::Vapi.InsightPaginatedResponse? Type1534 { get; set; } + public global::Vapi.Insight? Type1534 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1535 { get; set; } + public global::Vapi.InsightType? Type1535 { get; set; } /// /// /// - public global::Vapi.CreateEvalDTO? Type1536 { get; set; } + public global::Vapi.InsightPaginatedResponse? Type1536 { get; set; } /// /// /// - public global::Vapi.ChatEvalAssistantMessageMock? Type1537 { get; set; } + public global::System.Collections.Generic.IList? Type1537 { get; set; } /// /// /// - public global::Vapi.ChatEvalSystemMessageMock? Type1538 { get; set; } + public global::Vapi.CreateEvalDTO? Type1538 { get; set; } /// /// /// - public global::Vapi.ChatEvalToolResponseMessageMock? Type1539 { get; set; } + public global::Vapi.ChatEvalAssistantMessageMock? Type1539 { get; set; } /// /// /// - public global::Vapi.ChatEvalToolResponseMessageEvaluation? Type1540 { get; set; } + public global::Vapi.ChatEvalSystemMessageMock? Type1540 { get; set; } /// /// /// - public global::Vapi.ChatEvalUserMessageMock? Type1541 { get; set; } + public global::Vapi.ChatEvalToolResponseMessageMock? Type1541 { get; set; } /// /// /// - public global::Vapi.ChatEvalAssistantMessageEvaluation? Type1542 { get; set; } + public global::Vapi.ChatEvalToolResponseMessageEvaluation? Type1542 { get; set; } /// /// /// - public global::Vapi.CreateEvalDTOType? Type1543 { get; set; } + public global::Vapi.ChatEvalUserMessageMock? Type1543 { get; set; } /// /// /// - public global::Vapi.Eval? Type1544 { get; set; } + public global::Vapi.ChatEvalAssistantMessageEvaluation? Type1544 { get; set; } /// /// /// - public global::Vapi.EvalType? Type1545 { get; set; } + public global::Vapi.CreateEvalDTOType? Type1545 { get; set; } /// /// /// - public global::Vapi.EvalModelListOptions? Type1546 { get; set; } + public global::Vapi.Eval? Type1546 { get; set; } /// /// /// - public global::Vapi.EvalModelListOptionsProvider? Type1547 { get; set; } + public global::Vapi.EvalType? Type1547 { get; set; } /// /// /// - public global::Vapi.EvalUserEditable? Type1548 { get; set; } + public global::Vapi.EvalModelListOptions? Type1548 { get; set; } /// /// /// - public global::Vapi.EvalUserEditableType? Type1549 { get; set; } + public global::Vapi.EvalModelListOptionsProvider? Type1549 { get; set; } /// /// /// - public global::Vapi.ChatEvalAssistantMessageMockToolCall? Type1550 { get; set; } + public global::Vapi.EvalUserEditable? Type1550 { get; set; } /// /// /// - public global::Vapi.ChatEvalAssistantMessageMockRole? Type1551 { get; set; } + public global::Vapi.EvalUserEditableType? Type1551 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1552 { get; set; } + public global::Vapi.ChatEvalAssistantMessageMockToolCall? Type1552 { get; set; } /// /// /// - public global::Vapi.ChatEvalSystemMessageMockRole? Type1553 { get; set; } + public global::Vapi.ChatEvalAssistantMessageMockRole? Type1553 { get; set; } /// /// /// - public global::Vapi.ChatEvalToolResponseMessageMockRole? Type1554 { get; set; } + public global::System.Collections.Generic.IList? Type1554 { get; set; } /// /// /// - public global::Vapi.ChatEvalUserMessageMockRole? Type1555 { get; set; } + public global::Vapi.ChatEvalSystemMessageMockRole? Type1555 { get; set; } /// /// /// - public global::Vapi.AssistantMessageEvaluationContinuePlan? Type1556 { get; set; } + public global::Vapi.ChatEvalToolResponseMessageMockRole? Type1556 { get; set; } /// /// /// - public global::Vapi.ChatEvalAssistantMessageEvaluationRole? Type1557 { get; set; } + public global::Vapi.ChatEvalUserMessageMockRole? Type1557 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1558 { get; set; } + public global::Vapi.AssistantMessageEvaluationContinuePlan? Type1558 { get; set; } /// /// /// - public global::Vapi.AssistantMessageJudgePlanExact? Type1559 { get; set; } + public global::Vapi.ChatEvalAssistantMessageEvaluationRole? Type1559 { get; set; } /// /// /// - public global::Vapi.AssistantMessageJudgePlanRegex? Type1560 { get; set; } + public global::Vapi.OneOf? Type1560 { get; set; } /// /// /// - public global::Vapi.AssistantMessageJudgePlanAI? Type1561 { get; set; } + public global::Vapi.AssistantMessageJudgePlanExact? Type1561 { get; set; } /// /// /// - public global::Vapi.EvalOpenAIModel? Type1562 { get; set; } + public global::Vapi.AssistantMessageJudgePlanRegex? Type1562 { get; set; } /// /// /// - public global::Vapi.EvalOpenAIModelProvider? Type1563 { get; set; } + public global::Vapi.AssistantMessageJudgePlanAI? Type1563 { get; set; } /// /// /// - public global::Vapi.EvalOpenAIModelModel? Type1564 { get; set; } + public global::Vapi.EvalOpenAIModel? Type1564 { get; set; } /// /// /// - public global::Vapi.EvalAnthropicModel? Type1565 { get; set; } + public global::Vapi.EvalOpenAIModelProvider? Type1565 { get; set; } /// /// /// - public global::Vapi.EvalAnthropicModelProvider? Type1566 { get; set; } + public global::Vapi.EvalOpenAIModelModel? Type1566 { get; set; } /// /// /// - public global::Vapi.EvalAnthropicModelModel? Type1567 { get; set; } + public global::Vapi.EvalAnthropicModel? Type1567 { get; set; } /// /// /// - public global::Vapi.EvalGoogleModel? Type1568 { get; set; } + public global::Vapi.EvalAnthropicModelProvider? Type1568 { get; set; } /// /// /// - public global::Vapi.EvalGoogleModelProvider? Type1569 { get; set; } + public global::Vapi.EvalAnthropicModelModel? Type1569 { get; set; } /// /// /// - public global::Vapi.EvalGoogleModelModel? Type1570 { get; set; } + public global::Vapi.EvalGoogleModel? Type1570 { get; set; } /// /// /// - public global::Vapi.EvalGroqModel? Type1571 { get; set; } + public global::Vapi.EvalGoogleModelProvider? Type1571 { get; set; } /// /// /// - public global::Vapi.EvalGroqModelProvider? Type1572 { get; set; } + public global::Vapi.EvalGoogleModelModel? Type1572 { get; set; } /// /// /// - public global::Vapi.EvalGroqModelModel? Type1573 { get; set; } + public global::Vapi.EvalGroqModel? Type1573 { get; set; } /// /// /// - public global::Vapi.EvalCustomModel? Type1574 { get; set; } + public global::Vapi.EvalGroqModelProvider? Type1574 { get; set; } /// /// /// - public global::Vapi.EvalCustomModelProvider? Type1575 { get; set; } + public global::Vapi.EvalGroqModelModel? Type1575 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1576 { get; set; } + public global::Vapi.EvalCustomModel? Type1576 { get; set; } /// /// /// - public global::Vapi.AssistantMessageJudgePlanAIType? Type1577 { get; set; } + public global::Vapi.EvalCustomModelProvider? Type1577 { get; set; } /// /// /// - public global::Vapi.ChatEvalToolResponseMessageEvaluationRole? Type1578 { get; set; } + public global::Vapi.OneOf? Type1578 { get; set; } /// /// /// - public global::Vapi.AssistantMessageJudgePlanExactType? Type1579 { get; set; } + public global::Vapi.AssistantMessageJudgePlanAIType? Type1579 { get; set; } /// /// /// - public global::Vapi.AssistantMessageJudgePlanRegexType? Type1580 { get; set; } + public global::Vapi.ChatEvalToolResponseMessageEvaluationRole? Type1580 { get; set; } /// /// /// - public global::Vapi.GetEvalPaginatedDTO? Type1581 { get; set; } + public global::Vapi.AssistantMessageJudgePlanExactType? Type1581 { get; set; } /// /// /// - public global::Vapi.GetEvalPaginatedDTOSortOrder? Type1582 { get; set; } + public global::Vapi.AssistantMessageJudgePlanRegexType? Type1582 { get; set; } /// /// /// - public global::Vapi.GetEvalPaginatedDTOSortBy? Type1583 { get; set; } + public global::Vapi.GetEvalPaginatedDTO? Type1583 { get; set; } /// /// /// - public global::Vapi.EvalPaginatedResponse? Type1584 { get; set; } + public global::Vapi.GetEvalPaginatedDTOSortOrder? Type1584 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1585 { get; set; } + public global::Vapi.GetEvalPaginatedDTOSortBy? Type1585 { get; set; } /// /// /// - public global::Vapi.UpdateEvalDTO? Type1586 { get; set; } + public global::Vapi.EvalPaginatedResponse? Type1586 { get; set; } /// /// /// - public global::Vapi.UpdateEvalDTOType? Type1587 { get; set; } + public global::System.Collections.Generic.IList? Type1587 { get; set; } /// /// /// - public global::Vapi.CreateEvalRunDTO? Type1588 { get; set; } + public global::Vapi.UpdateEvalDTO? Type1588 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1589 { get; set; } + public global::Vapi.UpdateEvalDTOType? Type1589 { get; set; } /// /// /// - public global::Vapi.EvalRunTargetAssistant? Type1590 { get; set; } + public global::Vapi.CreateEvalRunDTO? Type1590 { get; set; } /// /// /// - public global::Vapi.EvalRunTargetSquad? Type1591 { get; set; } + public global::Vapi.OneOf? Type1591 { get; set; } /// /// /// - public global::Vapi.CreateEvalRunDTOType? Type1592 { get; set; } + public global::Vapi.EvalRunTargetAssistant? Type1592 { get; set; } /// /// /// - public global::Vapi.EvalRunResult? Type1593 { get; set; } + public global::Vapi.EvalRunTargetSquad? Type1593 { get; set; } /// /// /// - public global::Vapi.EvalRunResultStatus? Type1594 { get; set; } + public global::Vapi.CreateEvalRunDTOType? Type1594 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1595 { get; set; } + public global::Vapi.EvalRunResult? Type1595 { get; set; } /// /// /// - public global::Vapi.EvalRun? Type1596 { get; set; } + public global::Vapi.EvalRunResultStatus? Type1596 { get; set; } /// /// /// - public global::Vapi.EvalRunStatus? Type1597 { get; set; } + public global::Vapi.OneOf? Type1597 { get; set; } /// /// /// - public global::Vapi.EvalRunEndedReason? Type1598 { get; set; } + public global::Vapi.EvalRun? Type1598 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1599 { get; set; } + public global::Vapi.EvalRunStatus? Type1599 { get; set; } /// /// /// - public global::Vapi.EvalRunType? Type1600 { get; set; } + public global::Vapi.EvalRunEndedReason? Type1600 { get; set; } /// /// /// - public global::Vapi.EvalRunPaginatedResponse? Type1601 { get; set; } + public global::System.Collections.Generic.IList? Type1601 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1602 { get; set; } + public global::Vapi.EvalRunType? Type1602 { get; set; } /// /// /// - public global::Vapi.GetEvalRunPaginatedDTO? Type1603 { get; set; } + public global::Vapi.EvalRunPaginatedResponse? Type1603 { get; set; } /// /// /// - public global::Vapi.GetEvalRunPaginatedDTOSortOrder? Type1604 { get; set; } + public global::System.Collections.Generic.IList? Type1604 { get; set; } /// /// /// - public global::Vapi.GetEvalRunPaginatedDTOSortBy? Type1605 { get; set; } + public global::Vapi.GetEvalRunPaginatedDTO? Type1605 { get; set; } /// /// /// - public global::Vapi.EvalRunTargetAssistantType? Type1606 { get; set; } + public global::Vapi.GetEvalRunPaginatedDTOSortOrder? Type1606 { get; set; } /// /// /// - public global::Vapi.EvalRunTargetSquadType? Type1607 { get; set; } + public global::Vapi.GetEvalRunPaginatedDTOSortBy? Type1607 { get; set; } /// /// /// - public global::Vapi.Scorecard? Type1608 { get; set; } + public global::Vapi.EvalRunTargetAssistantType? Type1608 { get; set; } /// /// /// - public global::Vapi.ScorecardPaginatedResponse? Type1609 { get; set; } + public global::Vapi.EvalRunTargetSquadType? Type1609 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1610 { get; set; } + public global::Vapi.Scorecard? Type1610 { get; set; } /// /// /// - public global::Vapi.UpdateScorecardDTO? Type1611 { get; set; } + public global::Vapi.ScorecardPaginatedResponse? Type1611 { get; set; } /// /// /// - public global::Vapi.CreateOrgDTO? Type1612 { get; set; } + public global::System.Collections.Generic.IList? Type1612 { get; set; } /// /// /// - public global::Vapi.CreateOrgDTOChannel? Type1613 { get; set; } + public global::Vapi.UpdateScorecardDTO? Type1613 { get; set; } /// /// /// - public global::Vapi.AutoReloadPlan? Type1614 { get; set; } + public global::Vapi.CreateOrgDTO? Type1614 { get; set; } /// /// /// - public global::Vapi.InvoicePlan? Type1615 { get; set; } + public global::Vapi.CreateOrgDTOChannel? Type1615 { get; set; } /// /// /// - public global::Vapi.Subscription? Type1616 { get; set; } + public global::Vapi.AutoReloadPlan? Type1616 { get; set; } /// /// /// - public global::Vapi.SubscriptionType? Type1617 { get; set; } + public global::Vapi.InvoicePlan? Type1617 { get; set; } /// /// /// - public global::Vapi.SubscriptionStatus? Type1618 { get; set; } + public global::Vapi.Subscription? Type1618 { get; set; } /// /// /// - public global::Vapi.SubscriptionMinutesIncludedResetFrequency? Type1619 { get; set; } + public global::Vapi.SubscriptionType? Type1619 { get; set; } /// /// /// - public global::Vapi.Org? Type1620 { get; set; } + public global::Vapi.SubscriptionStatus? Type1620 { get; set; } /// /// /// - public global::Vapi.OrgChannel? Type1621 { get; set; } + public global::Vapi.SubscriptionMinutesIncludedResetFrequency? Type1621 { get; set; } /// /// /// - public global::Vapi.UpdateOrgDTO? Type1622 { get; set; } + public global::Vapi.Org? Type1622 { get; set; } /// /// /// - public global::Vapi.UpdateOrgDTOChannel? Type1623 { get; set; } + public global::Vapi.OrgChannel? Type1623 { get; set; } /// /// /// - public global::Vapi.User? Type1624 { get; set; } + public global::Vapi.UpdateOrgDTO? Type1624 { get; set; } /// /// /// - public global::Vapi.InviteUserDTO? Type1625 { get; set; } + public global::Vapi.UpdateOrgDTOChannel? Type1625 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1626 { get; set; } + public global::Vapi.User? Type1626 { get; set; } /// /// /// - public global::Vapi.InviteUserDTORole? Type1627 { get; set; } + public global::Vapi.InviteUserDTO? Type1627 { get; set; } /// /// /// - public global::Vapi.UpdateUserRoleDTO? Type1628 { get; set; } + public global::Vapi.OneOf? Type1628 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1629 { get; set; } + public global::Vapi.InviteUserDTORole? Type1629 { get; set; } /// /// /// - public global::Vapi.UpdateUserRoleDTORole? Type1630 { get; set; } + public global::Vapi.UpdateUserRoleDTO? Type1630 { get; set; } /// /// /// - public global::Vapi.JwtResponse? Type1631 { get; set; } + public global::Vapi.OneOf? Type1631 { get; set; } /// /// /// - public global::Vapi.TokenRestrictions? Type1632 { get; set; } + public global::Vapi.UpdateUserRoleDTORole? Type1632 { get; set; } /// /// /// - public global::Vapi.CreateTokenDTO? Type1633 { get; set; } + public global::Vapi.JwtResponse? Type1633 { get; set; } /// /// /// - public global::Vapi.CreateTokenDTOTag? Type1634 { get; set; } + public global::Vapi.TokenRestrictions? Type1634 { get; set; } /// /// /// - public global::Vapi.Token? Type1635 { get; set; } + public global::Vapi.CreateTokenDTO? Type1635 { get; set; } /// /// /// - public global::Vapi.TokenTag? Type1636 { get; set; } + public global::Vapi.CreateTokenDTOTag? Type1636 { get; set; } /// /// /// - public global::Vapi.UpdateTokenDTO? Type1637 { get; set; } + public global::Vapi.Token? Type1637 { get; set; } /// /// /// - public global::Vapi.UpdateTokenDTOTag? Type1638 { get; set; } + public global::Vapi.TokenTag? Type1638 { get; set; } /// /// /// - public global::Vapi.AnthropicCredential? Type1639 { get; set; } + public global::Vapi.UpdateTokenDTO? Type1639 { get; set; } /// /// /// - public global::Vapi.AnthropicCredentialProvider? Type1640 { get; set; } + public global::Vapi.UpdateTokenDTOTag? Type1640 { get; set; } /// /// /// - public global::Vapi.AWSStsAuthenticationArtifact? Type1641 { get; set; } + public global::Vapi.AnthropicCredential? Type1641 { get; set; } /// /// /// - public global::Vapi.AWSStsAssumeRoleUser? Type1642 { get; set; } + public global::Vapi.AnthropicCredentialProvider? Type1642 { get; set; } /// /// /// - public global::Vapi.AWSStsCredentials? Type1643 { get; set; } + public global::Vapi.AWSStsAuthenticationArtifact? Type1643 { get; set; } /// /// /// - public global::Vapi.AWSStsAuthenticationSession? Type1644 { get; set; } + public global::Vapi.AWSStsAssumeRoleUser? Type1644 { get; set; } /// /// /// - public global::Vapi.AnthropicBedrockCredential? Type1645 { get; set; } + public global::Vapi.AWSStsCredentials? Type1645 { get; set; } /// /// /// - public global::Vapi.AnthropicBedrockCredentialProvider? Type1646 { get; set; } + public global::Vapi.AWSStsAuthenticationSession? Type1646 { get; set; } /// /// /// - public global::Vapi.AnthropicBedrockCredentialRegion? Type1647 { get; set; } + public global::Vapi.AnthropicBedrockCredential? Type1647 { get; set; } /// /// /// - public global::Vapi.AnyscaleCredential? Type1648 { get; set; } + public global::Vapi.AnthropicBedrockCredentialProvider? Type1648 { get; set; } /// /// /// - public global::Vapi.AnyscaleCredentialProvider? Type1649 { get; set; } + public global::Vapi.AnthropicBedrockCredentialRegion? Type1649 { get; set; } /// /// /// - public global::Vapi.AssemblyAICredential? Type1650 { get; set; } + public global::Vapi.AnyscaleCredential? Type1650 { get; set; } /// /// /// - public global::Vapi.AssemblyAICredentialProvider? Type1651 { get; set; } + public global::Vapi.AnyscaleCredentialProvider? Type1651 { get; set; } /// /// /// - public global::Vapi.AzureCredential? Type1652 { get; set; } + public global::Vapi.AssemblyAICredential? Type1652 { get; set; } /// /// /// - public global::Vapi.AzureCredentialProvider? Type1653 { get; set; } + public global::Vapi.AssemblyAICredentialProvider? Type1653 { get; set; } /// /// /// - public global::Vapi.AzureCredentialService? Type1654 { get; set; } + public global::Vapi.AzureCredential? Type1654 { get; set; } /// /// /// - public global::Vapi.AzureCredentialRegion? Type1655 { get; set; } + public global::Vapi.AzureCredentialProvider? Type1655 { get; set; } /// /// /// - public global::Vapi.AzureOpenAICredential? Type1656 { get; set; } + public global::Vapi.AzureCredentialService? Type1656 { get; set; } /// /// /// - public global::Vapi.AzureOpenAICredentialProvider? Type1657 { get; set; } + public global::Vapi.AzureCredentialRegion? Type1657 { get; set; } /// /// /// - public global::Vapi.AzureOpenAICredentialRegion? Type1658 { get; set; } + public global::Vapi.AzureOpenAICredential? Type1658 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1659 { get; set; } + public global::Vapi.AzureOpenAICredentialProvider? Type1659 { get; set; } /// /// /// - public global::Vapi.AzureOpenAICredentialModel? Type1660 { get; set; } + public global::Vapi.AzureOpenAICredentialRegion? Type1660 { get; set; } /// /// /// - public global::Vapi.ByoSipTrunkCredential? Type1661 { get; set; } + public global::System.Collections.Generic.IList? Type1661 { get; set; } /// /// /// - public global::Vapi.ByoSipTrunkCredentialProvider? Type1662 { get; set; } + public global::Vapi.AzureOpenAICredentialModel? Type1662 { get; set; } /// /// /// - public global::Vapi.CartesiaCredential? Type1663 { get; set; } + public global::Vapi.ByoSipTrunkCredential? Type1663 { get; set; } /// /// /// - public global::Vapi.CartesiaCredentialProvider? Type1664 { get; set; } + public global::Vapi.ByoSipTrunkCredentialProvider? Type1664 { get; set; } /// /// /// - public global::Vapi.CerebrasCredential? Type1665 { get; set; } + public global::Vapi.CartesiaCredential? Type1665 { get; set; } /// /// /// - public global::Vapi.CerebrasCredentialProvider? Type1666 { get; set; } + public global::Vapi.CartesiaCredentialProvider? Type1666 { get; set; } /// /// /// - public global::Vapi.CloudflareCredential? Type1667 { get; set; } + public global::Vapi.CerebrasCredential? Type1667 { get; set; } /// /// /// - public global::Vapi.CloudflareCredentialProvider? Type1668 { get; set; } + public global::Vapi.CerebrasCredentialProvider? Type1668 { get; set; } /// /// /// - public global::Vapi.Oauth2AuthenticationSession? Type1669 { get; set; } + public global::Vapi.CloudflareCredential? Type1669 { get; set; } /// /// /// - public global::Vapi.CustomLLMCredential? Type1670 { get; set; } + public global::Vapi.CloudflareCredentialProvider? Type1670 { get; set; } /// /// /// - public global::Vapi.CustomLLMCredentialProvider? Type1671 { get; set; } + public global::Vapi.Oauth2AuthenticationSession? Type1671 { get; set; } /// /// /// - public global::Vapi.DeepgramCredential? Type1672 { get; set; } + public global::Vapi.CustomLLMCredential? Type1672 { get; set; } /// /// /// - public global::Vapi.DeepgramCredentialProvider? Type1673 { get; set; } + public global::Vapi.CustomLLMCredentialProvider? Type1673 { get; set; } /// /// /// - public global::Vapi.DeepInfraCredential? Type1674 { get; set; } + public global::Vapi.DeepgramCredential? Type1674 { get; set; } /// /// /// - public global::Vapi.DeepInfraCredentialProvider? Type1675 { get; set; } + public global::Vapi.DeepgramCredentialProvider? Type1675 { get; set; } /// /// /// - public global::Vapi.DeepSeekCredential? Type1676 { get; set; } + public global::Vapi.DeepInfraCredential? Type1676 { get; set; } /// /// /// - public global::Vapi.DeepSeekCredentialProvider? Type1677 { get; set; } + public global::Vapi.DeepInfraCredentialProvider? Type1677 { get; set; } /// /// /// - public global::Vapi.ElevenLabsCredential? Type1678 { get; set; } + public global::Vapi.DeepSeekCredential? Type1678 { get; set; } /// /// /// - public global::Vapi.ElevenLabsCredentialProvider? Type1679 { get; set; } + public global::Vapi.DeepSeekCredentialProvider? Type1679 { get; set; } /// /// /// - public global::Vapi.ElevenLabsCredentialBaseUrl? Type1680 { get; set; } + public global::Vapi.ElevenLabsCredential? Type1680 { get; set; } /// /// /// - public global::Vapi.GcpCredential? Type1681 { get; set; } + public global::Vapi.ElevenLabsCredentialProvider? Type1681 { get; set; } /// /// /// - public global::Vapi.GcpCredentialProvider? Type1682 { get; set; } + public global::Vapi.ElevenLabsCredentialApiUrl? Type1682 { get; set; } /// /// /// - public global::Vapi.GladiaCredential? Type1683 { get; set; } + public global::Vapi.GcpCredential? Type1683 { get; set; } /// /// /// - public global::Vapi.GladiaCredentialProvider? Type1684 { get; set; } + public global::Vapi.GcpCredentialProvider? Type1684 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCredential? Type1685 { get; set; } + public global::Vapi.GladiaCredential? Type1685 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCredentialProvider? Type1686 { get; set; } + public global::Vapi.GladiaCredentialProvider? Type1686 { get; set; } /// /// /// - public global::Vapi.GoogleCredential? Type1687 { get; set; } + public global::Vapi.GoHighLevelCredential? Type1687 { get; set; } /// /// /// - public global::Vapi.GoogleCredentialProvider? Type1688 { get; set; } + public global::Vapi.GoHighLevelCredentialProvider? Type1688 { get; set; } /// /// /// - public global::Vapi.GroqCredential? Type1689 { get; set; } + public global::Vapi.GoogleCredential? Type1689 { get; set; } /// /// /// - public global::Vapi.GroqCredentialProvider? Type1690 { get; set; } + public global::Vapi.GoogleCredentialProvider? Type1690 { get; set; } /// /// /// - public global::Vapi.HumeCredential? Type1691 { get; set; } + public global::Vapi.GroqCredential? Type1691 { get; set; } /// /// /// - public global::Vapi.HumeCredentialProvider? Type1692 { get; set; } + public global::Vapi.GroqCredentialProvider? Type1692 { get; set; } /// /// /// - public global::Vapi.InflectionAICredential? Type1693 { get; set; } + public global::Vapi.HumeCredential? Type1693 { get; set; } /// /// /// - public global::Vapi.InflectionAICredentialProvider? Type1694 { get; set; } + public global::Vapi.HumeCredentialProvider? Type1694 { get; set; } /// /// /// - public global::Vapi.LangfuseCredential? Type1695 { get; set; } + public global::Vapi.InflectionAICredential? Type1695 { get; set; } /// /// /// - public global::Vapi.LangfuseCredentialProvider? Type1696 { get; set; } + public global::Vapi.InflectionAICredentialProvider? Type1696 { get; set; } /// /// /// - public global::Vapi.LmntCredential? Type1697 { get; set; } + public global::Vapi.LangfuseCredential? Type1697 { get; set; } /// /// /// - public global::Vapi.LmntCredentialProvider? Type1698 { get; set; } + public global::Vapi.LangfuseCredentialProvider? Type1698 { get; set; } /// /// /// - public global::Vapi.MakeCredential? Type1699 { get; set; } + public global::Vapi.LmntCredential? Type1699 { get; set; } /// /// /// - public global::Vapi.MakeCredentialProvider? Type1700 { get; set; } + public global::Vapi.LmntCredentialProvider? Type1700 { get; set; } /// /// /// - public global::Vapi.MicrosoftCredential? Type1701 { get; set; } + public global::Vapi.MakeCredential? Type1701 { get; set; } /// /// /// - public global::Vapi.MicrosoftCredentialProvider? Type1702 { get; set; } + public global::Vapi.MakeCredentialProvider? Type1702 { get; set; } /// /// /// - public global::Vapi.MistralCredential? Type1703 { get; set; } + public global::Vapi.MicrosoftCredential? Type1703 { get; set; } /// /// /// - public global::Vapi.MistralCredentialProvider? Type1704 { get; set; } + public global::Vapi.MicrosoftCredentialProvider? Type1704 { get; set; } /// /// /// - public global::Vapi.NeuphonicCredential? Type1705 { get; set; } + public global::Vapi.MistralCredential? Type1705 { get; set; } /// /// /// - public global::Vapi.NeuphonicCredentialProvider? Type1706 { get; set; } + public global::Vapi.MistralCredentialProvider? Type1706 { get; set; } /// /// /// - public global::Vapi.OpenAICredential? Type1707 { get; set; } + public global::Vapi.NeuphonicCredential? Type1707 { get; set; } /// /// /// - public global::Vapi.OpenAICredentialProvider? Type1708 { get; set; } + public global::Vapi.NeuphonicCredentialProvider? Type1708 { get; set; } /// /// /// - public global::Vapi.OpenRouterCredential? Type1709 { get; set; } + public global::Vapi.OpenAICredential? Type1709 { get; set; } /// /// /// - public global::Vapi.OpenRouterCredentialProvider? Type1710 { get; set; } + public global::Vapi.OpenAICredentialProvider? Type1710 { get; set; } /// /// /// - public global::Vapi.PerplexityAICredential? Type1711 { get; set; } + public global::Vapi.OpenRouterCredential? Type1711 { get; set; } /// /// /// - public global::Vapi.PerplexityAICredentialProvider? Type1712 { get; set; } + public global::Vapi.OpenRouterCredentialProvider? Type1712 { get; set; } /// /// /// - public global::Vapi.PlayHTCredential? Type1713 { get; set; } + public global::Vapi.PerplexityAICredential? Type1713 { get; set; } /// /// /// - public global::Vapi.PlayHTCredentialProvider? Type1714 { get; set; } + public global::Vapi.PerplexityAICredentialProvider? Type1714 { get; set; } /// /// /// - public global::Vapi.RimeAICredential? Type1715 { get; set; } + public global::Vapi.PlayHTCredential? Type1715 { get; set; } /// /// /// - public global::Vapi.RimeAICredentialProvider? Type1716 { get; set; } + public global::Vapi.PlayHTCredentialProvider? Type1716 { get; set; } /// /// /// - public global::Vapi.RunpodCredential? Type1717 { get; set; } + public global::Vapi.RimeAICredential? Type1717 { get; set; } /// /// /// - public global::Vapi.RunpodCredentialProvider? Type1718 { get; set; } + public global::Vapi.RimeAICredentialProvider? Type1718 { get; set; } /// /// /// - public global::Vapi.WellSaidCredential? Type1719 { get; set; } + public global::Vapi.RunpodCredential? Type1719 { get; set; } /// /// /// - public global::Vapi.WellSaidCredentialProvider? Type1720 { get; set; } + public global::Vapi.RunpodCredentialProvider? Type1720 { get; set; } /// /// /// - public global::Vapi.S3Credential? Type1721 { get; set; } + public global::Vapi.WellSaidCredential? Type1721 { get; set; } /// /// /// - public global::Vapi.S3CredentialProvider? Type1722 { get; set; } + public global::Vapi.WellSaidCredentialProvider? Type1722 { get; set; } /// /// /// - public global::Vapi.SmallestAICredential? Type1723 { get; set; } + public global::Vapi.S3Credential? Type1723 { get; set; } /// /// /// - public global::Vapi.SmallestAICredentialProvider? Type1724 { get; set; } + public global::Vapi.S3CredentialProvider? Type1724 { get; set; } /// /// /// - public global::Vapi.SonioxCredential? Type1725 { get; set; } + public global::Vapi.SmallestAICredential? Type1725 { get; set; } /// /// /// - public global::Vapi.SonioxCredentialProvider? Type1726 { get; set; } + public global::Vapi.SmallestAICredentialProvider? Type1726 { get; set; } /// /// /// - public global::Vapi.SpeechmaticsCredential? Type1727 { get; set; } + public global::Vapi.SonioxCredential? Type1727 { get; set; } /// /// /// - public global::Vapi.SpeechmaticsCredentialProvider? Type1728 { get; set; } + public global::Vapi.SonioxCredentialProvider? Type1728 { get; set; } /// /// /// - public global::Vapi.SupabaseCredential? Type1729 { get; set; } + public global::Vapi.SpeechmaticsCredential? Type1729 { get; set; } /// /// /// - public global::Vapi.SupabaseCredentialProvider? Type1730 { get; set; } + public global::Vapi.SpeechmaticsCredentialProvider? Type1730 { get; set; } /// /// /// - public global::Vapi.TavusCredential? Type1731 { get; set; } + public global::Vapi.SupabaseCredential? Type1731 { get; set; } /// /// /// - public global::Vapi.TavusCredentialProvider? Type1732 { get; set; } + public global::Vapi.SupabaseCredentialProvider? Type1732 { get; set; } /// /// /// - public global::Vapi.TogetherAICredential? Type1733 { get; set; } + public global::Vapi.TavusCredential? Type1733 { get; set; } /// /// /// - public global::Vapi.TogetherAICredentialProvider? Type1734 { get; set; } + public global::Vapi.TavusCredentialProvider? Type1734 { get; set; } /// /// /// - public global::Vapi.TwilioCredential? Type1735 { get; set; } + public global::Vapi.TogetherAICredential? Type1735 { get; set; } /// /// /// - public global::Vapi.TwilioCredentialProvider? Type1736 { get; set; } + public global::Vapi.TogetherAICredentialProvider? Type1736 { get; set; } /// /// /// - public global::Vapi.VonageCredential? Type1737 { get; set; } + public global::Vapi.TwilioCredential? Type1737 { get; set; } /// /// /// - public global::Vapi.VonageCredentialProvider? Type1738 { get; set; } + public global::Vapi.TwilioCredentialProvider? Type1738 { get; set; } /// /// /// - public global::Vapi.WebhookCredential? Type1739 { get; set; } + public global::Vapi.VonageCredential? Type1739 { get; set; } /// /// /// - public global::Vapi.WebhookCredentialProvider? Type1740 { get; set; } + public global::Vapi.VonageCredentialProvider? Type1740 { get; set; } /// /// /// - public global::Vapi.AuthenticationPlan4? Type1741 { get; set; } + public global::Vapi.WebhookCredential? Type1741 { get; set; } /// /// /// - public global::Vapi.WebhookCredentialAuthenticationPlanDiscriminator? Type1742 { get; set; } + public global::Vapi.WebhookCredentialProvider? Type1742 { get; set; } /// /// /// - public global::Vapi.WebhookCredentialAuthenticationPlanDiscriminatorType? Type1743 { get; set; } + public global::Vapi.AuthenticationPlan4? Type1743 { get; set; } /// /// /// - public global::Vapi.SpkiPemPublicKeyConfig? Type1744 { get; set; } + public global::Vapi.WebhookCredentialAuthenticationPlanDiscriminator? Type1744 { get; set; } /// /// /// - public global::Vapi.SpkiPemPublicKeyConfigFormat? Type1745 { get; set; } + public global::Vapi.WebhookCredentialAuthenticationPlanDiscriminatorType? Type1745 { get; set; } /// /// /// - public global::Vapi.PublicKeyEncryptionPlan? Type1746 { get; set; } + public global::Vapi.SpkiPemPublicKeyConfig? Type1746 { get; set; } /// /// /// - public global::Vapi.PublicKeyEncryptionPlanType? Type1747 { get; set; } + public global::Vapi.SpkiPemPublicKeyConfigFormat? Type1747 { get; set; } /// /// /// - public global::Vapi.PublicKeyEncryptionPlanAlgorithm? Type1748 { get; set; } + public global::Vapi.PublicKeyEncryptionPlan? Type1748 { get; set; } /// /// /// - public global::Vapi.PublicKeyEncryptionPlanPublicKeyDiscriminator? Type1749 { get; set; } + public global::Vapi.PublicKeyEncryptionPlanType? Type1749 { get; set; } /// /// /// - public global::Vapi.PublicKeyEncryptionPlanPublicKeyDiscriminatorFormat? Type1750 { get; set; } + public global::Vapi.PublicKeyEncryptionPlanAlgorithm? Type1750 { get; set; } /// /// /// - public global::Vapi.CustomCredential? Type1751 { get; set; } + public global::Vapi.PublicKeyEncryptionPlanPublicKeyDiscriminator? Type1751 { get; set; } /// /// /// - public global::Vapi.CustomCredentialProvider? Type1752 { get; set; } + public global::Vapi.PublicKeyEncryptionPlanPublicKeyDiscriminatorFormat? Type1752 { get; set; } /// /// /// - public global::Vapi.AuthenticationPlan5? Type1753 { get; set; } + public global::Vapi.CustomCredential? Type1753 { get; set; } /// /// /// - public global::Vapi.CustomCredentialAuthenticationPlanDiscriminator? Type1754 { get; set; } + public global::Vapi.CustomCredentialProvider? Type1754 { get; set; } /// /// /// - public global::Vapi.CustomCredentialAuthenticationPlanDiscriminatorType? Type1755 { get; set; } + public global::Vapi.AuthenticationPlan5? Type1755 { get; set; } /// /// /// - public global::Vapi.CustomCredentialEncryptionPlanDiscriminator? Type1756 { get; set; } + public global::Vapi.CustomCredentialAuthenticationPlanDiscriminator? Type1756 { get; set; } /// /// /// - public global::Vapi.CustomCredentialEncryptionPlanDiscriminatorType? Type1757 { get; set; } + public global::Vapi.CustomCredentialAuthenticationPlanDiscriminatorType? Type1757 { get; set; } /// /// /// - public global::Vapi.XAiCredential? Type1758 { get; set; } + public global::Vapi.CustomCredentialEncryptionPlanDiscriminator? Type1758 { get; set; } /// /// /// - public global::Vapi.XAiCredentialProvider? Type1759 { get; set; } + public global::Vapi.CustomCredentialEncryptionPlanDiscriminatorType? Type1759 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarOAuth2ClientCredential? Type1760 { get; set; } + public global::Vapi.XAiCredential? Type1760 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarOAuth2ClientCredentialProvider? Type1761 { get; set; } + public global::Vapi.XAiCredentialProvider? Type1761 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarOAuth2AuthorizationCredential? Type1762 { get; set; } + public global::Vapi.GoogleCalendarOAuth2ClientCredential? Type1762 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarOAuth2AuthorizationCredentialProvider? Type1763 { get; set; } + public global::Vapi.GoogleCalendarOAuth2ClientCredentialProvider? Type1763 { get; set; } /// /// /// - public global::Vapi.GoogleSheetsOAuth2AuthorizationCredential? Type1764 { get; set; } + public global::Vapi.GoogleCalendarOAuth2AuthorizationCredential? Type1764 { get; set; } /// /// /// - public global::Vapi.GoogleSheetsOAuth2AuthorizationCredentialProvider? Type1765 { get; set; } + public global::Vapi.GoogleCalendarOAuth2AuthorizationCredentialProvider? Type1765 { get; set; } /// /// /// - public global::Vapi.SlackOAuth2AuthorizationCredential? Type1766 { get; set; } + public global::Vapi.GoogleSheetsOAuth2AuthorizationCredential? Type1766 { get; set; } /// /// /// - public global::Vapi.SlackOAuth2AuthorizationCredentialProvider? Type1767 { get; set; } + public global::Vapi.GoogleSheetsOAuth2AuthorizationCredentialProvider? Type1767 { get; set; } /// /// /// - public global::Vapi.GoHighLevelMCPCredential? Type1768 { get; set; } + public global::Vapi.SlackOAuth2AuthorizationCredential? Type1768 { get; set; } /// /// /// - public global::Vapi.GoHighLevelMCPCredentialProvider? Type1769 { get; set; } + public global::Vapi.SlackOAuth2AuthorizationCredentialProvider? Type1769 { get; set; } /// /// /// - public global::Vapi.InworldCredential? Type1770 { get; set; } + public global::Vapi.GoHighLevelMCPCredential? Type1770 { get; set; } /// /// /// - public global::Vapi.InworldCredentialProvider? Type1771 { get; set; } + public global::Vapi.GoHighLevelMCPCredentialProvider? Type1771 { get; set; } /// /// /// - public global::Vapi.EmailCredential? Type1772 { get; set; } + public global::Vapi.InworldCredential? Type1772 { get; set; } /// /// /// - public global::Vapi.EmailCredentialProvider? Type1773 { get; set; } + public global::Vapi.InworldCredentialProvider? Type1773 { get; set; } /// /// /// - public global::Vapi.SlackWebhookCredential? Type1774 { get; set; } + public global::Vapi.EmailCredential? Type1774 { get; set; } /// /// /// - public global::Vapi.SlackWebhookCredentialProvider? Type1775 { get; set; } + public global::Vapi.EmailCredentialProvider? Type1775 { get; set; } /// /// /// - public global::Vapi.CreateCerebrasCredentialDTOProvider? Type1776 { get; set; } + public global::Vapi.SlackWebhookCredential? Type1776 { get; set; } /// /// /// - public global::Vapi.CreateGoogleCredentialDTOProvider? Type1777 { get; set; } + public global::Vapi.SlackWebhookCredentialProvider? Type1777 { get; set; } /// /// /// - public global::Vapi.CreateHumeCredentialDTOProvider? Type1778 { get; set; } + public global::Vapi.CreateCerebrasCredentialDTOProvider? Type1778 { get; set; } /// /// /// - public global::Vapi.CreateInflectionAICredentialDTOProvider? Type1779 { get; set; } + public global::Vapi.CreateGoogleCredentialDTOProvider? Type1779 { get; set; } /// /// /// - public global::Vapi.CreateMicrosoftCredentialDTOProvider? Type1780 { get; set; } + public global::Vapi.CreateHumeCredentialDTOProvider? Type1780 { get; set; } /// /// /// - public global::Vapi.CreateMistralCredentialDTOProvider? Type1781 { get; set; } + public global::Vapi.CreateInflectionAICredentialDTOProvider? Type1781 { get; set; } /// /// /// - public global::Vapi.CreateNeuphonicCredentialDTOProvider? Type1782 { get; set; } + public global::Vapi.CreateMicrosoftCredentialDTOProvider? Type1782 { get; set; } /// /// /// - public global::Vapi.CreateWellSaidCredentialDTOProvider? Type1783 { get; set; } + public global::Vapi.CreateMistralCredentialDTOProvider? Type1783 { get; set; } /// /// /// - public global::Vapi.CreateSonioxCredentialDTOProvider? Type1784 { get; set; } + public global::Vapi.CreateNeuphonicCredentialDTOProvider? Type1784 { get; set; } /// /// /// - public global::Vapi.CreateSpeechmaticsCredentialDTOProvider? Type1785 { get; set; } + public global::Vapi.CreateWellSaidCredentialDTOProvider? Type1785 { get; set; } /// /// /// - public global::Vapi.CreateCustomCredentialDTOProvider? Type1786 { get; set; } + public global::Vapi.CreateSonioxCredentialDTOProvider? Type1786 { get; set; } /// /// /// - public global::Vapi.AuthenticationPlan6? Type1787 { get; set; } + public global::Vapi.CreateSpeechmaticsCredentialDTOProvider? Type1787 { get; set; } /// /// /// - public global::Vapi.CreateCustomCredentialDTOAuthenticationPlanDiscriminator? Type1788 { get; set; } + public global::Vapi.CreateCustomCredentialDTOProvider? Type1788 { get; set; } /// /// /// - public global::Vapi.CreateCustomCredentialDTOAuthenticationPlanDiscriminatorType? Type1789 { get; set; } + public global::Vapi.AuthenticationPlan6? Type1789 { get; set; } /// /// /// - public global::Vapi.CreateCustomCredentialDTOEncryptionPlanDiscriminator? Type1790 { get; set; } + public global::Vapi.CreateCustomCredentialDTOAuthenticationPlanDiscriminator? Type1790 { get; set; } /// /// /// - public global::Vapi.CreateCustomCredentialDTOEncryptionPlanDiscriminatorType? Type1791 { get; set; } + public global::Vapi.CreateCustomCredentialDTOAuthenticationPlanDiscriminatorType? Type1791 { get; set; } /// /// /// - public global::Vapi.CreateGoHighLevelMCPCredentialDTOProvider? Type1792 { get; set; } + public global::Vapi.CreateCustomCredentialDTOEncryptionPlanDiscriminator? Type1792 { get; set; } /// /// /// - public global::Vapi.CreateInworldCredentialDTOProvider? Type1793 { get; set; } + public global::Vapi.CreateCustomCredentialDTOEncryptionPlanDiscriminatorType? Type1793 { get; set; } /// /// /// - public global::Vapi.CreateEmailCredentialDTOProvider? Type1794 { get; set; } + public global::Vapi.CreateGoHighLevelMCPCredentialDTOProvider? Type1794 { get; set; } /// /// /// - public global::Vapi.CreateSlackWebhookCredentialDTOProvider? Type1795 { get; set; } + public global::Vapi.CreateInworldCredentialDTOProvider? Type1795 { get; set; } /// /// /// - public global::Vapi.UpdateAnthropicCredentialDTO? Type1796 { get; set; } + public global::Vapi.CreateEmailCredentialDTOProvider? Type1796 { get; set; } /// /// /// - public global::Vapi.UpdateAnthropicBedrockCredentialDTO? Type1797 { get; set; } + public global::Vapi.CreateSlackWebhookCredentialDTOProvider? Type1797 { get; set; } /// /// /// - public global::Vapi.UpdateAnthropicBedrockCredentialDTORegion? Type1798 { get; set; } + public global::Vapi.UpdateAnthropicCredentialDTO? Type1798 { get; set; } /// /// /// - public global::Vapi.UpdateAnyscaleCredentialDTO? Type1799 { get; set; } + public global::Vapi.UpdateAnthropicBedrockCredentialDTO? Type1799 { get; set; } /// /// /// - public global::Vapi.UpdateAssemblyAICredentialDTO? Type1800 { get; set; } + public global::Vapi.UpdateAnthropicBedrockCredentialDTORegion? Type1800 { get; set; } /// /// /// - public global::Vapi.UpdateAzureCredentialDTO? Type1801 { get; set; } + public global::Vapi.UpdateAnyscaleCredentialDTO? Type1801 { get; set; } /// /// /// - public global::Vapi.UpdateAzureCredentialDTOService? Type1802 { get; set; } + public global::Vapi.UpdateAssemblyAICredentialDTO? Type1802 { get; set; } /// /// /// - public global::Vapi.UpdateAzureCredentialDTORegion? Type1803 { get; set; } + public global::Vapi.UpdateAzureCredentialDTO? Type1803 { get; set; } /// /// /// - public global::Vapi.UpdateAzureOpenAICredentialDTO? Type1804 { get; set; } + public global::Vapi.UpdateAzureCredentialDTOService? Type1804 { get; set; } /// /// /// - public global::Vapi.UpdateAzureOpenAICredentialDTORegion? Type1805 { get; set; } + public global::Vapi.UpdateAzureCredentialDTORegion? Type1805 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1806 { get; set; } + public global::Vapi.UpdateAzureOpenAICredentialDTO? Type1806 { get; set; } /// /// /// - public global::Vapi.UpdateAzureOpenAICredentialDTOModel? Type1807 { get; set; } + public global::Vapi.UpdateAzureOpenAICredentialDTORegion? Type1807 { get; set; } /// /// /// - public global::Vapi.UpdateByoSipTrunkCredentialDTO? Type1808 { get; set; } + public global::System.Collections.Generic.IList? Type1808 { get; set; } /// /// /// - public global::Vapi.UpdateCartesiaCredentialDTO? Type1809 { get; set; } + public global::Vapi.UpdateAzureOpenAICredentialDTOModel? Type1809 { get; set; } /// /// /// - public global::Vapi.UpdateCerebrasCredentialDTO? Type1810 { get; set; } + public global::Vapi.UpdateByoSipTrunkCredentialDTO? Type1810 { get; set; } /// /// /// - public global::Vapi.UpdateCloudflareCredentialDTO? Type1811 { get; set; } + public global::Vapi.UpdateCartesiaCredentialDTO? Type1811 { get; set; } /// /// /// - public global::Vapi.UpdateCustomLLMCredentialDTO? Type1812 { get; set; } + public global::Vapi.UpdateCerebrasCredentialDTO? Type1812 { get; set; } /// /// /// - public global::Vapi.UpdateDeepgramCredentialDTO? Type1813 { get; set; } + public global::Vapi.UpdateCloudflareCredentialDTO? Type1813 { get; set; } /// /// /// - public global::Vapi.UpdateDeepInfraCredentialDTO? Type1814 { get; set; } + public global::Vapi.UpdateCustomLLMCredentialDTO? Type1814 { get; set; } /// /// /// - public global::Vapi.UpdateDeepSeekCredentialDTO? Type1815 { get; set; } + public global::Vapi.UpdateDeepgramCredentialDTO? Type1815 { get; set; } /// /// /// - public global::Vapi.UpdateElevenLabsCredentialDTO? Type1816 { get; set; } + public global::Vapi.UpdateDeepInfraCredentialDTO? Type1816 { get; set; } /// /// /// - public global::Vapi.UpdateElevenLabsCredentialDTOBaseUrl? Type1817 { get; set; } + public global::Vapi.UpdateDeepSeekCredentialDTO? Type1817 { get; set; } /// /// /// - public global::Vapi.UpdateGcpCredentialDTO? Type1818 { get; set; } + public global::Vapi.UpdateElevenLabsCredentialDTO? Type1818 { get; set; } /// /// /// - public global::Vapi.UpdateGladiaCredentialDTO? Type1819 { get; set; } + public global::Vapi.UpdateElevenLabsCredentialDTOApiUrl? Type1819 { get; set; } /// /// /// - public global::Vapi.UpdateGoHighLevelCredentialDTO? Type1820 { get; set; } + public global::Vapi.UpdateGcpCredentialDTO? Type1820 { get; set; } /// /// /// - public global::Vapi.UpdateGoogleCredentialDTO? Type1821 { get; set; } + public global::Vapi.UpdateGladiaCredentialDTO? Type1821 { get; set; } /// /// /// - public global::Vapi.UpdateGroqCredentialDTO? Type1822 { get; set; } + public global::Vapi.UpdateGoHighLevelCredentialDTO? Type1822 { get; set; } /// /// /// - public global::Vapi.UpdateHumeCredentialDTO? Type1823 { get; set; } + public global::Vapi.UpdateGoogleCredentialDTO? Type1823 { get; set; } /// /// /// - public global::Vapi.UpdateInflectionAICredentialDTO? Type1824 { get; set; } + public global::Vapi.UpdateGroqCredentialDTO? Type1824 { get; set; } /// /// /// - public global::Vapi.UpdateLangfuseCredentialDTO? Type1825 { get; set; } + public global::Vapi.UpdateHumeCredentialDTO? Type1825 { get; set; } /// /// /// - public global::Vapi.UpdateLmntCredentialDTO? Type1826 { get; set; } + public global::Vapi.UpdateInflectionAICredentialDTO? Type1826 { get; set; } /// /// /// - public global::Vapi.UpdateMakeCredentialDTO? Type1827 { get; set; } + public global::Vapi.UpdateLangfuseCredentialDTO? Type1827 { get; set; } /// /// /// - public global::Vapi.UpdateMicrosoftCredentialDTO? Type1828 { get; set; } + public global::Vapi.UpdateLmntCredentialDTO? Type1828 { get; set; } /// /// /// - public global::Vapi.UpdateMistralCredentialDTO? Type1829 { get; set; } + public global::Vapi.UpdateMakeCredentialDTO? Type1829 { get; set; } /// /// /// - public global::Vapi.UpdateNeuphonicCredentialDTO? Type1830 { get; set; } + public global::Vapi.UpdateMicrosoftCredentialDTO? Type1830 { get; set; } /// /// /// - public global::Vapi.UpdateOpenAICredentialDTO? Type1831 { get; set; } + public global::Vapi.UpdateMistralCredentialDTO? Type1831 { get; set; } /// /// /// - public global::Vapi.UpdateOpenRouterCredentialDTO? Type1832 { get; set; } + public global::Vapi.UpdateNeuphonicCredentialDTO? Type1832 { get; set; } /// /// /// - public global::Vapi.UpdatePerplexityAICredentialDTO? Type1833 { get; set; } + public global::Vapi.UpdateOpenAICredentialDTO? Type1833 { get; set; } /// /// /// - public global::Vapi.UpdatePlayHTCredentialDTO? Type1834 { get; set; } + public global::Vapi.UpdateOpenRouterCredentialDTO? Type1834 { get; set; } /// /// /// - public global::Vapi.UpdateRimeAICredentialDTO? Type1835 { get; set; } + public global::Vapi.UpdatePerplexityAICredentialDTO? Type1835 { get; set; } /// /// /// - public global::Vapi.UpdateRunpodCredentialDTO? Type1836 { get; set; } + public global::Vapi.UpdatePlayHTCredentialDTO? Type1836 { get; set; } /// /// /// - public global::Vapi.UpdateWellSaidCredentialDTO? Type1837 { get; set; } + public global::Vapi.UpdateRimeAICredentialDTO? Type1837 { get; set; } /// /// /// - public global::Vapi.UpdateS3CredentialDTO? Type1838 { get; set; } + public global::Vapi.UpdateRunpodCredentialDTO? Type1838 { get; set; } /// /// /// - public global::Vapi.UpdateTogetherAICredentialDTO? Type1839 { get; set; } + public global::Vapi.UpdateWellSaidCredentialDTO? Type1839 { get; set; } /// /// /// - public global::Vapi.UpdateTwilioCredentialDTO? Type1840 { get; set; } + public global::Vapi.UpdateS3CredentialDTO? Type1840 { get; set; } /// /// /// - public global::Vapi.UpdateVonageCredentialDTO? Type1841 { get; set; } + public global::Vapi.UpdateTogetherAICredentialDTO? Type1841 { get; set; } /// /// /// - public global::Vapi.UpdateWebhookCredentialDTO? Type1842 { get; set; } + public global::Vapi.UpdateTwilioCredentialDTO? Type1842 { get; set; } /// /// /// - public global::Vapi.AuthenticationPlan8? Type1843 { get; set; } + public global::Vapi.UpdateVonageCredentialDTO? Type1843 { get; set; } /// /// /// - public global::Vapi.UpdateWebhookCredentialDTOAuthenticationPlanDiscriminator? Type1844 { get; set; } + public global::Vapi.UpdateWebhookCredentialDTO? Type1844 { get; set; } /// /// /// - public global::Vapi.UpdateWebhookCredentialDTOAuthenticationPlanDiscriminatorType? Type1845 { get; set; } + public global::Vapi.AuthenticationPlan8? Type1845 { get; set; } /// /// /// - public global::Vapi.UpdateCustomCredentialDTO? Type1846 { get; set; } + public global::Vapi.UpdateWebhookCredentialDTOAuthenticationPlanDiscriminator? Type1846 { get; set; } /// /// /// - public global::Vapi.AuthenticationPlan9? Type1847 { get; set; } + public global::Vapi.UpdateWebhookCredentialDTOAuthenticationPlanDiscriminatorType? Type1847 { get; set; } /// /// /// - public global::Vapi.UpdateCustomCredentialDTOAuthenticationPlanDiscriminator? Type1848 { get; set; } + public global::Vapi.UpdateCustomCredentialDTO? Type1848 { get; set; } /// /// /// - public global::Vapi.UpdateCustomCredentialDTOAuthenticationPlanDiscriminatorType? Type1849 { get; set; } + public global::Vapi.AuthenticationPlan9? Type1849 { get; set; } /// /// /// - public global::Vapi.UpdateCustomCredentialDTOEncryptionPlanDiscriminator? Type1850 { get; set; } + public global::Vapi.UpdateCustomCredentialDTOAuthenticationPlanDiscriminator? Type1850 { get; set; } /// /// /// - public global::Vapi.UpdateCustomCredentialDTOEncryptionPlanDiscriminatorType? Type1851 { get; set; } + public global::Vapi.UpdateCustomCredentialDTOAuthenticationPlanDiscriminatorType? Type1851 { get; set; } /// /// /// - public global::Vapi.UpdateXAiCredentialDTO? Type1852 { get; set; } + public global::Vapi.UpdateCustomCredentialDTOEncryptionPlanDiscriminator? Type1852 { get; set; } /// /// /// - public global::Vapi.UpdateGoogleCalendarOAuth2ClientCredentialDTO? Type1853 { get; set; } + public global::Vapi.UpdateCustomCredentialDTOEncryptionPlanDiscriminatorType? Type1853 { get; set; } /// /// /// - public global::Vapi.UpdateGoogleCalendarOAuth2AuthorizationCredentialDTO? Type1854 { get; set; } + public global::Vapi.UpdateXAiCredentialDTO? Type1854 { get; set; } /// /// /// - public global::Vapi.UpdateGoogleSheetsOAuth2AuthorizationCredentialDTO? Type1855 { get; set; } + public global::Vapi.UpdateGoogleCalendarOAuth2ClientCredentialDTO? Type1855 { get; set; } /// /// /// - public global::Vapi.UpdateSlackOAuth2AuthorizationCredentialDTO? Type1856 { get; set; } + public global::Vapi.UpdateGoogleCalendarOAuth2AuthorizationCredentialDTO? Type1856 { get; set; } /// /// /// - public global::Vapi.UpdateGoHighLevelMCPCredentialDTO? Type1857 { get; set; } + public global::Vapi.UpdateGoogleSheetsOAuth2AuthorizationCredentialDTO? Type1857 { get; set; } /// /// /// - public global::Vapi.UpdateInworldCredentialDTO? Type1858 { get; set; } + public global::Vapi.UpdateSlackOAuth2AuthorizationCredentialDTO? Type1858 { get; set; } /// /// /// - public global::Vapi.UpdateEmailCredentialDTO? Type1859 { get; set; } + public global::Vapi.UpdateGoHighLevelMCPCredentialDTO? Type1859 { get; set; } /// /// /// - public global::Vapi.UpdateSlackWebhookCredentialDTO? Type1860 { get; set; } + public global::Vapi.UpdateInworldCredentialDTO? Type1860 { get; set; } /// /// /// - public global::Vapi.UpdateSonioxCredentialDTO? Type1861 { get; set; } + public global::Vapi.UpdateEmailCredentialDTO? Type1861 { get; set; } /// /// /// - public global::Vapi.CredentialSessionResponse? Type1862 { get; set; } + public global::Vapi.UpdateSlackWebhookCredentialDTO? Type1862 { get; set; } /// /// /// - public global::Vapi.CredentialEndUser? Type1863 { get; set; } + public global::Vapi.UpdateSonioxCredentialDTO? Type1863 { get; set; } /// /// /// - public global::Vapi.CredentialSessionError? Type1864 { get; set; } + public global::Vapi.CredentialSessionResponse? Type1864 { get; set; } /// /// /// - public global::Vapi.CredentialWebhookDTO? Type1865 { get; set; } + public global::Vapi.CredentialEndUser? Type1865 { get; set; } /// /// /// - public global::Vapi.CredentialWebhookDTOType? Type1866 { get; set; } + public global::Vapi.CredentialSessionError? Type1866 { get; set; } /// /// /// - public global::Vapi.CredentialWebhookDTOOperation? Type1867 { get; set; } + public global::Vapi.CredentialWebhookDTO? Type1867 { get; set; } /// /// /// - public global::Vapi.CredentialWebhookDTOAuthMode? Type1868 { get; set; } + public global::Vapi.CredentialWebhookDTOType? Type1868 { get; set; } /// /// /// - public global::Vapi.CredentialActionRequest? Type1869 { get; set; } + public global::Vapi.CredentialWebhookDTOOperation? Type1869 { get; set; } /// /// /// - public global::Vapi.HMACAuthenticationPlanType? Type1870 { get; set; } + public global::Vapi.CredentialWebhookDTOAuthMode? Type1870 { get; set; } /// /// /// - public global::Vapi.HMACAuthenticationPlanAlgorithm? Type1871 { get; set; } + public global::Vapi.CredentialActionRequest? Type1871 { get; set; } /// /// /// - public global::Vapi.HMACAuthenticationPlanSignatureEncoding? Type1872 { get; set; } + public global::Vapi.HMACAuthenticationPlanType? Type1872 { get; set; } /// /// /// - public global::Vapi.BearerAuthenticationPlanType? Type1873 { get; set; } + public global::Vapi.HMACAuthenticationPlanAlgorithm? Type1873 { get; set; } /// /// /// - public global::Vapi.AWSIAMCredentialsAuthenticationPlanType? Type1874 { get; set; } + public global::Vapi.HMACAuthenticationPlanSignatureEncoding? Type1874 { get; set; } /// /// /// - public global::Vapi.AWSStsAuthenticationPlanType? Type1875 { get; set; } + public global::Vapi.BearerAuthenticationPlanType? Type1875 { get; set; } /// /// /// - public global::Vapi.ToolTemplateSetup? Type1876 { get; set; } + public global::Vapi.AWSIAMCredentialsAuthenticationPlanType? Type1876 { get; set; } /// /// /// - public global::Vapi.MakeToolProviderDetails? Type1877 { get; set; } + public global::Vapi.AWSStsAuthenticationPlanType? Type1877 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1878 { get; set; } + public global::Vapi.ToolTemplateSetup? Type1878 { get; set; } /// /// /// - public global::Vapi.MakeToolProviderDetailsType? Type1879 { get; set; } + public global::Vapi.MakeToolProviderDetails? Type1879 { get; set; } /// /// /// - public global::Vapi.GhlToolProviderDetails? Type1880 { get; set; } + public global::System.Collections.Generic.IList? Type1880 { get; set; } /// /// /// - public global::Vapi.GhlToolProviderDetailsType? Type1881 { get; set; } + public global::Vapi.MakeToolProviderDetailsType? Type1881 { get; set; } /// /// /// - public global::Vapi.FunctionToolProviderDetails? Type1882 { get; set; } + public global::Vapi.GhlToolProviderDetails? Type1882 { get; set; } /// /// /// - public global::Vapi.FunctionToolProviderDetailsType? Type1883 { get; set; } + public global::Vapi.GhlToolProviderDetailsType? Type1883 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarCreateEventToolProviderDetails? Type1884 { get; set; } + public global::Vapi.FunctionToolProviderDetails? Type1884 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarCreateEventToolProviderDetailsType? Type1885 { get; set; } + public global::Vapi.FunctionToolProviderDetailsType? Type1885 { get; set; } /// /// /// - public global::Vapi.GoogleSheetsRowAppendToolProviderDetails? Type1886 { get; set; } + public global::Vapi.GoogleCalendarCreateEventToolProviderDetails? Type1886 { get; set; } /// /// /// - public global::Vapi.GoogleSheetsRowAppendToolProviderDetailsType? Type1887 { get; set; } + public global::Vapi.GoogleCalendarCreateEventToolProviderDetailsType? Type1887 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarAvailabilityToolProviderDetails? Type1888 { get; set; } + public global::Vapi.GoogleSheetsRowAppendToolProviderDetails? Type1888 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarAvailabilityToolProviderDetailsType? Type1889 { get; set; } + public global::Vapi.GoogleSheetsRowAppendToolProviderDetailsType? Type1889 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarEventCreateToolProviderDetails? Type1890 { get; set; } + public global::Vapi.GoHighLevelCalendarAvailabilityToolProviderDetails? Type1890 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarEventCreateToolProviderDetailsType? Type1891 { get; set; } + public global::Vapi.GoHighLevelCalendarAvailabilityToolProviderDetailsType? Type1891 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactCreateToolProviderDetails? Type1892 { get; set; } + public global::Vapi.GoHighLevelCalendarEventCreateToolProviderDetails? Type1892 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactCreateToolProviderDetailsType? Type1893 { get; set; } + public global::Vapi.GoHighLevelCalendarEventCreateToolProviderDetailsType? Type1893 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactGetToolProviderDetails? Type1894 { get; set; } + public global::Vapi.GoHighLevelContactCreateToolProviderDetails? Type1894 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactGetToolProviderDetailsType? Type1895 { get; set; } + public global::Vapi.GoHighLevelContactCreateToolProviderDetailsType? Type1895 { get; set; } /// /// /// - public global::Vapi.ToolTemplateMetadata? Type1896 { get; set; } + public global::Vapi.GoHighLevelContactGetToolProviderDetails? Type1896 { get; set; } /// /// /// - public global::Vapi.CreateToolTemplateDTO? Type1897 { get; set; } + public global::Vapi.GoHighLevelContactGetToolProviderDetailsType? Type1897 { get; set; } /// /// /// - public global::Vapi.CreateToolTemplateDTOVisibility? Type1898 { get; set; } + public global::Vapi.ToolTemplateMetadata? Type1898 { get; set; } /// /// /// - public global::Vapi.CreateToolTemplateDTOType? Type1899 { get; set; } + public global::Vapi.CreateToolTemplateDTO? Type1899 { get; set; } /// /// /// - public global::Vapi.CreateToolTemplateDTOProvider? Type1900 { get; set; } + public global::Vapi.CreateToolTemplateDTOVisibility? Type1900 { get; set; } /// /// /// - public global::Vapi.Template? Type1901 { get; set; } + public global::Vapi.CreateToolTemplateDTOType? Type1901 { get; set; } /// /// /// - public global::Vapi.TemplateVisibility? Type1902 { get; set; } + public global::Vapi.CreateToolTemplateDTOProvider? Type1902 { get; set; } /// /// /// - public global::Vapi.TemplateType? Type1903 { get; set; } + public global::Vapi.Template? Type1903 { get; set; } /// /// /// - public global::Vapi.TemplateProvider? Type1904 { get; set; } + public global::Vapi.TemplateVisibility? Type1904 { get; set; } /// /// /// - public global::Vapi.UpdateToolTemplateDTO? Type1905 { get; set; } + public global::Vapi.TemplateType? Type1905 { get; set; } /// /// /// - public global::Vapi.UpdateToolTemplateDTOVisibility? Type1906 { get; set; } + public global::Vapi.TemplateProvider? Type1906 { get; set; } /// /// /// - public global::Vapi.UpdateToolTemplateDTOType? Type1907 { get; set; } + public global::Vapi.UpdateToolTemplateDTO? Type1907 { get; set; } /// /// /// - public global::Vapi.UpdateToolTemplateDTOProvider? Type1908 { get; set; } + public global::Vapi.UpdateToolTemplateDTOVisibility? Type1908 { get; set; } /// /// /// - public global::Vapi.VoiceLibrary? Type1909 { get; set; } + public global::Vapi.UpdateToolTemplateDTOType? Type1909 { get; set; } /// /// /// - public global::Vapi.VoiceLibraryGender? Type1910 { get; set; } + public global::Vapi.UpdateToolTemplateDTOProvider? Type1910 { get; set; } /// /// /// - public global::Vapi.SyncVoiceLibraryDTO? Type1911 { get; set; } + public global::Vapi.VoiceLibrary? Type1911 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1912 { get; set; } + public global::Vapi.VoiceLibraryGender? Type1912 { get; set; } /// /// /// - public global::Vapi.SyncVoiceLibraryDTOProvider? Type1913 { get; set; } + public global::Vapi.SyncVoiceLibraryDTO? Type1913 { get; set; } /// /// /// - public global::Vapi.CreateSesameVoiceDTO? Type1914 { get; set; } + public global::System.Collections.Generic.IList? Type1914 { get; set; } /// /// /// - public global::Vapi.CartesiaPronunciationDictItem? Type1915 { get; set; } + public global::Vapi.SyncVoiceLibraryDTOProvider? Type1915 { get; set; } /// /// /// - public global::Vapi.CartesiaPronunciationDictionary? Type1916 { get; set; } + public global::Vapi.CreateSesameVoiceDTO? Type1916 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1917 { get; set; } + public global::Vapi.CartesiaPronunciationDictItem? Type1917 { get; set; } /// /// /// - public global::Vapi.ElevenLabsPronunciationDictionary? Type1918 { get; set; } + public global::Vapi.CartesiaPronunciationDictionary? Type1918 { get; set; } /// /// /// - public global::Vapi.ElevenLabsPronunciationDictionaryPermissionOnResource? Type1919 { get; set; } + public global::System.Collections.Generic.IList? Type1919 { get; set; } /// /// /// - public global::Vapi.ProviderResource? Type1920 { get; set; } + public global::Vapi.ElevenLabsPronunciationDictionary? Type1920 { get; set; } /// /// /// - public global::Vapi.ProviderResourceProvider? Type1921 { get; set; } + public global::Vapi.ElevenLabsPronunciationDictionaryPermissionOnResource? Type1921 { get; set; } /// /// /// - public global::Vapi.ProviderResourceResourceName? Type1922 { get; set; } + public global::Vapi.ProviderResource? Type1922 { get; set; } /// /// /// - public global::Vapi.ProviderResourcePaginatedResponse? Type1923 { get; set; } + public global::Vapi.ProviderResourceProvider? Type1923 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1924 { get; set; } + public global::Vapi.ProviderResourceResourceName? Type1924 { get; set; } /// /// /// - public global::Vapi.VoiceLibraryVoiceResponse? Type1925 { get; set; } + public global::Vapi.ProviderResourcePaginatedResponse? Type1925 { get; set; } /// /// /// - public global::Vapi.OneOf? Type1926 { get; set; } + public global::System.Collections.Generic.IList? Type1926 { get; set; } /// /// /// - public global::Vapi.AddVoiceToProviderDTO? Type1927 { get; set; } + public global::Vapi.VoiceLibraryVoiceResponse? Type1927 { get; set; } /// /// /// - public global::Vapi.CloneVoiceDTO? Type1928 { get; set; } + public global::Vapi.OneOf? Type1928 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1929 { get; set; } + public global::Vapi.AddVoiceToProviderDTO? Type1929 { get; set; } /// /// /// - public global::Vapi.VariableValueGroupBy? Type1930 { get; set; } + public global::Vapi.CloneVoiceDTO? Type1930 { get; set; } /// /// /// - public global::Vapi.TimeRange? Type1931 { get; set; } + public global::System.Collections.Generic.IList? Type1931 { get; set; } /// /// /// - public global::Vapi.TimeRangeStep? Type1932 { get; set; } + public global::Vapi.VariableValueGroupBy? Type1932 { get; set; } /// /// /// - public global::Vapi.AnalyticsOperation? Type1933 { get; set; } + public global::Vapi.TimeRange? Type1933 { get; set; } /// /// /// - public global::Vapi.AnalyticsOperationOperation? Type1934 { get; set; } + public global::Vapi.TimeRangeStep? Type1934 { get; set; } /// /// /// - public global::Vapi.AnalyticsOperationColumn? Type1935 { get; set; } + public global::Vapi.AnalyticsOperation? Type1935 { get; set; } /// /// /// - public global::Vapi.AnalyticsQuery? Type1936 { get; set; } + public global::Vapi.AnalyticsOperationOperation? Type1936 { get; set; } /// /// /// - public global::Vapi.AnalyticsQueryTable? Type1937 { get; set; } + public global::Vapi.AnalyticsOperationColumn? Type1937 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1938 { get; set; } + public global::Vapi.AnalyticsQuery? Type1938 { get; set; } /// /// /// - public global::Vapi.AnalyticsQueryGroupByItem? Type1939 { get; set; } + public global::Vapi.AnalyticsQueryTable? Type1939 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1940 { get; set; } + public global::System.Collections.Generic.IList? Type1940 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1941 { get; set; } + public global::Vapi.AnalyticsQueryGroupByItem? Type1941 { get; set; } /// /// /// - public global::Vapi.AnalyticsQueryDTO? Type1942 { get; set; } + public global::System.Collections.Generic.IList? Type1942 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1943 { get; set; } + public global::System.Collections.Generic.IList? Type1943 { get; set; } /// /// /// - public global::Vapi.AnalyticsQueryResult? Type1944 { get; set; } + public global::Vapi.AnalyticsQueryDTO? Type1944 { get; set; } /// /// /// - public global::Vapi.ClientMessageWorkflowNodeStarted? Type1945 { get; set; } + public global::System.Collections.Generic.IList? Type1945 { get; set; } /// /// /// - public global::Vapi.ClientMessageWorkflowNodeStartedType? Type1946 { get; set; } + public global::Vapi.AnalyticsQueryResult? Type1946 { get; set; } /// /// /// - public global::Vapi.ClientMessageAssistantStarted? Type1947 { get; set; } + public global::Vapi.ClientMessageWorkflowNodeStarted? Type1947 { get; set; } /// /// /// - public global::Vapi.ClientMessageAssistantStartedType? Type1948 { get; set; } + public global::Vapi.ClientMessageWorkflowNodeStartedType? Type1948 { get; set; } /// /// /// - public global::Vapi.ClientMessageConversationUpdate? Type1949 { get; set; } + public global::Vapi.ClientMessageAssistantStarted? Type1949 { get; set; } /// /// /// - public global::Vapi.ClientMessageConversationUpdateType? Type1950 { get; set; } + public global::Vapi.ClientMessageAssistantStartedType? Type1950 { get; set; } /// /// /// - public global::Vapi.ClientMessageHang? Type1951 { get; set; } + public global::Vapi.ClientMessageConversationUpdate? Type1951 { get; set; } /// /// /// - public global::Vapi.ClientMessageHangType? Type1952 { get; set; } + public global::Vapi.ClientMessageConversationUpdateType? Type1952 { get; set; } /// /// /// - public global::Vapi.ClientMessageMetadata? Type1953 { get; set; } + public global::Vapi.ClientMessageHang? Type1953 { get; set; } /// /// /// - public global::Vapi.ClientMessageMetadataType? Type1954 { get; set; } + public global::Vapi.ClientMessageHangType? Type1954 { get; set; } /// /// /// - public global::Vapi.ClientMessageModelOutput? Type1955 { get; set; } + public global::Vapi.ClientMessageMetadata? Type1955 { get; set; } /// /// /// - public global::Vapi.ClientMessageModelOutputType? Type1956 { get; set; } + public global::Vapi.ClientMessageMetadataType? Type1956 { get; set; } /// /// /// - public global::Vapi.ClientMessageSpeechUpdate? Type1957 { get; set; } + public global::Vapi.ClientMessageModelOutput? Type1957 { get; set; } /// /// /// - public global::Vapi.ClientMessageSpeechUpdateType? Type1958 { get; set; } + public global::Vapi.ClientMessageModelOutputType? Type1958 { get; set; } /// /// /// - public global::Vapi.ClientMessageSpeechUpdateStatus? Type1959 { get; set; } + public global::Vapi.ClientMessageSpeechUpdate? Type1959 { get; set; } /// /// /// - public global::Vapi.ClientMessageSpeechUpdateRole? Type1960 { get; set; } + public global::Vapi.ClientMessageSpeechUpdateType? Type1960 { get; set; } /// /// /// - public global::Vapi.ClientMessageTranscript? Type1961 { get; set; } + public global::Vapi.ClientMessageSpeechUpdateStatus? Type1961 { get; set; } /// /// /// - public global::Vapi.ClientMessageTranscriptType? Type1962 { get; set; } + public global::Vapi.ClientMessageSpeechUpdateRole? Type1962 { get; set; } /// /// /// - public global::Vapi.ClientMessageTranscriptRole? Type1963 { get; set; } + public global::Vapi.ClientMessageTranscript? Type1963 { get; set; } /// /// /// - public global::Vapi.ClientMessageTranscriptTranscriptType? Type1964 { get; set; } + public global::Vapi.ClientMessageTranscriptType? Type1964 { get; set; } /// /// /// - public global::Vapi.ClientMessageToolCalls? Type1965 { get; set; } + public global::Vapi.ClientMessageTranscriptRole? Type1965 { get; set; } /// /// /// - public global::Vapi.ClientMessageToolCallsType? Type1966 { get; set; } + public global::Vapi.ClientMessageTranscriptTranscriptType? Type1966 { get; set; } /// /// /// - public global::Vapi.FunctionToolWithToolCall? Type1967 { get; set; } + public global::Vapi.ClientMessageToolCalls? Type1967 { get; set; } /// /// /// - public global::Vapi.GhlToolWithToolCall? Type1968 { get; set; } + public global::Vapi.ClientMessageToolCallsType? Type1968 { get; set; } /// /// /// - public global::Vapi.MakeToolWithToolCall? Type1969 { get; set; } + public global::Vapi.FunctionToolWithToolCall? Type1969 { get; set; } /// /// /// - public global::Vapi.BashToolWithToolCall? Type1970 { get; set; } + public global::Vapi.GhlToolWithToolCall? Type1970 { get; set; } /// /// /// - public global::Vapi.ComputerToolWithToolCall? Type1971 { get; set; } + public global::Vapi.MakeToolWithToolCall? Type1971 { get; set; } /// /// /// - public global::Vapi.TextEditorToolWithToolCall? Type1972 { get; set; } + public global::Vapi.BashToolWithToolCall? Type1972 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarCreateEventToolWithToolCall? Type1973 { get; set; } + public global::Vapi.ComputerToolWithToolCall? Type1973 { get; set; } /// /// /// - public global::Vapi.ClientMessageToolCallsResult? Type1974 { get; set; } + public global::Vapi.TextEditorToolWithToolCall? Type1974 { get; set; } /// /// /// - public global::Vapi.ClientMessageToolCallsResultType? Type1975 { get; set; } + public global::Vapi.GoogleCalendarCreateEventToolWithToolCall? Type1975 { get; set; } /// /// /// - public global::Vapi.ClientMessageTransferUpdate? Type1976 { get; set; } + public global::Vapi.ClientMessageToolCallsResult? Type1976 { get; set; } /// /// /// - public global::Vapi.ClientMessageTransferUpdateType? Type1977 { get; set; } + public global::Vapi.ClientMessageToolCallsResultType? Type1977 { get; set; } /// /// /// - public global::Vapi.ClientMessageUserInterrupted? Type1978 { get; set; } + public global::Vapi.ClientMessageTransferUpdate? Type1978 { get; set; } /// /// /// - public global::Vapi.ClientMessageUserInterruptedType? Type1979 { get; set; } + public global::Vapi.ClientMessageTransferUpdateType? Type1979 { get; set; } /// /// /// - public global::Vapi.ClientMessageLanguageChangeDetected? Type1980 { get; set; } + public global::Vapi.ClientMessageUserInterrupted? Type1980 { get; set; } /// /// /// - public global::Vapi.ClientMessageLanguageChangeDetectedType? Type1981 { get; set; } + public global::Vapi.ClientMessageUserInterruptedType? Type1981 { get; set; } /// /// /// - public global::Vapi.ClientMessageVoiceInput? Type1982 { get; set; } + public global::Vapi.ClientMessageLanguageChangeDetected? Type1982 { get; set; } /// /// /// - public global::Vapi.ClientMessageVoiceInputType? Type1983 { get; set; } + public global::Vapi.ClientMessageLanguageChangeDetectedType? Type1983 { get; set; } /// /// /// - public global::Vapi.ClientMessageAssistantSpeech? Type1984 { get; set; } + public global::Vapi.ClientMessageVoiceInput? Type1984 { get; set; } /// /// /// - public global::Vapi.ClientMessageAssistantSpeechType? Type1985 { get; set; } + public global::Vapi.ClientMessageVoiceInputType? Type1985 { get; set; } /// /// /// - public global::Vapi.ClientMessageAssistantSpeechSource? Type1986 { get; set; } + public global::Vapi.ClientMessageAssistantSpeech? Type1986 { get; set; } /// /// /// - public global::Vapi.Timing? Type1987 { get; set; } + public global::Vapi.ClientMessageAssistantSpeechType? Type1987 { get; set; } /// /// /// - public global::Vapi.ClientMessageAssistantSpeechTimingDiscriminator? Type1988 { get; set; } + public global::Vapi.ClientMessageAssistantSpeechSource? Type1988 { get; set; } /// /// /// - public global::Vapi.ClientMessageAssistantSpeechTimingDiscriminatorType? Type1989 { get; set; } + public global::Vapi.Timing? Type1989 { get; set; } /// /// /// - public global::Vapi.ClientMessageChatCreated? Type1990 { get; set; } + public global::Vapi.ClientMessageAssistantSpeechTimingDiscriminator? Type1990 { get; set; } /// /// /// - public global::Vapi.ClientMessageChatCreatedType? Type1991 { get; set; } + public global::Vapi.ClientMessageAssistantSpeechTimingDiscriminatorType? Type1991 { get; set; } /// /// /// - public global::Vapi.ClientMessageChatDeleted? Type1992 { get; set; } + public global::Vapi.ClientMessageChatCreated? Type1992 { get; set; } /// /// /// - public global::Vapi.ClientMessageChatDeletedType? Type1993 { get; set; } + public global::Vapi.ClientMessageChatCreatedType? Type1993 { get; set; } /// /// /// - public global::Vapi.ClientMessageSessionCreated? Type1994 { get; set; } + public global::Vapi.ClientMessageChatDeleted? Type1994 { get; set; } /// /// /// - public global::Vapi.ClientMessageSessionCreatedType? Type1995 { get; set; } + public global::Vapi.ClientMessageChatDeletedType? Type1995 { get; set; } /// /// /// - public global::Vapi.ClientMessageSessionUpdated? Type1996 { get; set; } + public global::Vapi.ClientMessageSessionCreated? Type1996 { get; set; } /// /// /// - public global::Vapi.ClientMessageSessionUpdatedType? Type1997 { get; set; } + public global::Vapi.ClientMessageSessionCreatedType? Type1997 { get; set; } /// /// /// - public global::Vapi.ClientMessageSessionDeleted? Type1998 { get; set; } + public global::Vapi.ClientMessageSessionUpdated? Type1998 { get; set; } /// /// /// - public global::Vapi.ClientMessageSessionDeletedType? Type1999 { get; set; } + public global::Vapi.ClientMessageSessionUpdatedType? Type1999 { get; set; } /// /// /// - public global::Vapi.ClientMessageCallDeleted? Type2000 { get; set; } + public global::Vapi.ClientMessageSessionDeleted? Type2000 { get; set; } /// /// /// - public global::Vapi.ClientMessageCallDeletedType? Type2001 { get; set; } + public global::Vapi.ClientMessageSessionDeletedType? Type2001 { get; set; } /// /// /// - public global::Vapi.ClientMessageCallDeleteFailed? Type2002 { get; set; } + public global::Vapi.ClientMessageCallDeleted? Type2002 { get; set; } /// /// /// - public global::Vapi.ClientMessageCallDeleteFailedType? Type2003 { get; set; } + public global::Vapi.ClientMessageCallDeletedType? Type2003 { get; set; } /// /// /// - public global::Vapi.ClientMessage? Type2004 { get; set; } + public global::Vapi.ClientMessageCallDeleteFailed? Type2004 { get; set; } /// /// /// - public global::Vapi.ServerMessageAssistantRequest? Type2005 { get; set; } + public global::Vapi.ClientMessageCallDeleteFailedType? Type2005 { get; set; } /// /// /// - public global::Vapi.ServerMessageAssistantRequestType? Type2006 { get; set; } + public global::Vapi.ClientMessage? Type2006 { get; set; } /// /// /// - public global::Vapi.ServerMessageConversationUpdate? Type2007 { get; set; } + public global::Vapi.ServerMessageAssistantRequest? Type2007 { get; set; } /// /// /// - public global::Vapi.ServerMessageConversationUpdateType? Type2008 { get; set; } + public global::Vapi.ServerMessageAssistantRequestType? Type2008 { get; set; } /// /// /// - public global::Vapi.ServerMessageEndOfCallReport? Type2009 { get; set; } + public global::Vapi.ServerMessageConversationUpdate? Type2009 { get; set; } /// /// /// - public global::Vapi.ServerMessageEndOfCallReportType? Type2010 { get; set; } + public global::Vapi.ServerMessageConversationUpdateType? Type2010 { get; set; } /// /// /// - public global::Vapi.ServerMessageEndOfCallReportEndedReason? Type2011 { get; set; } + public global::Vapi.ServerMessageEndOfCallReport? Type2011 { get; set; } /// /// /// - public global::Vapi.ServerMessageHandoffDestinationRequest? Type2012 { get; set; } + public global::Vapi.ServerMessageEndOfCallReportType? Type2012 { get; set; } /// /// /// - public global::Vapi.ServerMessageHandoffDestinationRequestType? Type2013 { get; set; } + public global::Vapi.ServerMessageEndOfCallReportEndedReason? Type2013 { get; set; } /// /// /// - public global::Vapi.ServerMessageHang? Type2014 { get; set; } + public global::Vapi.ServerMessageHandoffDestinationRequest? Type2014 { get; set; } /// /// /// - public global::Vapi.ServerMessageHangType? Type2015 { get; set; } + public global::Vapi.ServerMessageHandoffDestinationRequestType? Type2015 { get; set; } /// /// /// - public global::Vapi.ServerMessageKnowledgeBaseRequest? Type2016 { get; set; } + public global::Vapi.ServerMessageHang? Type2016 { get; set; } /// /// /// - public global::Vapi.ServerMessageKnowledgeBaseRequestType? Type2017 { get; set; } + public global::Vapi.ServerMessageHangType? Type2017 { get; set; } /// /// /// - public global::Vapi.ServerMessageModelOutput? Type2018 { get; set; } + public global::Vapi.ServerMessageKnowledgeBaseRequest? Type2018 { get; set; } /// /// /// - public global::Vapi.ServerMessageModelOutputType? Type2019 { get; set; } + public global::Vapi.ServerMessageKnowledgeBaseRequestType? Type2019 { get; set; } /// /// /// - public global::Vapi.ServerMessagePhoneCallControl? Type2020 { get; set; } + public global::Vapi.ServerMessageModelOutput? Type2020 { get; set; } /// /// /// - public global::Vapi.ServerMessagePhoneCallControlType? Type2021 { get; set; } + public global::Vapi.ServerMessageModelOutputType? Type2021 { get; set; } /// /// /// - public global::Vapi.ServerMessagePhoneCallControlRequest? Type2022 { get; set; } + public global::Vapi.ServerMessagePhoneCallControl? Type2022 { get; set; } /// /// /// - public global::Vapi.ServerMessageSpeechUpdate? Type2023 { get; set; } + public global::Vapi.ServerMessagePhoneCallControlType? Type2023 { get; set; } /// /// /// - public global::Vapi.ServerMessageSpeechUpdateType? Type2024 { get; set; } + public global::Vapi.ServerMessagePhoneCallControlRequest? Type2024 { get; set; } /// /// /// - public global::Vapi.ServerMessageSpeechUpdateStatus? Type2025 { get; set; } + public global::Vapi.ServerMessageSpeechUpdate? Type2025 { get; set; } /// /// /// - public global::Vapi.ServerMessageSpeechUpdateRole? Type2026 { get; set; } + public global::Vapi.ServerMessageSpeechUpdateType? Type2026 { get; set; } /// /// /// - public global::Vapi.ServerMessageStatusUpdate? Type2027 { get; set; } + public global::Vapi.ServerMessageSpeechUpdateStatus? Type2027 { get; set; } /// /// /// - public global::Vapi.ServerMessageStatusUpdateType? Type2028 { get; set; } + public global::Vapi.ServerMessageSpeechUpdateRole? Type2028 { get; set; } /// /// /// - public global::Vapi.ServerMessageStatusUpdateStatus? Type2029 { get; set; } + public global::Vapi.ServerMessageStatusUpdate? Type2029 { get; set; } /// /// /// - public global::Vapi.ServerMessageStatusUpdateEndedReason? Type2030 { get; set; } + public global::Vapi.ServerMessageStatusUpdateType? Type2030 { get; set; } /// /// /// - public global::Vapi.ServerMessageToolCalls? Type2031 { get; set; } + public global::Vapi.ServerMessageStatusUpdateStatus? Type2031 { get; set; } /// /// /// - public global::Vapi.ServerMessageToolCallsType? Type2032 { get; set; } + public global::Vapi.ServerMessageStatusUpdateEndedReason? Type2032 { get; set; } /// /// /// - public global::Vapi.ServerMessageTransferDestinationRequest? Type2033 { get; set; } + public global::Vapi.ServerMessageToolCalls? Type2033 { get; set; } /// /// /// - public global::Vapi.ServerMessageTransferDestinationRequestType? Type2034 { get; set; } + public global::Vapi.ServerMessageToolCallsType? Type2034 { get; set; } /// /// /// - public global::Vapi.ServerMessageTransferUpdate? Type2035 { get; set; } + public global::Vapi.ServerMessageTransferDestinationRequest? Type2035 { get; set; } /// /// /// - public global::Vapi.ServerMessageTransferUpdateType? Type2036 { get; set; } + public global::Vapi.ServerMessageTransferDestinationRequestType? Type2036 { get; set; } /// /// /// - public global::Vapi.ServerMessageTranscript? Type2037 { get; set; } + public global::Vapi.ServerMessageTransferUpdate? Type2037 { get; set; } /// /// /// - public global::Vapi.ServerMessageTranscriptType? Type2038 { get; set; } + public global::Vapi.ServerMessageTransferUpdateType? Type2038 { get; set; } /// /// /// - public global::Vapi.ServerMessageTranscriptRole? Type2039 { get; set; } + public global::Vapi.ServerMessageTranscript? Type2039 { get; set; } /// /// /// - public global::Vapi.ServerMessageTranscriptTranscriptType? Type2040 { get; set; } + public global::Vapi.ServerMessageTranscriptType? Type2040 { get; set; } /// /// /// - public global::Vapi.ServerMessageUserInterrupted? Type2041 { get; set; } + public global::Vapi.ServerMessageTranscriptRole? Type2041 { get; set; } /// /// /// - public global::Vapi.ServerMessageUserInterruptedType? Type2042 { get; set; } + public global::Vapi.ServerMessageTranscriptTranscriptType? Type2042 { get; set; } /// /// /// - public global::Vapi.ServerMessageLanguageChangeDetected? Type2043 { get; set; } + public global::Vapi.ServerMessageUserInterrupted? Type2043 { get; set; } /// /// /// - public global::Vapi.ServerMessageLanguageChangeDetectedType? Type2044 { get; set; } + public global::Vapi.ServerMessageUserInterruptedType? Type2044 { get; set; } /// /// /// - public global::Vapi.ServerMessageVoiceInput? Type2045 { get; set; } + public global::Vapi.ServerMessageLanguageChangeDetected? Type2045 { get; set; } /// /// /// - public global::Vapi.ServerMessageVoiceInputType? Type2046 { get; set; } + public global::Vapi.ServerMessageLanguageChangeDetectedType? Type2046 { get; set; } /// /// /// - public global::Vapi.ServerMessageAssistantSpeech? Type2047 { get; set; } + public global::Vapi.ServerMessageVoiceInput? Type2047 { get; set; } /// /// /// - public global::Vapi.ServerMessageAssistantSpeechType? Type2048 { get; set; } + public global::Vapi.ServerMessageVoiceInputType? Type2048 { get; set; } /// /// /// - public global::Vapi.ServerMessageAssistantSpeechSource? Type2049 { get; set; } + public global::Vapi.ServerMessageAssistantSpeech? Type2049 { get; set; } /// /// /// - public global::Vapi.Timing2? Type2050 { get; set; } + public global::Vapi.ServerMessageAssistantSpeechType? Type2050 { get; set; } /// /// /// - public global::Vapi.ServerMessageAssistantSpeechTimingDiscriminator? Type2051 { get; set; } + public global::Vapi.ServerMessageAssistantSpeechSource? Type2051 { get; set; } /// /// /// - public global::Vapi.ServerMessageAssistantSpeechTimingDiscriminatorType? Type2052 { get; set; } + public global::Vapi.Timing2? Type2052 { get; set; } /// /// /// - public global::Vapi.ServerMessageVoiceRequest? Type2053 { get; set; } + public global::Vapi.ServerMessageAssistantSpeechTimingDiscriminator? Type2053 { get; set; } /// /// /// - public global::Vapi.ServerMessageVoiceRequestType? Type2054 { get; set; } + public global::Vapi.ServerMessageAssistantSpeechTimingDiscriminatorType? Type2054 { get; set; } /// /// /// - public global::Vapi.ServerMessageCallEndpointingRequest? Type2055 { get; set; } + public global::Vapi.ServerMessageVoiceRequest? Type2055 { get; set; } /// /// /// - public global::Vapi.ServerMessageCallEndpointingRequestType? Type2056 { get; set; } + public global::Vapi.ServerMessageVoiceRequestType? Type2056 { get; set; } /// /// /// - public global::Vapi.ServerMessageChatCreated? Type2057 { get; set; } + public global::Vapi.ServerMessageCallEndpointingRequest? Type2057 { get; set; } /// /// /// - public global::Vapi.ServerMessageChatCreatedType? Type2058 { get; set; } + public global::Vapi.ServerMessageCallEndpointingRequestType? Type2058 { get; set; } /// /// /// - public global::Vapi.ServerMessageChatDeleted? Type2059 { get; set; } + public global::Vapi.ServerMessageChatCreated? Type2059 { get; set; } /// /// /// - public global::Vapi.ServerMessageChatDeletedType? Type2060 { get; set; } + public global::Vapi.ServerMessageChatCreatedType? Type2060 { get; set; } /// /// /// - public global::Vapi.ServerMessageSessionCreated? Type2061 { get; set; } + public global::Vapi.ServerMessageChatDeleted? Type2061 { get; set; } /// /// /// - public global::Vapi.ServerMessageSessionCreatedType? Type2062 { get; set; } + public global::Vapi.ServerMessageChatDeletedType? Type2062 { get; set; } /// /// /// - public global::Vapi.ServerMessageSessionUpdated? Type2063 { get; set; } + public global::Vapi.ServerMessageSessionCreated? Type2063 { get; set; } /// /// /// - public global::Vapi.ServerMessageSessionUpdatedType? Type2064 { get; set; } + public global::Vapi.ServerMessageSessionCreatedType? Type2064 { get; set; } /// /// /// - public global::Vapi.ServerMessageSessionDeleted? Type2065 { get; set; } + public global::Vapi.ServerMessageSessionUpdated? Type2065 { get; set; } /// /// /// - public global::Vapi.ServerMessageSessionDeletedType? Type2066 { get; set; } + public global::Vapi.ServerMessageSessionUpdatedType? Type2066 { get; set; } /// /// /// - public global::Vapi.ServerMessageCallDeleted? Type2067 { get; set; } + public global::Vapi.ServerMessageSessionDeleted? Type2067 { get; set; } /// /// /// - public global::Vapi.ServerMessageCallDeletedType? Type2068 { get; set; } + public global::Vapi.ServerMessageSessionDeletedType? Type2068 { get; set; } /// /// /// - public global::Vapi.ServerMessageCallDeleteFailed? Type2069 { get; set; } + public global::Vapi.ServerMessageCallDeleted? Type2069 { get; set; } /// /// /// - public global::Vapi.ServerMessageCallDeleteFailedType? Type2070 { get; set; } + public global::Vapi.ServerMessageCallDeletedType? Type2070 { get; set; } /// /// /// - public global::Vapi.ServerMessage? Type2071 { get; set; } + public global::Vapi.ServerMessageCallDeleteFailed? Type2071 { get; set; } /// /// /// - public global::Vapi.ServerMessageResponseAssistantRequest? Type2072 { get; set; } + public global::Vapi.ServerMessageCallDeleteFailedType? Type2072 { get; set; } /// /// /// - public global::Vapi.ServerMessageResponseHandoffDestinationRequest? Type2073 { get; set; } + public global::Vapi.ServerMessage? Type2073 { get; set; } /// /// /// - public global::Vapi.KnowledgeBaseResponseDocument? Type2074 { get; set; } + public global::Vapi.ServerMessageResponseAssistantRequest? Type2074 { get; set; } /// /// /// - public global::Vapi.ServerMessageResponseKnowledgeBaseRequest? Type2075 { get; set; } + public global::Vapi.ServerMessageResponseHandoffDestinationRequest? Type2075 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2076 { get; set; } + public global::Vapi.KnowledgeBaseResponseDocument? Type2076 { get; set; } /// /// /// - public global::Vapi.ToolCallResult? Type2077 { get; set; } + public global::Vapi.ServerMessageResponseKnowledgeBaseRequest? Type2077 { get; set; } /// /// /// - public global::Vapi.OneOf? Type2078 { get; set; } + public global::System.Collections.Generic.IList? Type2078 { get; set; } /// /// /// - public global::Vapi.ServerMessageResponseToolCalls? Type2079 { get; set; } + public global::Vapi.ToolCallResult? Type2079 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2080 { get; set; } + public global::Vapi.OneOf? Type2080 { get; set; } /// /// /// - public global::Vapi.ServerMessageResponseTransferDestinationRequest? Type2081 { get; set; } + public global::Vapi.ServerMessageResponseToolCalls? Type2081 { get; set; } /// /// /// - public global::Vapi.ServerMessageResponseVoiceRequest? Type2082 { get; set; } + public global::System.Collections.Generic.IList? Type2082 { get; set; } /// /// /// - public global::Vapi.ServerMessageResponseCallEndpointingRequest? Type2083 { get; set; } + public global::Vapi.ServerMessageResponseTransferDestinationRequest? Type2083 { get; set; } /// /// /// - public global::Vapi.ServerMessageResponse? Type2084 { get; set; } + public global::Vapi.ServerMessageResponseVoiceRequest? Type2084 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageAddMessage? Type2085 { get; set; } + public global::Vapi.ServerMessageResponseCallEndpointingRequest? Type2085 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageAddMessageType? Type2086 { get; set; } + public global::Vapi.ServerMessageResponse? Type2086 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageControl? Type2087 { get; set; } + public global::Vapi.ClientInboundMessageAddMessage? Type2087 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageControlType? Type2088 { get; set; } + public global::Vapi.ClientInboundMessageAddMessageType? Type2088 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageControlControl? Type2089 { get; set; } + public global::Vapi.ClientInboundMessageControl? Type2089 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageSay? Type2090 { get; set; } + public global::Vapi.ClientInboundMessageControlType? Type2090 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageSayType? Type2091 { get; set; } + public global::Vapi.ClientInboundMessageControlControl? Type2091 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageEndCall? Type2092 { get; set; } + public global::Vapi.ClientInboundMessageSay? Type2092 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageEndCallType? Type2093 { get; set; } + public global::Vapi.ClientInboundMessageSayType? Type2093 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageTransfer? Type2094 { get; set; } + public global::Vapi.ClientInboundMessageEndCall? Type2094 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageTransferType? Type2095 { get; set; } + public global::Vapi.ClientInboundMessageEndCallType? Type2095 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageSendTransportMessage? Type2096 { get; set; } + public global::Vapi.ClientInboundMessageTransfer? Type2096 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessageSendTransportMessageType? Type2097 { get; set; } + public global::Vapi.ClientInboundMessageTransferType? Type2097 { get; set; } /// /// /// - public global::Vapi.OneOf? Type2098 { get; set; } + public global::Vapi.ClientInboundMessageSendTransportMessage? Type2098 { get; set; } /// /// /// - public global::Vapi.VapiSipTransportMessage? Type2099 { get; set; } + public global::Vapi.ClientInboundMessageSendTransportMessageType? Type2099 { get; set; } /// /// /// - public global::Vapi.TwilioTransportMessage? Type2100 { get; set; } + public global::Vapi.OneOf? Type2100 { get; set; } /// /// /// - public global::Vapi.ClientInboundMessage? Type2101 { get; set; } + public global::Vapi.VapiSipTransportMessage? Type2101 { get; set; } /// /// /// - public global::Vapi.KnowledgeBaseCostType? Type2102 { get; set; } + public global::Vapi.TwilioTransportMessage? Type2102 { get; set; } /// /// /// - public global::Vapi.SessionCostType? Type2103 { get; set; } + public global::Vapi.ClientInboundMessage? Type2103 { get; set; } /// /// /// - public global::Vapi.FunctionToolWithToolCallType? Type2104 { get; set; } + public global::Vapi.KnowledgeBaseCostType? Type2104 { get; set; } /// /// /// - public global::Vapi.GhlToolWithToolCallType? Type2105 { get; set; } + public global::Vapi.SessionCostType? Type2105 { get; set; } /// /// /// - public global::Vapi.MakeToolWithToolCallType? Type2106 { get; set; } + public global::Vapi.FunctionToolWithToolCallType? Type2106 { get; set; } /// /// /// - public global::Vapi.BashToolWithToolCallType? Type2107 { get; set; } + public global::Vapi.GhlToolWithToolCallType? Type2107 { get; set; } /// /// /// - public global::Vapi.BashToolWithToolCallSubType? Type2108 { get; set; } + public global::Vapi.MakeToolWithToolCallType? Type2108 { get; set; } /// /// /// - public global::Vapi.BashToolWithToolCallName? Type2109 { get; set; } + public global::Vapi.BashToolWithToolCallType? Type2109 { get; set; } /// /// /// - public global::Vapi.ComputerToolWithToolCallType? Type2110 { get; set; } + public global::Vapi.BashToolWithToolCallSubType? Type2110 { get; set; } /// /// /// - public global::Vapi.ComputerToolWithToolCallSubType? Type2111 { get; set; } + public global::Vapi.BashToolWithToolCallName? Type2111 { get; set; } /// /// /// - public global::Vapi.ComputerToolWithToolCallName? Type2112 { get; set; } + public global::Vapi.ComputerToolWithToolCallType? Type2112 { get; set; } /// /// /// - public global::Vapi.TextEditorToolWithToolCallType? Type2113 { get; set; } + public global::Vapi.ComputerToolWithToolCallSubType? Type2113 { get; set; } /// /// /// - public global::Vapi.TextEditorToolWithToolCallSubType? Type2114 { get; set; } + public global::Vapi.ComputerToolWithToolCallName? Type2114 { get; set; } /// /// /// - public global::Vapi.TextEditorToolWithToolCallName? Type2115 { get; set; } + public global::Vapi.TextEditorToolWithToolCallType? Type2115 { get; set; } /// /// /// - public global::Vapi.GoogleCalendarCreateEventToolWithToolCallType? Type2116 { get; set; } + public global::Vapi.TextEditorToolWithToolCallSubType? Type2116 { get; set; } /// /// /// - public global::Vapi.GoogleSheetsRowAppendToolWithToolCall? Type2117 { get; set; } + public global::Vapi.TextEditorToolWithToolCallName? Type2117 { get; set; } /// /// /// - public global::Vapi.GoogleSheetsRowAppendToolWithToolCallType? Type2118 { get; set; } + public global::Vapi.GoogleCalendarCreateEventToolWithToolCallType? Type2118 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarAvailabilityToolWithToolCall? Type2119 { get; set; } + public global::Vapi.GoogleSheetsRowAppendToolWithToolCall? Type2119 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarAvailabilityToolWithToolCallType? Type2120 { get; set; } + public global::Vapi.GoogleSheetsRowAppendToolWithToolCallType? Type2120 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarEventCreateToolWithToolCall? Type2121 { get; set; } + public global::Vapi.GoHighLevelCalendarAvailabilityToolWithToolCall? Type2121 { get; set; } /// /// /// - public global::Vapi.GoHighLevelCalendarEventCreateToolWithToolCallType? Type2122 { get; set; } + public global::Vapi.GoHighLevelCalendarAvailabilityToolWithToolCallType? Type2122 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactCreateToolWithToolCall? Type2123 { get; set; } + public global::Vapi.GoHighLevelCalendarEventCreateToolWithToolCall? Type2123 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactCreateToolWithToolCallType? Type2124 { get; set; } + public global::Vapi.GoHighLevelCalendarEventCreateToolWithToolCallType? Type2124 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactGetToolWithToolCall? Type2125 { get; set; } + public global::Vapi.GoHighLevelContactCreateToolWithToolCall? Type2125 { get; set; } /// /// /// - public global::Vapi.GoHighLevelContactGetToolWithToolCallType? Type2126 { get; set; } + public global::Vapi.GoHighLevelContactCreateToolWithToolCallType? Type2126 { get; set; } /// /// /// - public global::Vapi.VapiSipTransportMessageTransport? Type2127 { get; set; } + public global::Vapi.GoHighLevelContactGetToolWithToolCall? Type2127 { get; set; } /// /// /// - public global::Vapi.VapiSipTransportMessageSipVerb? Type2128 { get; set; } + public global::Vapi.GoHighLevelContactGetToolWithToolCallType? Type2128 { get; set; } /// /// /// - public global::Vapi.TwilioTransportMessageTransport? Type2129 { get; set; } + public global::Vapi.VapiSipTransportMessageTransport? Type2129 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerCreateRequest? Type2130 { get; set; } + public global::Vapi.VapiSipTransportMessageSipVerb? Type2130 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerCreateRequestDiscriminator? Type2131 { get; set; } + public global::Vapi.TwilioTransportMessageTransport? Type2131 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerCreateRequestDiscriminatorProvider? Type2132 { get; set; } + public global::Vapi.PhoneNumberControllerCreateRequest? Type2132 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerUpdateRequest? Type2133 { get; set; } + public global::Vapi.PhoneNumberControllerCreateRequestDiscriminator? Type2133 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerUpdateRequestDiscriminator? Type2134 { get; set; } + public global::Vapi.PhoneNumberControllerCreateRequestDiscriminatorProvider? Type2134 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerUpdateRequestDiscriminatorProvider? Type2135 { get; set; } + public global::Vapi.PhoneNumberControllerUpdateRequest? Type2135 { get; set; } /// /// /// - public global::Vapi.ToolControllerCreateRequest? Type2136 { get; set; } + public global::Vapi.PhoneNumberControllerUpdateRequestDiscriminator? Type2136 { get; set; } /// /// /// - public global::Vapi.ToolControllerCreateRequestDiscriminator? Type2137 { get; set; } + public global::Vapi.PhoneNumberControllerUpdateRequestDiscriminatorProvider? Type2137 { get; set; } /// /// /// - public global::Vapi.ToolControllerCreateRequestDiscriminatorType? Type2138 { get; set; } + public global::Vapi.ToolControllerCreateRequest? Type2138 { get; set; } /// /// /// - public global::Vapi.ToolControllerUpdateRequest? Type2139 { get; set; } + public global::Vapi.ToolControllerCreateRequestDiscriminator? Type2139 { get; set; } /// /// /// - public global::Vapi.ToolControllerUpdateRequestDiscriminator? Type2140 { get; set; } + public global::Vapi.ToolControllerCreateRequestDiscriminatorType? Type2140 { get; set; } /// /// /// - public global::Vapi.ToolControllerUpdateRequestDiscriminatorType? Type2141 { get; set; } + public global::Vapi.ToolControllerUpdateRequest? Type2141 { get; set; } /// /// /// - public global::Vapi.InsightControllerCreateRequest? Type2142 { get; set; } + public global::Vapi.ToolControllerUpdateRequestDiscriminator? Type2142 { get; set; } /// /// /// - public global::Vapi.InsightControllerCreateRequestDiscriminator? Type2143 { get; set; } + public global::Vapi.ToolControllerUpdateRequestDiscriminatorType? Type2143 { get; set; } /// /// /// - public global::Vapi.InsightControllerCreateRequestDiscriminatorType? Type2144 { get; set; } + public global::Vapi.InsightControllerCreateRequest? Type2144 { get; set; } /// /// /// - public global::Vapi.InsightControllerUpdateRequest? Type2145 { get; set; } + public global::Vapi.InsightControllerCreateRequestDiscriminator? Type2145 { get; set; } /// /// /// - public global::Vapi.InsightControllerUpdateRequestDiscriminator? Type2146 { get; set; } + public global::Vapi.InsightControllerCreateRequestDiscriminatorType? Type2146 { get; set; } /// /// /// - public global::Vapi.InsightControllerUpdateRequestDiscriminatorType? Type2147 { get; set; } + public global::Vapi.InsightControllerUpdateRequest? Type2147 { get; set; } /// /// /// - public global::Vapi.InsightControllerPreviewRequest? Type2148 { get; set; } + public global::Vapi.InsightControllerUpdateRequestDiscriminator? Type2148 { get; set; } /// /// /// - public global::Vapi.InsightControllerPreviewRequestDiscriminator? Type2149 { get; set; } + public global::Vapi.InsightControllerUpdateRequestDiscriminatorType? Type2149 { get; set; } /// /// /// - public global::Vapi.InsightControllerPreviewRequestDiscriminatorType? Type2150 { get; set; } + public global::Vapi.InsightControllerPreviewRequest? Type2150 { get; set; } /// /// /// - public global::Vapi.ChatControllerListChatsSortOrder? Type2151 { get; set; } + public global::Vapi.InsightControllerPreviewRequestDiscriminator? Type2151 { get; set; } /// /// /// - public global::Vapi.ChatControllerListChatsSortBy? Type2152 { get; set; } + public global::Vapi.InsightControllerPreviewRequestDiscriminatorType? Type2152 { get; set; } /// /// /// - public global::Vapi.CampaignControllerFindAllStatus? Type2153 { get; set; } + public global::Vapi.ChatControllerListChatsSortOrder? Type2153 { get; set; } /// /// /// - public global::Vapi.CampaignControllerFindAllSortOrder? Type2154 { get; set; } + public global::Vapi.ChatControllerListChatsSortBy? Type2154 { get; set; } /// /// /// - public global::Vapi.CampaignControllerFindAllSortBy? Type2155 { get; set; } + public global::Vapi.CampaignControllerFindAllStatus? Type2155 { get; set; } /// /// /// - public global::Vapi.SessionControllerFindAllPaginatedSortOrder? Type2156 { get; set; } + public global::Vapi.CampaignControllerFindAllSortOrder? Type2156 { get; set; } /// /// /// - public global::Vapi.SessionControllerFindAllPaginatedSortBy? Type2157 { get; set; } + public global::Vapi.CampaignControllerFindAllSortBy? Type2157 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerFindAllPaginatedSortOrder? Type2158 { get; set; } + public global::Vapi.SessionControllerFindAllPaginatedSortOrder? Type2158 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerFindAllPaginatedSortBy? Type2159 { get; set; } + public global::Vapi.SessionControllerFindAllPaginatedSortBy? Type2159 { get; set; } /// /// /// - public global::Vapi.StructuredOutputControllerFindAllSortOrder? Type2160 { get; set; } + public global::Vapi.PhoneNumberControllerFindAllPaginatedSortOrder? Type2160 { get; set; } /// /// /// - public global::Vapi.StructuredOutputControllerFindAllSortBy? Type2161 { get; set; } + public global::Vapi.PhoneNumberControllerFindAllPaginatedSortBy? Type2161 { get; set; } /// /// /// - public global::Vapi.InsightControllerFindAllSortOrder? Type2162 { get; set; } + public global::Vapi.StructuredOutputControllerFindAllSortOrder? Type2162 { get; set; } /// /// /// - public global::Vapi.InsightControllerFindAllSortBy? Type2163 { get; set; } + public global::Vapi.StructuredOutputControllerFindAllSortBy? Type2163 { get; set; } /// /// /// - public global::Vapi.EvalControllerGetPaginatedSortOrder? Type2164 { get; set; } + public global::Vapi.InsightControllerFindAllSortOrder? Type2164 { get; set; } /// /// /// - public global::Vapi.EvalControllerGetPaginatedSortBy? Type2165 { get; set; } + public global::Vapi.InsightControllerFindAllSortBy? Type2165 { get; set; } /// /// /// - public global::Vapi.EvalControllerGetRunsPaginatedSortOrder? Type2166 { get; set; } + public global::Vapi.EvalControllerGetPaginatedSortOrder? Type2166 { get; set; } /// /// /// - public global::Vapi.EvalControllerGetRunsPaginatedSortBy? Type2167 { get; set; } + public global::Vapi.EvalControllerGetPaginatedSortBy? Type2167 { get; set; } /// /// /// - public global::Vapi.ScorecardControllerGetPaginatedSortOrder? Type2168 { get; set; } + public global::Vapi.EvalControllerGetRunsPaginatedSortOrder? Type2168 { get; set; } /// /// /// - public global::Vapi.ScorecardControllerGetPaginatedSortBy? Type2169 { get; set; } + public global::Vapi.EvalControllerGetRunsPaginatedSortBy? Type2169 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerCreateProviderResourceProvider? Type2170 { get; set; } + public global::Vapi.ScorecardControllerGetPaginatedSortOrder? Type2170 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerCreateProviderResourceResourceName? Type2171 { get; set; } + public global::Vapi.ScorecardControllerGetPaginatedSortBy? Type2171 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerGetProviderResourcesPaginatedProvider? Type2172 { get; set; } + public global::Vapi.ProviderResourceControllerCreateProviderResourceProvider? Type2172 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerGetProviderResourcesPaginatedResourceName? Type2173 { get; set; } + public global::Vapi.ProviderResourceControllerCreateProviderResourceResourceName? Type2173 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerGetProviderResourcesPaginatedSortOrder? Type2174 { get; set; } + public global::Vapi.ProviderResourceControllerGetProviderResourcesPaginatedProvider? Type2174 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerGetProviderResourcesPaginatedSortBy? Type2175 { get; set; } + public global::Vapi.ProviderResourceControllerGetProviderResourcesPaginatedResourceName? Type2175 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerGetProviderResourceProvider? Type2176 { get; set; } + public global::Vapi.ProviderResourceControllerGetProviderResourcesPaginatedSortOrder? Type2176 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerGetProviderResourceResourceName? Type2177 { get; set; } + public global::Vapi.ProviderResourceControllerGetProviderResourcesPaginatedSortBy? Type2177 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerDeleteProviderResourceProvider? Type2178 { get; set; } + public global::Vapi.ProviderResourceControllerGetProviderResourceProvider? Type2178 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerDeleteProviderResourceResourceName? Type2179 { get; set; } + public global::Vapi.ProviderResourceControllerGetProviderResourceResourceName? Type2179 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerUpdateProviderResourceProvider? Type2180 { get; set; } + public global::Vapi.ProviderResourceControllerDeleteProviderResourceProvider? Type2180 { get; set; } /// /// /// - public global::Vapi.ProviderResourceControllerUpdateProviderResourceResourceName? Type2181 { get; set; } + public global::Vapi.ProviderResourceControllerDeleteProviderResourceResourceName? Type2181 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2182 { get; set; } + public global::Vapi.ProviderResourceControllerUpdateProviderResourceProvider? Type2182 { get; set; } /// /// /// - public global::Vapi.OneOf? Type2183 { get; set; } + public global::Vapi.ProviderResourceControllerUpdateProviderResourceResourceName? Type2183 { get; set; } /// /// /// - public global::Vapi.OneOf? Type2184 { get; set; } + public global::System.Collections.Generic.IList? Type2184 { get; set; } /// /// /// - public global::Vapi.OneOf? Type2185 { get; set; } + public global::Vapi.OneOf? Type2185 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerCreateResponse? Type2186 { get; set; } + public global::Vapi.OneOf? Type2186 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerCreateResponseDiscriminator? Type2187 { get; set; } + public global::Vapi.OneOf? Type2187 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerCreateResponseDiscriminatorProvider? Type2188 { get; set; } + public global::Vapi.PhoneNumberControllerCreateResponse? Type2188 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2189 { get; set; } + public global::Vapi.PhoneNumberControllerCreateResponseDiscriminator? Type2189 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerFindAllResponseItem? Type2190 { get; set; } + public global::Vapi.PhoneNumberControllerCreateResponseDiscriminatorProvider? Type2190 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerFindAllResponseItemDiscriminator? Type2191 { get; set; } + public global::System.Collections.Generic.IList? Type2191 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerFindAllResponseItemDiscriminatorProvider? Type2192 { get; set; } + public global::Vapi.PhoneNumberControllerFindAllResponseItem? Type2192 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerFindOneResponse? Type2193 { get; set; } + public global::Vapi.PhoneNumberControllerFindAllResponseItemDiscriminator? Type2193 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerFindOneResponseDiscriminator? Type2194 { get; set; } + public global::Vapi.PhoneNumberControllerFindAllResponseItemDiscriminatorProvider? Type2194 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerFindOneResponseDiscriminatorProvider? Type2195 { get; set; } + public global::Vapi.PhoneNumberControllerFindOneResponse? Type2195 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerUpdateResponse? Type2196 { get; set; } + public global::Vapi.PhoneNumberControllerFindOneResponseDiscriminator? Type2196 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerUpdateResponseDiscriminator? Type2197 { get; set; } + public global::Vapi.PhoneNumberControllerFindOneResponseDiscriminatorProvider? Type2197 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerUpdateResponseDiscriminatorProvider? Type2198 { get; set; } + public global::Vapi.PhoneNumberControllerUpdateResponse? Type2198 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerRemoveResponse? Type2199 { get; set; } + public global::Vapi.PhoneNumberControllerUpdateResponseDiscriminator? Type2199 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerRemoveResponseDiscriminator? Type2200 { get; set; } + public global::Vapi.PhoneNumberControllerUpdateResponseDiscriminatorProvider? Type2200 { get; set; } /// /// /// - public global::Vapi.PhoneNumberControllerRemoveResponseDiscriminatorProvider? Type2201 { get; set; } + public global::Vapi.PhoneNumberControllerRemoveResponse? Type2201 { get; set; } /// /// /// - public global::Vapi.ToolControllerCreateResponse? Type2202 { get; set; } + public global::Vapi.PhoneNumberControllerRemoveResponseDiscriminator? Type2202 { get; set; } /// /// /// - public global::Vapi.ToolControllerCreateResponseDiscriminator? Type2203 { get; set; } + public global::Vapi.PhoneNumberControllerRemoveResponseDiscriminatorProvider? Type2203 { get; set; } /// /// /// - public global::Vapi.ToolControllerCreateResponseDiscriminatorType? Type2204 { get; set; } + public global::Vapi.ToolControllerCreateResponse? Type2204 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2205 { get; set; } + public global::Vapi.ToolControllerCreateResponseDiscriminator? Type2205 { get; set; } /// /// /// - public global::Vapi.ToolControllerFindAllResponseItem? Type2206 { get; set; } + public global::Vapi.ToolControllerCreateResponseDiscriminatorType? Type2206 { get; set; } /// /// /// - public global::Vapi.ToolControllerFindAllResponseItemDiscriminator? Type2207 { get; set; } + public global::System.Collections.Generic.IList? Type2207 { get; set; } /// /// /// - public global::Vapi.ToolControllerFindAllResponseItemDiscriminatorType? Type2208 { get; set; } + public global::Vapi.ToolControllerFindAllResponseItem? Type2208 { get; set; } /// /// /// - public global::Vapi.ToolControllerFindOneResponse? Type2209 { get; set; } + public global::Vapi.ToolControllerFindAllResponseItemDiscriminator? Type2209 { get; set; } /// /// /// - public global::Vapi.ToolControllerFindOneResponseDiscriminator? Type2210 { get; set; } + public global::Vapi.ToolControllerFindAllResponseItemDiscriminatorType? Type2210 { get; set; } /// /// /// - public global::Vapi.ToolControllerFindOneResponseDiscriminatorType? Type2211 { get; set; } + public global::Vapi.ToolControllerFindOneResponse? Type2211 { get; set; } /// /// /// - public global::Vapi.ToolControllerUpdateResponse? Type2212 { get; set; } + public global::Vapi.ToolControllerFindOneResponseDiscriminator? Type2212 { get; set; } /// /// /// - public global::Vapi.ToolControllerUpdateResponseDiscriminator? Type2213 { get; set; } + public global::Vapi.ToolControllerFindOneResponseDiscriminatorType? Type2213 { get; set; } /// /// /// - public global::Vapi.ToolControllerUpdateResponseDiscriminatorType? Type2214 { get; set; } + public global::Vapi.ToolControllerUpdateResponse? Type2214 { get; set; } /// /// /// - public global::Vapi.ToolControllerRemoveResponse? Type2215 { get; set; } + public global::Vapi.ToolControllerUpdateResponseDiscriminator? Type2215 { get; set; } /// /// /// - public global::Vapi.ToolControllerRemoveResponseDiscriminator? Type2216 { get; set; } + public global::Vapi.ToolControllerUpdateResponseDiscriminatorType? Type2216 { get; set; } /// /// /// - public global::Vapi.ToolControllerRemoveResponseDiscriminatorType? Type2217 { get; set; } + public global::Vapi.ToolControllerRemoveResponse? Type2217 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2218 { get; set; } + public global::Vapi.ToolControllerRemoveResponseDiscriminator? Type2218 { get; set; } /// /// /// - public global::Vapi.InsightControllerCreateResponse? Type2219 { get; set; } + public global::Vapi.ToolControllerRemoveResponseDiscriminatorType? Type2219 { get; set; } /// /// /// - public global::Vapi.InsightControllerCreateResponseDiscriminator? Type2220 { get; set; } + public global::System.Collections.Generic.IList? Type2220 { get; set; } /// /// /// - public global::Vapi.InsightControllerCreateResponseDiscriminatorType? Type2221 { get; set; } + public global::Vapi.InsightControllerCreateResponse? Type2221 { get; set; } /// /// /// - public global::Vapi.InsightControllerUpdateResponse? Type2222 { get; set; } + public global::Vapi.InsightControllerCreateResponseDiscriminator? Type2222 { get; set; } /// /// /// - public global::Vapi.InsightControllerUpdateResponseDiscriminator? Type2223 { get; set; } + public global::Vapi.InsightControllerCreateResponseDiscriminatorType? Type2223 { get; set; } /// /// /// - public global::Vapi.InsightControllerUpdateResponseDiscriminatorType? Type2224 { get; set; } + public global::Vapi.InsightControllerUpdateResponse? Type2224 { get; set; } /// /// /// - public global::Vapi.InsightControllerFindOneResponse? Type2225 { get; set; } + public global::Vapi.InsightControllerUpdateResponseDiscriminator? Type2225 { get; set; } /// /// /// - public global::Vapi.InsightControllerFindOneResponseDiscriminator? Type2226 { get; set; } + public global::Vapi.InsightControllerUpdateResponseDiscriminatorType? Type2226 { get; set; } /// /// /// - public global::Vapi.InsightControllerFindOneResponseDiscriminatorType? Type2227 { get; set; } + public global::Vapi.InsightControllerFindOneResponse? Type2227 { get; set; } /// /// /// - public global::Vapi.InsightControllerRemoveResponse? Type2228 { get; set; } + public global::Vapi.InsightControllerFindOneResponseDiscriminator? Type2228 { get; set; } /// /// /// - public global::Vapi.InsightControllerRemoveResponseDiscriminator? Type2229 { get; set; } + public global::Vapi.InsightControllerFindOneResponseDiscriminatorType? Type2229 { get; set; } /// /// /// - public global::Vapi.InsightControllerRemoveResponseDiscriminatorType? Type2230 { get; set; } + public global::Vapi.InsightControllerRemoveResponse? Type2230 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2231 { get; set; } + public global::Vapi.InsightControllerRemoveResponseDiscriminator? Type2231 { get; set; } + /// + /// + /// + public global::Vapi.InsightControllerRemoveResponseDiscriminatorType? Type2232 { get; set; } + /// + /// + /// + public global::System.Collections.Generic.IList? Type2233 { get; set; } /// /// diff --git a/src/libs/Vapi/Generated/Vapi.Models.AnthropicBedrockModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.AnthropicBedrockModel.g.cs index 567ef3b5..ac5d2668 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.AnthropicBedrockModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.AnthropicBedrockModel.g.cs @@ -58,7 +58,7 @@ public sealed partial class AnthropicBedrockModel public global::Vapi.AnthropicThinkingConfig? Thinking { get; set; } /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// [global::System.Text.Json.Serialization.JsonPropertyName("temperature")] public double? Temperature { get; set; } @@ -120,7 +120,7 @@ public sealed partial class AnthropicBedrockModel /// If provided, maxTokens must be greater than thinking.budgetTokens. /// /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// /// /// This is the max number of tokens that the assistant will be allowed to generate in each turn of the conversation. Default is 250. diff --git a/src/libs/Vapi/Generated/Vapi.Models.AnthropicModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.AnthropicModel.g.cs index 945182a1..fae39d49 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.AnthropicModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.AnthropicModel.g.cs @@ -58,7 +58,7 @@ public sealed partial class AnthropicModel public global::Vapi.AnthropicThinkingConfig? Thinking { get; set; } /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// [global::System.Text.Json.Serialization.JsonPropertyName("temperature")] public double? Temperature { get; set; } @@ -120,7 +120,7 @@ public sealed partial class AnthropicModel /// If provided, maxTokens must be greater than thinking.budgetTokens. /// /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// /// /// This is the max number of tokens that the assistant will be allowed to generate in each turn of the conversation. Default is 250. diff --git a/src/libs/Vapi/Generated/Vapi.Models.AnyscaleModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.AnyscaleModel.g.cs index 64d86dae..789a721e 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.AnyscaleModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.AnyscaleModel.g.cs @@ -49,7 +49,7 @@ public sealed partial class AnyscaleModel public required string Model { get; set; } /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// [global::System.Text.Json.Serialization.JsonPropertyName("temperature")] public double? Temperature { get; set; } @@ -104,7 +104,7 @@ public sealed partial class AnyscaleModel /// /// /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// /// /// This is the max number of tokens that the assistant will be allowed to generate in each turn of the conversation. Default is 250. diff --git a/src/libs/Vapi/Generated/Vapi.Models.ApiRequestTool.g.cs b/src/libs/Vapi/Generated/Vapi.Models.ApiRequestTool.g.cs index 43bcb26c..7351bbc1 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.ApiRequestTool.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.ApiRequestTool.g.cs @@ -21,6 +21,13 @@ public sealed partial class ApiRequestTool [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Vapi.JsonConverters.ApiRequestToolTypeJsonConverter))] public global::Vapi.ApiRequestToolType Type { get; set; } + /// + /// This is the name of the tool. This will be passed to the model.
+ /// Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 40. + ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("name")] + public string? Name { get; set; } + /// /// /// @@ -165,13 +172,6 @@ public sealed partial class ApiRequestTool [global::System.Text.Json.Serialization.JsonPropertyName("rejectionPlan")] public global::Vapi.ToolRejectionPlan? RejectionPlan { get; set; } - /// - /// This is the name of the tool. This will be passed to the model.
- /// Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 40. - ///
- [global::System.Text.Json.Serialization.JsonPropertyName("name")] - public string? Name { get; set; } - /// /// This is the description of the tool. This will be passed to the model. /// @@ -371,6 +371,10 @@ public sealed partial class ApiRequestTool /// /// The type of tool. "apiRequest" for API request tool. /// + /// + /// This is the name of the tool. This will be passed to the model.
+ /// Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 40. + /// /// /// This is the timeout in seconds for the request. Defaults to 20 seconds.
/// @default 20
@@ -462,10 +466,6 @@ public sealed partial class ApiRequestTool /// }
/// ``` /// - /// - /// This is the name of the tool. This will be passed to the model.
- /// Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 40. - /// /// /// This is the description of the tool. This will be passed to the model. /// @@ -624,12 +624,12 @@ public ApiRequestTool( string url, global::System.Collections.Generic.IList>? messages, global::Vapi.ApiRequestToolType type, + string? name, double? timeoutSeconds, string? credentialId, global::System.Collections.Generic.IList? encryptedPaths, global::System.Collections.Generic.IList? parameters, global::Vapi.ToolRejectionPlan? rejectionPlan, - string? name, string? description, global::Vapi.JsonSchema? body, global::Vapi.JsonSchema? headers, @@ -638,6 +638,7 @@ public ApiRequestTool( { this.Messages = messages; this.Type = type; + this.Name = name; this.Method = method; this.TimeoutSeconds = timeoutSeconds; this.CredentialId = credentialId; @@ -648,7 +649,6 @@ public ApiRequestTool( this.CreatedAt = createdAt; this.UpdatedAt = updatedAt; this.RejectionPlan = rejectionPlan; - this.Name = name; this.Description = description; this.Url = url ?? throw new global::System.ArgumentNullException(nameof(url)); this.Body = body; diff --git a/src/libs/Vapi/Generated/Vapi.Models.BotMessage.g.cs b/src/libs/Vapi/Generated/Vapi.Models.BotMessage.g.cs index ac2a17ce..c7eb896b 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.BotMessage.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.BotMessage.g.cs @@ -55,6 +55,21 @@ public sealed partial class BotMessage [global::System.Text.Json.Serialization.JsonPropertyName("duration")] public double? Duration { get; set; } + /// + /// The name of the assistant that produced this message. In a squad or
+ /// handoff call this is the specific sub-agent active when the message was
+ /// spoken, letting the transcript label each message by speaker. + ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("assistantName")] + public string? AssistantName { get; set; } + + /// + /// The ID of the assistant that produced this message. Stable reference for
+ /// the assistant named in `assistantName`. + ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("assistantId")] + public string? AssistantId { get; set; } + /// /// Additional properties that are not explicitly defined in the schema /// @@ -85,6 +100,15 @@ public sealed partial class BotMessage /// /// The duration of the message in seconds. /// + /// + /// The name of the assistant that produced this message. In a squad or
+ /// handoff call this is the specific sub-agent active when the message was
+ /// spoken, letting the transcript label each message by speaker. + /// + /// + /// The ID of the assistant that produced this message. Stable reference for
+ /// the assistant named in `assistantName`. + /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif @@ -95,7 +119,9 @@ public BotMessage( double endTime, double secondsFromStart, string? source, - double? duration) + double? duration, + string? assistantName, + string? assistantId) { this.Role = role ?? throw new global::System.ArgumentNullException(nameof(role)); this.Message = message ?? throw new global::System.ArgumentNullException(nameof(message)); @@ -104,6 +130,8 @@ public BotMessage( this.SecondsFromStart = secondsFromStart; this.Source = source; this.Duration = duration; + this.AssistantName = assistantName; + this.AssistantId = assistantId; } /// diff --git a/src/libs/Vapi/Generated/Vapi.Models.CallEndedReason.g.cs b/src/libs/Vapi/Generated/Vapi.Models.CallEndedReason.g.cs index 20153ac5..268992e4 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.CallEndedReason.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.CallEndedReason.g.cs @@ -583,6 +583,10 @@ public enum CallEndedReason /// /// /// + CallInProgressErrorVapifaultCartesiaTranscriberFailed, + /// + /// + /// CallInProgressErrorVapifaultCartesiaVoiceFailed, /// /// @@ -1527,6 +1531,10 @@ public enum CallEndedReason /// /// /// + PipelineErrorCartesiaTranscriberFailed, + /// + /// + /// PipelineErrorCartesiaVoiceFailed, /// /// @@ -2509,6 +2517,7 @@ public static string ToValueString(this CallEndedReason value) CallEndedReason.CallInProgressErrorVapifaultCallStartedButConnectionToTransportMissing => "call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing", CallEndedReason.CallInProgressErrorVapifaultCartesiaRequestedPayment => "call.in-progress.error-vapifault-cartesia-requested-payment", CallEndedReason.CallInProgressErrorVapifaultCartesiaSocketHangUp => "call.in-progress.error-vapifault-cartesia-socket-hang-up", + CallEndedReason.CallInProgressErrorVapifaultCartesiaTranscriberFailed => "call.in-progress.error-vapifault-cartesia-transcriber-failed", CallEndedReason.CallInProgressErrorVapifaultCartesiaVoiceFailed => "call.in-progress.error-vapifault-cartesia-voice-failed", CallEndedReason.CallInProgressErrorVapifaultCerebras400BadRequestValidationFailed => "call.in-progress.error-vapifault-cerebras-400-bad-request-validation-failed", CallEndedReason.CallInProgressErrorVapifaultCerebras401Unauthorized => "call.in-progress.error-vapifault-cerebras-401-unauthorized", @@ -2745,6 +2754,7 @@ public static string ToValueString(this CallEndedReason value) CallEndedReason.PipelineErrorCartesia522ServerError => "pipeline-error-cartesia-522-server-error", CallEndedReason.PipelineErrorCartesiaRequestedPayment => "pipeline-error-cartesia-requested-payment", CallEndedReason.PipelineErrorCartesiaSocketHangUp => "pipeline-error-cartesia-socket-hang-up", + CallEndedReason.PipelineErrorCartesiaTranscriberFailed => "pipeline-error-cartesia-transcriber-failed", CallEndedReason.PipelineErrorCartesiaVoiceFailed => "pipeline-error-cartesia-voice-failed", CallEndedReason.PipelineErrorCerebras400BadRequestValidationFailed => "pipeline-error-cerebras-400-bad-request-validation-failed", CallEndedReason.PipelineErrorCerebras401Unauthorized => "pipeline-error-cerebras-401-unauthorized", @@ -3105,6 +3115,7 @@ public static string ToValueString(this CallEndedReason value) "call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing" => CallEndedReason.CallInProgressErrorVapifaultCallStartedButConnectionToTransportMissing, "call.in-progress.error-vapifault-cartesia-requested-payment" => CallEndedReason.CallInProgressErrorVapifaultCartesiaRequestedPayment, "call.in-progress.error-vapifault-cartesia-socket-hang-up" => CallEndedReason.CallInProgressErrorVapifaultCartesiaSocketHangUp, + "call.in-progress.error-vapifault-cartesia-transcriber-failed" => CallEndedReason.CallInProgressErrorVapifaultCartesiaTranscriberFailed, "call.in-progress.error-vapifault-cartesia-voice-failed" => CallEndedReason.CallInProgressErrorVapifaultCartesiaVoiceFailed, "call.in-progress.error-vapifault-cerebras-400-bad-request-validation-failed" => CallEndedReason.CallInProgressErrorVapifaultCerebras400BadRequestValidationFailed, "call.in-progress.error-vapifault-cerebras-401-unauthorized" => CallEndedReason.CallInProgressErrorVapifaultCerebras401Unauthorized, @@ -3341,6 +3352,7 @@ public static string ToValueString(this CallEndedReason value) "pipeline-error-cartesia-522-server-error" => CallEndedReason.PipelineErrorCartesia522ServerError, "pipeline-error-cartesia-requested-payment" => CallEndedReason.PipelineErrorCartesiaRequestedPayment, "pipeline-error-cartesia-socket-hang-up" => CallEndedReason.PipelineErrorCartesiaSocketHangUp, + "pipeline-error-cartesia-transcriber-failed" => CallEndedReason.PipelineErrorCartesiaTranscriberFailed, "pipeline-error-cartesia-voice-failed" => CallEndedReason.PipelineErrorCartesiaVoiceFailed, "pipeline-error-cerebras-400-bad-request-validation-failed" => CallEndedReason.PipelineErrorCerebras400BadRequestValidationFailed, "pipeline-error-cerebras-401-unauthorized" => CallEndedReason.PipelineErrorCerebras401Unauthorized, diff --git a/src/libs/Vapi/Generated/Vapi.Models.CartesiaTranscriberModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.CartesiaTranscriberModel.g.cs index 30eca4ac..90e7806b 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.CartesiaTranscriberModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.CartesiaTranscriberModel.g.cs @@ -8,6 +8,10 @@ namespace Vapi /// public enum CartesiaTranscriberModel { + /// + /// + /// + Ink2, /// /// /// @@ -26,6 +30,7 @@ public static string ToValueString(this CartesiaTranscriberModel value) { return value switch { + CartesiaTranscriberModel.Ink2 => "ink-2", CartesiaTranscriberModel.InkWhisper => "ink-whisper", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; @@ -37,6 +42,7 @@ public static string ToValueString(this CartesiaTranscriberModel value) { return value switch { + "ink-2" => CartesiaTranscriberModel.Ink2, "ink-whisper" => CartesiaTranscriberModel.InkWhisper, _ => null, }; diff --git a/src/libs/Vapi/Generated/Vapi.Models.CerebrasModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.CerebrasModel.g.cs index 0eaf4793..d70b05b8 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.CerebrasModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.CerebrasModel.g.cs @@ -50,7 +50,7 @@ public sealed partial class CerebrasModel public global::Vapi.CerebrasModelProvider Provider { get; set; } /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// [global::System.Text.Json.Serialization.JsonPropertyName("temperature")] public double? Temperature { get; set; } @@ -105,7 +105,7 @@ public sealed partial class CerebrasModel /// /// /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// /// /// This is the max number of tokens that the assistant will be allowed to generate in each turn of the conversation. Default is 250. diff --git a/src/libs/Vapi/Generated/Vapi.Models.CreateApiRequestToolDTO.g.cs b/src/libs/Vapi/Generated/Vapi.Models.CreateApiRequestToolDTO.g.cs index 02d098b0..92ebc130 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.CreateApiRequestToolDTO.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.CreateApiRequestToolDTO.g.cs @@ -21,6 +21,13 @@ public sealed partial class CreateApiRequestToolDTO [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Vapi.JsonConverters.CreateApiRequestToolDTOTypeJsonConverter))] public global::Vapi.CreateApiRequestToolDTOType Type { get; set; } + /// + /// This is the name of the tool. This will be passed to the model.
+ /// Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 40. + ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("name")] + public string? Name { get; set; } + /// /// /// @@ -58,13 +65,6 @@ public sealed partial class CreateApiRequestToolDTO [global::System.Text.Json.Serialization.JsonPropertyName("parameters")] public global::System.Collections.Generic.IList? Parameters { get; set; } - /// - /// This is the name of the tool. This will be passed to the model.
- /// Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 40. - ///
- [global::System.Text.Json.Serialization.JsonPropertyName("name")] - public string? Name { get; set; } - /// /// This is the description of the tool. This will be passed to the model. /// @@ -331,6 +331,10 @@ public sealed partial class CreateApiRequestToolDTO /// /// The type of tool. "apiRequest" for API request tool. /// + /// + /// This is the name of the tool. This will be passed to the model.
+ /// Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 40. + /// /// /// This is the timeout in seconds for the request. Defaults to 20 seconds.
/// @default 20
@@ -346,10 +350,6 @@ public sealed partial class CreateApiRequestToolDTO /// /// Static key-value pairs merged into the request body. Values support Liquid templates. /// - /// - /// This is the name of the tool. This will be passed to the model.
- /// Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 40. - /// /// /// This is the description of the tool. This will be passed to the model. /// @@ -580,11 +580,11 @@ public CreateApiRequestToolDTO( string url, global::System.Collections.Generic.IList>? messages, global::Vapi.CreateApiRequestToolDTOType type, + string? name, double? timeoutSeconds, string? credentialId, global::System.Collections.Generic.IList? encryptedPaths, global::System.Collections.Generic.IList? parameters, - string? name, string? description, global::Vapi.JsonSchema? body, global::Vapi.JsonSchema? headers, @@ -594,12 +594,12 @@ public CreateApiRequestToolDTO( { this.Messages = messages; this.Type = type; + this.Name = name; this.Method = method; this.TimeoutSeconds = timeoutSeconds; this.CredentialId = credentialId; this.EncryptedPaths = encryptedPaths; this.Parameters = parameters; - this.Name = name; this.Description = description; this.Url = url ?? throw new global::System.ArgumentNullException(nameof(url)); this.Body = body; diff --git a/src/libs/Vapi/Generated/Vapi.Models.CreateElevenLabsCredentialDTO.g.cs b/src/libs/Vapi/Generated/Vapi.Models.CreateElevenLabsCredentialDTO.g.cs index c4097426..4e5fdbf0 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.CreateElevenLabsCredentialDTO.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.CreateElevenLabsCredentialDTO.g.cs @@ -23,12 +23,11 @@ public sealed partial class CreateElevenLabsCredentialDTO public required string ApiKey { get; set; } /// - /// This is the ElevenLabs API environment the key belongs to — the global endpoint or the EU data residency endpoint. It is detected automatically while validating the key and is not honored from the request, so a rotated key is always re-homed to the environment that actually accepts it.
- /// Included only in responses + /// ElevenLabs-only API environment for this key: the global endpoint or the EU data residency endpoint. If omitted on create, Vapi detects it automatically. If set to null on update, Vapi clears the saved endpoint and re-detects it with the saved API key. ///
- [global::System.Text.Json.Serialization.JsonPropertyName("baseUrl")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOBaseUrlJsonConverter))] - public global::Vapi.CreateElevenLabsCredentialDTOBaseUrl? BaseUrl { get; set; } + [global::System.Text.Json.Serialization.JsonPropertyName("apiUrl")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Vapi.JsonConverters.CreateElevenLabsCredentialDTOApiUrlJsonConverter))] + public global::Vapi.CreateElevenLabsCredentialDTOApiUrl? ApiUrl { get; set; } /// /// This is the name of credential. This is just for your reference. @@ -49,9 +48,8 @@ public sealed partial class CreateElevenLabsCredentialDTO /// This is not returned in the API. /// /// - /// - /// This is the ElevenLabs API environment the key belongs to — the global endpoint or the EU data residency endpoint. It is detected automatically while validating the key and is not honored from the request, so a rotated key is always re-homed to the environment that actually accepts it.
- /// Included only in responses + /// + /// ElevenLabs-only API environment for this key: the global endpoint or the EU data residency endpoint. If omitted on create, Vapi detects it automatically. If set to null on update, Vapi clears the saved endpoint and re-detects it with the saved API key. /// /// /// This is the name of credential. This is just for your reference. @@ -62,12 +60,12 @@ public sealed partial class CreateElevenLabsCredentialDTO public CreateElevenLabsCredentialDTO( string apiKey, global::Vapi.CreateElevenLabsCredentialDTOProvider provider, - global::Vapi.CreateElevenLabsCredentialDTOBaseUrl? baseUrl, + global::Vapi.CreateElevenLabsCredentialDTOApiUrl? apiUrl, string? name) { this.Provider = provider; this.ApiKey = apiKey ?? throw new global::System.ArgumentNullException(nameof(apiKey)); - this.BaseUrl = baseUrl; + this.ApiUrl = apiUrl; this.Name = name; } diff --git a/src/libs/Vapi/Generated/Vapi.Models.CreateElevenLabsCredentialDTOBaseUrl.g.cs b/src/libs/Vapi/Generated/Vapi.Models.CreateElevenLabsCredentialDTOApiUrl.g.cs similarity index 53% rename from src/libs/Vapi/Generated/Vapi.Models.CreateElevenLabsCredentialDTOBaseUrl.g.cs rename to src/libs/Vapi/Generated/Vapi.Models.CreateElevenLabsCredentialDTOApiUrl.g.cs index 9dbf9e8d..72a15525 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.CreateElevenLabsCredentialDTOBaseUrl.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.CreateElevenLabsCredentialDTOApiUrl.g.cs @@ -4,10 +4,9 @@ namespace Vapi { /// - /// This is the ElevenLabs API environment the key belongs to — the global endpoint or the EU data residency endpoint. It is detected automatically while validating the key and is not honored from the request, so a rotated key is always re-homed to the environment that actually accepts it.
- /// Included only in responses + /// ElevenLabs-only API environment for this key: the global endpoint or the EU data residency endpoint. If omitted on create, Vapi detects it automatically. If set to null on update, Vapi clears the saved endpoint and re-detects it with the saved API key. ///
- public enum CreateElevenLabsCredentialDTOBaseUrl + public enum CreateElevenLabsCredentialDTOApiUrl { /// /// @@ -22,29 +21,29 @@ public enum CreateElevenLabsCredentialDTOBaseUrl /// /// Enum extensions to do fast conversions without the reflection. /// - public static class CreateElevenLabsCredentialDTOBaseUrlExtensions + public static class CreateElevenLabsCredentialDTOApiUrlExtensions { /// /// Converts an enum to a string. /// - public static string ToValueString(this CreateElevenLabsCredentialDTOBaseUrl value) + public static string ToValueString(this CreateElevenLabsCredentialDTOApiUrl value) { return value switch { - CreateElevenLabsCredentialDTOBaseUrl.Https_ApiElevenlabsIo => "https://api.elevenlabs.io", - CreateElevenLabsCredentialDTOBaseUrl.Https_ApiEuResidencyElevenlabsIo => "https://api.eu.residency.elevenlabs.io", + CreateElevenLabsCredentialDTOApiUrl.Https_ApiElevenlabsIo => "https://api.elevenlabs.io", + CreateElevenLabsCredentialDTOApiUrl.Https_ApiEuResidencyElevenlabsIo => "https://api.eu.residency.elevenlabs.io", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; } /// /// Converts an string to a enum. /// - public static CreateElevenLabsCredentialDTOBaseUrl? ToEnum(string value) + public static CreateElevenLabsCredentialDTOApiUrl? ToEnum(string value) { return value switch { - "https://api.elevenlabs.io" => CreateElevenLabsCredentialDTOBaseUrl.Https_ApiElevenlabsIo, - "https://api.eu.residency.elevenlabs.io" => CreateElevenLabsCredentialDTOBaseUrl.Https_ApiEuResidencyElevenlabsIo, + "https://api.elevenlabs.io" => CreateElevenLabsCredentialDTOApiUrl.Https_ApiElevenlabsIo, + "https://api.eu.residency.elevenlabs.io" => CreateElevenLabsCredentialDTOApiUrl.Https_ApiEuResidencyElevenlabsIo, _ => null, }; } diff --git a/src/libs/Vapi/Generated/Vapi.Models.CustomLLMModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.CustomLLMModel.g.cs index 45e88370..1697c766 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.CustomLLMModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.CustomLLMModel.g.cs @@ -89,7 +89,7 @@ public sealed partial class CustomLLMModel public required string Model { get; set; } /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// [global::System.Text.Json.Serialization.JsonPropertyName("temperature")] public double? Temperature { get; set; } @@ -168,7 +168,7 @@ public sealed partial class CustomLLMModel /// This sets the timeout for the connection to the custom provider without needing to stream any tokens back. Default is 20 seconds. /// /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// /// /// This is the max number of tokens that the assistant will be allowed to generate in each turn of the conversation. Default is 250. diff --git a/src/libs/Vapi/Generated/Vapi.Models.DeepInfraModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.DeepInfraModel.g.cs index d8415905..d70bfab3 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.DeepInfraModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.DeepInfraModel.g.cs @@ -49,7 +49,7 @@ public sealed partial class DeepInfraModel public required string Model { get; set; } /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// [global::System.Text.Json.Serialization.JsonPropertyName("temperature")] public double? Temperature { get; set; } @@ -104,7 +104,7 @@ public sealed partial class DeepInfraModel /// /// /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// /// /// This is the max number of tokens that the assistant will be allowed to generate in each turn of the conversation. Default is 250. diff --git a/src/libs/Vapi/Generated/Vapi.Models.DeepSeekModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.DeepSeekModel.g.cs index 61a90195..6c184db9 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.DeepSeekModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.DeepSeekModel.g.cs @@ -50,7 +50,7 @@ public sealed partial class DeepSeekModel public global::Vapi.DeepSeekModelProvider Provider { get; set; } /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// [global::System.Text.Json.Serialization.JsonPropertyName("temperature")] public double? Temperature { get; set; } @@ -105,7 +105,7 @@ public sealed partial class DeepSeekModel /// /// /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// /// /// This is the max number of tokens that the assistant will be allowed to generate in each turn of the conversation. Default is 250. diff --git a/src/libs/Vapi/Generated/Vapi.Models.ElevenLabsCredential.g.cs b/src/libs/Vapi/Generated/Vapi.Models.ElevenLabsCredential.g.cs index 8352d7fd..ab117d23 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.ElevenLabsCredential.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.ElevenLabsCredential.g.cs @@ -23,12 +23,11 @@ public sealed partial class ElevenLabsCredential public required string ApiKey { get; set; } /// - /// This is the ElevenLabs API environment the key belongs to — the global endpoint or the EU data residency endpoint. It is detected automatically while validating the key and is not honored from the request, so a rotated key is always re-homed to the environment that actually accepts it.
- /// Included only in responses + /// ElevenLabs-only API environment for this key: the global endpoint or the EU data residency endpoint. If omitted on create, Vapi detects it automatically. If set to null on update, Vapi clears the saved endpoint and re-detects it with the saved API key. ///
- [global::System.Text.Json.Serialization.JsonPropertyName("baseUrl")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Vapi.JsonConverters.ElevenLabsCredentialBaseUrlJsonConverter))] - public global::Vapi.ElevenLabsCredentialBaseUrl? BaseUrl { get; set; } + [global::System.Text.Json.Serialization.JsonPropertyName("apiUrl")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Vapi.JsonConverters.ElevenLabsCredentialApiUrlJsonConverter))] + public global::Vapi.ElevenLabsCredentialApiUrl? ApiUrl { get; set; } /// /// This is the unique identifier for the credential. @@ -89,9 +88,8 @@ public sealed partial class ElevenLabsCredential /// This is the ISO 8601 date-time string of when the assistant was last updated. /// /// - /// - /// This is the ElevenLabs API environment the key belongs to — the global endpoint or the EU data residency endpoint. It is detected automatically while validating the key and is not honored from the request, so a rotated key is always re-homed to the environment that actually accepts it.
- /// Included only in responses + /// + /// ElevenLabs-only API environment for this key: the global endpoint or the EU data residency endpoint. If omitted on create, Vapi detects it automatically. If set to null on update, Vapi clears the saved endpoint and re-detects it with the saved API key. /// /// /// This is the name of credential. This is just for your reference. @@ -106,12 +104,12 @@ public ElevenLabsCredential( global::System.DateTime createdAt, global::System.DateTime updatedAt, global::Vapi.ElevenLabsCredentialProvider provider, - global::Vapi.ElevenLabsCredentialBaseUrl? baseUrl, + global::Vapi.ElevenLabsCredentialApiUrl? apiUrl, string? name) { this.Provider = provider; this.ApiKey = apiKey ?? throw new global::System.ArgumentNullException(nameof(apiKey)); - this.BaseUrl = baseUrl; + this.ApiUrl = apiUrl; this.Id = id ?? throw new global::System.ArgumentNullException(nameof(id)); this.OrgId = orgId ?? throw new global::System.ArgumentNullException(nameof(orgId)); this.CreatedAt = createdAt; diff --git a/src/libs/Vapi/Generated/Vapi.Models.ElevenLabsCredentialBaseUrl.g.cs b/src/libs/Vapi/Generated/Vapi.Models.ElevenLabsCredentialApiUrl.g.cs similarity index 55% rename from src/libs/Vapi/Generated/Vapi.Models.ElevenLabsCredentialBaseUrl.g.cs rename to src/libs/Vapi/Generated/Vapi.Models.ElevenLabsCredentialApiUrl.g.cs index b8334afa..e764b6d8 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.ElevenLabsCredentialBaseUrl.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.ElevenLabsCredentialApiUrl.g.cs @@ -4,10 +4,9 @@ namespace Vapi { /// - /// This is the ElevenLabs API environment the key belongs to — the global endpoint or the EU data residency endpoint. It is detected automatically while validating the key and is not honored from the request, so a rotated key is always re-homed to the environment that actually accepts it.
- /// Included only in responses + /// ElevenLabs-only API environment for this key: the global endpoint or the EU data residency endpoint. If omitted on create, Vapi detects it automatically. If set to null on update, Vapi clears the saved endpoint and re-detects it with the saved API key. ///
- public enum ElevenLabsCredentialBaseUrl + public enum ElevenLabsCredentialApiUrl { /// /// @@ -22,29 +21,29 @@ public enum ElevenLabsCredentialBaseUrl /// /// Enum extensions to do fast conversions without the reflection. /// - public static class ElevenLabsCredentialBaseUrlExtensions + public static class ElevenLabsCredentialApiUrlExtensions { /// /// Converts an enum to a string. /// - public static string ToValueString(this ElevenLabsCredentialBaseUrl value) + public static string ToValueString(this ElevenLabsCredentialApiUrl value) { return value switch { - ElevenLabsCredentialBaseUrl.Https_ApiElevenlabsIo => "https://api.elevenlabs.io", - ElevenLabsCredentialBaseUrl.Https_ApiEuResidencyElevenlabsIo => "https://api.eu.residency.elevenlabs.io", + ElevenLabsCredentialApiUrl.Https_ApiElevenlabsIo => "https://api.elevenlabs.io", + ElevenLabsCredentialApiUrl.Https_ApiEuResidencyElevenlabsIo => "https://api.eu.residency.elevenlabs.io", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; } /// /// Converts an string to a enum. /// - public static ElevenLabsCredentialBaseUrl? ToEnum(string value) + public static ElevenLabsCredentialApiUrl? ToEnum(string value) { return value switch { - "https://api.elevenlabs.io" => ElevenLabsCredentialBaseUrl.Https_ApiElevenlabsIo, - "https://api.eu.residency.elevenlabs.io" => ElevenLabsCredentialBaseUrl.Https_ApiEuResidencyElevenlabsIo, + "https://api.elevenlabs.io" => ElevenLabsCredentialApiUrl.Https_ApiElevenlabsIo, + "https://api.eu.residency.elevenlabs.io" => ElevenLabsCredentialApiUrl.Https_ApiEuResidencyElevenlabsIo, _ => null, }; } diff --git a/src/libs/Vapi/Generated/Vapi.Models.FallbackCartesiaTranscriberModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.FallbackCartesiaTranscriberModel.g.cs index 953fa077..1a97c3fc 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.FallbackCartesiaTranscriberModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.FallbackCartesiaTranscriberModel.g.cs @@ -8,6 +8,10 @@ namespace Vapi /// public enum FallbackCartesiaTranscriberModel { + /// + /// + /// + Ink2, /// /// /// @@ -26,6 +30,7 @@ public static string ToValueString(this FallbackCartesiaTranscriberModel value) { return value switch { + FallbackCartesiaTranscriberModel.Ink2 => "ink-2", FallbackCartesiaTranscriberModel.InkWhisper => "ink-whisper", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; @@ -37,6 +42,7 @@ public static string ToValueString(this FallbackCartesiaTranscriberModel value) { return value switch { + "ink-2" => FallbackCartesiaTranscriberModel.Ink2, "ink-whisper" => FallbackCartesiaTranscriberModel.InkWhisper, _ => null, }; diff --git a/src/libs/Vapi/Generated/Vapi.Models.GoogleModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.GoogleModel.g.cs index 53573557..c7e71588 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.GoogleModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.GoogleModel.g.cs @@ -57,7 +57,7 @@ public sealed partial class GoogleModel public global::Vapi.GoogleRealtimeConfig? RealtimeConfig { get; set; } /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// [global::System.Text.Json.Serialization.JsonPropertyName("temperature")] public double? Temperature { get; set; } @@ -116,7 +116,7 @@ public sealed partial class GoogleModel /// Only applicable if the model `gemini-2.0-flash-realtime-exp` is selected. /// /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// /// /// This is the max number of tokens that the assistant will be allowed to generate in each turn of the conversation. Default is 250. diff --git a/src/libs/Vapi/Generated/Vapi.Models.GroqModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.GroqModel.g.cs index f4ab5688..cdc2a65d 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.GroqModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.GroqModel.g.cs @@ -50,7 +50,7 @@ public sealed partial class GroqModel public global::Vapi.GroqModelProvider Provider { get; set; } /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// [global::System.Text.Json.Serialization.JsonPropertyName("temperature")] public double? Temperature { get; set; } @@ -105,7 +105,7 @@ public sealed partial class GroqModel /// /// /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// /// /// This is the max number of tokens that the assistant will be allowed to generate in each turn of the conversation. Default is 250. diff --git a/src/libs/Vapi/Generated/Vapi.Models.InflectionAIModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.InflectionAIModel.g.cs index e1029aa6..e38428b4 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.InflectionAIModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.InflectionAIModel.g.cs @@ -49,7 +49,7 @@ public sealed partial class InflectionAIModel public global::Vapi.InflectionAIModelProvider Provider { get; set; } /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// [global::System.Text.Json.Serialization.JsonPropertyName("temperature")] public double? Temperature { get; set; } @@ -104,7 +104,7 @@ public sealed partial class InflectionAIModel /// /// /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// /// /// This is the max number of tokens that the assistant will be allowed to generate in each turn of the conversation. Default is 250. diff --git a/src/libs/Vapi/Generated/Vapi.Models.MinimaxLLMModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.MinimaxLLMModel.g.cs index fb720d22..0196b128 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.MinimaxLLMModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.MinimaxLLMModel.g.cs @@ -49,7 +49,7 @@ public sealed partial class MinimaxLLMModel public global::Vapi.MinimaxLLMModelModel Model { get; set; } /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// [global::System.Text.Json.Serialization.JsonPropertyName("temperature")] public double? Temperature { get; set; } @@ -104,7 +104,7 @@ public sealed partial class MinimaxLLMModel /// This is the name of the model. Ex. cognitivecomputations/dolphin-mixtral-8x7b /// /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// /// /// This is the max number of tokens that the assistant will be allowed to generate in each turn of the conversation. Default is 250. diff --git a/src/libs/Vapi/Generated/Vapi.Models.OpenAIFunction.g.cs b/src/libs/Vapi/Generated/Vapi.Models.OpenAIFunction.g.cs index 9bacddf5..622f8941 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.OpenAIFunction.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.OpenAIFunction.g.cs @@ -8,14 +8,6 @@ namespace Vapi ///
public sealed partial class OpenAIFunction { - /// - /// This is a boolean that controls whether to enable strict schema adherence when generating the function call. If set to true, the model will follow the exact schema defined in the parameters field. Only a subset of JSON Schema is supported when strict is true. Learn more about Structured Outputs in the [OpenAI guide](https://openai.com/index/introducing-structured-outputs-in-the-api/).
- /// @default false
- /// Default Value: false - ///
- [global::System.Text.Json.Serialization.JsonPropertyName("strict")] - public bool? Strict { get; set; } - /// /// This is the the name of the function to be called.
/// Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64. @@ -24,6 +16,14 @@ public sealed partial class OpenAIFunction [global::System.Text.Json.Serialization.JsonRequired] public required string Name { get; set; } + /// + /// This is a boolean that controls whether to enable strict schema adherence when generating the function call. If set to true, the model will follow the exact schema defined in the parameters field. Only a subset of JSON Schema is supported when strict is true. Learn more about Structured Outputs in the [OpenAI guide](https://openai.com/index/introducing-structured-outputs-in-the-api/).
+ /// @default false
+ /// Default Value: false + ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("strict")] + public bool? Strict { get; set; } + /// /// This is the description of what the function does, used by the AI to choose when and how to call the function. /// @@ -73,8 +73,8 @@ public OpenAIFunction( string? description, global::Vapi.OpenAIFunctionParameters? parameters) { - this.Strict = strict; this.Name = name ?? throw new global::System.ArgumentNullException(nameof(name)); + this.Strict = strict; this.Description = description; this.Parameters = parameters; } diff --git a/src/libs/Vapi/Generated/Vapi.Models.OpenAIModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.OpenAIModel.g.cs index efbbae08..c21a9a6f 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.OpenAIModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.OpenAIModel.g.cs @@ -90,7 +90,17 @@ public sealed partial class OpenAIModel public string? PromptCacheKey { get; set; } /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// Reasoning effort for reasoning-capable OpenAI models.
+ /// For `gpt-realtime-2`: forwarded to V2 stream's session.update as `reasoning.effort`.
+ /// For non-realtime OpenAI models: routed through `modelSpecificOverridesGet` (openAIUtil.ts:622-726).
+ /// Narrower than CompletionRequestParams.reasoningEffort intentionally: 'none' is an internal-only override value set by modelSpecificOverridesGet for GPT-5 family, not user-settable via DTO. + ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("reasoningEffort")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Vapi.JsonConverters.OpenAIModelReasoningEffortJsonConverter))] + public global::Vapi.OpenAIModelReasoningEffort? ReasoningEffort { get; set; } + + /// + /// This is the temperature that will be used for calls. Default is 0.5. /// [global::System.Text.Json.Serialization.JsonPropertyName("temperature")] public double? Temperature { get; set; } @@ -171,8 +181,14 @@ public sealed partial class OpenAIModel /// Providing a cache key allows you to share cached prefixes across requests.
/// @default undefined /// + /// + /// Reasoning effort for reasoning-capable OpenAI models.
+ /// For `gpt-realtime-2`: forwarded to V2 stream's session.update as `reasoning.effort`.
+ /// For non-realtime OpenAI models: routed through `modelSpecificOverridesGet` (openAIUtil.ts:622-726).
+ /// Narrower than CompletionRequestParams.reasoningEffort intentionally: 'none' is an internal-only override value set by modelSpecificOverridesGet for GPT-5 family, not user-settable via DTO. + /// /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// /// /// This is the max number of tokens that the assistant will be allowed to generate in each turn of the conversation. Default is 250. @@ -201,6 +217,7 @@ public OpenAIModel( global::Vapi.OpenAIModelToolStrictCompatibilityMode? toolStrictCompatibilityMode, global::Vapi.OpenAIModelPromptCacheRetention? promptCacheRetention, string? promptCacheKey, + global::Vapi.OpenAIModelReasoningEffort? reasoningEffort, double? temperature, double? maxTokens, bool? emotionRecognitionEnabled, @@ -216,6 +233,7 @@ public OpenAIModel( this.ToolStrictCompatibilityMode = toolStrictCompatibilityMode; this.PromptCacheRetention = promptCacheRetention; this.PromptCacheKey = promptCacheKey; + this.ReasoningEffort = reasoningEffort; this.Temperature = temperature; this.MaxTokens = maxTokens; this.EmotionRecognitionEnabled = emotionRecognitionEnabled; diff --git a/src/libs/Vapi/Generated/Vapi.Models.OpenAIModelFallbackModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.OpenAIModelFallbackModel.g.cs index a07f34bc..25e21a5c 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.OpenAIModelFallbackModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.OpenAIModelFallbackModel.g.cs @@ -467,6 +467,10 @@ public enum OpenAIModelFallbackModel /// /// /// + GptRealtime2, + /// + /// + /// GptRealtime20250828, /// /// @@ -620,6 +624,7 @@ public static string ToValueString(this OpenAIModelFallbackModel value) OpenAIModelFallbackModel.Gpt54Mini => "gpt-5.4-mini", OpenAIModelFallbackModel.Gpt54Mini_australiaeast => "gpt-5.4-mini:australiaeast", OpenAIModelFallbackModel.Gpt54Nano => "gpt-5.4-nano", + OpenAIModelFallbackModel.GptRealtime2 => "gpt-realtime-2", OpenAIModelFallbackModel.GptRealtime20250828 => "gpt-realtime-2025-08-28", OpenAIModelFallbackModel.GptRealtimeMini20251215 => "gpt-realtime-mini-2025-12-15", OpenAIModelFallbackModel.O1Mini => "o1-mini", @@ -751,6 +756,7 @@ public static string ToValueString(this OpenAIModelFallbackModel value) "gpt-5.4-mini" => OpenAIModelFallbackModel.Gpt54Mini, "gpt-5.4-mini:australiaeast" => OpenAIModelFallbackModel.Gpt54Mini_australiaeast, "gpt-5.4-nano" => OpenAIModelFallbackModel.Gpt54Nano, + "gpt-realtime-2" => OpenAIModelFallbackModel.GptRealtime2, "gpt-realtime-2025-08-28" => OpenAIModelFallbackModel.GptRealtime20250828, "gpt-realtime-mini-2025-12-15" => OpenAIModelFallbackModel.GptRealtimeMini20251215, "o1-mini" => OpenAIModelFallbackModel.O1Mini, diff --git a/src/libs/Vapi/Generated/Vapi.Models.OpenAIModelModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.OpenAIModelModel.g.cs index f46b54e2..429c1c9c 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.OpenAIModelModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.OpenAIModelModel.g.cs @@ -470,6 +470,10 @@ public enum OpenAIModelModel /// /// /// + GptRealtime2, + /// + /// + /// GptRealtime20250828, /// /// @@ -623,6 +627,7 @@ public static string ToValueString(this OpenAIModelModel value) OpenAIModelModel.Gpt54Mini => "gpt-5.4-mini", OpenAIModelModel.Gpt54Mini_australiaeast => "gpt-5.4-mini:australiaeast", OpenAIModelModel.Gpt54Nano => "gpt-5.4-nano", + OpenAIModelModel.GptRealtime2 => "gpt-realtime-2", OpenAIModelModel.GptRealtime20250828 => "gpt-realtime-2025-08-28", OpenAIModelModel.GptRealtimeMini20251215 => "gpt-realtime-mini-2025-12-15", OpenAIModelModel.O1Mini => "o1-mini", @@ -754,6 +759,7 @@ public static string ToValueString(this OpenAIModelModel value) "gpt-5.4-mini" => OpenAIModelModel.Gpt54Mini, "gpt-5.4-mini:australiaeast" => OpenAIModelModel.Gpt54Mini_australiaeast, "gpt-5.4-nano" => OpenAIModelModel.Gpt54Nano, + "gpt-realtime-2" => OpenAIModelModel.GptRealtime2, "gpt-realtime-2025-08-28" => OpenAIModelModel.GptRealtime20250828, "gpt-realtime-mini-2025-12-15" => OpenAIModelModel.GptRealtimeMini20251215, "o1-mini" => OpenAIModelModel.O1Mini, diff --git a/src/libs/Vapi/Generated/Vapi.Models.OpenAIModelReasoningEffort.g.cs b/src/libs/Vapi/Generated/Vapi.Models.OpenAIModelReasoningEffort.g.cs new file mode 100644 index 00000000..3312427e --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.Models.OpenAIModelReasoningEffort.g.cs @@ -0,0 +1,66 @@ + +#nullable enable + +namespace Vapi +{ + /// + /// Reasoning effort for reasoning-capable OpenAI models.
+ /// For `gpt-realtime-2`: forwarded to V2 stream's session.update as `reasoning.effort`.
+ /// For non-realtime OpenAI models: routed through `modelSpecificOverridesGet` (openAIUtil.ts:622-726).
+ /// Narrower than CompletionRequestParams.reasoningEffort intentionally: 'none' is an internal-only override value set by modelSpecificOverridesGet for GPT-5 family, not user-settable via DTO. + ///
+ public enum OpenAIModelReasoningEffort + { + /// + /// + /// + High, + /// + /// + /// + Low, + /// + /// + /// + Medium, + /// + /// + /// + Minimal, + } + + /// + /// Enum extensions to do fast conversions without the reflection. + /// + public static class OpenAIModelReasoningEffortExtensions + { + /// + /// Converts an enum to a string. + /// + public static string ToValueString(this OpenAIModelReasoningEffort value) + { + return value switch + { + OpenAIModelReasoningEffort.High => "high", + OpenAIModelReasoningEffort.Low => "low", + OpenAIModelReasoningEffort.Medium => "medium", + OpenAIModelReasoningEffort.Minimal => "minimal", + _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), + }; + } + /// + /// Converts an string to a enum. + /// + public static OpenAIModelReasoningEffort? ToEnum(string value) + { + return value switch + { + "high" => OpenAIModelReasoningEffort.High, + "low" => OpenAIModelReasoningEffort.Low, + "medium" => OpenAIModelReasoningEffort.Medium, + "minimal" => OpenAIModelReasoningEffort.Minimal, + _ => null, + }; + } + } +} \ No newline at end of file diff --git a/src/libs/Vapi/Generated/Vapi.Models.OpenRouterModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.OpenRouterModel.g.cs index f21cef0a..1994d2fa 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.OpenRouterModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.OpenRouterModel.g.cs @@ -49,7 +49,7 @@ public sealed partial class OpenRouterModel public required string Model { get; set; } /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// [global::System.Text.Json.Serialization.JsonPropertyName("temperature")] public double? Temperature { get; set; } @@ -104,7 +104,7 @@ public sealed partial class OpenRouterModel /// /// /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// /// /// This is the max number of tokens that the assistant will be allowed to generate in each turn of the conversation. Default is 250. diff --git a/src/libs/Vapi/Generated/Vapi.Models.PerplexityAIModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.PerplexityAIModel.g.cs index dc0cc4a8..7695d7fa 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.PerplexityAIModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.PerplexityAIModel.g.cs @@ -49,7 +49,7 @@ public sealed partial class PerplexityAIModel public required string Model { get; set; } /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// [global::System.Text.Json.Serialization.JsonPropertyName("temperature")] public double? Temperature { get; set; } @@ -104,7 +104,7 @@ public sealed partial class PerplexityAIModel /// /// /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// /// /// This is the max number of tokens that the assistant will be allowed to generate in each turn of the conversation. Default is 250. diff --git a/src/libs/Vapi/Generated/Vapi.Models.ServerMessageEndOfCallReportEndedReason.g.cs b/src/libs/Vapi/Generated/Vapi.Models.ServerMessageEndOfCallReportEndedReason.g.cs index 17314c47..4088ce80 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.ServerMessageEndOfCallReportEndedReason.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.ServerMessageEndOfCallReportEndedReason.g.cs @@ -583,6 +583,10 @@ public enum ServerMessageEndOfCallReportEndedReason /// /// /// + CallInProgressErrorVapifaultCartesiaTranscriberFailed, + /// + /// + /// CallInProgressErrorVapifaultCartesiaVoiceFailed, /// /// @@ -1527,6 +1531,10 @@ public enum ServerMessageEndOfCallReportEndedReason /// /// /// + PipelineErrorCartesiaTranscriberFailed, + /// + /// + /// PipelineErrorCartesiaVoiceFailed, /// /// @@ -2509,6 +2517,7 @@ public static string ToValueString(this ServerMessageEndOfCallReportEndedReason ServerMessageEndOfCallReportEndedReason.CallInProgressErrorVapifaultCallStartedButConnectionToTransportMissing => "call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing", ServerMessageEndOfCallReportEndedReason.CallInProgressErrorVapifaultCartesiaRequestedPayment => "call.in-progress.error-vapifault-cartesia-requested-payment", ServerMessageEndOfCallReportEndedReason.CallInProgressErrorVapifaultCartesiaSocketHangUp => "call.in-progress.error-vapifault-cartesia-socket-hang-up", + ServerMessageEndOfCallReportEndedReason.CallInProgressErrorVapifaultCartesiaTranscriberFailed => "call.in-progress.error-vapifault-cartesia-transcriber-failed", ServerMessageEndOfCallReportEndedReason.CallInProgressErrorVapifaultCartesiaVoiceFailed => "call.in-progress.error-vapifault-cartesia-voice-failed", ServerMessageEndOfCallReportEndedReason.CallInProgressErrorVapifaultCerebras400BadRequestValidationFailed => "call.in-progress.error-vapifault-cerebras-400-bad-request-validation-failed", ServerMessageEndOfCallReportEndedReason.CallInProgressErrorVapifaultCerebras401Unauthorized => "call.in-progress.error-vapifault-cerebras-401-unauthorized", @@ -2745,6 +2754,7 @@ public static string ToValueString(this ServerMessageEndOfCallReportEndedReason ServerMessageEndOfCallReportEndedReason.PipelineErrorCartesia522ServerError => "pipeline-error-cartesia-522-server-error", ServerMessageEndOfCallReportEndedReason.PipelineErrorCartesiaRequestedPayment => "pipeline-error-cartesia-requested-payment", ServerMessageEndOfCallReportEndedReason.PipelineErrorCartesiaSocketHangUp => "pipeline-error-cartesia-socket-hang-up", + ServerMessageEndOfCallReportEndedReason.PipelineErrorCartesiaTranscriberFailed => "pipeline-error-cartesia-transcriber-failed", ServerMessageEndOfCallReportEndedReason.PipelineErrorCartesiaVoiceFailed => "pipeline-error-cartesia-voice-failed", ServerMessageEndOfCallReportEndedReason.PipelineErrorCerebras400BadRequestValidationFailed => "pipeline-error-cerebras-400-bad-request-validation-failed", ServerMessageEndOfCallReportEndedReason.PipelineErrorCerebras401Unauthorized => "pipeline-error-cerebras-401-unauthorized", @@ -3105,6 +3115,7 @@ public static string ToValueString(this ServerMessageEndOfCallReportEndedReason "call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing" => ServerMessageEndOfCallReportEndedReason.CallInProgressErrorVapifaultCallStartedButConnectionToTransportMissing, "call.in-progress.error-vapifault-cartesia-requested-payment" => ServerMessageEndOfCallReportEndedReason.CallInProgressErrorVapifaultCartesiaRequestedPayment, "call.in-progress.error-vapifault-cartesia-socket-hang-up" => ServerMessageEndOfCallReportEndedReason.CallInProgressErrorVapifaultCartesiaSocketHangUp, + "call.in-progress.error-vapifault-cartesia-transcriber-failed" => ServerMessageEndOfCallReportEndedReason.CallInProgressErrorVapifaultCartesiaTranscriberFailed, "call.in-progress.error-vapifault-cartesia-voice-failed" => ServerMessageEndOfCallReportEndedReason.CallInProgressErrorVapifaultCartesiaVoiceFailed, "call.in-progress.error-vapifault-cerebras-400-bad-request-validation-failed" => ServerMessageEndOfCallReportEndedReason.CallInProgressErrorVapifaultCerebras400BadRequestValidationFailed, "call.in-progress.error-vapifault-cerebras-401-unauthorized" => ServerMessageEndOfCallReportEndedReason.CallInProgressErrorVapifaultCerebras401Unauthorized, @@ -3341,6 +3352,7 @@ public static string ToValueString(this ServerMessageEndOfCallReportEndedReason "pipeline-error-cartesia-522-server-error" => ServerMessageEndOfCallReportEndedReason.PipelineErrorCartesia522ServerError, "pipeline-error-cartesia-requested-payment" => ServerMessageEndOfCallReportEndedReason.PipelineErrorCartesiaRequestedPayment, "pipeline-error-cartesia-socket-hang-up" => ServerMessageEndOfCallReportEndedReason.PipelineErrorCartesiaSocketHangUp, + "pipeline-error-cartesia-transcriber-failed" => ServerMessageEndOfCallReportEndedReason.PipelineErrorCartesiaTranscriberFailed, "pipeline-error-cartesia-voice-failed" => ServerMessageEndOfCallReportEndedReason.PipelineErrorCartesiaVoiceFailed, "pipeline-error-cerebras-400-bad-request-validation-failed" => ServerMessageEndOfCallReportEndedReason.PipelineErrorCerebras400BadRequestValidationFailed, "pipeline-error-cerebras-401-unauthorized" => ServerMessageEndOfCallReportEndedReason.PipelineErrorCerebras401Unauthorized, diff --git a/src/libs/Vapi/Generated/Vapi.Models.ServerMessageStatusUpdateEndedReason.g.cs b/src/libs/Vapi/Generated/Vapi.Models.ServerMessageStatusUpdateEndedReason.g.cs index 25f5a894..370ecc24 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.ServerMessageStatusUpdateEndedReason.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.ServerMessageStatusUpdateEndedReason.g.cs @@ -583,6 +583,10 @@ public enum ServerMessageStatusUpdateEndedReason /// /// /// + CallInProgressErrorVapifaultCartesiaTranscriberFailed, + /// + /// + /// CallInProgressErrorVapifaultCartesiaVoiceFailed, /// /// @@ -1527,6 +1531,10 @@ public enum ServerMessageStatusUpdateEndedReason /// /// /// + PipelineErrorCartesiaTranscriberFailed, + /// + /// + /// PipelineErrorCartesiaVoiceFailed, /// /// @@ -2509,6 +2517,7 @@ public static string ToValueString(this ServerMessageStatusUpdateEndedReason val ServerMessageStatusUpdateEndedReason.CallInProgressErrorVapifaultCallStartedButConnectionToTransportMissing => "call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing", ServerMessageStatusUpdateEndedReason.CallInProgressErrorVapifaultCartesiaRequestedPayment => "call.in-progress.error-vapifault-cartesia-requested-payment", ServerMessageStatusUpdateEndedReason.CallInProgressErrorVapifaultCartesiaSocketHangUp => "call.in-progress.error-vapifault-cartesia-socket-hang-up", + ServerMessageStatusUpdateEndedReason.CallInProgressErrorVapifaultCartesiaTranscriberFailed => "call.in-progress.error-vapifault-cartesia-transcriber-failed", ServerMessageStatusUpdateEndedReason.CallInProgressErrorVapifaultCartesiaVoiceFailed => "call.in-progress.error-vapifault-cartesia-voice-failed", ServerMessageStatusUpdateEndedReason.CallInProgressErrorVapifaultCerebras400BadRequestValidationFailed => "call.in-progress.error-vapifault-cerebras-400-bad-request-validation-failed", ServerMessageStatusUpdateEndedReason.CallInProgressErrorVapifaultCerebras401Unauthorized => "call.in-progress.error-vapifault-cerebras-401-unauthorized", @@ -2745,6 +2754,7 @@ public static string ToValueString(this ServerMessageStatusUpdateEndedReason val ServerMessageStatusUpdateEndedReason.PipelineErrorCartesia522ServerError => "pipeline-error-cartesia-522-server-error", ServerMessageStatusUpdateEndedReason.PipelineErrorCartesiaRequestedPayment => "pipeline-error-cartesia-requested-payment", ServerMessageStatusUpdateEndedReason.PipelineErrorCartesiaSocketHangUp => "pipeline-error-cartesia-socket-hang-up", + ServerMessageStatusUpdateEndedReason.PipelineErrorCartesiaTranscriberFailed => "pipeline-error-cartesia-transcriber-failed", ServerMessageStatusUpdateEndedReason.PipelineErrorCartesiaVoiceFailed => "pipeline-error-cartesia-voice-failed", ServerMessageStatusUpdateEndedReason.PipelineErrorCerebras400BadRequestValidationFailed => "pipeline-error-cerebras-400-bad-request-validation-failed", ServerMessageStatusUpdateEndedReason.PipelineErrorCerebras401Unauthorized => "pipeline-error-cerebras-401-unauthorized", @@ -3105,6 +3115,7 @@ public static string ToValueString(this ServerMessageStatusUpdateEndedReason val "call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing" => ServerMessageStatusUpdateEndedReason.CallInProgressErrorVapifaultCallStartedButConnectionToTransportMissing, "call.in-progress.error-vapifault-cartesia-requested-payment" => ServerMessageStatusUpdateEndedReason.CallInProgressErrorVapifaultCartesiaRequestedPayment, "call.in-progress.error-vapifault-cartesia-socket-hang-up" => ServerMessageStatusUpdateEndedReason.CallInProgressErrorVapifaultCartesiaSocketHangUp, + "call.in-progress.error-vapifault-cartesia-transcriber-failed" => ServerMessageStatusUpdateEndedReason.CallInProgressErrorVapifaultCartesiaTranscriberFailed, "call.in-progress.error-vapifault-cartesia-voice-failed" => ServerMessageStatusUpdateEndedReason.CallInProgressErrorVapifaultCartesiaVoiceFailed, "call.in-progress.error-vapifault-cerebras-400-bad-request-validation-failed" => ServerMessageStatusUpdateEndedReason.CallInProgressErrorVapifaultCerebras400BadRequestValidationFailed, "call.in-progress.error-vapifault-cerebras-401-unauthorized" => ServerMessageStatusUpdateEndedReason.CallInProgressErrorVapifaultCerebras401Unauthorized, @@ -3341,6 +3352,7 @@ public static string ToValueString(this ServerMessageStatusUpdateEndedReason val "pipeline-error-cartesia-522-server-error" => ServerMessageStatusUpdateEndedReason.PipelineErrorCartesia522ServerError, "pipeline-error-cartesia-requested-payment" => ServerMessageStatusUpdateEndedReason.PipelineErrorCartesiaRequestedPayment, "pipeline-error-cartesia-socket-hang-up" => ServerMessageStatusUpdateEndedReason.PipelineErrorCartesiaSocketHangUp, + "pipeline-error-cartesia-transcriber-failed" => ServerMessageStatusUpdateEndedReason.PipelineErrorCartesiaTranscriberFailed, "pipeline-error-cartesia-voice-failed" => ServerMessageStatusUpdateEndedReason.PipelineErrorCartesiaVoiceFailed, "pipeline-error-cerebras-400-bad-request-validation-failed" => ServerMessageStatusUpdateEndedReason.PipelineErrorCerebras400BadRequestValidationFailed, "pipeline-error-cerebras-401-unauthorized" => ServerMessageStatusUpdateEndedReason.PipelineErrorCerebras401Unauthorized, diff --git a/src/libs/Vapi/Generated/Vapi.Models.TogetherAIModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.TogetherAIModel.g.cs index 5adcb7f7..d9274760 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.TogetherAIModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.TogetherAIModel.g.cs @@ -49,7 +49,7 @@ public sealed partial class TogetherAIModel public required string Model { get; set; } /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// [global::System.Text.Json.Serialization.JsonPropertyName("temperature")] public double? Temperature { get; set; } @@ -104,7 +104,7 @@ public sealed partial class TogetherAIModel /// /// /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// /// /// This is the max number of tokens that the assistant will be allowed to generate in each turn of the conversation. Default is 250. diff --git a/src/libs/Vapi/Generated/Vapi.Models.ToolMessageFailed.g.cs b/src/libs/Vapi/Generated/Vapi.Models.ToolMessageFailed.g.cs index 899759d5..4fe5cb2f 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.ToolMessageFailed.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.ToolMessageFailed.g.cs @@ -28,8 +28,26 @@ public sealed partial class ToolMessageFailed [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Vapi.JsonConverters.ToolMessageFailedTypeJsonConverter))] public global::Vapi.ToolMessageFailedType Type { get; set; } + /// + /// This is optional and defaults to "assistant".
+ /// When role=assistant, `content` is said out loud when the tool call fails.
+ /// When role=system, `content` is passed to the model as a system message
+ /// along with the failure result, and the model's generated response is
+ /// spoken. Example:
+ /// assistant: tool called
+ /// tool: error from your server
+ /// <--- system prompt as hint
+ /// ---> model generates response which is spoken
+ /// This is useful when you want the model to generate an error-aware
+ /// response instead of speaking a fixed failure message. + ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("role")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Vapi.JsonConverters.ToolMessageFailedRoleJsonConverter))] + public global::Vapi.ToolMessageFailedRole? Role { get; set; } + /// /// This is an optional boolean that if true, the call will end after the message is spoken. Default is false.
+ /// This is ignored if `role` is set to `system`.
/// @default false
/// Example: false ///
@@ -71,8 +89,22 @@ public sealed partial class ToolMessageFailed /// If this message is not provided, the model will be requested to respond.
/// If this message is provided, only this message will be spoken and the model will not be requested to come up with a response. It's an exclusive OR. /// + /// + /// This is optional and defaults to "assistant".
+ /// When role=assistant, `content` is said out loud when the tool call fails.
+ /// When role=system, `content` is passed to the model as a system message
+ /// along with the failure result, and the model's generated response is
+ /// spoken. Example:
+ /// assistant: tool called
+ /// tool: error from your server
+ /// <--- system prompt as hint
+ /// ---> model generates response which is spoken
+ /// This is useful when you want the model to generate an error-aware
+ /// response instead of speaking a fixed failure message. + /// /// /// This is an optional boolean that if true, the call will end after the message is spoken. Default is false.
+ /// This is ignored if `role` is set to `system`.
/// @default false
/// Example: false /// @@ -88,12 +120,14 @@ public sealed partial class ToolMessageFailed public ToolMessageFailed( global::System.Collections.Generic.IList? contents, global::Vapi.ToolMessageFailedType type, + global::Vapi.ToolMessageFailedRole? role, bool? endCallAfterSpokenEnabled, string? content, global::System.Collections.Generic.IList? conditions) { this.Contents = contents; this.Type = type; + this.Role = role; this.EndCallAfterSpokenEnabled = endCallAfterSpokenEnabled; this.Content = content; this.Conditions = conditions; diff --git a/src/libs/Vapi/Generated/Vapi.Models.ToolMessageFailedRole.g.cs b/src/libs/Vapi/Generated/Vapi.Models.ToolMessageFailedRole.g.cs new file mode 100644 index 00000000..e748d0cb --- /dev/null +++ b/src/libs/Vapi/Generated/Vapi.Models.ToolMessageFailedRole.g.cs @@ -0,0 +1,61 @@ + +#nullable enable + +namespace Vapi +{ + /// + /// This is optional and defaults to "assistant".
+ /// When role=assistant, `content` is said out loud when the tool call fails.
+ /// When role=system, `content` is passed to the model as a system message
+ /// along with the failure result, and the model's generated response is
+ /// spoken. Example:
+ /// assistant: tool called
+ /// tool: error from your server
+ /// <--- system prompt as hint
+ /// ---> model generates response which is spoken
+ /// This is useful when you want the model to generate an error-aware
+ /// response instead of speaking a fixed failure message. + ///
+ public enum ToolMessageFailedRole + { + /// + /// tool called + /// + Assistant, + /// + /// + /// + System, + } + + /// + /// Enum extensions to do fast conversions without the reflection. + /// + public static class ToolMessageFailedRoleExtensions + { + /// + /// Converts an enum to a string. + /// + public static string ToValueString(this ToolMessageFailedRole value) + { + return value switch + { + ToolMessageFailedRole.Assistant => "assistant", + ToolMessageFailedRole.System => "system", + _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), + }; + } + /// + /// Converts an string to a enum. + /// + public static ToolMessageFailedRole? ToEnum(string value) + { + return value switch + { + "assistant" => ToolMessageFailedRole.Assistant, + "system" => ToolMessageFailedRole.System, + _ => null, + }; + } + } +} \ No newline at end of file diff --git a/src/libs/Vapi/Generated/Vapi.Models.UpdateApiRequestToolDTO.g.cs b/src/libs/Vapi/Generated/Vapi.Models.UpdateApiRequestToolDTO.g.cs index 58c7cefa..a4654121 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.UpdateApiRequestToolDTO.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.UpdateApiRequestToolDTO.g.cs @@ -14,6 +14,13 @@ public sealed partial class UpdateApiRequestToolDTO [global::System.Text.Json.Serialization.JsonPropertyName("messages")] public global::System.Collections.Generic.IList>? Messages { get; set; } + /// + /// This is the name of the tool. This will be passed to the model.
+ /// Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 40. + ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("name")] + public string? Name { get; set; } + /// /// /// @@ -129,13 +136,6 @@ public sealed partial class UpdateApiRequestToolDTO [global::System.Text.Json.Serialization.JsonPropertyName("rejectionPlan")] public global::Vapi.ToolRejectionPlan? RejectionPlan { get; set; } - /// - /// This is the name of the tool. This will be passed to the model.
- /// Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 40. - ///
- [global::System.Text.Json.Serialization.JsonPropertyName("name")] - public string? Name { get; set; } - /// /// This is the description of the tool. This will be passed to the model. /// @@ -315,6 +315,10 @@ public sealed partial class UpdateApiRequestToolDTO /// /// Messages spoken while the tool is running. Multiple request-start messages are variants. For request-response-delayed, same timing means variants and different timings mean staged updates. /// + /// + /// This is the name of the tool. This will be passed to the model.
+ /// Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 40. + /// /// /// /// This is the timeout in seconds for the request. Defaults to 20 seconds.
@@ -407,10 +411,6 @@ public sealed partial class UpdateApiRequestToolDTO /// }
/// ``` /// - /// - /// This is the name of the tool. This will be passed to the model.
- /// Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 40. - /// /// /// This is the description of the tool. This will be passed to the model. /// @@ -565,13 +565,13 @@ public sealed partial class UpdateApiRequestToolDTO #endif public UpdateApiRequestToolDTO( global::System.Collections.Generic.IList>? messages, + string? name, global::Vapi.UpdateApiRequestToolDTOMethod? method, double? timeoutSeconds, string? credentialId, global::System.Collections.Generic.IList? encryptedPaths, global::System.Collections.Generic.IList? parameters, global::Vapi.ToolRejectionPlan? rejectionPlan, - string? name, string? description, string? url, global::Vapi.JsonSchema? body, @@ -580,13 +580,13 @@ public UpdateApiRequestToolDTO( global::Vapi.VariableExtractionPlan? variableExtractionPlan) { this.Messages = messages; + this.Name = name; this.Method = method; this.TimeoutSeconds = timeoutSeconds; this.CredentialId = credentialId; this.EncryptedPaths = encryptedPaths; this.Parameters = parameters; this.RejectionPlan = rejectionPlan; - this.Name = name; this.Description = description; this.Url = url; this.Body = body; diff --git a/src/libs/Vapi/Generated/Vapi.Models.UpdateElevenLabsCredentialDTO.g.cs b/src/libs/Vapi/Generated/Vapi.Models.UpdateElevenLabsCredentialDTO.g.cs index 1a2d9e09..b5cf2b35 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.UpdateElevenLabsCredentialDTO.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.UpdateElevenLabsCredentialDTO.g.cs @@ -15,12 +15,11 @@ public sealed partial class UpdateElevenLabsCredentialDTO public string? ApiKey { get; set; } /// - /// This is the ElevenLabs API environment the key belongs to — the global endpoint or the EU data residency endpoint. It is detected automatically while validating the key and is not honored from the request, so a rotated key is always re-homed to the environment that actually accepts it.
- /// Included only in responses + /// ElevenLabs-only API environment for this key: the global endpoint or the EU data residency endpoint. If omitted on create, Vapi detects it automatically. If set to null on update, Vapi clears the saved endpoint and re-detects it with the saved API key. ///
- [global::System.Text.Json.Serialization.JsonPropertyName("baseUrl")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOBaseUrlJsonConverter))] - public global::Vapi.UpdateElevenLabsCredentialDTOBaseUrl? BaseUrl { get; set; } + [global::System.Text.Json.Serialization.JsonPropertyName("apiUrl")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::Vapi.JsonConverters.UpdateElevenLabsCredentialDTOApiUrlJsonConverter))] + public global::Vapi.UpdateElevenLabsCredentialDTOApiUrl? ApiUrl { get; set; } /// /// This is the name of credential. This is just for your reference. @@ -40,9 +39,8 @@ public sealed partial class UpdateElevenLabsCredentialDTO /// /// This is not returned in the API. /// - /// - /// This is the ElevenLabs API environment the key belongs to — the global endpoint or the EU data residency endpoint. It is detected automatically while validating the key and is not honored from the request, so a rotated key is always re-homed to the environment that actually accepts it.
- /// Included only in responses + /// + /// ElevenLabs-only API environment for this key: the global endpoint or the EU data residency endpoint. If omitted on create, Vapi detects it automatically. If set to null on update, Vapi clears the saved endpoint and re-detects it with the saved API key. /// /// /// This is the name of credential. This is just for your reference. @@ -52,11 +50,11 @@ public sealed partial class UpdateElevenLabsCredentialDTO #endif public UpdateElevenLabsCredentialDTO( string? apiKey, - global::Vapi.UpdateElevenLabsCredentialDTOBaseUrl? baseUrl, + global::Vapi.UpdateElevenLabsCredentialDTOApiUrl? apiUrl, string? name) { this.ApiKey = apiKey; - this.BaseUrl = baseUrl; + this.ApiUrl = apiUrl; this.Name = name; } diff --git a/src/libs/Vapi/Generated/Vapi.Models.UpdateElevenLabsCredentialDTOBaseUrl.g.cs b/src/libs/Vapi/Generated/Vapi.Models.UpdateElevenLabsCredentialDTOApiUrl.g.cs similarity index 53% rename from src/libs/Vapi/Generated/Vapi.Models.UpdateElevenLabsCredentialDTOBaseUrl.g.cs rename to src/libs/Vapi/Generated/Vapi.Models.UpdateElevenLabsCredentialDTOApiUrl.g.cs index 7b73efe8..ba894dc5 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.UpdateElevenLabsCredentialDTOBaseUrl.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.UpdateElevenLabsCredentialDTOApiUrl.g.cs @@ -4,10 +4,9 @@ namespace Vapi { /// - /// This is the ElevenLabs API environment the key belongs to — the global endpoint or the EU data residency endpoint. It is detected automatically while validating the key and is not honored from the request, so a rotated key is always re-homed to the environment that actually accepts it.
- /// Included only in responses + /// ElevenLabs-only API environment for this key: the global endpoint or the EU data residency endpoint. If omitted on create, Vapi detects it automatically. If set to null on update, Vapi clears the saved endpoint and re-detects it with the saved API key. ///
- public enum UpdateElevenLabsCredentialDTOBaseUrl + public enum UpdateElevenLabsCredentialDTOApiUrl { /// /// @@ -22,29 +21,29 @@ public enum UpdateElevenLabsCredentialDTOBaseUrl /// /// Enum extensions to do fast conversions without the reflection. /// - public static class UpdateElevenLabsCredentialDTOBaseUrlExtensions + public static class UpdateElevenLabsCredentialDTOApiUrlExtensions { /// /// Converts an enum to a string. /// - public static string ToValueString(this UpdateElevenLabsCredentialDTOBaseUrl value) + public static string ToValueString(this UpdateElevenLabsCredentialDTOApiUrl value) { return value switch { - UpdateElevenLabsCredentialDTOBaseUrl.Https_ApiElevenlabsIo => "https://api.elevenlabs.io", - UpdateElevenLabsCredentialDTOBaseUrl.Https_ApiEuResidencyElevenlabsIo => "https://api.eu.residency.elevenlabs.io", + UpdateElevenLabsCredentialDTOApiUrl.Https_ApiElevenlabsIo => "https://api.elevenlabs.io", + UpdateElevenLabsCredentialDTOApiUrl.Https_ApiEuResidencyElevenlabsIo => "https://api.eu.residency.elevenlabs.io", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; } /// /// Converts an string to a enum. /// - public static UpdateElevenLabsCredentialDTOBaseUrl? ToEnum(string value) + public static UpdateElevenLabsCredentialDTOApiUrl? ToEnum(string value) { return value switch { - "https://api.elevenlabs.io" => UpdateElevenLabsCredentialDTOBaseUrl.Https_ApiElevenlabsIo, - "https://api.eu.residency.elevenlabs.io" => UpdateElevenLabsCredentialDTOBaseUrl.Https_ApiEuResidencyElevenlabsIo, + "https://api.elevenlabs.io" => UpdateElevenLabsCredentialDTOApiUrl.Https_ApiElevenlabsIo, + "https://api.eu.residency.elevenlabs.io" => UpdateElevenLabsCredentialDTOApiUrl.Https_ApiEuResidencyElevenlabsIo, _ => null, }; } diff --git a/src/libs/Vapi/Generated/Vapi.Models.VapiModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.VapiModel.g.cs index ec1179f3..a3b66009 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.VapiModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.VapiModel.g.cs @@ -61,7 +61,7 @@ public sealed partial class VapiModel public required string Model { get; set; } /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// [global::System.Text.Json.Serialization.JsonPropertyName("temperature")] public double? Temperature { get; set; } @@ -122,7 +122,7 @@ public sealed partial class VapiModel /// This is the workflow that will be used for the call. To use an existing workflow, use `workflowId` instead. /// /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// /// /// This is the max number of tokens that the assistant will be allowed to generate in each turn of the conversation. Default is 250. diff --git a/src/libs/Vapi/Generated/Vapi.Models.XaiModel.g.cs b/src/libs/Vapi/Generated/Vapi.Models.XaiModel.g.cs index 839fd9b2..78d08920 100644 --- a/src/libs/Vapi/Generated/Vapi.Models.XaiModel.g.cs +++ b/src/libs/Vapi/Generated/Vapi.Models.XaiModel.g.cs @@ -50,7 +50,7 @@ public sealed partial class XaiModel public global::Vapi.XaiModelProvider Provider { get; set; } /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// [global::System.Text.Json.Serialization.JsonPropertyName("temperature")] public double? Temperature { get; set; } @@ -105,7 +105,7 @@ public sealed partial class XaiModel /// /// /// - /// This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency. + /// This is the temperature that will be used for calls. Default is 0.5. /// /// /// This is the max number of tokens that the assistant will be allowed to generate in each turn of the conversation. Default is 250. diff --git a/src/libs/Vapi/openapi.yaml b/src/libs/Vapi/openapi.yaml index 91e72e60..441ab086 100644 --- a/src/libs/Vapi/openapi.yaml +++ b/src/libs/Vapi/openapi.yaml @@ -7138,6 +7138,7 @@ "model": { "type": "string", "enum": [ + "ink-2", "ink-whisper" ] }, @@ -9691,6 +9692,7 @@ "model": { "type": "string", "enum": [ + "ink-2", "ink-whisper" ] }, @@ -12121,9 +12123,17 @@ "request-failed" ] }, + "role": { + "type": "string", + "description": "This is optional and defaults to \"assistant\".\n\nWhen role=assistant, `content` is said out loud when the tool call fails.\n\nWhen role=system, `content` is passed to the model as a system message\nalong with the failure result, and the model's generated response is\nspoken. Example:\n assistant: tool called\n tool: error from your server\n <--- system prompt as hint\n ---> model generates response which is spoken\nThis is useful when you want the model to generate an error-aware\nresponse instead of speaking a fixed failure message.", + "enum": [ + "assistant", + "system" + ] + }, "endCallAfterSpokenEnabled": { "type": "boolean", - "description": "This is an optional boolean that if true, the call will end after the message is spoken. Default is false.\n\n@default false", + "description": "This is an optional boolean that if true, the call will end after the message is spoken. Default is false.\n\nThis is ignored if `role` is set to `system`.\n\n@default false", "example": false }, "content": { @@ -12692,17 +12702,17 @@ "OpenAIFunction": { "type": "object", "properties": { - "strict": { - "type": "boolean", - "description": "This is a boolean that controls whether to enable strict schema adherence when generating the function call. If set to true, the model will follow the exact schema defined in the parameters field. Only a subset of JSON Schema is supported when strict is true. Learn more about Structured Outputs in the [OpenAI guide](https://openai.com/index/introducing-structured-outputs-in-the-api/).\n\n@default false", - "default": false - }, "name": { "type": "string", "description": "This is the the name of the function to be called.\n\nMust be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64.", "maxLength": 64, "pattern": "/^[a-zA-Z0-9_-]{1,64}$/" }, + "strict": { + "type": "boolean", + "description": "This is a boolean that controls whether to enable strict schema adherence when generating the function call. If set to true, the model will follow the exact schema defined in the parameters field. Only a subset of JSON Schema is supported when strict is true. Learn more about Structured Outputs in the [OpenAI guide](https://openai.com/index/introducing-structured-outputs-in-the-api/).\n\n@default false", + "default": false + }, "description": { "type": "string", "description": "This is the description of what the function does, used by the AI to choose when and how to call the function." @@ -15256,7 +15266,7 @@ }, "temperature": { "type": "number", - "description": "This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency.", + "description": "This is the temperature that will be used for calls. Default is 0.5.", "minimum": 0, "maximum": 2 }, @@ -15465,7 +15475,7 @@ }, "temperature": { "type": "number", - "description": "This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency.", + "description": "This is the temperature that will be used for calls. Default is 0.5.", "minimum": 0, "maximum": 2 }, @@ -15654,7 +15664,7 @@ }, "temperature": { "type": "number", - "description": "This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency.", + "description": "This is the temperature that will be used for calls. Default is 0.5.", "minimum": 0, "maximum": 2 }, @@ -15821,7 +15831,7 @@ }, "temperature": { "type": "number", - "description": "This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency.", + "description": "This is the temperature that will be used for calls. Default is 0.5.", "minimum": 0, "maximum": 2 }, @@ -16018,7 +16028,7 @@ }, "temperature": { "type": "number", - "description": "This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency.", + "description": "This is the temperature that will be used for calls. Default is 0.5.", "minimum": 0, "maximum": 2 }, @@ -16182,7 +16192,7 @@ }, "temperature": { "type": "number", - "description": "This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency.", + "description": "This is the temperature that will be used for calls. Default is 0.5.", "minimum": 0, "maximum": 2 }, @@ -16349,7 +16359,7 @@ }, "temperature": { "type": "number", - "description": "This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency.", + "description": "This is the temperature that will be used for calls. Default is 0.5.", "minimum": 0, "maximum": 2 }, @@ -16608,7 +16618,7 @@ }, "temperature": { "type": "number", - "description": "This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency.", + "description": "This is the temperature that will be used for calls. Default is 0.5.", "minimum": 0, "maximum": 2 }, @@ -16788,7 +16798,7 @@ }, "temperature": { "type": "number", - "description": "This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency.", + "description": "This is the temperature that will be used for calls. Default is 0.5.", "minimum": 0, "maximum": 2 }, @@ -16954,7 +16964,7 @@ }, "temperature": { "type": "number", - "description": "This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency.", + "description": "This is the temperature that will be used for calls. Default is 0.5.", "minimum": 0, "maximum": 2 }, @@ -17120,7 +17130,7 @@ }, "temperature": { "type": "number", - "description": "This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency.", + "description": "This is the temperature that will be used for calls. Default is 0.5.", "minimum": 0, "maximum": 2 }, @@ -17396,6 +17406,7 @@ "gpt-5.4-mini", "gpt-5.4-mini:australiaeast", "gpt-5.4-nano", + "gpt-realtime-2", "gpt-realtime-2025-08-28", "gpt-realtime-mini-2025-12-15", "o1-mini", @@ -17529,6 +17540,7 @@ "gpt-5.4-mini", "gpt-5.4-mini:australiaeast", "gpt-5.4-nano", + "gpt-realtime-2", "gpt-realtime-2025-08-28", "gpt-realtime-mini-2025-12-15", "o1-mini", @@ -17560,9 +17572,19 @@ "description": "This is the prompt cache key for models that support extended caching (GPT-4.1, GPT-5 series).\n\nProviding a cache key allows you to share cached prefixes across requests.\n\n@default undefined", "maxLength": 64 }, + "reasoningEffort": { + "type": "string", + "description": "Reasoning effort for reasoning-capable OpenAI models.\nFor `gpt-realtime-2`: forwarded to V2 stream's session.update as `reasoning.effort`.\nFor non-realtime OpenAI models: routed through `modelSpecificOverridesGet` (openAIUtil.ts:622-726).\nNarrower than CompletionRequestParams.reasoningEffort intentionally: 'none' is an internal-only override value set by modelSpecificOverridesGet for GPT-5 family, not user-settable via DTO.", + "enum": [ + "high", + "low", + "medium", + "minimal" + ] + }, "temperature": { "type": "number", - "description": "This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency.", + "description": "This is the temperature that will be used for calls. Default is 0.5.", "minimum": 0, "maximum": 2 }, @@ -17725,7 +17747,7 @@ }, "temperature": { "type": "number", - "description": "This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency.", + "description": "This is the temperature that will be used for calls. Default is 0.5.", "minimum": 0, "maximum": 2 }, @@ -17888,7 +17910,7 @@ }, "temperature": { "type": "number", - "description": "This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency.", + "description": "This is the temperature that will be used for calls. Default is 0.5.", "minimum": 0, "maximum": 2 }, @@ -18051,7 +18073,7 @@ }, "temperature": { "type": "number", - "description": "This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency.", + "description": "This is the temperature that will be used for calls. Default is 0.5.", "minimum": 0, "maximum": 2 }, @@ -21661,7 +21683,7 @@ }, "temperature": { "type": "number", - "description": "This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency.", + "description": "This is the temperature that will be used for calls. Default is 0.5.", "minimum": 0, "maximum": 2 }, @@ -21834,7 +21856,7 @@ }, "temperature": { "type": "number", - "description": "This is the temperature that will be used for calls. Default is 0 to leverage caching for lower latency.", + "description": "This is the temperature that will be used for calls. Default is 0.5.", "minimum": 0, "maximum": 2 }, @@ -27656,14 +27678,14 @@ "maxLength": 10000, "description": "This is not returned in the API." }, - "baseUrl": { + "apiUrl": { "type": "string", "enum": [ "https://api.elevenlabs.io", "https://api.eu.residency.elevenlabs.io" ], - "description": "This is the ElevenLabs API environment the key belongs to — the global endpoint or the EU data residency endpoint. It is detected automatically while validating the key and is not honored from the request, so a rotated key is always re-homed to the environment that actually accepts it.", - "readOnly": true + "description": "ElevenLabs-only API environment for this key: the global endpoint or the EU data residency endpoint. If omitted on create, Vapi detects it automatically. If set to null on update, Vapi clears the saved endpoint and re-detects it with the saved API key.", + "nullable": true }, "name": { "type": "string", @@ -34767,6 +34789,14 @@ "duration": { "type": "number", "description": "The duration of the message in seconds." + }, + "assistantName": { + "type": "string", + "description": "The name of the assistant that produced this message. In a squad or\nhandoff call this is the specific sub-agent active when the message was\nspoken, letting the transcript label each message by speaker." + }, + "assistantId": { + "type": "string", + "description": "The ID of the assistant that produced this message. Stable reference for\nthe assistant named in `assistantName`." } }, "required": [ @@ -36576,6 +36606,7 @@ "call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing", "call.in-progress.error-vapifault-cartesia-requested-payment", "call.in-progress.error-vapifault-cartesia-socket-hang-up", + "call.in-progress.error-vapifault-cartesia-transcriber-failed", "call.in-progress.error-vapifault-cartesia-voice-failed", "call.in-progress.error-vapifault-cerebras-400-bad-request-validation-failed", "call.in-progress.error-vapifault-cerebras-401-unauthorized", @@ -36812,6 +36843,7 @@ "pipeline-error-cartesia-522-server-error", "pipeline-error-cartesia-requested-payment", "pipeline-error-cartesia-socket-hang-up", + "pipeline-error-cartesia-transcriber-failed", "pipeline-error-cartesia-voice-failed", "pipeline-error-cerebras-400-bad-request-validation-failed", "pipeline-error-cerebras-401-unauthorized", @@ -41953,6 +41985,12 @@ ], "description": "The type of tool. \"apiRequest\" for API request tool." }, + "name": { + "type": "string", + "description": "This is the name of the tool. This will be passed to the model.\n\nMust be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 40.", + "maxLength": 40, + "pattern": "/^[a-zA-Z0-9_-]{1,40}$/" + }, "method": { "type": "string", "enum": [ @@ -42015,12 +42053,6 @@ } ] }, - "name": { - "type": "string", - "description": "This is the name of the tool. This will be passed to the model.\n\nMust be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 40.", - "maxLength": 40, - "pattern": "/^[a-zA-Z0-9_-]{1,40}$/" - }, "description": { "type": "string", "description": "This is the description of the tool. This will be passed to the model." @@ -44156,6 +44188,12 @@ ], "description": "The type of tool. \"apiRequest\" for API request tool." }, + "name": { + "type": "string", + "description": "This is the name of the tool. This will be passed to the model.\n\nMust be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 40.", + "maxLength": 40, + "pattern": "/^[a-zA-Z0-9_-]{1,40}$/" + }, "method": { "type": "string", "enum": [ @@ -44192,12 +44230,6 @@ "$ref": "#/components/schemas/ToolParameter" } }, - "name": { - "type": "string", - "description": "This is the name of the tool. This will be passed to the model.\n\nMust be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 40.", - "maxLength": 40, - "pattern": "/^[a-zA-Z0-9_-]{1,40}$/" - }, "description": { "type": "string", "description": "This is the description of the tool. This will be passed to the model." @@ -44781,6 +44813,12 @@ ] } }, + "name": { + "type": "string", + "description": "This is the name of the tool. This will be passed to the model.\n\nMust be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 40.", + "maxLength": 40, + "pattern": "/^[a-zA-Z0-9_-]{1,40}$/" + }, "method": { "type": "string", "enum": [ @@ -44825,12 +44863,6 @@ } ] }, - "name": { - "type": "string", - "description": "This is the name of the tool. This will be passed to the model.\n\nMust be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 40.", - "maxLength": 40, - "pattern": "/^[a-zA-Z0-9_-]{1,40}$/" - }, "description": { "type": "string", "description": "This is the description of the tool. This will be passed to the model." @@ -54598,14 +54630,14 @@ "maxLength": 10000, "description": "This is not returned in the API." }, - "baseUrl": { + "apiUrl": { "type": "string", "enum": [ "https://api.elevenlabs.io", "https://api.eu.residency.elevenlabs.io" ], - "description": "This is the ElevenLabs API environment the key belongs to — the global endpoint or the EU data residency endpoint. It is detected automatically while validating the key and is not honored from the request, so a rotated key is always re-homed to the environment that actually accepts it.", - "readOnly": true + "description": "ElevenLabs-only API environment for this key: the global endpoint or the EU data residency endpoint. If omitted on create, Vapi detects it automatically. If set to null on update, Vapi clears the saved endpoint and re-detects it with the saved API key.", + "nullable": true }, "id": { "type": "string", @@ -57682,14 +57714,14 @@ "maxLength": 10000, "description": "This is not returned in the API." }, - "baseUrl": { + "apiUrl": { "type": "string", "enum": [ "https://api.elevenlabs.io", "https://api.eu.residency.elevenlabs.io" ], - "description": "This is the ElevenLabs API environment the key belongs to — the global endpoint or the EU data residency endpoint. It is detected automatically while validating the key and is not honored from the request, so a rotated key is always re-homed to the environment that actually accepts it.", - "readOnly": true + "description": "ElevenLabs-only API environment for this key: the global endpoint or the EU data residency endpoint. If omitted on create, Vapi detects it automatically. If set to null on update, Vapi clears the saved endpoint and re-detects it with the saved API key.", + "nullable": true }, "name": { "type": "string", @@ -62464,6 +62496,7 @@ "call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing", "call.in-progress.error-vapifault-cartesia-requested-payment", "call.in-progress.error-vapifault-cartesia-socket-hang-up", + "call.in-progress.error-vapifault-cartesia-transcriber-failed", "call.in-progress.error-vapifault-cartesia-voice-failed", "call.in-progress.error-vapifault-cerebras-400-bad-request-validation-failed", "call.in-progress.error-vapifault-cerebras-401-unauthorized", @@ -62700,6 +62733,7 @@ "pipeline-error-cartesia-522-server-error", "pipeline-error-cartesia-requested-payment", "pipeline-error-cartesia-socket-hang-up", + "pipeline-error-cartesia-transcriber-failed", "pipeline-error-cartesia-voice-failed", "pipeline-error-cerebras-400-bad-request-validation-failed", "pipeline-error-cerebras-401-unauthorized", @@ -63838,6 +63872,7 @@ "call.in-progress.error-vapifault-call-started-but-connection-to-transport-missing", "call.in-progress.error-vapifault-cartesia-requested-payment", "call.in-progress.error-vapifault-cartesia-socket-hang-up", + "call.in-progress.error-vapifault-cartesia-transcriber-failed", "call.in-progress.error-vapifault-cartesia-voice-failed", "call.in-progress.error-vapifault-cerebras-400-bad-request-validation-failed", "call.in-progress.error-vapifault-cerebras-401-unauthorized", @@ -64074,6 +64109,7 @@ "pipeline-error-cartesia-522-server-error", "pipeline-error-cartesia-requested-payment", "pipeline-error-cartesia-socket-hang-up", + "pipeline-error-cartesia-transcriber-failed", "pipeline-error-cartesia-voice-failed", "pipeline-error-cerebras-400-bad-request-validation-failed", "pipeline-error-cerebras-401-unauthorized",