From 1c6f58ebb295c3aeb20f77ea8c602d1e4f4e0b92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 10 Aug 2026 21:35:35 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- ...etellAI.IRetellAiClient.GetApiKeyInfo.g.cs | 26 + .../RetellAI.IRetellAiClient.UpdateAgent.g.cs | 8 +- ...ellAI.IRetellAiClient.UpdateChatAgent.g.cs | 8 +- ....JsonConverters.AgentRequestLanguage.g.cs} | 14 +- ...verters.AgentRequestLanguageNullable.g.cs} | 14 +- ...onConverters.ChatAgentRequestLanguage.g.cs | 53 + ...ters.ChatAgentRequestLanguageNullable.g.cs | 60 + ...ellAI.JsonConverters.ChatMessageInput.g.cs | 1 + ...ellAI.JsonConverters.ConversationFlow.g.cs | 2 +- ...onverters.GetApiKeyInfoResponseStatus.g.cs | 53 + ...nverters.GetApiKeyInfoResponseStatus2.g.cs | 53 + ....GetApiKeyInfoResponseStatus2Nullable.g.cs | 60 + ...s.GetApiKeyInfoResponseStatusNullable.g.cs | 60 + ...etellAI.JsonConverters.LanguageLegacy.g.cs | 162 - .../RetellAI.JsonConverters.Message.g.cs | 1 + ...I.JsonConverters.OrganizationResponse.g.cs | 2 + ...nResponseVariant2EnterprisePlanStatus.g.cs | 53 + ...eVariant2EnterprisePlanStatusNullable.g.cs | 60 + ...ellAI.JsonConverters.RetellLlmRequest.g.cs | 1 + .../RetellAI.JsonConverters.Tool.g.cs | 1 + .../RetellAI.JsonSerializerContext.g.cs | 235 +- .../RetellAI.JsonSerializerContextTypes.g.cs | 2888 +++++++++-------- .../RetellAI.Models.AgentRequest.g.cs | 12 +- ...RetellAI.Models.AgentRequestLanguage.g.cs} | 12 +- ...entRequestPronunciationDictionaryItem.g.cs | 8 +- ...stPronunciationDictionaryItemAlphabet.g.cs | 14 +- .../RetellAI.Models.ChatAgentRequest.g.cs | 12 +- ...ellAI.Models.ChatAgentRequestLanguage.g.cs | 45 + .../Generated/RetellAI.Models.Cohort.g.cs | 4 +- .../RetellAI.Models.CohortEvaluationMode.g.cs | 2 +- .../RetellAI.Models.CohortQaListArgs.g.cs | 4 +- ...RetellAI.Models.CohortQaListArgsOrder.g.cs | 2 +- ...ellAI.Models.ConversationFlowVariant2.g.cs | 14 +- .../Generated/RetellAI.Models.CustomTool.g.cs | 11 + ...AI.Models.GetApiKeyInfoResponse.Json.g.cs} | 26 +- ...RetellAI.Models.GetApiKeyInfoResponse.g.cs | 79 + ...AI.Models.GetApiKeyInfoResponse2.Json.g.cs | 141 + ...etellAI.Models.GetApiKeyInfoResponse2.g.cs | 57 + ...AI.Models.GetApiKeyInfoResponse3.Json.g.cs | 141 + ...etellAI.Models.GetApiKeyInfoResponse3.g.cs | 57 + ...AI.Models.GetApiKeyInfoResponseStatus.g.cs | 45 + ...I.Models.GetApiKeyInfoResponseStatus2.g.cs | 45 + .../Generated/RetellAI.Models.LLMModel.g.cs | 12 + .../Generated/RetellAI.Models.Language3.g.cs | 2 +- .../RetellAI.Models.LanguageLegacy.g.cs | 297 -- .../RetellAI.Models.MessageBase.g.cs | 11 + .../RetellAI.Models.NullableLLMModel.g.cs | 12 + .../RetellAI.Models.Organization.g.cs | 6 +- ...llAI.Models.OrganizationFeatureBucket.g.cs | 2 +- ...I.Models.OrganizationResponseVariant2.g.cs | 25 +- ...nResponseVariant2EnterprisePlanStatus.g.cs | 57 + ...ellAI.Models.RetellLlmRequestVariant2.g.cs | 16 +- ...RetellAI.RetellAiClient.GetApiKeyInfo.g.cs | 489 +++ .../RetellAI.RetellAiClient.UpdateAgent.g.cs | 8 +- ...tellAI.RetellAiClient.UpdateChatAgent.g.cs | 8 +- src/libs/RetellAI/openapi.yaml | 125 +- 56 files changed, 3555 insertions(+), 2061 deletions(-) create mode 100644 src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.GetApiKeyInfo.g.cs rename src/libs/RetellAI/Generated/{RetellAI.JsonConverters.LanguageLegacyEnum.g.cs => RetellAI.JsonConverters.AgentRequestLanguage.g.cs} (68%) rename src/libs/RetellAI/Generated/{RetellAI.JsonConverters.LanguageLegacyEnumNullable.g.cs => RetellAI.JsonConverters.AgentRequestLanguageNullable.g.cs} (70%) create mode 100644 src/libs/RetellAI/Generated/RetellAI.JsonConverters.ChatAgentRequestLanguage.g.cs create mode 100644 src/libs/RetellAI/Generated/RetellAI.JsonConverters.ChatAgentRequestLanguageNullable.g.cs create mode 100644 src/libs/RetellAI/Generated/RetellAI.JsonConverters.GetApiKeyInfoResponseStatus.g.cs create mode 100644 src/libs/RetellAI/Generated/RetellAI.JsonConverters.GetApiKeyInfoResponseStatus2.g.cs create mode 100644 src/libs/RetellAI/Generated/RetellAI.JsonConverters.GetApiKeyInfoResponseStatus2Nullable.g.cs create mode 100644 src/libs/RetellAI/Generated/RetellAI.JsonConverters.GetApiKeyInfoResponseStatusNullable.g.cs delete mode 100644 src/libs/RetellAI/Generated/RetellAI.JsonConverters.LanguageLegacy.g.cs create mode 100644 src/libs/RetellAI/Generated/RetellAI.JsonConverters.OrganizationResponseVariant2EnterprisePlanStatus.g.cs create mode 100644 src/libs/RetellAI/Generated/RetellAI.JsonConverters.OrganizationResponseVariant2EnterprisePlanStatusNullable.g.cs rename src/libs/RetellAI/Generated/{RetellAI.Models.LanguageLegacyEnum.g.cs => RetellAI.Models.AgentRequestLanguage.g.cs} (68%) create mode 100644 src/libs/RetellAI/Generated/RetellAI.Models.ChatAgentRequestLanguage.g.cs rename src/libs/RetellAI/Generated/{RetellAI.Models.LanguageLegacy.Json.g.cs => RetellAI.Models.GetApiKeyInfoResponse.Json.g.cs} (88%) create mode 100644 src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse.g.cs create mode 100644 src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse2.Json.g.cs create mode 100644 src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse2.g.cs create mode 100644 src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse3.Json.g.cs create mode 100644 src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse3.g.cs create mode 100644 src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponseStatus.g.cs create mode 100644 src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponseStatus2.g.cs delete mode 100644 src/libs/RetellAI/Generated/RetellAI.Models.LanguageLegacy.g.cs create mode 100644 src/libs/RetellAI/Generated/RetellAI.Models.OrganizationResponseVariant2EnterprisePlanStatus.g.cs create mode 100644 src/libs/RetellAI/Generated/RetellAI.RetellAiClient.GetApiKeyInfo.g.cs diff --git a/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.GetApiKeyInfo.g.cs b/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.GetApiKeyInfo.g.cs new file mode 100644 index 00000000..d639a321 --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.GetApiKeyInfo.g.cs @@ -0,0 +1,26 @@ +#nullable enable + +namespace RetellAI +{ + public partial interface IRetellAiClient + { + /// + /// Get info about the API key used to authenticate, and the org that owns it. + /// + /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. + /// The token to cancel the operation with + /// + global::System.Threading.Tasks.Task GetApiKeyInfoAsync( + global::RetellAI.AutoSDKRequestOptions? requestOptions = default, + global::System.Threading.CancellationToken cancellationToken = default); + /// + /// Get info about the API key used to authenticate, and the org that owns it. + /// + /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. + /// The token to cancel the operation with + /// + global::System.Threading.Tasks.Task> GetApiKeyInfoAsResponseAsync( + global::RetellAI.AutoSDKRequestOptions? requestOptions = default, + global::System.Threading.CancellationToken cancellationToken = default); + } +} \ No newline at end of file diff --git a/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.UpdateAgent.g.cs b/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.UpdateAgent.g.cs index 4f0712dc..0f61dbb6 100644 --- a/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.UpdateAgent.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.UpdateAgent.g.cs @@ -1,5 +1,7 @@ #nullable enable +#pragma warning disable CS0618 // Type or member is obsolete + namespace RetellAI { public partial interface IRetellAiClient @@ -156,7 +158,7 @@ public partial interface IRetellAiClient /// Example: 1 /// /// - /// Specifies what language(s) the agent will operate in. Accepts either a single scalar locale (e.g. `en-US`), the legacy scalar value `multi` for multilingual support, or an array of concrete locale codes for explicit multi-locale selection (e.g. `["en-US","es-ES"]`). The array form must contain concrete locale codes only — the `multi` value is valid only as the scalar legacy form and must not appear inside an array. Single-element arrays are normalized to the equivalent scalar on output. If unset, defaults to `en-US`. + /// Specifies what language(s) the agent will operate in. Accepts either a single locale (e.g. `en-US`) or an array of locales for multilingual agents (e.g. `["en-US","es-ES"]`). The scalar value `multi` is deprecated but still accepted as a scalar, and is stored and returned as the ten locales it used to mean. It must not appear inside the array form. Send an explicit locale array instead. If unset, defaults to `en-US`. /// /// /// The webhook for agent to listen to call events. See what events it would get at [webhook doc](/features/webhook). If set, will binds webhook events for this agent to the specified url, and will ignore the account level webhook for this agent. Set to `null` to remove webhook url from this agent.
@@ -294,7 +296,9 @@ public partial interface IRetellAiClient int? reminderMaxCount = default, global::RetellAI.AgentRequestAmbientSound? ambientSound = default, double? ambientSoundVolume = default, - global::RetellAI.OneOf>? language = default, +#pragma warning disable CS0618 // Type or member is obsolete + global::RetellAI.OneOf, global::RetellAI.AgentRequestLanguage?>? language = default, +#pragma warning disable CS0618 // Type or member is obsolete string? webhookUrl = default, global::System.Collections.Generic.IList? webhookEvents = default, int? webhookTimeoutMs = default, diff --git a/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.UpdateChatAgent.g.cs b/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.UpdateChatAgent.g.cs index 1ffa586e..acc9a1a7 100644 --- a/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.UpdateChatAgent.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.UpdateChatAgent.g.cs @@ -1,5 +1,7 @@ #nullable enable +#pragma warning disable CS0618 // Type or member is obsolete + namespace RetellAI { public partial interface IRetellAiClient @@ -71,7 +73,7 @@ public partial interface IRetellAiClient /// Example: 3600000 /// /// - /// Specifies what language(s) the agent will operate in. Accepts either a single scalar locale (e.g. `en-US`), the legacy scalar value `multi` for multilingual support, or an array of concrete locale codes for explicit multi-locale selection (e.g. `["en-US","es-ES"]`). The array form must contain concrete locale codes only — the `multi` value is valid only as the scalar legacy form and must not appear inside an array. Single-element arrays are normalized to the equivalent scalar on output. If unset, defaults to `en-US`. + /// Specifies what language(s) the agent will operate in. Accepts either a single locale (e.g. `en-US`) or an array of locales for multilingual agents (e.g. `["en-US","es-ES"]`). The scalar value `multi` is deprecated but still accepted as a scalar, and is stored and returned as the ten locales it used to mean. It must not appear inside the array form. Send an explicit locale array instead. If unset, defaults to `en-US`. /// /// /// The webhook for agent to listen to chat events. See what events it would get at [webhook doc](/features/webhook). If set, will binds webhook events for this agent to the specified url, and will ignore the account level webhook for this agent. Set to `null` to remove webhook url from this agent.
@@ -126,7 +128,9 @@ public partial interface IRetellAiClient string? versionTitle = default, string? autoCloseMessage = default, int? endChatAfterSilenceMs = default, - global::RetellAI.OneOf>? language = default, +#pragma warning disable CS0618 // Type or member is obsolete + global::RetellAI.OneOf, global::RetellAI.ChatAgentRequestLanguage?>? language = default, +#pragma warning disable CS0618 // Type or member is obsolete string? webhookUrl = default, global::System.Collections.Generic.IList? webhookEvents = default, int? webhookTimeoutMs = default, diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.LanguageLegacyEnum.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.AgentRequestLanguage.g.cs similarity index 68% rename from src/libs/RetellAI/Generated/RetellAI.JsonConverters.LanguageLegacyEnum.g.cs rename to src/libs/RetellAI/Generated/RetellAI.JsonConverters.AgentRequestLanguage.g.cs index 1820e59b..4b3a1df4 100644 --- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.LanguageLegacyEnum.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.AgentRequestLanguage.g.cs @@ -3,10 +3,10 @@ namespace RetellAI.JsonConverters { /// - public sealed class LanguageLegacyEnumJsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class AgentRequestLanguageJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::RetellAI.LanguageLegacyEnum Read( + public override global::RetellAI.AgentRequestLanguage 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 LanguageLegacyEnumJsonConverter : global::System.Text.Json.S var stringValue = reader.GetString(); if (stringValue != null) { - return global::RetellAI.LanguageLegacyEnumExtensions.ToEnum(stringValue) ?? default; + return global::RetellAI.AgentRequestLanguageExtensions.ToEnum(stringValue) ?? default; } break; @@ -26,11 +26,11 @@ public sealed class LanguageLegacyEnumJsonConverter : global::System.Text.Json.S case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::RetellAI.LanguageLegacyEnum)numValue; + return (global::RetellAI.AgentRequestLanguage)numValue; } case global::System.Text.Json.JsonTokenType.Null: { - return default(global::RetellAI.LanguageLegacyEnum); + return default(global::RetellAI.AgentRequestLanguage); } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -42,12 +42,12 @@ public sealed class LanguageLegacyEnumJsonConverter : global::System.Text.Json.S /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::RetellAI.LanguageLegacyEnum value, + global::RetellAI.AgentRequestLanguage value, global::System.Text.Json.JsonSerializerOptions options) { writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); - writer.WriteStringValue(global::RetellAI.LanguageLegacyEnumExtensions.ToValueString(value)); + writer.WriteStringValue(global::RetellAI.AgentRequestLanguageExtensions.ToValueString(value)); } } } diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.LanguageLegacyEnumNullable.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.AgentRequestLanguageNullable.g.cs similarity index 70% rename from src/libs/RetellAI/Generated/RetellAI.JsonConverters.LanguageLegacyEnumNullable.g.cs rename to src/libs/RetellAI/Generated/RetellAI.JsonConverters.AgentRequestLanguageNullable.g.cs index 43ad7578..9f717f03 100644 --- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.LanguageLegacyEnumNullable.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.AgentRequestLanguageNullable.g.cs @@ -3,10 +3,10 @@ namespace RetellAI.JsonConverters { /// - public sealed class LanguageLegacyEnumNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class AgentRequestLanguageNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::RetellAI.LanguageLegacyEnum? Read( + public override global::RetellAI.AgentRequestLanguage? 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 LanguageLegacyEnumNullableJsonConverter : global::System.Tex var stringValue = reader.GetString(); if (stringValue != null) { - return global::RetellAI.LanguageLegacyEnumExtensions.ToEnum(stringValue); + return global::RetellAI.AgentRequestLanguageExtensions.ToEnum(stringValue); } break; @@ -26,11 +26,11 @@ public sealed class LanguageLegacyEnumNullableJsonConverter : global::System.Tex case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::RetellAI.LanguageLegacyEnum)numValue; + return (global::RetellAI.AgentRequestLanguage)numValue; } case global::System.Text.Json.JsonTokenType.Null: { - return default(global::RetellAI.LanguageLegacyEnum?); + return default(global::RetellAI.AgentRequestLanguage?); } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -42,7 +42,7 @@ public sealed class LanguageLegacyEnumNullableJsonConverter : global::System.Tex /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::RetellAI.LanguageLegacyEnum? value, + global::RetellAI.AgentRequestLanguage? value, global::System.Text.Json.JsonSerializerOptions options) { writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); @@ -53,7 +53,7 @@ public override void Write( } else { - writer.WriteStringValue(global::RetellAI.LanguageLegacyEnumExtensions.ToValueString(value.Value)); + writer.WriteStringValue(global::RetellAI.AgentRequestLanguageExtensions.ToValueString(value.Value)); } } } diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.ChatAgentRequestLanguage.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.ChatAgentRequestLanguage.g.cs new file mode 100644 index 00000000..53ba3f06 --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.ChatAgentRequestLanguage.g.cs @@ -0,0 +1,53 @@ +#nullable enable + +namespace RetellAI.JsonConverters +{ + /// + public sealed class ChatAgentRequestLanguageJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::RetellAI.ChatAgentRequestLanguage Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::RetellAI.ChatAgentRequestLanguageExtensions.ToEnum(stringValue) ?? default; + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::RetellAI.ChatAgentRequestLanguage)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::RetellAI.ChatAgentRequestLanguage); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::RetellAI.ChatAgentRequestLanguage value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + writer.WriteStringValue(global::RetellAI.ChatAgentRequestLanguageExtensions.ToValueString(value)); + } + } +} diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.ChatAgentRequestLanguageNullable.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.ChatAgentRequestLanguageNullable.g.cs new file mode 100644 index 00000000..7b35a963 --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.ChatAgentRequestLanguageNullable.g.cs @@ -0,0 +1,60 @@ +#nullable enable + +namespace RetellAI.JsonConverters +{ + /// + public sealed class ChatAgentRequestLanguageNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::RetellAI.ChatAgentRequestLanguage? Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::RetellAI.ChatAgentRequestLanguageExtensions.ToEnum(stringValue); + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::RetellAI.ChatAgentRequestLanguage)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::RetellAI.ChatAgentRequestLanguage?); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::RetellAI.ChatAgentRequestLanguage? value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + if (value == null) + { + writer.WriteNullValue(); + } + else + { + writer.WriteStringValue(global::RetellAI.ChatAgentRequestLanguageExtensions.ToValueString(value.Value)); + } + } + } +} diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.ChatMessageInput.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.ChatMessageInput.g.cs index e61d709a..d35720c0 100644 --- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.ChatMessageInput.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.ChatMessageInput.g.cs @@ -31,6 +31,7 @@ public class ChatMessageInputJsonConverter : global::System.Text.Json.Serializat if (__jsonProps.Contains("content")) __score0++; if (__jsonProps.Contains("created_timestamp")) __score0++; if (__jsonProps.Contains("message_id")) __score0++; + if (__jsonProps.Contains("multimedia")) __score0++; if (__jsonProps.Contains("role")) __score0++; var __score1 = 0; if (__jsonProps.Contains("arguments")) __score1++; diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.ConversationFlow.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.ConversationFlow.g.cs index 2ae38fcb..cffbaa68 100644 --- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.ConversationFlow.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.ConversationFlow.g.cs @@ -52,7 +52,7 @@ public class ConversationFlowJsonConverter : global::System.Text.Json.Serializat if (__jsonProps.Contains("default_dynamic_variables")) __score1++; if (__jsonProps.Contains("flex_mode")) __score1++; if (__jsonProps.Contains("global_prompt")) __score1++; - if (__jsonProps.Contains("is_transfer_llm")) __score1++; + if (__jsonProps.Contains("is_transfer_cf")) __score1++; if (__jsonProps.Contains("mcps")) __score1++; if (__jsonProps.Contains("nodes")) __score1++; if (__jsonProps.Contains("notes")) __score1++; diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.GetApiKeyInfoResponseStatus.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.GetApiKeyInfoResponseStatus.g.cs new file mode 100644 index 00000000..039e6870 --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.GetApiKeyInfoResponseStatus.g.cs @@ -0,0 +1,53 @@ +#nullable enable + +namespace RetellAI.JsonConverters +{ + /// + public sealed class GetApiKeyInfoResponseStatusJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::RetellAI.GetApiKeyInfoResponseStatus Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::RetellAI.GetApiKeyInfoResponseStatusExtensions.ToEnum(stringValue) ?? default; + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::RetellAI.GetApiKeyInfoResponseStatus)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::RetellAI.GetApiKeyInfoResponseStatus); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::RetellAI.GetApiKeyInfoResponseStatus value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + writer.WriteStringValue(global::RetellAI.GetApiKeyInfoResponseStatusExtensions.ToValueString(value)); + } + } +} diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.GetApiKeyInfoResponseStatus2.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.GetApiKeyInfoResponseStatus2.g.cs new file mode 100644 index 00000000..379ad6d3 --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.GetApiKeyInfoResponseStatus2.g.cs @@ -0,0 +1,53 @@ +#nullable enable + +namespace RetellAI.JsonConverters +{ + /// + public sealed class GetApiKeyInfoResponseStatus2JsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::RetellAI.GetApiKeyInfoResponseStatus2 Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::RetellAI.GetApiKeyInfoResponseStatus2Extensions.ToEnum(stringValue) ?? default; + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::RetellAI.GetApiKeyInfoResponseStatus2)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::RetellAI.GetApiKeyInfoResponseStatus2); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::RetellAI.GetApiKeyInfoResponseStatus2 value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + writer.WriteStringValue(global::RetellAI.GetApiKeyInfoResponseStatus2Extensions.ToValueString(value)); + } + } +} diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.GetApiKeyInfoResponseStatus2Nullable.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.GetApiKeyInfoResponseStatus2Nullable.g.cs new file mode 100644 index 00000000..1a1b8b2a --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.GetApiKeyInfoResponseStatus2Nullable.g.cs @@ -0,0 +1,60 @@ +#nullable enable + +namespace RetellAI.JsonConverters +{ + /// + public sealed class GetApiKeyInfoResponseStatus2NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::RetellAI.GetApiKeyInfoResponseStatus2? Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::RetellAI.GetApiKeyInfoResponseStatus2Extensions.ToEnum(stringValue); + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::RetellAI.GetApiKeyInfoResponseStatus2)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::RetellAI.GetApiKeyInfoResponseStatus2?); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::RetellAI.GetApiKeyInfoResponseStatus2? value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + if (value == null) + { + writer.WriteNullValue(); + } + else + { + writer.WriteStringValue(global::RetellAI.GetApiKeyInfoResponseStatus2Extensions.ToValueString(value.Value)); + } + } + } +} diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.GetApiKeyInfoResponseStatusNullable.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.GetApiKeyInfoResponseStatusNullable.g.cs new file mode 100644 index 00000000..87f8e2fc --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.GetApiKeyInfoResponseStatusNullable.g.cs @@ -0,0 +1,60 @@ +#nullable enable + +namespace RetellAI.JsonConverters +{ + /// + public sealed class GetApiKeyInfoResponseStatusNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::RetellAI.GetApiKeyInfoResponseStatus? Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::RetellAI.GetApiKeyInfoResponseStatusExtensions.ToEnum(stringValue); + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::RetellAI.GetApiKeyInfoResponseStatus)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::RetellAI.GetApiKeyInfoResponseStatus?); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::RetellAI.GetApiKeyInfoResponseStatus? value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + if (value == null) + { + writer.WriteNullValue(); + } + else + { + writer.WriteStringValue(global::RetellAI.GetApiKeyInfoResponseStatusExtensions.ToValueString(value.Value)); + } + } + } +} diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.LanguageLegacy.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.LanguageLegacy.g.cs deleted file mode 100644 index 1290ed16..00000000 --- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.LanguageLegacy.g.cs +++ /dev/null @@ -1,162 +0,0 @@ -#nullable enable -#pragma warning disable CS0618 // Type or member is obsolete - -namespace RetellAI.JsonConverters -{ - /// - public class LanguageLegacyJsonConverter : global::System.Text.Json.Serialization.JsonConverter - { - /// - public override global::RetellAI.LanguageLegacy Read( - ref global::System.Text.Json.Utf8JsonReader reader, - global::System.Type typeToConvert, - global::System.Text.Json.JsonSerializerOptions options) - { - options = options ?? throw new global::System.ArgumentNullException(nameof(options)); - var typeInfoResolver = options.TypeInfoResolver ?? throw new global::System.InvalidOperationException("TypeInfoResolver is not set."); - - - using var __jsonDocument = global::System.Text.Json.JsonDocument.ParseValue(ref reader); - var __rawJson = __jsonDocument.RootElement.GetRawText(); - var __jsonProps = new global::System.Collections.Generic.HashSet(); - if (__jsonDocument.RootElement.ValueKind == global::System.Text.Json.JsonValueKind.Object) - { - foreach (var __jsonProp in __jsonDocument.RootElement.EnumerateObject()) - { - __jsonProps.Add(__jsonProp.Name); - } - } - - var __score0 = 0; - { - var __ti = typeInfoResolver.GetTypeInfo(typeof(global::RetellAI.Language3), options); - if (__ti != null && __ti.Kind == global::System.Text.Json.Serialization.Metadata.JsonTypeInfoKind.Object) - { - foreach (var __prop in __ti.Properties) - { - if (__jsonProps.Contains(__prop.Name)) __score0++; - } - } - } - var __score1 = 0; - { - var __ti = typeInfoResolver.GetTypeInfo(typeof(global::RetellAI.LanguageLegacyEnum), options); - if (__ti != null && __ti.Kind == global::System.Text.Json.Serialization.Metadata.JsonTypeInfoKind.Object) - { - foreach (var __prop in __ti.Properties) - { - if (__jsonProps.Contains(__prop.Name)) __score1++; - } - } - } - var __bestScore = 0; - var __bestIndex = -1; - if (__score0 > __bestScore) { __bestScore = __score0; __bestIndex = 0; } - if (__score1 > __bestScore) { __bestScore = __score1; __bestIndex = 1; } - - global::RetellAI.Language3? language3 = default; - global::RetellAI.LanguageLegacyEnum? @enum = default; - if (__bestIndex >= 0) - { - if (__bestIndex == 0) - { - try - { - - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::RetellAI.Language3), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::RetellAI.Language3).Name}"); - language3 = global::System.Text.Json.JsonSerializer.Deserialize(__rawJson, typeInfo); - } - catch (global::System.Text.Json.JsonException) - { - } - catch (global::System.InvalidOperationException) - { - } - } - - else if (__bestIndex == 1) - { - try - { - - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::RetellAI.LanguageLegacyEnum), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::RetellAI.LanguageLegacyEnum).Name}"); - @enum = global::System.Text.Json.JsonSerializer.Deserialize(__rawJson, typeInfo); - } - catch (global::System.Text.Json.JsonException) - { - } - catch (global::System.InvalidOperationException) - { - } - } - } - - if (language3 == null && @enum == null) - { - try - { - - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::RetellAI.Language3), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::RetellAI.Language3).Name}"); - language3 = global::System.Text.Json.JsonSerializer.Deserialize(__rawJson, typeInfo); - } - catch (global::System.Text.Json.JsonException) - { - } - catch (global::System.InvalidOperationException) - { - } - } - - if (language3 == null && @enum == null) - { - try - { - - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::RetellAI.LanguageLegacyEnum), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::RetellAI.LanguageLegacyEnum).Name}"); - @enum = global::System.Text.Json.JsonSerializer.Deserialize(__rawJson, typeInfo); - } - catch (global::System.Text.Json.JsonException) - { - } - catch (global::System.InvalidOperationException) - { - } - } - - var __value = new global::RetellAI.LanguageLegacy( - language3, - - @enum - ); - - return __value; - } - - /// - public override void Write( - global::System.Text.Json.Utf8JsonWriter writer, - global::RetellAI.LanguageLegacy value, - global::System.Text.Json.JsonSerializerOptions options) - { - options = options ?? throw new global::System.ArgumentNullException(nameof(options)); - var typeInfoResolver = options.TypeInfoResolver ?? throw new global::System.InvalidOperationException("TypeInfoResolver is not set."); - - if (value.IsLanguage3) - { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::RetellAI.Language3), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::RetellAI.Language3).Name}"); - global::System.Text.Json.JsonSerializer.Serialize(writer, value.Language3!.Value, typeInfo); - } - else if (value.IsEnum) - { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::RetellAI.LanguageLegacyEnum), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::RetellAI.LanguageLegacyEnum).Name}"); - global::System.Text.Json.JsonSerializer.Serialize(writer, value.Enum!.Value, typeInfo); - } - } - } -} \ No newline at end of file diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.Message.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.Message.g.cs index f2cee63a..977a875f 100644 --- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.Message.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.Message.g.cs @@ -31,6 +31,7 @@ public class MessageJsonConverter : global::System.Text.Json.Serialization.JsonC if (__jsonProps.Contains("content")) __score0++; if (__jsonProps.Contains("created_timestamp")) __score0++; if (__jsonProps.Contains("message_id")) __score0++; + if (__jsonProps.Contains("multimedia")) __score0++; if (__jsonProps.Contains("role")) __score0++; var __score1 = 0; var __bestScore = 0; diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.OrganizationResponse.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.OrganizationResponse.g.cs index 9e67093a..3ecd4dfa 100644 --- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.OrganizationResponse.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.OrganizationResponse.g.cs @@ -63,6 +63,8 @@ public class OrganizationResponseJsonConverter : global::System.Text.Json.Serial if (__jsonProps.Contains("webhook_key")) __score0++; if (__jsonProps.Contains("webhook_urls")) __score0++; var __score1 = 0; + if (__jsonProps.Contains("enterprise_plan_end")) __score1++; + if (__jsonProps.Contains("enterprise_plan_status")) __score1++; if (__jsonProps.Contains("org_id")) __score1++; var __bestScore = 0; var __bestIndex = -1; diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.OrganizationResponseVariant2EnterprisePlanStatus.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.OrganizationResponseVariant2EnterprisePlanStatus.g.cs new file mode 100644 index 00000000..80f9fbec --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.OrganizationResponseVariant2EnterprisePlanStatus.g.cs @@ -0,0 +1,53 @@ +#nullable enable + +namespace RetellAI.JsonConverters +{ + /// + public sealed class OrganizationResponseVariant2EnterprisePlanStatusJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatus Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatusExtensions.ToEnum(stringValue) ?? default; + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatus)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatus); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatus value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + writer.WriteStringValue(global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatusExtensions.ToValueString(value)); + } + } +} diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.OrganizationResponseVariant2EnterprisePlanStatusNullable.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.OrganizationResponseVariant2EnterprisePlanStatusNullable.g.cs new file mode 100644 index 00000000..9c28121b --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.OrganizationResponseVariant2EnterprisePlanStatusNullable.g.cs @@ -0,0 +1,60 @@ +#nullable enable + +namespace RetellAI.JsonConverters +{ + /// + public sealed class OrganizationResponseVariant2EnterprisePlanStatusNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatus? Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatusExtensions.ToEnum(stringValue); + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatus)numValue; + } + case global::System.Text.Json.JsonTokenType.Null: + { + return default(global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatus?); + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatus? value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + if (value == null) + { + writer.WriteNullValue(); + } + else + { + writer.WriteStringValue(global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatusExtensions.ToValueString(value.Value)); + } + } + } +} diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.RetellLlmRequest.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.RetellLlmRequest.g.cs index eab6e345..2d59caf9 100644 --- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.RetellLlmRequest.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.RetellLlmRequest.g.cs @@ -51,6 +51,7 @@ public class RetellLlmRequestJsonConverter : global::System.Text.Json.Serializat if (__jsonProps.Contains("default_dynamic_variables")) __score1++; if (__jsonProps.Contains("general_prompt")) __score1++; if (__jsonProps.Contains("general_tools")) __score1++; + if (__jsonProps.Contains("is_transfer_llm")) __score1++; if (__jsonProps.Contains("mcps")) __score1++; if (__jsonProps.Contains("starting_state")) __score1++; if (__jsonProps.Contains("states")) __score1++; diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.Tool.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.Tool.g.cs index 34337218..0877ddd4 100644 --- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.Tool.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.Tool.g.cs @@ -99,6 +99,7 @@ public class ToolJsonConverter : global::System.Text.Json.Serialization.JsonConv if (__jsonProps.Contains("execution_message_description")) __score7++; if (__jsonProps.Contains("execution_message_type")) __score7++; if (__jsonProps.Contains("headers")) __score7++; + if (__jsonProps.Contains("max_retry")) __score7++; if (__jsonProps.Contains("method")) __score7++; if (__jsonProps.Contains("name")) __score7++; if (__jsonProps.Contains("parameter_type")) __score7++; diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContext.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContext.g.cs index 6dabb97c..51db7596 100644 --- a/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContext.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContext.g.cs @@ -93,6 +93,10 @@ namespace RetellAI typeof(global::RetellAI.JsonConverters.AgentRequestAmbientSoundNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.AgentRequestLanguageJsonConverter), + + typeof(global::RetellAI.JsonConverters.AgentRequestLanguageNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.AgentRequestWebhookEventJsonConverter), typeof(global::RetellAI.JsonConverters.AgentRequestWebhookEventNullableJsonConverter), @@ -185,6 +189,10 @@ namespace RetellAI typeof(global::RetellAI.JsonConverters.CancelTransferToolExecutionMessageTypeNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.ChatAgentRequestLanguageJsonConverter), + + typeof(global::RetellAI.JsonConverters.ChatAgentRequestLanguageNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.ChatAgentRequestWebhookEventJsonConverter), typeof(global::RetellAI.JsonConverters.ChatAgentRequestWebhookEventNullableJsonConverter), @@ -457,10 +465,6 @@ namespace RetellAI typeof(global::RetellAI.JsonConverters.KnowledgeBaseSourceUrlTypeNullableJsonConverter), - typeof(global::RetellAI.JsonConverters.LanguageLegacyEnumJsonConverter), - - typeof(global::RetellAI.JsonConverters.LanguageLegacyEnumNullableJsonConverter), - typeof(global::RetellAI.JsonConverters.Language3JsonConverter), typeof(global::RetellAI.JsonConverters.Language3NullableJsonConverter), @@ -565,6 +569,10 @@ namespace RetellAI typeof(global::RetellAI.JsonConverters.ChatPresetAnalysisDataNameNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.OrganizationResponseVariant2EnterprisePlanStatusJsonConverter), + + typeof(global::RetellAI.JsonConverters.OrganizationResponseVariant2EnterprisePlanStatusNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.PIIConfigModeJsonConverter), typeof(global::RetellAI.JsonConverters.PIIConfigModeNullableJsonConverter), @@ -1697,6 +1705,14 @@ namespace RetellAI typeof(global::RetellAI.JsonConverters.GetConcurrencyResponseStatus2NullableJsonConverter), + typeof(global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatusJsonConverter), + + typeof(global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatusNullableJsonConverter), + + typeof(global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatus2JsonConverter), + + typeof(global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatus2NullableJsonConverter), + typeof(global::RetellAI.JsonConverters.GetConversationFlowComponentResponseStatusJsonConverter), typeof(global::RetellAI.JsonConverters.GetConversationFlowComponentResponseStatusNullableJsonConverter), @@ -2505,8 +2521,6 @@ namespace RetellAI typeof(global::RetellAI.JsonConverters.CodeNodeJsonConverter), - typeof(global::RetellAI.JsonConverters.LanguageLegacyJsonConverter), - typeof(global::RetellAI.JsonConverters.MCPNodeJsonConverter), typeof(global::RetellAI.JsonConverters.MessageOrToolCallJsonConverter), @@ -2609,13 +2623,13 @@ namespace RetellAI typeof(global::RetellAI.JsonConverters.AllOfJsonConverter), - typeof(global::RetellAI.JsonConverters.OneOfJsonConverter>), + typeof(global::RetellAI.JsonConverters.OneOfJsonConverter, global::RetellAI.AgentRequestLanguage?>), typeof(global::RetellAI.JsonConverters.AllOfJsonConverter), typeof(global::RetellAI.JsonConverters.OneOfJsonConverter), - typeof(global::RetellAI.JsonConverters.OneOfJsonConverter>), + typeof(global::RetellAI.JsonConverters.OneOfJsonConverter, global::RetellAI.ChatAgentRequestLanguage?>), typeof(global::RetellAI.JsonConverters.OneOfJsonConverter), @@ -2814,10 +2828,10 @@ namespace RetellAI [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentRequestExpressiveEmotionTag), TypeInfoPropertyName = "AgentRequestExpressiveEmotionTag2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentRequestAmbientSound), TypeInfoPropertyName = "AgentRequestAmbientSound2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OneOf>), TypeInfoPropertyName = "OneOfLanguageLegacyIListLanguage32")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LanguageLegacy), TypeInfoPropertyName = "LanguageLegacy2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OneOf, global::RetellAI.AgentRequestLanguage?>), TypeInfoPropertyName = "OneOfLanguage3IListLanguage3AgentRequestLanguage2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.Language3), TypeInfoPropertyName = "Language32")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentRequestLanguage), TypeInfoPropertyName = "AgentRequestLanguage2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentRequestWebhookEvent), TypeInfoPropertyName = "AgentRequestWebhookEvent2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentRequestDataStorageSetting), TypeInfoPropertyName = "AgentRequestDataStorageSetting2")] @@ -2925,6 +2939,8 @@ namespace RetellAI [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PreviewCallQA), TypeInfoPropertyName = "PreviewCallQA2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PreviewCallQAVariant2))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChatAgentRequest))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OneOf, global::RetellAI.ChatAgentRequestLanguage?>), TypeInfoPropertyName = "OneOfLanguage3IListLanguage3ChatAgentRequestLanguage2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChatAgentRequestLanguage), TypeInfoPropertyName = "ChatAgentRequestLanguage2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChatAgentRequestWebhookEvent), TypeInfoPropertyName = "ChatAgentRequestWebhookEvent2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChatAgentRequestDataStorageSetting), TypeInfoPropertyName = "ChatAgentRequestDataStorageSetting2")] @@ -3164,7 +3180,6 @@ namespace RetellAI [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.KnowledgeBaseSourceDocumentType), TypeInfoPropertyName = "KnowledgeBaseSourceDocumentType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.KnowledgeBaseSourceTextType), TypeInfoPropertyName = "KnowledgeBaseSourceTextType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.KnowledgeBaseSourceUrlType), TypeInfoPropertyName = "KnowledgeBaseSourceUrlType2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LanguageLegacyEnum), TypeInfoPropertyName = "LanguageLegacyEnum2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LLMModel), TypeInfoPropertyName = "LLMModel2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.MCPNodeVariant2))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.MCPNodeVariant2Type), TypeInfoPropertyName = "MCPNodeVariant2Type2")] @@ -3238,13 +3253,12 @@ namespace RetellAI [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ConductorOverageConfig), TypeInfoPropertyName = "ConductorOverageConfig2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OrganizationResponse), TypeInfoPropertyName = "OrganizationResponse2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OrganizationResponseVariant2))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatus), TypeInfoPropertyName = "OrganizationResponseVariant2EnterprisePlanStatus2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PIIConfigMode), TypeInfoPropertyName = "PIIConfigMode2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PIIConfigCategorie), TypeInfoPropertyName = "PIIConfigCategorie2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GuardrailConfigOutputTopic), TypeInfoPropertyName = "GuardrailConfigOutputTopic2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GuardrailConfigInputTopic), TypeInfoPropertyName = "GuardrailConfigInputTopic2")] internal sealed partial class SourceGenerationContextChunk0 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -3336,6 +3350,10 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::RetellAI.JsonConverters.AgentRequestAmbientSoundNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.AgentRequestLanguageJsonConverter), + + typeof(global::RetellAI.JsonConverters.AgentRequestLanguageNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.AgentRequestWebhookEventJsonConverter), typeof(global::RetellAI.JsonConverters.AgentRequestWebhookEventNullableJsonConverter), @@ -3428,6 +3446,10 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::RetellAI.JsonConverters.CancelTransferToolExecutionMessageTypeNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.ChatAgentRequestLanguageJsonConverter), + + typeof(global::RetellAI.JsonConverters.ChatAgentRequestLanguageNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.ChatAgentRequestWebhookEventJsonConverter), typeof(global::RetellAI.JsonConverters.ChatAgentRequestWebhookEventNullableJsonConverter), @@ -3700,10 +3722,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::RetellAI.JsonConverters.KnowledgeBaseSourceUrlTypeNullableJsonConverter), - typeof(global::RetellAI.JsonConverters.LanguageLegacyEnumJsonConverter), - - typeof(global::RetellAI.JsonConverters.LanguageLegacyEnumNullableJsonConverter), - typeof(global::RetellAI.JsonConverters.Language3JsonConverter), typeof(global::RetellAI.JsonConverters.Language3NullableJsonConverter), @@ -3808,6 +3826,10 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::RetellAI.JsonConverters.ChatPresetAnalysisDataNameNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.OrganizationResponseVariant2EnterprisePlanStatusJsonConverter), + + typeof(global::RetellAI.JsonConverters.OrganizationResponseVariant2EnterprisePlanStatusNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.PIIConfigModeJsonConverter), typeof(global::RetellAI.JsonConverters.PIIConfigModeNullableJsonConverter), @@ -4940,6 +4962,14 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::RetellAI.JsonConverters.GetConcurrencyResponseStatus2NullableJsonConverter), + typeof(global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatusJsonConverter), + + typeof(global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatusNullableJsonConverter), + + typeof(global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatus2JsonConverter), + + typeof(global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatus2NullableJsonConverter), + typeof(global::RetellAI.JsonConverters.GetConversationFlowComponentResponseStatusJsonConverter), typeof(global::RetellAI.JsonConverters.GetConversationFlowComponentResponseStatusNullableJsonConverter), @@ -5748,8 +5778,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::RetellAI.JsonConverters.CodeNodeJsonConverter), - typeof(global::RetellAI.JsonConverters.LanguageLegacyJsonConverter), - typeof(global::RetellAI.JsonConverters.MCPNodeJsonConverter), typeof(global::RetellAI.JsonConverters.MessageOrToolCallJsonConverter), @@ -5852,13 +5880,13 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex typeof(global::RetellAI.JsonConverters.AllOfJsonConverter), - typeof(global::RetellAI.JsonConverters.OneOfJsonConverter>), + typeof(global::RetellAI.JsonConverters.OneOfJsonConverter, global::RetellAI.AgentRequestLanguage?>), typeof(global::RetellAI.JsonConverters.AllOfJsonConverter), typeof(global::RetellAI.JsonConverters.OneOfJsonConverter), - typeof(global::RetellAI.JsonConverters.OneOfJsonConverter>), + typeof(global::RetellAI.JsonConverters.OneOfJsonConverter, global::RetellAI.ChatAgentRequestLanguage?>), typeof(global::RetellAI.JsonConverters.OneOfJsonConverter), @@ -5990,6 +6018,8 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex })] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.NullableLLMModel), TypeInfoPropertyName = "NullableLLMModel_RetellAI_NullableLLMModel")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LLMModel?), TypeInfoPropertyName = "NullableLLMModel_RetellAI_LLMModel")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GuardrailConfigInputTopic), TypeInfoPropertyName = "GuardrailConfigInputTopic2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PerformanceMetricCriteriaOp), TypeInfoPropertyName = "PerformanceMetricCriteriaOp2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PhoneNumberResponse))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PhoneNumberResponsePhoneNumberType), TypeInfoPropertyName = "PhoneNumberResponsePhoneNumberType2")] @@ -6486,8 +6516,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateSmsChatResponseStatus2), TypeInfoPropertyName = "CreateSmsChatResponseStatus22")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateSmsChatResponse3))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateSmsChatResponseStatus3), TypeInfoPropertyName = "CreateSmsChatResponseStatus32")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateSmsChatResponse4))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateSmsChatResponseStatus4), TypeInfoPropertyName = "CreateSmsChatResponseStatus42")] internal sealed partial class SourceGenerationContextChunk1 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -6579,6 +6607,10 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::RetellAI.JsonConverters.AgentRequestAmbientSoundNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.AgentRequestLanguageJsonConverter), + + typeof(global::RetellAI.JsonConverters.AgentRequestLanguageNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.AgentRequestWebhookEventJsonConverter), typeof(global::RetellAI.JsonConverters.AgentRequestWebhookEventNullableJsonConverter), @@ -6671,6 +6703,10 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::RetellAI.JsonConverters.CancelTransferToolExecutionMessageTypeNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.ChatAgentRequestLanguageJsonConverter), + + typeof(global::RetellAI.JsonConverters.ChatAgentRequestLanguageNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.ChatAgentRequestWebhookEventJsonConverter), typeof(global::RetellAI.JsonConverters.ChatAgentRequestWebhookEventNullableJsonConverter), @@ -6943,10 +6979,6 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::RetellAI.JsonConverters.KnowledgeBaseSourceUrlTypeNullableJsonConverter), - typeof(global::RetellAI.JsonConverters.LanguageLegacyEnumJsonConverter), - - typeof(global::RetellAI.JsonConverters.LanguageLegacyEnumNullableJsonConverter), - typeof(global::RetellAI.JsonConverters.Language3JsonConverter), typeof(global::RetellAI.JsonConverters.Language3NullableJsonConverter), @@ -7051,6 +7083,10 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::RetellAI.JsonConverters.ChatPresetAnalysisDataNameNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.OrganizationResponseVariant2EnterprisePlanStatusJsonConverter), + + typeof(global::RetellAI.JsonConverters.OrganizationResponseVariant2EnterprisePlanStatusNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.PIIConfigModeJsonConverter), typeof(global::RetellAI.JsonConverters.PIIConfigModeNullableJsonConverter), @@ -8183,6 +8219,14 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::RetellAI.JsonConverters.GetConcurrencyResponseStatus2NullableJsonConverter), + typeof(global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatusJsonConverter), + + typeof(global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatusNullableJsonConverter), + + typeof(global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatus2JsonConverter), + + typeof(global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatus2NullableJsonConverter), + typeof(global::RetellAI.JsonConverters.GetConversationFlowComponentResponseStatusJsonConverter), typeof(global::RetellAI.JsonConverters.GetConversationFlowComponentResponseStatusNullableJsonConverter), @@ -8991,8 +9035,6 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::RetellAI.JsonConverters.CodeNodeJsonConverter), - typeof(global::RetellAI.JsonConverters.LanguageLegacyJsonConverter), - typeof(global::RetellAI.JsonConverters.MCPNodeJsonConverter), typeof(global::RetellAI.JsonConverters.MessageOrToolCallJsonConverter), @@ -9095,13 +9137,13 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex typeof(global::RetellAI.JsonConverters.AllOfJsonConverter), - typeof(global::RetellAI.JsonConverters.OneOfJsonConverter>), + typeof(global::RetellAI.JsonConverters.OneOfJsonConverter, global::RetellAI.AgentRequestLanguage?>), typeof(global::RetellAI.JsonConverters.AllOfJsonConverter), typeof(global::RetellAI.JsonConverters.OneOfJsonConverter), - typeof(global::RetellAI.JsonConverters.OneOfJsonConverter>), + typeof(global::RetellAI.JsonConverters.OneOfJsonConverter, global::RetellAI.ChatAgentRequestLanguage?>), typeof(global::RetellAI.JsonConverters.OneOfJsonConverter), @@ -9233,6 +9275,8 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex })] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.NullableLLMModel), TypeInfoPropertyName = "NullableLLMModel_RetellAI_NullableLLMModel")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LLMModel?), TypeInfoPropertyName = "NullableLLMModel_RetellAI_LLMModel")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateSmsChatResponse4))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateSmsChatResponseStatus4), TypeInfoPropertyName = "CreateSmsChatResponseStatus42")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateSmsChatResponse5))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateSmsChatResponseStatus5), TypeInfoPropertyName = "CreateSmsChatResponseStatus52")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateSmsChatResponse6))] @@ -9362,6 +9406,11 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GetConcurrencyResponseStatus), TypeInfoPropertyName = "GetConcurrencyResponseStatus2_3")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GetConcurrencyResponse3))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GetConcurrencyResponseStatus2), TypeInfoPropertyName = "GetConcurrencyResponseStatus22")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GetApiKeyInfoResponse))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GetApiKeyInfoResponse2))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GetApiKeyInfoResponseStatus), TypeInfoPropertyName = "GetApiKeyInfoResponseStatus2_3")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GetApiKeyInfoResponse3))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GetApiKeyInfoResponseStatus2), TypeInfoPropertyName = "GetApiKeyInfoResponseStatus22")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GetConversationFlowComponentResponse))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GetConversationFlowComponentResponseStatus), TypeInfoPropertyName = "GetConversationFlowComponentResponseStatus2_3")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GetConversationFlowComponentResponse2))] @@ -9724,13 +9773,6 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListExportRequestsResponseStatus), TypeInfoPropertyName = "ListExportRequestsResponseStatus2_3")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListExportRequestsResponse4))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListExportRequestsResponseStatus2), TypeInfoPropertyName = "ListExportRequestsResponseStatus22")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListExportRequestsResponse5))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListExportRequestsResponseStatus3), TypeInfoPropertyName = "ListExportRequestsResponseStatus32")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListExportRequestsResponse6))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListExportRequestsResponseStatus4), TypeInfoPropertyName = "ListExportRequestsResponseStatus42")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.RegisterPhoneCallResponse))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.RegisterPhoneCallResponseStatus), TypeInfoPropertyName = "RegisterPhoneCallResponseStatus2_3")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.RegisterPhoneCallResponse2))] internal sealed partial class SourceGenerationContextChunk2 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -9822,6 +9864,10 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex typeof(global::RetellAI.JsonConverters.AgentRequestAmbientSoundNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.AgentRequestLanguageJsonConverter), + + typeof(global::RetellAI.JsonConverters.AgentRequestLanguageNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.AgentRequestWebhookEventJsonConverter), typeof(global::RetellAI.JsonConverters.AgentRequestWebhookEventNullableJsonConverter), @@ -9914,6 +9960,10 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex typeof(global::RetellAI.JsonConverters.CancelTransferToolExecutionMessageTypeNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.ChatAgentRequestLanguageJsonConverter), + + typeof(global::RetellAI.JsonConverters.ChatAgentRequestLanguageNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.ChatAgentRequestWebhookEventJsonConverter), typeof(global::RetellAI.JsonConverters.ChatAgentRequestWebhookEventNullableJsonConverter), @@ -10186,10 +10236,6 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex typeof(global::RetellAI.JsonConverters.KnowledgeBaseSourceUrlTypeNullableJsonConverter), - typeof(global::RetellAI.JsonConverters.LanguageLegacyEnumJsonConverter), - - typeof(global::RetellAI.JsonConverters.LanguageLegacyEnumNullableJsonConverter), - typeof(global::RetellAI.JsonConverters.Language3JsonConverter), typeof(global::RetellAI.JsonConverters.Language3NullableJsonConverter), @@ -10294,6 +10340,10 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex typeof(global::RetellAI.JsonConverters.ChatPresetAnalysisDataNameNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.OrganizationResponseVariant2EnterprisePlanStatusJsonConverter), + + typeof(global::RetellAI.JsonConverters.OrganizationResponseVariant2EnterprisePlanStatusNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.PIIConfigModeJsonConverter), typeof(global::RetellAI.JsonConverters.PIIConfigModeNullableJsonConverter), @@ -11426,6 +11476,14 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex typeof(global::RetellAI.JsonConverters.GetConcurrencyResponseStatus2NullableJsonConverter), + typeof(global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatusJsonConverter), + + typeof(global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatusNullableJsonConverter), + + typeof(global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatus2JsonConverter), + + typeof(global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatus2NullableJsonConverter), + typeof(global::RetellAI.JsonConverters.GetConversationFlowComponentResponseStatusJsonConverter), typeof(global::RetellAI.JsonConverters.GetConversationFlowComponentResponseStatusNullableJsonConverter), @@ -12234,8 +12292,6 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex typeof(global::RetellAI.JsonConverters.CodeNodeJsonConverter), - typeof(global::RetellAI.JsonConverters.LanguageLegacyJsonConverter), - typeof(global::RetellAI.JsonConverters.MCPNodeJsonConverter), typeof(global::RetellAI.JsonConverters.MessageOrToolCallJsonConverter), @@ -12338,13 +12394,13 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex typeof(global::RetellAI.JsonConverters.AllOfJsonConverter), - typeof(global::RetellAI.JsonConverters.OneOfJsonConverter>), + typeof(global::RetellAI.JsonConverters.OneOfJsonConverter, global::RetellAI.AgentRequestLanguage?>), typeof(global::RetellAI.JsonConverters.AllOfJsonConverter), typeof(global::RetellAI.JsonConverters.OneOfJsonConverter), - typeof(global::RetellAI.JsonConverters.OneOfJsonConverter>), + typeof(global::RetellAI.JsonConverters.OneOfJsonConverter, global::RetellAI.ChatAgentRequestLanguage?>), typeof(global::RetellAI.JsonConverters.OneOfJsonConverter), @@ -12476,6 +12532,13 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex })] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.NullableLLMModel), TypeInfoPropertyName = "NullableLLMModel_RetellAI_NullableLLMModel")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LLMModel?), TypeInfoPropertyName = "NullableLLMModel_RetellAI_LLMModel")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListExportRequestsResponse5))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListExportRequestsResponseStatus3), TypeInfoPropertyName = "ListExportRequestsResponseStatus32")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListExportRequestsResponse6))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListExportRequestsResponseStatus4), TypeInfoPropertyName = "ListExportRequestsResponseStatus42")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.RegisterPhoneCallResponse))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.RegisterPhoneCallResponseStatus), TypeInfoPropertyName = "RegisterPhoneCallResponseStatus2_3")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.RegisterPhoneCallResponse2))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.RegisterPhoneCallResponseStatus2), TypeInfoPropertyName = "RegisterPhoneCallResponseStatus22")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.RegisterPhoneCallResponse3))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.RegisterPhoneCallResponseStatus3), TypeInfoPropertyName = "RegisterPhoneCallResponseStatus32")] @@ -12543,9 +12606,9 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentRequestVoiceEmotion?), TypeInfoPropertyName = "NullableAgentRequestVoiceEmotion2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentRequestExpressiveEmotionTag?), TypeInfoPropertyName = "NullableAgentRequestExpressiveEmotionTag2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentRequestAmbientSound?), TypeInfoPropertyName = "NullableAgentRequestAmbientSound2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OneOf>?), TypeInfoPropertyName = "NullableOneOfLanguageLegacyIListLanguage32")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LanguageLegacy?), TypeInfoPropertyName = "NullableLanguageLegacy2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OneOf, global::RetellAI.AgentRequestLanguage?>?), TypeInfoPropertyName = "NullableOneOfLanguage3IListLanguage3AgentRequestLanguage2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.Language3?), TypeInfoPropertyName = "NullableLanguage32")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentRequestLanguage?), TypeInfoPropertyName = "NullableAgentRequestLanguage2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentRequestWebhookEvent?), TypeInfoPropertyName = "NullableAgentRequestWebhookEvent2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentRequestDataStorageSetting?), TypeInfoPropertyName = "NullableAgentRequestDataStorageSetting2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentRequestPronunciationDictionaryItemAlphabet?), TypeInfoPropertyName = "NullableAgentRequestPronunciationDictionaryItemAlphabet2")] @@ -12589,6 +12652,8 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CancelTransferToolType?), TypeInfoPropertyName = "NullableCancelTransferToolType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CancelTransferToolExecutionMessageType?), TypeInfoPropertyName = "NullableCancelTransferToolExecutionMessageType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PreviewCallQA?), TypeInfoPropertyName = "NullablePreviewCallQA2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OneOf, global::RetellAI.ChatAgentRequestLanguage?>?), TypeInfoPropertyName = "NullableOneOfLanguage3IListLanguage3ChatAgentRequestLanguage2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChatAgentRequestLanguage?), TypeInfoPropertyName = "NullableChatAgentRequestLanguage2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChatAgentRequestWebhookEvent?), TypeInfoPropertyName = "NullableChatAgentRequestWebhookEvent2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChatAgentRequestDataStorageSetting?), TypeInfoPropertyName = "NullableChatAgentRequestDataStorageSetting2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChatAgentResponse?), TypeInfoPropertyName = "NullableChatAgentResponse2")] @@ -12699,7 +12764,6 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.KnowledgeBaseSourceDocumentType?), TypeInfoPropertyName = "NullableKnowledgeBaseSourceDocumentType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.KnowledgeBaseSourceTextType?), TypeInfoPropertyName = "NullableKnowledgeBaseSourceTextType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.KnowledgeBaseSourceUrlType?), TypeInfoPropertyName = "NullableKnowledgeBaseSourceUrlType2")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LanguageLegacyEnum?), TypeInfoPropertyName = "NullableLanguageLegacyEnum2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.MCPNodeVariant2Type?), TypeInfoPropertyName = "NullableMCPNodeVariant2Type2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.MCPToolType?), TypeInfoPropertyName = "NullableMCPToolType2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.MCPToolExecutionMessageType?), TypeInfoPropertyName = "NullableMCPToolExecutionMessageType2")] @@ -12739,6 +12803,7 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.DateTimeOffset?))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ConductorOverageConfig?), TypeInfoPropertyName = "NullableConductorOverageConfig2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OrganizationResponse?), TypeInfoPropertyName = "NullableOrganizationResponse2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatus?), TypeInfoPropertyName = "NullableOrganizationResponseVariant2EnterprisePlanStatus2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PIIConfigMode?), TypeInfoPropertyName = "NullablePIIConfigMode2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PIIConfigCategorie?), TypeInfoPropertyName = "NullablePIIConfigCategorie2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GuardrailConfigOutputTopic?), TypeInfoPropertyName = "NullableGuardrailConfigOutputTopic2")] @@ -12965,15 +13030,6 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatResponseStatus3?), TypeInfoPropertyName = "NullableCreateChatResponseStatus32")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatResponseStatus4?), TypeInfoPropertyName = "NullableCreateChatResponseStatus42")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatResponseStatus5?), TypeInfoPropertyName = "NullableCreateChatResponseStatus52")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatResponseStatus6?), TypeInfoPropertyName = "NullableCreateChatResponseStatus62")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateConversationFlowComponentResponseStatus?), TypeInfoPropertyName = "NullableCreateConversationFlowComponentResponseStatus2_3")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateConversationFlowComponentResponseStatus2?), TypeInfoPropertyName = "NullableCreateConversationFlowComponentResponseStatus22")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateConversationFlowComponentResponseStatus3?), TypeInfoPropertyName = "NullableCreateConversationFlowComponentResponseStatus32")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateConversationFlowComponentResponseStatus4?), TypeInfoPropertyName = "NullableCreateConversationFlowComponentResponseStatus42")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateConversationFlowComponentResponseStatus5?), TypeInfoPropertyName = "NullableCreateConversationFlowComponentResponseStatus52")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateConversationFlowResponseStatus?), TypeInfoPropertyName = "NullableCreateConversationFlowResponseStatus2_3")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateConversationFlowResponseStatus2?), TypeInfoPropertyName = "NullableCreateConversationFlowResponseStatus22")] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateConversationFlowResponseStatus3?), TypeInfoPropertyName = "NullableCreateConversationFlowResponseStatus32")] internal sealed partial class SourceGenerationContextChunk3 : global::System.Text.Json.Serialization.JsonSerializerContext { } @@ -13065,6 +13121,10 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex typeof(global::RetellAI.JsonConverters.AgentRequestAmbientSoundNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.AgentRequestLanguageJsonConverter), + + typeof(global::RetellAI.JsonConverters.AgentRequestLanguageNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.AgentRequestWebhookEventJsonConverter), typeof(global::RetellAI.JsonConverters.AgentRequestWebhookEventNullableJsonConverter), @@ -13157,6 +13217,10 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex typeof(global::RetellAI.JsonConverters.CancelTransferToolExecutionMessageTypeNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.ChatAgentRequestLanguageJsonConverter), + + typeof(global::RetellAI.JsonConverters.ChatAgentRequestLanguageNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.ChatAgentRequestWebhookEventJsonConverter), typeof(global::RetellAI.JsonConverters.ChatAgentRequestWebhookEventNullableJsonConverter), @@ -13429,10 +13493,6 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex typeof(global::RetellAI.JsonConverters.KnowledgeBaseSourceUrlTypeNullableJsonConverter), - typeof(global::RetellAI.JsonConverters.LanguageLegacyEnumJsonConverter), - - typeof(global::RetellAI.JsonConverters.LanguageLegacyEnumNullableJsonConverter), - typeof(global::RetellAI.JsonConverters.Language3JsonConverter), typeof(global::RetellAI.JsonConverters.Language3NullableJsonConverter), @@ -13537,6 +13597,10 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex typeof(global::RetellAI.JsonConverters.ChatPresetAnalysisDataNameNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.OrganizationResponseVariant2EnterprisePlanStatusJsonConverter), + + typeof(global::RetellAI.JsonConverters.OrganizationResponseVariant2EnterprisePlanStatusNullableJsonConverter), + typeof(global::RetellAI.JsonConverters.PIIConfigModeJsonConverter), typeof(global::RetellAI.JsonConverters.PIIConfigModeNullableJsonConverter), @@ -14669,6 +14733,14 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex typeof(global::RetellAI.JsonConverters.GetConcurrencyResponseStatus2NullableJsonConverter), + typeof(global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatusJsonConverter), + + typeof(global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatusNullableJsonConverter), + + typeof(global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatus2JsonConverter), + + typeof(global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatus2NullableJsonConverter), + typeof(global::RetellAI.JsonConverters.GetConversationFlowComponentResponseStatusJsonConverter), typeof(global::RetellAI.JsonConverters.GetConversationFlowComponentResponseStatusNullableJsonConverter), @@ -15477,8 +15549,6 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex typeof(global::RetellAI.JsonConverters.CodeNodeJsonConverter), - typeof(global::RetellAI.JsonConverters.LanguageLegacyJsonConverter), - typeof(global::RetellAI.JsonConverters.MCPNodeJsonConverter), typeof(global::RetellAI.JsonConverters.MessageOrToolCallJsonConverter), @@ -15581,13 +15651,13 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex typeof(global::RetellAI.JsonConverters.AllOfJsonConverter), - typeof(global::RetellAI.JsonConverters.OneOfJsonConverter>), + typeof(global::RetellAI.JsonConverters.OneOfJsonConverter, global::RetellAI.AgentRequestLanguage?>), typeof(global::RetellAI.JsonConverters.AllOfJsonConverter), typeof(global::RetellAI.JsonConverters.OneOfJsonConverter), - typeof(global::RetellAI.JsonConverters.OneOfJsonConverter>), + typeof(global::RetellAI.JsonConverters.OneOfJsonConverter, global::RetellAI.ChatAgentRequestLanguage?>), typeof(global::RetellAI.JsonConverters.OneOfJsonConverter), @@ -15719,6 +15789,15 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex })] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.NullableLLMModel), TypeInfoPropertyName = "NullableLLMModel_RetellAI_NullableLLMModel")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LLMModel?), TypeInfoPropertyName = "NullableLLMModel_RetellAI_LLMModel")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatResponseStatus6?), TypeInfoPropertyName = "NullableCreateChatResponseStatus62")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateConversationFlowComponentResponseStatus?), TypeInfoPropertyName = "NullableCreateConversationFlowComponentResponseStatus2_3")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateConversationFlowComponentResponseStatus2?), TypeInfoPropertyName = "NullableCreateConversationFlowComponentResponseStatus22")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateConversationFlowComponentResponseStatus3?), TypeInfoPropertyName = "NullableCreateConversationFlowComponentResponseStatus32")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateConversationFlowComponentResponseStatus4?), TypeInfoPropertyName = "NullableCreateConversationFlowComponentResponseStatus42")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateConversationFlowComponentResponseStatus5?), TypeInfoPropertyName = "NullableCreateConversationFlowComponentResponseStatus52")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateConversationFlowResponseStatus?), TypeInfoPropertyName = "NullableCreateConversationFlowResponseStatus2_3")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateConversationFlowResponseStatus2?), TypeInfoPropertyName = "NullableCreateConversationFlowResponseStatus22")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateConversationFlowResponseStatus3?), TypeInfoPropertyName = "NullableCreateConversationFlowResponseStatus32")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateConversationFlowResponseStatus4?), TypeInfoPropertyName = "NullableCreateConversationFlowResponseStatus42")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateConversationFlowResponseStatus5?), TypeInfoPropertyName = "NullableCreateConversationFlowResponseStatus52")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateKnowledgeBaseResponseStatus?), TypeInfoPropertyName = "NullableCreateKnowledgeBaseResponseStatus2_3")] @@ -15799,6 +15878,8 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GetChatResponseStatus4?), TypeInfoPropertyName = "NullableGetChatResponseStatus42")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GetConcurrencyResponseStatus?), TypeInfoPropertyName = "NullableGetConcurrencyResponseStatus2_3")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GetConcurrencyResponseStatus2?), TypeInfoPropertyName = "NullableGetConcurrencyResponseStatus22")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GetApiKeyInfoResponseStatus?), TypeInfoPropertyName = "NullableGetApiKeyInfoResponseStatus2_3")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GetApiKeyInfoResponseStatus2?), TypeInfoPropertyName = "NullableGetApiKeyInfoResponseStatus22")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GetConversationFlowComponentResponseStatus?), TypeInfoPropertyName = "NullableGetConversationFlowComponentResponseStatus2_3")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GetConversationFlowComponentResponseStatus2?), TypeInfoPropertyName = "NullableGetConversationFlowComponentResponseStatus22")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GetConversationFlowComponentResponseStatus3?), TypeInfoPropertyName = "NullableGetConversationFlowComponentResponseStatus32")] @@ -16004,7 +16085,7 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] - [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OneOf>))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OneOf, global::RetellAI.AgentRequestLanguage?>))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] @@ -16018,6 +16099,7 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OneOf, global::RetellAI.ChatAgentRequestLanguage?>))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))] @@ -16179,6 +16261,8 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o options.Converters.Add(new global::RetellAI.JsonConverters.AgentRequestExpressiveEmotionTagNullableJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.AgentRequestAmbientSoundJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.AgentRequestAmbientSoundNullableJsonConverter()); + options.Converters.Add(new global::RetellAI.JsonConverters.AgentRequestLanguageJsonConverter()); + options.Converters.Add(new global::RetellAI.JsonConverters.AgentRequestLanguageNullableJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.AgentRequestWebhookEventJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.AgentRequestWebhookEventNullableJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.AgentRequestDataStorageSettingJsonConverter()); @@ -16225,6 +16309,8 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o options.Converters.Add(new global::RetellAI.JsonConverters.CancelTransferToolTypeNullableJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.CancelTransferToolExecutionMessageTypeJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.CancelTransferToolExecutionMessageTypeNullableJsonConverter()); + options.Converters.Add(new global::RetellAI.JsonConverters.ChatAgentRequestLanguageJsonConverter()); + options.Converters.Add(new global::RetellAI.JsonConverters.ChatAgentRequestLanguageNullableJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.ChatAgentRequestWebhookEventJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.ChatAgentRequestWebhookEventNullableJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.ChatAgentRequestDataStorageSettingJsonConverter()); @@ -16361,8 +16447,6 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o options.Converters.Add(new global::RetellAI.JsonConverters.KnowledgeBaseSourceTextTypeNullableJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.KnowledgeBaseSourceUrlTypeJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.KnowledgeBaseSourceUrlTypeNullableJsonConverter()); - options.Converters.Add(new global::RetellAI.JsonConverters.LanguageLegacyEnumJsonConverter()); - options.Converters.Add(new global::RetellAI.JsonConverters.LanguageLegacyEnumNullableJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.Language3JsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.Language3NullableJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.LLMModelJsonConverter()); @@ -16415,6 +16499,8 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o options.Converters.Add(new global::RetellAI.JsonConverters.ChatPresetAnalysisDataTypeNullableJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.ChatPresetAnalysisDataNameJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.ChatPresetAnalysisDataNameNullableJsonConverter()); + options.Converters.Add(new global::RetellAI.JsonConverters.OrganizationResponseVariant2EnterprisePlanStatusJsonConverter()); + options.Converters.Add(new global::RetellAI.JsonConverters.OrganizationResponseVariant2EnterprisePlanStatusNullableJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.PIIConfigModeJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.PIIConfigModeNullableJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.PIIConfigCategorieJsonConverter()); @@ -16981,6 +17067,10 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o options.Converters.Add(new global::RetellAI.JsonConverters.GetConcurrencyResponseStatusNullableJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.GetConcurrencyResponseStatus2JsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.GetConcurrencyResponseStatus2NullableJsonConverter()); + options.Converters.Add(new global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatusJsonConverter()); + options.Converters.Add(new global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatusNullableJsonConverter()); + options.Converters.Add(new global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatus2JsonConverter()); + options.Converters.Add(new global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatus2NullableJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.GetConversationFlowComponentResponseStatusJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.GetConversationFlowComponentResponseStatusNullableJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.GetConversationFlowComponentResponseStatus2JsonConverter()); @@ -17385,7 +17475,6 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o options.Converters.Add(new global::RetellAI.JsonConverters.FinetuneExampleUtteranceJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.FunctionNodeJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.CodeNodeJsonConverter()); - options.Converters.Add(new global::RetellAI.JsonConverters.LanguageLegacyJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.MCPNodeJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.MessageOrToolCallJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.ChatMessageInputJsonConverter()); @@ -17437,10 +17526,10 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o options.Converters.Add(new global::RetellAI.JsonConverters.AllOfJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.AllOfJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.AllOfJsonConverter()); - options.Converters.Add(new global::RetellAI.JsonConverters.OneOfJsonConverter>()); + options.Converters.Add(new global::RetellAI.JsonConverters.OneOfJsonConverter, global::RetellAI.AgentRequestLanguage?>()); options.Converters.Add(new global::RetellAI.JsonConverters.AllOfJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.OneOfJsonConverter()); - options.Converters.Add(new global::RetellAI.JsonConverters.OneOfJsonConverter>()); + options.Converters.Add(new global::RetellAI.JsonConverters.OneOfJsonConverter, global::RetellAI.ChatAgentRequestLanguage?>()); options.Converters.Add(new global::RetellAI.JsonConverters.OneOfJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.OneOfJsonConverter()); options.Converters.Add(new global::RetellAI.JsonConverters.OneOfJsonConverter?, global::RetellAI.RangeFilter>()); diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContextTypes.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContextTypes.g.cs index 8b450240..2d81a786 100644 --- a/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContextTypes.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContextTypes.g.cs @@ -288,11 +288,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::RetellAI.OneOf>? Type65 { get; set; } + public global::RetellAI.OneOf, global::RetellAI.AgentRequestLanguage?>? Type65 { get; set; } /// /// /// - public global::RetellAI.LanguageLegacy? Type66 { get; set; } + public global::RetellAI.Language3? Type66 { get; set; } /// /// /// @@ -300,7 +300,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::RetellAI.Language3? Type68 { get; set; } + public global::RetellAI.AgentRequestLanguage? Type68 { get; set; } /// /// /// @@ -732,5407 +732,5435 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList? Type176 { get; set; } + public global::RetellAI.OneOf, global::RetellAI.ChatAgentRequestLanguage?>? Type176 { get; set; } /// /// /// - public global::RetellAI.ChatAgentRequestWebhookEvent? Type177 { get; set; } + public global::RetellAI.ChatAgentRequestLanguage? Type177 { get; set; } /// /// /// - public global::RetellAI.ChatAgentRequestDataStorageSetting? Type178 { get; set; } + public global::System.Collections.Generic.IList? Type178 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type179 { get; set; } + public global::RetellAI.ChatAgentRequestWebhookEvent? Type179 { get; set; } /// /// /// - public global::RetellAI.ChatHandbookConfig? Type180 { get; set; } + public global::RetellAI.ChatAgentRequestDataStorageSetting? Type180 { get; set; } /// /// /// - public global::RetellAI.ChatAgentResponse? Type181 { get; set; } + public global::System.Collections.Generic.IList? Type181 { get; set; } /// /// /// - public global::RetellAI.ChatAgentResponseVariant1? Type182 { get; set; } + public global::RetellAI.ChatHandbookConfig? Type182 { get; set; } /// /// /// - public global::RetellAI.ChatAgentResponseVariant3? Type183 { get; set; } + public global::RetellAI.ChatAgentResponse? Type183 { get; set; } /// /// /// - public global::RetellAI.ChatAnalysis? Type184 { get; set; } + public global::RetellAI.ChatAgentResponseVariant1? Type184 { get; set; } /// /// /// - public global::RetellAI.ChatAnalysisUserSentiment? Type185 { get; set; } + public global::RetellAI.ChatAgentResponseVariant3? Type185 { get; set; } /// /// /// - public global::RetellAI.ChatResponse? Type186 { get; set; } + public global::RetellAI.ChatAnalysis? Type186 { get; set; } /// /// /// - public global::RetellAI.ChatResponseChatStatus? Type187 { get; set; } + public global::RetellAI.ChatAnalysisUserSentiment? Type187 { get; set; } /// /// /// - public global::RetellAI.ChatResponseChatType? Type188 { get; set; } + public global::RetellAI.ChatResponse? Type188 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type189 { get; set; } + public global::RetellAI.ChatResponseChatStatus? Type189 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type190 { get; set; } + public global::RetellAI.ChatResponseChatType? Type190 { get; set; } /// /// /// - public global::RetellAI.MessageOrToolCall? Type191 { get; set; } + public global::RetellAI.OneOf? Type191 { get; set; } /// /// /// - public global::RetellAI.ChatResponseChatCost? Type192 { get; set; } + public global::System.Collections.Generic.IList? Type192 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type193 { get; set; } + public global::RetellAI.MessageOrToolCall? Type193 { get; set; } /// /// /// - public global::RetellAI.ProductCost? Type194 { get; set; } + public global::RetellAI.ChatResponseChatCost? Type194 { get; set; } /// /// /// - public global::RetellAI.V3ChatResponse? Type195 { get; set; } + public global::System.Collections.Generic.IList? Type195 { get; set; } /// /// /// - public global::RetellAI.CheckAvailabilityCalTool? Type196 { get; set; } + public global::RetellAI.ProductCost? Type196 { get; set; } /// /// /// - public global::RetellAI.CheckAvailabilityCalToolType? Type197 { get; set; } + public global::RetellAI.V3ChatResponse? Type197 { get; set; } /// /// /// - public global::RetellAI.CohortAgent? Type198 { get; set; } + public global::RetellAI.CheckAvailabilityCalTool? Type198 { get; set; } /// /// /// - public global::RetellAI.CohortAggregatedResult? Type199 { get; set; } + public global::RetellAI.CheckAvailabilityCalToolType? Type199 { get; set; } /// /// /// - public global::RetellAI.CohortAggregatedResultGroupBy? Type200 { get; set; } + public global::RetellAI.CohortAgent? Type200 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type201 { get; set; } + public global::RetellAI.CohortAggregatedResult? Type201 { get; set; } /// /// /// - public global::RetellAI.CohortAggregatedResultTopQuestion? Type202 { get; set; } + public global::RetellAI.CohortAggregatedResultGroupBy? Type202 { get; set; } /// /// /// - public global::RetellAI.CohortFilter? Type203 { get; set; } + public global::System.Collections.Generic.IList? Type203 { get; set; } /// /// /// - public global::RetellAI.OneOf?, global::RetellAI.RangeFilter>? Type204 { get; set; } + public global::RetellAI.CohortAggregatedResultTopQuestion? Type204 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type205 { get; set; } + public global::RetellAI.CohortFilter? Type205 { get; set; } /// /// /// - public global::RetellAI.NumberFilter? Type206 { get; set; } + public global::RetellAI.OneOf?, global::RetellAI.RangeFilter>? Type206 { get; set; } /// /// /// - public global::RetellAI.CohortFilterStartTimestampVariant1? Type207 { get; set; } + public global::RetellAI.AllOf? Type207 { get; set; } /// /// /// - public global::RetellAI.CohortFilterStartTimestampVariant1Op? Type208 { get; set; } + public global::RetellAI.NumberFilter? Type208 { get; set; } /// /// /// - public global::RetellAI.RangeFilter? Type209 { get; set; } + public global::RetellAI.CohortFilterStartTimestampVariant1? Type209 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type210 { get; set; } + public global::RetellAI.CohortFilterStartTimestampVariant1Op? Type210 { get; set; } /// /// /// - public global::RetellAI.CohortFilterDisconnectionReason? Type211 { get; set; } + public global::RetellAI.RangeFilter? Type211 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type212 { get; set; } + public global::RetellAI.AllOf? Type212 { get; set; } /// /// /// - public global::RetellAI.DateRange? Type213 { get; set; } + public global::RetellAI.CohortFilterDisconnectionReason? Type213 { get; set; } /// /// /// - public global::RetellAI.CohortFilterCallDurationFilter? Type214 { get; set; } + public global::RetellAI.OneOf? Type214 { get; set; } /// /// /// - public global::RetellAI.CohortFilterCallDurationFilterOp? Type215 { get; set; } + public global::RetellAI.DateRange? Type215 { get; set; } /// /// /// - public global::RetellAI.Cohort? Type216 { get; set; } + public global::RetellAI.CohortFilterCallDurationFilter? Type216 { get; set; } /// /// /// - public global::RetellAI.ScoringCriteria? Type217 { get; set; } + public global::RetellAI.CohortFilterCallDurationFilterOp? Type217 { get; set; } /// /// /// - public global::RetellAI.CohortSuccessfulCriteria? Type218 { get; set; } + public global::RetellAI.Cohort? Type218 { get; set; } /// /// /// - public global::RetellAI.CohortSuccessfulCriteriaType? Type219 { get; set; } + public global::RetellAI.ScoringCriteria? Type219 { get; set; } /// /// /// - public global::RetellAI.CohortSuccessfulCriteriaOp? Type220 { get; set; } + public global::RetellAI.CohortSuccessfulCriteria? Type220 { get; set; } /// /// /// - public global::RetellAI.CohortEvaluationMode? Type221 { get; set; } + public global::RetellAI.CohortSuccessfulCriteriaType? Type221 { get; set; } /// /// /// - public global::RetellAI.ComponentNode? Type222 { get; set; } + public global::RetellAI.CohortSuccessfulCriteriaOp? Type222 { get; set; } /// /// /// - public global::RetellAI.NodeBaseCommon? Type223 { get; set; } + public global::RetellAI.CohortEvaluationMode? Type223 { get; set; } /// /// /// - public global::RetellAI.ComponentNodeVariant2? Type224 { get; set; } + public global::RetellAI.ComponentNode? Type224 { get; set; } /// /// /// - public global::RetellAI.ComponentNodeVariant2Type? Type225 { get; set; } + public global::RetellAI.NodeBaseCommon? Type225 { get; set; } /// /// /// - public global::RetellAI.ComponentNodeVariant2ComponentType? Type226 { get; set; } + public global::RetellAI.ComponentNodeVariant2? Type226 { get; set; } /// /// /// - public global::RetellAI.ConversationFlowComponentResponse? Type227 { get; set; } + public global::RetellAI.ComponentNodeVariant2Type? Type227 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowComponentRequest? Type228 { get; set; } + public global::RetellAI.ComponentNodeVariant2ComponentType? Type228 { get; set; } /// /// /// - public global::RetellAI.ConversationFlowComponentResponseVariant2? Type229 { get; set; } + public global::RetellAI.ConversationFlowComponentResponse? Type229 { get; set; } /// /// /// - public global::RetellAI.Asset? Type230 { get; set; } + public global::RetellAI.CreateConversationFlowComponentRequest? Type230 { get; set; } /// /// /// - public global::RetellAI.Note? Type231 { get; set; } + public global::RetellAI.ConversationFlowComponentResponseVariant2? Type231 { get; set; } /// /// /// - public global::RetellAI.NoteDisplayPosition? Type232 { get; set; } + public global::RetellAI.Asset? Type232 { get; set; } /// /// /// - public global::RetellAI.NoteSize? Type233 { get; set; } + public global::RetellAI.Note? Type233 { get; set; } /// /// /// - public global::RetellAI.ConversationFlowComponent? Type234 { get; set; } + public global::RetellAI.NoteDisplayPosition? Type234 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type235 { get; set; } + public global::RetellAI.NoteSize? Type235 { get; set; } /// /// /// - public global::RetellAI.NodeTool? Type236 { get; set; } + public global::RetellAI.ConversationFlowComponent? Type236 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type237 { get; set; } + public global::System.Collections.Generic.IList? Type237 { get; set; } /// /// /// - public global::RetellAI.Mcp? Type238 { get; set; } + public global::RetellAI.NodeTool? Type238 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type239 { get; set; } + public global::System.Collections.Generic.IList? Type239 { get; set; } /// /// /// - public global::RetellAI.ConversationFlowNode? Type240 { get; set; } + public global::RetellAI.Mcp? Type240 { get; set; } /// /// /// - public global::RetellAI.ConversationFlowComponentBeginTagDisplayPosition? Type241 { get; set; } + public global::System.Collections.Generic.IList? Type241 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type242 { get; set; } + public global::RetellAI.ConversationFlowNode? Type242 { get; set; } /// /// /// - public global::RetellAI.ConversationNode? Type243 { get; set; } + public global::RetellAI.ConversationFlowComponentBeginTagDisplayPosition? Type243 { get; set; } /// /// /// - public global::RetellAI.SubagentNode? Type244 { get; set; } + public global::System.Collections.Generic.IList? Type244 { get; set; } /// /// /// - public global::RetellAI.EndNode? Type245 { get; set; } + public global::RetellAI.ConversationNode? Type245 { get; set; } /// /// /// - public global::RetellAI.FunctionNode? Type246 { get; set; } + public global::RetellAI.SubagentNode? Type246 { get; set; } /// /// /// - public global::RetellAI.CodeNode? Type247 { get; set; } + public global::RetellAI.EndNode? Type247 { get; set; } /// /// /// - public global::RetellAI.TransferCallNode? Type248 { get; set; } + public global::RetellAI.FunctionNode? Type248 { get; set; } /// /// /// - public global::RetellAI.PressDigitNode? Type249 { get; set; } + public global::RetellAI.CodeNode? Type249 { get; set; } /// /// /// - public global::RetellAI.SmsNode? Type250 { get; set; } + public global::RetellAI.TransferCallNode? Type250 { get; set; } /// /// /// - public global::RetellAI.ExtractDynamicVariablesNode? Type251 { get; set; } + public global::RetellAI.PressDigitNode? Type251 { get; set; } /// /// /// - public global::RetellAI.MCPNode? Type252 { get; set; } + public global::RetellAI.SmsNode? Type252 { get; set; } /// /// /// - public global::RetellAI.AgentOverrideConfig? Type253 { get; set; } + public global::RetellAI.ExtractDynamicVariablesNode? Type253 { get; set; } /// /// /// - public global::RetellAI.KBConfig? Type254 { get; set; } + public global::RetellAI.MCPNode? Type254 { get; set; } /// /// /// - public global::RetellAI.ConversationFlowOverrideStartSpeaker? Type255 { get; set; } + public global::RetellAI.AgentOverrideConfig? Type255 { get; set; } /// /// /// - public global::RetellAI.ConversationFlowResponse? Type256 { get; set; } + public global::RetellAI.KBConfig? Type256 { get; set; } /// /// /// - public global::RetellAI.ConversationFlow? Type257 { get; set; } + public global::RetellAI.ConversationFlowOverrideStartSpeaker? Type257 { get; set; } /// /// /// - public global::RetellAI.ConversationFlowResponseVariant2? Type258 { get; set; } + public global::RetellAI.ConversationFlowResponse? Type258 { get; set; } /// /// /// - public global::RetellAI.ConversationFlowVariant2? Type259 { get; set; } + public global::RetellAI.ConversationFlow? Type259 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type260 { get; set; } + public global::RetellAI.ConversationFlowResponseVariant2? Type260 { get; set; } /// /// /// - public global::RetellAI.ConversationFlowVariant2BeginTagDisplayPosition? Type261 { get; set; } + public global::RetellAI.ConversationFlowVariant2? Type261 { get; set; } /// /// /// - public global::RetellAI.ConversationNodeVariant3? Type262 { get; set; } + public global::System.Collections.Generic.IList? Type262 { get; set; } /// /// /// - public global::RetellAI.ConversationNodeVariant3Type? Type263 { get; set; } + public global::RetellAI.ConversationFlowVariant2BeginTagDisplayPosition? Type263 { get; set; } /// /// /// - public global::RetellAI.SkipResponseEdge? Type264 { get; set; } + public global::RetellAI.ConversationNodeVariant3? Type264 { get; set; } /// /// /// - public global::RetellAI.AlwaysEdge? Type265 { get; set; } + public global::RetellAI.ConversationNodeVariant3Type? Type265 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type266 { get; set; } + public global::RetellAI.SkipResponseEdge? Type266 { get; set; } /// /// /// - public global::RetellAI.NodeFinetuneConversationExample? Type267 { get; set; } + public global::RetellAI.AlwaysEdge? Type267 { get; set; } /// /// /// - public global::RetellAI.SubagentNodeVariant3? Type268 { get; set; } + public global::System.Collections.Generic.IList? Type268 { get; set; } /// /// /// - public global::RetellAI.SubagentNodeVariant3Type? Type269 { get; set; } + public global::RetellAI.NodeFinetuneConversationExample? Type269 { get; set; } /// /// /// - public global::RetellAI.NodeInstructionPrompt? Type270 { get; set; } + public global::RetellAI.SubagentNodeVariant3? Type270 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type271 { get; set; } + public global::RetellAI.SubagentNodeVariant3Type? Type271 { get; set; } /// /// /// - public global::RetellAI.Tool? Type272 { get; set; } + public global::RetellAI.NodeInstructionPrompt? Type272 { get; set; } /// /// /// - public global::RetellAI.CpsConfig? Type273 { get; set; } + public global::System.Collections.Generic.IList? Type273 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowRequest? Type274 { get; set; } + public global::RetellAI.Tool? Type274 { get; set; } /// /// /// - public global::RetellAI.CreateOrganizationRequest? Type275 { get; set; } + public global::RetellAI.CpsConfig? Type275 { get; set; } /// /// /// - public global::RetellAI.CreateOrganizationRequestNew? Type276 { get; set; } + public global::RetellAI.CreateConversationFlowRequest? Type276 { get; set; } /// /// /// - public global::RetellAI.CreateOrganizationRequestOld? Type277 { get; set; } + public global::RetellAI.CreateOrganizationRequest? Type277 { get; set; } /// /// /// - public global::RetellAI.CreateCreditTopupInvoiceRequest? Type278 { get; set; } + public global::RetellAI.CreateOrganizationRequestNew? Type278 { get; set; } /// /// /// - public global::RetellAI.CreateCreditTopupInvoiceResponse? Type279 { get; set; } + public global::RetellAI.CreateOrganizationRequestOld? Type279 { get; set; } /// /// /// - public global::RetellAI.OptInBillingV2Request? Type280 { get; set; } + public global::RetellAI.CreateCreditTopupInvoiceRequest? Type280 { get; set; } /// /// /// - public global::RetellAI.OptInBillingV2Response? Type281 { get; set; } + public global::RetellAI.CreateCreditTopupInvoiceResponse? Type281 { get; set; } /// /// /// - public global::RetellAI.CustomMetricCriteria? Type282 { get; set; } + public global::RetellAI.OptInBillingV2Request? Type282 { get; set; } /// /// /// - public global::RetellAI.CustomTool? Type283 { get; set; } + public global::RetellAI.OptInBillingV2Response? Type283 { get; set; } /// /// /// - public global::RetellAI.CustomToolType? Type284 { get; set; } + public global::RetellAI.CustomMetricCriteria? Type284 { get; set; } /// /// /// - public global::RetellAI.CustomToolMethod? Type285 { get; set; } + public global::RetellAI.CustomTool? Type285 { get; set; } /// /// /// - public global::RetellAI.ToolParameter? Type286 { get; set; } + public global::RetellAI.CustomToolType? Type286 { get; set; } /// /// /// - public global::RetellAI.CustomToolExecutionMessageType? Type287 { get; set; } + public global::RetellAI.CustomToolMethod? Type287 { get; set; } /// /// /// - public global::RetellAI.CustomToolParameterType? Type288 { get; set; } + public global::RetellAI.ToolParameter? Type288 { get; set; } /// /// /// - public global::RetellAI.CodeTool? Type289 { get; set; } + public global::RetellAI.CustomToolExecutionMessageType? Type289 { get; set; } /// /// /// - public global::RetellAI.CodeToolType? Type290 { get; set; } + public global::RetellAI.CustomToolParameterType? Type290 { get; set; } /// /// /// - public global::RetellAI.CodeToolExecutionMessageType? Type291 { get; set; } + public global::RetellAI.CodeTool? Type291 { get; set; } /// /// /// - public global::RetellAI.DTMFUtterance? Type292 { get; set; } + public global::RetellAI.CodeToolType? Type292 { get; set; } /// /// /// - public global::RetellAI.DTMFUtteranceRole? Type293 { get; set; } + public global::RetellAI.CodeToolExecutionMessageType? Type293 { get; set; } /// /// /// - public global::RetellAI.SmsUtterance? Type294 { get; set; } + public global::RetellAI.DTMFUtterance? Type294 { get; set; } /// /// /// - public global::RetellAI.SmsUtteranceRole? Type295 { get; set; } + public global::RetellAI.DTMFUtteranceRole? Type295 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type296 { get; set; } + public global::RetellAI.SmsUtterance? Type296 { get; set; } /// /// /// - public global::RetellAI.SmsMultimediaItem? Type297 { get; set; } + public global::RetellAI.SmsUtteranceRole? Type297 { get; set; } /// /// /// - public global::RetellAI.InjectedUtterance? Type298 { get; set; } + public global::System.Collections.Generic.IList? Type298 { get; set; } /// /// /// - public global::RetellAI.InjectedUtteranceRole? Type299 { get; set; } + public global::RetellAI.SmsMultimediaItem? Type299 { get; set; } /// /// /// - public global::RetellAI.StringFilterType? Type300 { get; set; } + public global::RetellAI.InjectedUtterance? Type300 { get; set; } /// /// /// - public global::RetellAI.StringFilterOp? Type301 { get; set; } + public global::RetellAI.InjectedUtteranceRole? Type301 { get; set; } /// /// /// - public global::RetellAI.NumberFilterType? Type302 { get; set; } + public global::RetellAI.StringFilterType? Type302 { get; set; } /// /// /// - public global::RetellAI.NumberFilterOp? Type303 { get; set; } + public global::RetellAI.StringFilterOp? Type303 { get; set; } /// /// /// - public global::RetellAI.BooleanFilter? Type304 { get; set; } + public global::RetellAI.NumberFilterType? Type304 { get; set; } /// /// /// - public global::RetellAI.BooleanFilterType? Type305 { get; set; } + public global::RetellAI.NumberFilterOp? Type305 { get; set; } /// /// /// - public global::RetellAI.BooleanFilterOp? Type306 { get; set; } + public global::RetellAI.BooleanFilter? Type306 { get; set; } /// /// /// - public global::RetellAI.RangeFilterType? Type307 { get; set; } + public global::RetellAI.BooleanFilterType? Type307 { get; set; } /// /// /// - public global::RetellAI.RangeFilterOp? Type308 { get; set; } + public global::RetellAI.BooleanFilterOp? Type308 { get; set; } /// /// /// - public global::RetellAI.EnumFilterType? Type309 { get; set; } + public global::RetellAI.RangeFilterType? Type309 { get; set; } /// /// /// - public global::RetellAI.EnumFilterOp? Type310 { get; set; } + public global::RetellAI.RangeFilterOp? Type310 { get; set; } /// /// /// - public global::RetellAI.PresentFilter? Type311 { get; set; } + public global::RetellAI.EnumFilterType? Type311 { get; set; } /// /// /// - public global::RetellAI.PresentFilterType? Type312 { get; set; } + public global::RetellAI.EnumFilterOp? Type312 { get; set; } /// /// /// - public global::RetellAI.PresentFilterOp? Type313 { get; set; } + public global::RetellAI.PresentFilter? Type313 { get; set; } /// /// /// - public global::RetellAI.ValueFilter? Type314 { get; set; } + public global::RetellAI.PresentFilterType? Type314 { get; set; } /// /// /// - public global::RetellAI.CustomFieldFilterVariant2? Type315 { get; set; } + public global::RetellAI.PresentFilterOp? Type315 { get; set; } /// /// /// - public global::RetellAI.ToolCallFilter? Type316 { get; set; } + public global::RetellAI.ValueFilter? Type316 { get; set; } /// /// /// - public global::RetellAI.CallFilter? Type317 { get; set; } + public global::RetellAI.CustomFieldFilterVariant2? Type317 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type318 { get; set; } + public global::RetellAI.ToolCallFilter? Type318 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type319 { get; set; } + public global::RetellAI.CallFilter? Type319 { get; set; } /// /// /// - public global::RetellAI.CallFilterCallStatus? Type320 { get; set; } + public global::RetellAI.OneOf? Type320 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type321 { get; set; } + public global::RetellAI.AllOf? Type321 { get; set; } /// /// /// - public global::RetellAI.CallFilterCallStatusValueItem? Type322 { get; set; } + public global::RetellAI.CallFilterCallStatus? Type322 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type323 { get; set; } + public global::System.Collections.Generic.IList? Type323 { get; set; } /// /// /// - public global::RetellAI.CallFilterDisconnectionReason? Type324 { get; set; } + public global::RetellAI.CallFilterCallStatusValueItem? Type324 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type325 { get; set; } + public global::RetellAI.AllOf? Type325 { get; set; } /// /// /// - public global::RetellAI.CallFilterCallType? Type326 { get; set; } + public global::RetellAI.CallFilterDisconnectionReason? Type326 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type327 { get; set; } + public global::RetellAI.AllOf? Type327 { get; set; } /// /// /// - public global::RetellAI.CallFilterCallTypeValueItem? Type328 { get; set; } + public global::RetellAI.CallFilterCallType? Type328 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type329 { get; set; } + public global::System.Collections.Generic.IList? Type329 { get; set; } /// /// /// - public global::RetellAI.CallFilterDirection? Type330 { get; set; } + public global::RetellAI.CallFilterCallTypeValueItem? Type330 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type331 { get; set; } + public global::RetellAI.AllOf? Type331 { get; set; } /// /// /// - public global::RetellAI.CallFilterDirectionValueItem? Type332 { get; set; } + public global::RetellAI.CallFilterDirection? Type332 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type333 { get; set; } + public global::System.Collections.Generic.IList? Type333 { get; set; } /// /// /// - public global::RetellAI.CallFilterUserSentiment? Type334 { get; set; } + public global::RetellAI.CallFilterDirectionValueItem? Type334 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type335 { get; set; } + public global::RetellAI.AllOf? Type335 { get; set; } /// /// /// - public global::RetellAI.CallFilterUserSentimentValueItem? Type336 { get; set; } + public global::RetellAI.CallFilterUserSentiment? Type336 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type337 { get; set; } + public global::System.Collections.Generic.IList? Type337 { get; set; } /// /// /// - public global::RetellAI.CallFilterDataStorageSetting? Type338 { get; set; } + public global::RetellAI.CallFilterUserSentimentValueItem? Type338 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type339 { get; set; } + public global::RetellAI.AllOf? Type339 { get; set; } /// /// /// - public global::RetellAI.CallFilterDataStorageSettingValueItem? Type340 { get; set; } + public global::RetellAI.CallFilterDataStorageSetting? Type340 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type341 { get; set; } + public global::System.Collections.Generic.IList? Type341 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type342 { get; set; } + public global::RetellAI.CallFilterDataStorageSettingValueItem? Type342 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type343 { get; set; } + public global::System.Collections.Generic.IList? Type343 { get; set; } /// /// /// - public global::RetellAI.CallFilterDynamicVariable? Type344 { get; set; } + public global::System.Collections.Generic.IList>? Type344 { get; set; } /// /// /// - public global::RetellAI.ChatFilter? Type345 { get; set; } + public global::RetellAI.AllOf? Type345 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type346 { get; set; } + public global::RetellAI.CallFilterDynamicVariable? Type346 { get; set; } /// /// /// - public global::RetellAI.ChatFilterChatStatus? Type347 { get; set; } + public global::RetellAI.ChatFilter? Type347 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type348 { get; set; } + public global::RetellAI.AllOf? Type348 { get; set; } /// /// /// - public global::RetellAI.ChatFilterChatStatusValueItem? Type349 { get; set; } + public global::RetellAI.ChatFilterChatStatus? Type349 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type350 { get; set; } + public global::System.Collections.Generic.IList? Type350 { get; set; } /// /// /// - public global::RetellAI.ChatFilterDisconnectionReason? Type351 { get; set; } + public global::RetellAI.ChatFilterChatStatusValueItem? Type351 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type352 { get; set; } + public global::RetellAI.AllOf? Type352 { get; set; } /// /// /// - public global::RetellAI.ChatFilterUserSentiment? Type353 { get; set; } + public global::RetellAI.ChatFilterDisconnectionReason? Type353 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type354 { get; set; } + public global::RetellAI.AllOf? Type354 { get; set; } /// /// /// - public global::RetellAI.ChatFilterUserSentimentValueItem? Type355 { get; set; } + public global::RetellAI.ChatFilterUserSentiment? Type355 { get; set; } /// /// /// - public global::RetellAI.Duration? Type356 { get; set; } + public global::System.Collections.Generic.IList? Type356 { get; set; } /// /// /// - public global::RetellAI.ElseEdgeVariant2? Type357 { get; set; } + public global::RetellAI.ChatFilterUserSentimentValueItem? Type357 { get; set; } /// /// /// - public global::RetellAI.ElseEdgeVariant2TransitionCondition? Type358 { get; set; } + public global::RetellAI.Duration? Type358 { get; set; } /// /// /// - public global::RetellAI.ElseEdgeVariant2TransitionConditionType? Type359 { get; set; } + public global::RetellAI.ElseEdgeVariant2? Type359 { get; set; } /// /// /// - public global::RetellAI.ElseEdgeVariant2TransitionConditionPrompt? Type360 { get; set; } + public global::RetellAI.ElseEdgeVariant2TransitionCondition? Type360 { get; set; } /// /// /// - public global::RetellAI.EndCallTool? Type361 { get; set; } + public global::RetellAI.ElseEdgeVariant2TransitionConditionType? Type361 { get; set; } /// /// /// - public global::RetellAI.EndCallToolType? Type362 { get; set; } + public global::RetellAI.ElseEdgeVariant2TransitionConditionPrompt? Type362 { get; set; } /// /// /// - public global::RetellAI.EndCallToolExecutionMessageType? Type363 { get; set; } + public global::RetellAI.EndCallTool? Type363 { get; set; } /// /// /// - public global::RetellAI.EndNodeVariant2? Type364 { get; set; } + public global::RetellAI.EndCallToolType? Type364 { get; set; } /// /// /// - public global::RetellAI.EndNodeVariant2Type? Type365 { get; set; } + public global::RetellAI.EndCallToolExecutionMessageType? Type365 { get; set; } /// /// /// - public global::RetellAI.EnumAnalysisDataType? Type366 { get; set; } + public global::RetellAI.EndNodeVariant2? Type366 { get; set; } /// /// /// - public global::RetellAI.EquationCondition? Type367 { get; set; } + public global::RetellAI.EndNodeVariant2Type? Type367 { get; set; } /// /// /// - public global::RetellAI.EquationConditionType? Type368 { get; set; } + public global::RetellAI.EnumAnalysisDataType? Type368 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type369 { get; set; } + public global::RetellAI.EquationCondition? Type369 { get; set; } /// /// /// - public global::RetellAI.Equation? Type370 { get; set; } + public global::RetellAI.EquationConditionType? Type370 { get; set; } /// /// /// - public global::RetellAI.EquationConditionOperator? Type371 { get; set; } + public global::System.Collections.Generic.IList? Type371 { get; set; } /// /// /// - public global::RetellAI.EquationOperator? Type372 { get; set; } + public global::RetellAI.Equation? Type372 { get; set; } /// /// /// - public global::RetellAI.ExtractDynamicVariableTool? Type373 { get; set; } + public global::RetellAI.EquationConditionOperator? Type373 { get; set; } /// /// /// - public global::RetellAI.ExtractDynamicVariableToolType? Type374 { get; set; } + public global::RetellAI.EquationOperator? Type374 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type375 { get; set; } + public global::RetellAI.ExtractDynamicVariableTool? Type375 { get; set; } /// /// /// - public global::RetellAI.ExtractDynamicVariablesNodeVariant2? Type376 { get; set; } + public global::RetellAI.ExtractDynamicVariableToolType? Type376 { get; set; } /// /// /// - public global::RetellAI.ExtractDynamicVariablesNodeVariant2Type? Type377 { get; set; } + public global::System.Collections.Generic.IList? Type377 { get; set; } /// /// /// - public global::RetellAI.FinetuneExampleUtterance? Type378 { get; set; } + public global::RetellAI.ExtractDynamicVariablesNodeVariant2? Type378 { get; set; } /// /// /// - public global::RetellAI.FinetuneExampleUtteranceVariant1? Type379 { get; set; } + public global::RetellAI.ExtractDynamicVariablesNodeVariant2Type? Type379 { get; set; } /// /// /// - public global::RetellAI.FinetuneExampleUtteranceVariant1Role? Type380 { get; set; } + public global::RetellAI.FinetuneExampleUtterance? Type380 { get; set; } /// /// /// - public global::RetellAI.FinetuneExampleUtteranceVariant2? Type381 { get; set; } + public global::RetellAI.FinetuneExampleUtteranceVariant1? Type381 { get; set; } /// /// /// - public global::RetellAI.FinetuneExampleUtteranceVariant2Role? Type382 { get; set; } + public global::RetellAI.FinetuneExampleUtteranceVariant1Role? Type382 { get; set; } /// /// /// - public global::RetellAI.FinetuneExampleUtteranceVariant3? Type383 { get; set; } + public global::RetellAI.FinetuneExampleUtteranceVariant2? Type383 { get; set; } /// /// /// - public global::RetellAI.FinetuneExampleUtteranceVariant3Role? Type384 { get; set; } + public global::RetellAI.FinetuneExampleUtteranceVariant2Role? Type384 { get; set; } /// /// /// - public global::RetellAI.FunctionNodeVariant2? Type385 { get; set; } + public global::RetellAI.FinetuneExampleUtteranceVariant3? Type385 { get; set; } /// /// /// - public global::RetellAI.FunctionNodeVariant2Type? Type386 { get; set; } + public global::RetellAI.FinetuneExampleUtteranceVariant3Role? Type386 { get; set; } /// /// /// - public global::RetellAI.FunctionNodeVariant2ToolType? Type387 { get; set; } + public global::RetellAI.FunctionNodeVariant2? Type387 { get; set; } /// /// /// - public global::RetellAI.CodeNodeVariant2? Type388 { get; set; } + public global::RetellAI.FunctionNodeVariant2Type? Type388 { get; set; } /// /// /// - public global::RetellAI.CodeNodeVariant2Type? Type389 { get; set; } + public global::RetellAI.FunctionNodeVariant2ToolType? Type389 { get; set; } /// /// /// - public global::RetellAI.GlobalNodeFinetuneTransitionExample? Type390 { get; set; } + public global::RetellAI.CodeNodeVariant2? Type390 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type391 { get; set; } + public global::RetellAI.CodeNodeVariant2Type? Type391 { get; set; } /// /// /// - public global::RetellAI.GlobalNodeSetting? Type392 { get; set; } + public global::RetellAI.GlobalNodeFinetuneTransitionExample? Type392 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type393 { get; set; } + public global::System.Collections.Generic.IList? Type393 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type394 { get; set; } + public global::RetellAI.GlobalNodeSetting? Type394 { get; set; } /// /// /// - public global::RetellAI.UtteranceHallucination? Type395 { get; set; } + public global::System.Collections.Generic.IList? Type395 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type396 { get; set; } + public global::System.Collections.Generic.IList? Type396 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseAddSourcesRequest? Type397 { get; set; } + public global::RetellAI.UtteranceHallucination? Type397 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type398 { get; set; } + public global::System.Collections.Generic.IList? Type398 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseAddSourcesRequestKnowledgeBaseText? Type399 { get; set; } + public global::RetellAI.KnowledgeBaseAddSourcesRequest? Type399 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type400 { get; set; } + public global::System.Collections.Generic.IList? Type400 { get; set; } /// /// /// - public byte[]? Type401 { get; set; } + public global::RetellAI.KnowledgeBaseAddSourcesRequestKnowledgeBaseText? Type401 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseRequest? Type402 { get; set; } + public global::System.Collections.Generic.IList? Type402 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type403 { get; set; } + public byte[]? Type403 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseRequestKnowledgeBaseText? Type404 { get; set; } + public global::RetellAI.KnowledgeBaseRequest? Type404 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseResponse? Type405 { get; set; } + public global::System.Collections.Generic.IList? Type405 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseResponseStatus? Type406 { get; set; } + public global::RetellAI.KnowledgeBaseRequestKnowledgeBaseText? Type406 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type407 { get; set; } + public global::RetellAI.KnowledgeBaseResponse? Type407 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type408 { get; set; } + public global::RetellAI.KnowledgeBaseResponseStatus? Type408 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseSourceDocument? Type409 { get; set; } + public global::System.Collections.Generic.IList>? Type409 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseSourceText? Type410 { get; set; } + public global::RetellAI.OneOf? Type410 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseSourceUrl? Type411 { get; set; } + public global::RetellAI.KnowledgeBaseSourceDocument? Type411 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseSourceDocumentType? Type412 { get; set; } + public global::RetellAI.KnowledgeBaseSourceText? Type412 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseSourceTextType? Type413 { get; set; } + public global::RetellAI.KnowledgeBaseSourceUrl? Type413 { get; set; } /// /// /// - public global::RetellAI.KnowledgeBaseSourceUrlType? Type414 { get; set; } + public global::RetellAI.KnowledgeBaseSourceDocumentType? Type414 { get; set; } /// /// /// - public global::RetellAI.LanguageLegacyEnum? Type415 { get; set; } + public global::RetellAI.KnowledgeBaseSourceTextType? Type415 { get; set; } /// /// /// - public global::RetellAI.MCPNodeVariant2? Type416 { get; set; } + public global::RetellAI.KnowledgeBaseSourceUrlType? Type416 { get; set; } /// /// /// - public global::RetellAI.MCPNodeVariant2Type? Type417 { get; set; } + public global::RetellAI.MCPNodeVariant2? Type417 { get; set; } /// /// /// - public global::RetellAI.MCPToolDefinition? Type418 { get; set; } + public global::RetellAI.MCPNodeVariant2Type? Type418 { get; set; } /// /// /// - public global::RetellAI.MCPTool? Type419 { get; set; } + public global::RetellAI.MCPToolDefinition? Type419 { get; set; } /// /// /// - public global::RetellAI.MCPToolType? Type420 { get; set; } + public global::RetellAI.MCPTool? Type420 { get; set; } /// /// /// - public global::RetellAI.MCPToolExecutionMessageType? Type421 { get; set; } + public global::RetellAI.MCPToolType? Type421 { get; set; } /// /// /// - public global::RetellAI.Message? Type422 { get; set; } + public global::RetellAI.MCPToolExecutionMessageType? Type422 { get; set; } /// /// /// - public global::RetellAI.ToolCallInvocationMessage? Type423 { get; set; } + public global::RetellAI.Message? Type423 { get; set; } /// /// /// - public global::RetellAI.ToolCallResultMessage? Type424 { get; set; } + public global::RetellAI.ToolCallInvocationMessage? Type424 { get; set; } /// /// /// - public global::RetellAI.NodeTransitionMessage? Type425 { get; set; } + public global::RetellAI.ToolCallResultMessage? Type425 { get; set; } /// /// /// - public global::RetellAI.StateTransitionMessage? Type426 { get; set; } + public global::RetellAI.NodeTransitionMessage? Type426 { get; set; } /// /// /// - public global::RetellAI.InjectedMessage? Type427 { get; set; } + public global::RetellAI.StateTransitionMessage? Type427 { get; set; } /// /// /// - public global::RetellAI.SmsMessage? Type428 { get; set; } + public global::RetellAI.InjectedMessage? Type428 { get; set; } /// /// /// - public global::RetellAI.ChatMessageInput? Type429 { get; set; } + public global::RetellAI.SmsMessage? Type429 { get; set; } /// /// /// - public global::RetellAI.MessageBase? Type430 { get; set; } + public global::RetellAI.ChatMessageInput? Type430 { get; set; } /// /// /// - public global::RetellAI.ToolCallInvocationMessageBase? Type431 { get; set; } + public global::RetellAI.MessageBase? Type431 { get; set; } /// /// /// - public global::RetellAI.ToolCallResultMessageBase? Type432 { get; set; } + public global::RetellAI.ToolCallInvocationMessageBase? Type432 { get; set; } /// /// /// - public global::RetellAI.NodeTransitionMessageBase? Type433 { get; set; } + public global::RetellAI.ToolCallResultMessageBase? Type433 { get; set; } /// /// /// - public global::RetellAI.StateTransitionMessageBase? Type434 { get; set; } + public global::RetellAI.NodeTransitionMessageBase? Type434 { get; set; } /// /// /// - public global::RetellAI.InjectedMessageBase? Type435 { get; set; } + public global::RetellAI.StateTransitionMessageBase? Type435 { get; set; } /// /// /// - public global::RetellAI.SmsMessageBase? Type436 { get; set; } + public global::RetellAI.InjectedMessageBase? Type436 { get; set; } /// /// /// - public global::RetellAI.MessageBaseRole? Type437 { get; set; } + public global::RetellAI.SmsMessageBase? Type437 { get; set; } /// /// /// - public global::RetellAI.InjectedMessageBaseRole? Type438 { get; set; } + public global::RetellAI.MessageBaseRole? Type438 { get; set; } /// /// /// - public global::RetellAI.SmsMessageBaseRole? Type439 { get; set; } + public global::RetellAI.InjectedMessageBaseRole? Type439 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type440 { get; set; } + public global::RetellAI.SmsMessageBaseRole? Type440 { get; set; } /// /// /// - public global::RetellAI.PerformanceMetricCriteria? Type441 { get; set; } + public global::RetellAI.OneOf? Type441 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type442 { get; set; } + public global::RetellAI.PerformanceMetricCriteria? Type442 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type443 { get; set; } + public global::RetellAI.OneOf? Type443 { get; set; } /// /// /// - public global::RetellAI.UtteranceTranscriptionError? Type444 { get; set; } + public global::System.Collections.Generic.IList? Type444 { get; set; } /// /// /// - public global::RetellAI.Wer? Type445 { get; set; } + public global::RetellAI.UtteranceTranscriptionError? Type445 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type446 { get; set; } + public global::RetellAI.Wer? Type446 { get; set; } /// /// /// - public global::RetellAI.UtteranceTranscriptionErrorMieDetail? Type447 { get; set; } + public global::System.Collections.Generic.IList? Type447 { get; set; } /// /// /// - public global::RetellAI.ModelChoiceCascading? Type448 { get; set; } + public global::RetellAI.UtteranceTranscriptionErrorMieDetail? Type448 { get; set; } /// /// /// - public global::RetellAI.ModelChoiceCascadingType? Type449 { get; set; } + public global::RetellAI.ModelChoiceCascading? Type449 { get; set; } /// /// /// - public global::RetellAI.ModelChoice? Type450 { get; set; } + public global::RetellAI.ModelChoiceCascadingType? Type450 { get; set; } /// /// /// - public global::RetellAI.NaturalnessIssue? Type451 { get; set; } + public global::RetellAI.ModelChoice? Type451 { get; set; } /// /// /// - public global::RetellAI.NodeBaseVariant2? Type452 { get; set; } + public global::RetellAI.NaturalnessIssue? Type452 { get; set; } /// /// /// - public global::RetellAI.NodeBaseCommonDisplayPosition? Type453 { get; set; } + public global::RetellAI.NodeBaseVariant2? Type453 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type454 { get; set; } + public global::RetellAI.NodeBaseCommonDisplayPosition? Type454 { get; set; } /// /// /// - public global::RetellAI.PromptCondition? Type455 { get; set; } + public global::RetellAI.OneOf? Type455 { get; set; } /// /// /// - public global::RetellAI.NodeInstructionPromptType? Type456 { get; set; } + public global::RetellAI.PromptCondition? Type456 { get; set; } /// /// /// - public global::RetellAI.NodeInstructionStaticText? Type457 { get; set; } + public global::RetellAI.NodeInstructionPromptType? Type457 { get; set; } /// /// /// - public global::RetellAI.NodeInstructionStaticTextType? Type458 { get; set; } + public global::RetellAI.NodeInstructionStaticText? Type458 { get; set; } /// /// /// - public global::RetellAI.SmsInstructionTemplate? Type459 { get; set; } + public global::RetellAI.NodeInstructionStaticTextType? Type459 { get; set; } /// /// /// - public global::RetellAI.SmsInstructionTemplateType? Type460 { get; set; } + public global::RetellAI.SmsInstructionTemplate? Type460 { get; set; } /// /// /// - public global::RetellAI.SmsInstructionTemplateTemplate? Type461 { get; set; } + public global::RetellAI.SmsInstructionTemplateType? Type461 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type462 { get; set; } + public global::RetellAI.SmsInstructionTemplateTemplate? Type462 { get; set; } /// /// /// - public global::RetellAI.NodeToolVariant2? Type463 { get; set; } + public global::RetellAI.OneOf? Type463 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type464 { get; set; } + public global::RetellAI.NodeToolVariant2? Type464 { get; set; } /// /// /// - public global::RetellAI.NodeTransitionAnalysisDetail? Type465 { get; set; } + public global::System.Collections.Generic.IList? Type465 { get; set; } /// /// /// - public global::RetellAI.NodeTransitionMessageBaseRole? Type466 { get; set; } + public global::RetellAI.NodeTransitionAnalysisDetail? Type466 { get; set; } /// /// /// - public global::RetellAI.NodeTransitionMessageBaseTransitionType? Type467 { get; set; } + public global::RetellAI.NodeTransitionMessageBaseRole? Type467 { get; set; } /// /// /// - public global::RetellAI.NodeTransitionUtterance? Type468 { get; set; } + public global::RetellAI.NodeTransitionMessageBaseTransitionType? Type468 { get; set; } /// /// /// - public global::RetellAI.NodeTransitionUtteranceRole? Type469 { get; set; } + public global::RetellAI.NodeTransitionUtterance? Type469 { get; set; } /// /// /// - public global::RetellAI.NodeTransitionUtteranceTransitionType? Type470 { get; set; } + public global::RetellAI.NodeTransitionUtteranceRole? Type470 { get; set; } /// /// /// - public global::RetellAI.NumberAnalysisDataType? Type471 { get; set; } + public global::RetellAI.NodeTransitionUtteranceTransitionType? Type471 { get; set; } /// /// /// - public global::RetellAI.PresetAnalysisData? Type472 { get; set; } + public global::RetellAI.NumberAnalysisDataType? Type472 { get; set; } /// /// /// - public global::RetellAI.PresetAnalysisDataType? Type473 { get; set; } + public global::RetellAI.PresetAnalysisData? Type473 { get; set; } /// /// /// - public global::RetellAI.PresetAnalysisDataName? Type474 { get; set; } + public global::RetellAI.PresetAnalysisDataType? Type474 { get; set; } /// /// /// - public global::RetellAI.CallPresetAnalysisDataType? Type475 { get; set; } + public global::RetellAI.PresetAnalysisDataName? Type475 { get; set; } /// /// /// - public global::RetellAI.CallPresetAnalysisDataName? Type476 { get; set; } + public global::RetellAI.CallPresetAnalysisDataType? Type476 { get; set; } /// /// /// - public global::RetellAI.ChatPresetAnalysisDataType? Type477 { get; set; } + public global::RetellAI.CallPresetAnalysisDataName? Type477 { get; set; } /// /// /// - public global::RetellAI.ChatPresetAnalysisDataName? Type478 { get; set; } + public global::RetellAI.ChatPresetAnalysisDataType? Type478 { get; set; } /// /// /// - public global::RetellAI.Organization? Type479 { get; set; } + public global::RetellAI.ChatPresetAnalysisDataName? Type479 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type480 { get; set; } + public global::RetellAI.Organization? Type480 { get; set; } /// /// /// - public global::RetellAI.OrganizationWebhookUrl? Type481 { get; set; } + public global::System.Collections.Generic.IList? Type481 { get; set; } /// /// /// - public global::System.DateTimeOffset? Type482 { get; set; } + public global::RetellAI.OrganizationWebhookUrl? Type482 { get; set; } /// /// /// - public global::RetellAI.OrganizationCpsConfig? Type483 { get; set; } + public global::System.DateTimeOffset? Type483 { get; set; } /// /// /// - public global::RetellAI.AutoCreditReloadConfig? Type484 { get; set; } + public global::RetellAI.OrganizationCpsConfig? Type484 { get; set; } /// /// /// - public global::RetellAI.ConductorOverageConfig? Type485 { get; set; } + public global::RetellAI.AutoCreditReloadConfig? Type485 { get; set; } /// /// /// - public global::RetellAI.OrganizationResponse? Type486 { get; set; } + public global::RetellAI.ConductorOverageConfig? Type486 { get; set; } /// /// /// - public global::RetellAI.OrganizationResponseVariant2? Type487 { get; set; } + public global::RetellAI.OrganizationResponse? Type487 { get; set; } /// /// /// - public global::RetellAI.PIIConfigMode? Type488 { get; set; } + public global::RetellAI.OrganizationResponseVariant2? Type488 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type489 { get; set; } + public global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatus? Type489 { get; set; } /// /// /// - public global::RetellAI.PIIConfigCategorie? Type490 { get; set; } + public global::RetellAI.PIIConfigMode? Type490 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type491 { get; set; } + public global::System.Collections.Generic.IList? Type491 { get; set; } /// /// /// - public global::RetellAI.GuardrailConfigOutputTopic? Type492 { get; set; } + public global::RetellAI.PIIConfigCategorie? Type492 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type493 { get; set; } + public global::System.Collections.Generic.IList? Type493 { get; set; } /// /// /// - public global::RetellAI.GuardrailConfigInputTopic? Type494 { get; set; } + public global::RetellAI.GuardrailConfigOutputTopic? Type494 { get; set; } /// /// /// - public global::RetellAI.PerformanceMetricCriteriaOp? Type495 { get; set; } + public global::System.Collections.Generic.IList? Type495 { get; set; } /// /// /// - public global::RetellAI.PhoneNumberResponse? Type496 { get; set; } + public global::RetellAI.GuardrailConfigInputTopic? Type496 { get; set; } /// /// /// - public global::RetellAI.PhoneNumberResponsePhoneNumberType? Type497 { get; set; } + public global::RetellAI.PerformanceMetricCriteriaOp? Type497 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type498 { get; set; } + public global::RetellAI.PhoneNumberResponse? Type498 { get; set; } /// /// /// - public global::RetellAI.PhoneNumberResponseSipOutboundTrunkConfig? Type499 { get; set; } + public global::RetellAI.PhoneNumberResponsePhoneNumberType? Type499 { get; set; } /// /// /// - public global::RetellAI.PressDigitNodeVariant2? Type500 { get; set; } + public global::System.Collections.Generic.IList? Type500 { get; set; } /// /// /// - public global::RetellAI.PressDigitNodeVariant2Type? Type501 { get; set; } + public global::RetellAI.PhoneNumberResponseSipOutboundTrunkConfig? Type501 { get; set; } /// /// /// - public global::RetellAI.PressDigitTool? Type502 { get; set; } + public global::RetellAI.PressDigitNodeVariant2? Type502 { get; set; } /// /// /// - public global::RetellAI.PressDigitToolType? Type503 { get; set; } + public global::RetellAI.PressDigitNodeVariant2Type? Type503 { get; set; } /// /// /// - public global::RetellAI.PromptConditionType? Type504 { get; set; } + public global::RetellAI.PressDigitTool? Type504 { get; set; } /// /// /// - public global::RetellAI.QaViewFilter? Type505 { get; set; } + public global::RetellAI.PressDigitToolType? Type505 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type506 { get; set; } + public global::RetellAI.PromptConditionType? Type506 { get; set; } /// /// /// - public global::RetellAI.QaViewFilterDisconnectionReason? Type507 { get; set; } + public global::RetellAI.QaViewFilter? Type507 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type508 { get; set; } + public global::RetellAI.AllOf? Type508 { get; set; } /// /// /// - public global::RetellAI.QaViewFilterScoreRange? Type509 { get; set; } + public global::RetellAI.QaViewFilterDisconnectionReason? Type509 { get; set; } /// /// /// - public global::RetellAI.QaViewFilterScoreRangeType? Type510 { get; set; } + public global::RetellAI.OneOf? Type510 { get; set; } /// /// /// - public global::RetellAI.QaViewFilterScoreRangeOp? Type511 { get; set; } + public global::RetellAI.QaViewFilterScoreRange? Type511 { get; set; } /// /// /// - public global::RetellAI.CohortQaListArgs? Type512 { get; set; } + public global::RetellAI.QaViewFilterScoreRangeType? Type512 { get; set; } /// /// /// - public global::RetellAI.CohortQaListArgsSortKey? Type513 { get; set; } + public global::RetellAI.QaViewFilterScoreRangeOp? Type513 { get; set; } /// /// /// - public global::RetellAI.CohortQaListArgsOrder? Type514 { get; set; } + public global::RetellAI.CohortQaListArgs? Type514 { get; set; } /// /// /// - public global::RetellAI.RAGAccuracy? Type515 { get; set; } + public global::RetellAI.CohortQaListArgsSortKey? Type515 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type516 { get; set; } + public global::RetellAI.CohortQaListArgsOrder? Type516 { get; set; } /// /// /// - public global::RetellAI.RAGAccuracyMissedChunk? Type517 { get; set; } + public global::RetellAI.RAGAccuracy? Type517 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type518 { get; set; } + public global::System.Collections.Generic.IList? Type518 { get; set; } /// /// /// - public global::RetellAI.ResponseEngineConversationFlow? Type519 { get; set; } + public global::RetellAI.RAGAccuracyMissedChunk? Type519 { get; set; } /// /// /// - public global::RetellAI.ResponseEngineConversationFlowType? Type520 { get; set; } + public global::System.Collections.Generic.IList? Type520 { get; set; } /// /// /// - public global::RetellAI.ResponseEngineCustomLm? Type521 { get; set; } + public global::RetellAI.ResponseEngineConversationFlow? Type521 { get; set; } /// /// /// - public global::RetellAI.ResponseEngineCustomLmType? Type522 { get; set; } + public global::RetellAI.ResponseEngineConversationFlowType? Type522 { get; set; } /// /// /// - public global::RetellAI.ResponseEngineRetellLm? Type523 { get; set; } + public global::RetellAI.ResponseEngineCustomLm? Type523 { get; set; } /// /// /// - public global::RetellAI.ResponseEngineRetellLmType? Type524 { get; set; } + public global::RetellAI.ResponseEngineCustomLmType? Type524 { get; set; } /// /// /// - public global::RetellAI.RetellResponseEngine? Type525 { get; set; } + public global::RetellAI.ResponseEngineRetellLm? Type525 { get; set; } /// /// /// - public global::RetellAI.RetellLLMResponse? Type526 { get; set; } + public global::RetellAI.ResponseEngineRetellLmType? Type526 { get; set; } /// /// /// - public global::RetellAI.RetellLLMResponseVariant1? Type527 { get; set; } + public global::RetellAI.RetellResponseEngine? Type527 { get; set; } /// /// /// - public global::RetellAI.RetellLlmRequest? Type528 { get; set; } + public global::RetellAI.RetellLLMResponse? Type528 { get; set; } /// /// /// - public global::RetellAI.RetellLLMResponseVariant3? Type529 { get; set; } + public global::RetellAI.RetellLLMResponseVariant1? Type529 { get; set; } /// /// /// - public global::RetellAI.RetellLlmOverrideS2sModel? Type530 { get; set; } + public global::RetellAI.RetellLlmRequest? Type530 { get; set; } /// /// /// - public global::RetellAI.RetellLlmOverrideStartSpeaker? Type531 { get; set; } + public global::RetellAI.RetellLLMResponseVariant3? Type531 { get; set; } /// /// /// - public global::RetellAI.RetellLlmRequestVariant2? Type532 { get; set; } + public global::RetellAI.RetellLlmOverrideS2sModel? Type532 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type533 { get; set; } + public global::RetellAI.RetellLlmOverrideStartSpeaker? Type533 { get; set; } /// /// /// - public global::RetellAI.State? Type534 { get; set; } + public global::RetellAI.RetellLlmRequestVariant2? Type534 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type535 { get; set; } + public global::System.Collections.Generic.IList? Type535 { get; set; } /// /// /// - public global::RetellAI.ScoringCriteriaCustomCondition? Type536 { get; set; } + public global::RetellAI.State? Type536 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type537 { get; set; } + public global::System.Collections.Generic.IList? Type537 { get; set; } /// /// /// - public global::RetellAI.SendSMSTool? Type538 { get; set; } + public global::RetellAI.ScoringCriteriaCustomCondition? Type538 { get; set; } /// /// /// - public global::RetellAI.SendSMSToolType? Type539 { get; set; } + public global::System.Collections.Generic.IList? Type539 { get; set; } /// /// /// - public global::RetellAI.SendSMSToolExecutionMessageType? Type540 { get; set; } + public global::RetellAI.SendSMSTool? Type540 { get; set; } /// /// /// - public global::RetellAI.SmsContent? Type541 { get; set; } + public global::RetellAI.SendSMSToolType? Type541 { get; set; } /// /// /// - public global::RetellAI.SmsSender? Type542 { get; set; } + public global::RetellAI.SendSMSToolExecutionMessageType? Type542 { get; set; } /// /// /// - public global::RetellAI.SmsSenderVariant1? Type543 { get; set; } + public global::RetellAI.SmsContent? Type543 { get; set; } /// /// /// - public global::RetellAI.SmsSenderVariant1Type? Type544 { get; set; } + public global::RetellAI.SmsSender? Type544 { get; set; } /// /// /// - public global::RetellAI.SmsSenderVariant2? Type545 { get; set; } + public global::RetellAI.SmsSenderVariant1? Type545 { get; set; } /// /// /// - public global::RetellAI.SmsSenderVariant2Type? Type546 { get; set; } + public global::RetellAI.SmsSenderVariant1Type? Type546 { get; set; } /// /// /// - public global::RetellAI.SmsDestination? Type547 { get; set; } + public global::RetellAI.SmsSenderVariant2? Type547 { get; set; } /// /// /// - public global::RetellAI.SmsDestinationVariant1? Type548 { get; set; } + public global::RetellAI.SmsSenderVariant2Type? Type548 { get; set; } /// /// /// - public global::RetellAI.SmsDestinationVariant1Type? Type549 { get; set; } + public global::RetellAI.SmsDestination? Type549 { get; set; } /// /// /// - public global::RetellAI.SmsDestinationVariant2? Type550 { get; set; } + public global::RetellAI.SmsDestinationVariant1? Type550 { get; set; } /// /// /// - public global::RetellAI.SmsDestinationVariant2Type? Type551 { get; set; } + public global::RetellAI.SmsDestinationVariant1Type? Type551 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type552 { get; set; } + public global::RetellAI.SmsDestinationVariant2? Type552 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type553 { get; set; } + public global::RetellAI.SmsDestinationVariant2Type? Type553 { get; set; } /// /// /// - public global::RetellAI.SentimentAnalysisDetailVariant1? Type554 { get; set; } + public global::System.Collections.Generic.IList>? Type554 { get; set; } /// /// /// - public global::RetellAI.SentimentAnalysisDetailVariant1Sentiment? Type555 { get; set; } + public global::RetellAI.OneOf? Type555 { get; set; } /// /// /// - public global::RetellAI.SentimentAnalysisDetailVariant2? Type556 { get; set; } + public global::RetellAI.SentimentAnalysisDetailVariant1? Type556 { get; set; } /// /// /// - public global::RetellAI.SentimentAnalysisDetailVariant2Sentiment? Type557 { get; set; } + public global::RetellAI.SentimentAnalysisDetailVariant1Sentiment? Type557 { get; set; } /// /// /// - public global::RetellAI.SkipResponseEdgeVariant2? Type558 { get; set; } + public global::RetellAI.SentimentAnalysisDetailVariant2? Type558 { get; set; } /// /// /// - public global::RetellAI.SkipResponseEdgeVariant2TransitionCondition? Type559 { get; set; } + public global::RetellAI.SentimentAnalysisDetailVariant2Sentiment? Type559 { get; set; } /// /// /// - public global::RetellAI.SkipResponseEdgeVariant2TransitionConditionType? Type560 { get; set; } + public global::RetellAI.SkipResponseEdgeVariant2? Type560 { get; set; } /// /// /// - public global::RetellAI.SkipResponseEdgeVariant2TransitionConditionPrompt? Type561 { get; set; } + public global::RetellAI.SkipResponseEdgeVariant2TransitionCondition? Type561 { get; set; } /// /// /// - public global::RetellAI.AlwaysEdgeVariant2? Type562 { get; set; } + public global::RetellAI.SkipResponseEdgeVariant2TransitionConditionType? Type562 { get; set; } /// /// /// - public global::RetellAI.AlwaysEdgeVariant2TransitionCondition? Type563 { get; set; } + public global::RetellAI.SkipResponseEdgeVariant2TransitionConditionPrompt? Type563 { get; set; } /// /// /// - public global::RetellAI.AlwaysEdgeVariant2TransitionConditionType? Type564 { get; set; } + public global::RetellAI.AlwaysEdgeVariant2? Type564 { get; set; } /// /// /// - public global::RetellAI.AlwaysEdgeVariant2TransitionConditionPrompt? Type565 { get; set; } + public global::RetellAI.AlwaysEdgeVariant2TransitionCondition? Type565 { get; set; } /// /// /// - public global::RetellAI.SmsContentInferred? Type566 { get; set; } + public global::RetellAI.AlwaysEdgeVariant2TransitionConditionType? Type566 { get; set; } /// /// /// - public global::RetellAI.SmsContentInferredType? Type567 { get; set; } + public global::RetellAI.AlwaysEdgeVariant2TransitionConditionPrompt? Type567 { get; set; } /// /// /// - public global::RetellAI.SmsContentPredefined? Type568 { get; set; } + public global::RetellAI.SmsContentInferred? Type568 { get; set; } /// /// /// - public global::RetellAI.SmsContentPredefinedType? Type569 { get; set; } + public global::RetellAI.SmsContentInferredType? Type569 { get; set; } /// /// /// - public global::RetellAI.SmsContentTemplate? Type570 { get; set; } + public global::RetellAI.SmsContentPredefined? Type570 { get; set; } /// /// /// - public global::RetellAI.SmsContentTemplateType? Type571 { get; set; } + public global::RetellAI.SmsContentPredefinedType? Type571 { get; set; } /// /// /// - public global::RetellAI.SmsContentTemplateTemplate? Type572 { get; set; } + public global::RetellAI.SmsContentTemplate? Type572 { get; set; } /// /// /// - public global::RetellAI.SmsFailedEdge? Type573 { get; set; } + public global::RetellAI.SmsContentTemplateType? Type573 { get; set; } /// /// /// - public global::RetellAI.SmsFailedEdgeVariant2? Type574 { get; set; } + public global::RetellAI.SmsContentTemplateTemplate? Type574 { get; set; } /// /// /// - public global::RetellAI.SmsFailedEdgeVariant2TransitionCondition? Type575 { get; set; } + public global::RetellAI.SmsFailedEdge? Type575 { get; set; } /// /// /// - public global::RetellAI.SmsFailedEdgeVariant2TransitionConditionType? Type576 { get; set; } + public global::RetellAI.SmsFailedEdgeVariant2? Type576 { get; set; } /// /// /// - public global::RetellAI.SmsFailedEdgeVariant2TransitionConditionPrompt? Type577 { get; set; } + public global::RetellAI.SmsFailedEdgeVariant2TransitionCondition? Type577 { get; set; } /// /// /// - public global::RetellAI.SmsNodeVariant2? Type578 { get; set; } + public global::RetellAI.SmsFailedEdgeVariant2TransitionConditionType? Type578 { get; set; } /// /// /// - public global::RetellAI.SmsNodeVariant2Type? Type579 { get; set; } + public global::RetellAI.SmsFailedEdgeVariant2TransitionConditionPrompt? Type579 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type580 { get; set; } + public global::RetellAI.SmsNodeVariant2? Type580 { get; set; } /// /// /// - public global::RetellAI.SmsSuccessEdge? Type581 { get; set; } + public global::RetellAI.SmsNodeVariant2Type? Type581 { get; set; } /// /// /// - public global::RetellAI.SmsSuccessEdgeVariant2? Type582 { get; set; } + public global::RetellAI.OneOf? Type582 { get; set; } /// /// /// - public global::RetellAI.SmsSuccessEdgeVariant2TransitionCondition? Type583 { get; set; } + public global::RetellAI.SmsSuccessEdge? Type583 { get; set; } /// /// /// - public global::RetellAI.SmsSuccessEdgeVariant2TransitionConditionType? Type584 { get; set; } + public global::RetellAI.SmsSuccessEdgeVariant2? Type584 { get; set; } /// /// /// - public global::RetellAI.SmsSuccessEdgeVariant2TransitionConditionPrompt? Type585 { get; set; } + public global::RetellAI.SmsSuccessEdgeVariant2TransitionCondition? Type585 { get; set; } /// /// /// - public global::RetellAI.StateEdge? Type586 { get; set; } + public global::RetellAI.SmsSuccessEdgeVariant2TransitionConditionType? Type586 { get; set; } /// /// /// - public global::RetellAI.StateTransitionMessageBaseRole? Type587 { get; set; } + public global::RetellAI.SmsSuccessEdgeVariant2TransitionConditionPrompt? Type587 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type588 { get; set; } + public global::RetellAI.StateEdge? Type588 { get; set; } /// /// /// - public global::RetellAI.StringAnalysisDataType? Type589 { get; set; } + public global::RetellAI.StateTransitionMessageBaseRole? Type589 { get; set; } /// /// /// - public global::RetellAI.TestCaseBatchJob? Type590 { get; set; } + public global::System.Collections.Generic.IList? Type590 { get; set; } /// /// /// - public global::RetellAI.TestCaseBatchJobStatus? Type591 { get; set; } + public global::RetellAI.StringAnalysisDataType? Type591 { get; set; } /// /// /// - public global::RetellAI.TestCaseDefinitionInput? Type592 { get; set; } + public global::RetellAI.TestCaseBatchJob? Type592 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type593 { get; set; } + public global::RetellAI.TestCaseBatchJobStatus? Type593 { get; set; } /// /// /// - public global::RetellAI.ToolMock? Type594 { get; set; } + public global::RetellAI.TestCaseDefinitionInput? Type594 { get; set; } /// /// /// - public global::RetellAI.TestCaseDefinition? Type595 { get; set; } + public global::System.Collections.Generic.IList? Type595 { get; set; } /// /// /// - public global::RetellAI.TestCaseDefinitionVariant2? Type596 { get; set; } + public global::RetellAI.ToolMock? Type596 { get; set; } /// /// /// - public global::RetellAI.TestCaseDefinitionVariant2Type? Type597 { get; set; } + public global::RetellAI.TestCaseDefinition? Type597 { get; set; } /// /// /// - public global::RetellAI.TestCaseJob? Type598 { get; set; } + public global::RetellAI.TestCaseDefinitionVariant2? Type598 { get; set; } /// /// /// - public global::RetellAI.TestCaseJobStatus? Type599 { get; set; } + public global::RetellAI.TestCaseDefinitionVariant2Type? Type599 { get; set; } /// /// /// - public global::RetellAI.ToolMockInputMatchRule? Type600 { get; set; } + public global::RetellAI.TestCaseJob? Type600 { get; set; } /// /// /// - public global::RetellAI.ToolMockInputMatchRuleVariant1? Type601 { get; set; } + public global::RetellAI.TestCaseJobStatus? Type601 { get; set; } /// /// /// - public global::RetellAI.ToolMockInputMatchRuleVariant1Type? Type602 { get; set; } + public global::RetellAI.ToolMockInputMatchRule? Type602 { get; set; } /// /// /// - public global::RetellAI.ToolMockInputMatchRuleVariant2? Type603 { get; set; } + public global::RetellAI.ToolMockInputMatchRuleVariant1? Type603 { get; set; } /// /// /// - public global::RetellAI.ToolMockInputMatchRuleVariant2Type? Type604 { get; set; } + public global::RetellAI.ToolMockInputMatchRuleVariant1Type? Type604 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type605 { get; set; } + public global::RetellAI.ToolMockInputMatchRuleVariant2? Type605 { get; set; } /// /// /// - public global::RetellAI.UtteranceToolCallAccuracy? Type606 { get; set; } + public global::RetellAI.ToolMockInputMatchRuleVariant2Type? Type606 { get; set; } /// /// /// - public global::RetellAI.ToolCallInvocationMessageBaseRole? Type607 { get; set; } + public global::System.Collections.Generic.IList? Type607 { get; set; } /// /// /// - public global::RetellAI.ToolCallInvocationUtterance? Type608 { get; set; } + public global::RetellAI.UtteranceToolCallAccuracy? Type608 { get; set; } /// /// /// - public global::RetellAI.ToolCallInvocationUtteranceRole? Type609 { get; set; } + public global::RetellAI.ToolCallInvocationMessageBaseRole? Type609 { get; set; } /// /// /// - public global::RetellAI.ToolCallResultMessageBaseRole? Type610 { get; set; } + public global::RetellAI.ToolCallInvocationUtterance? Type610 { get; set; } /// /// /// - public global::RetellAI.ToolCallResultUtterance? Type611 { get; set; } + public global::RetellAI.ToolCallInvocationUtteranceRole? Type611 { get; set; } /// /// /// - public global::RetellAI.ToolCallResultUtteranceRole? Type612 { get; set; } + public global::RetellAI.ToolCallResultMessageBaseRole? Type612 { get; set; } /// /// /// - public global::RetellAI.ToolParameterType? Type613 { get; set; } + public global::RetellAI.ToolCallResultUtterance? Type613 { get; set; } /// /// /// - public global::RetellAI.TransferCallTool? Type614 { get; set; } + public global::RetellAI.ToolCallResultUtteranceRole? Type614 { get; set; } /// /// /// - public global::RetellAI.TransferCallNodeVariant2? Type615 { get; set; } + public global::RetellAI.ToolParameterType? Type615 { get; set; } /// /// /// - public global::RetellAI.TransferCallNodeVariant2Type? Type616 { get; set; } + public global::RetellAI.TransferCallTool? Type616 { get; set; } /// /// /// - public global::RetellAI.TransferDestination? Type617 { get; set; } + public global::RetellAI.TransferCallNodeVariant2? Type617 { get; set; } /// /// /// - public global::RetellAI.TransferOption? Type618 { get; set; } + public global::RetellAI.TransferCallNodeVariant2Type? Type618 { get; set; } /// /// /// - public global::RetellAI.TransferCallToolType? Type619 { get; set; } + public global::RetellAI.TransferDestination? Type619 { get; set; } /// /// /// - public global::RetellAI.TransferCallToolExecutionMessageType? Type620 { get; set; } + public global::RetellAI.TransferOption? Type620 { get; set; } /// /// /// - public global::RetellAI.TransferDestinationInferred? Type621 { get; set; } + public global::RetellAI.TransferCallToolType? Type621 { get; set; } /// /// /// - public global::RetellAI.TransferDestinationInferredType? Type622 { get; set; } + public global::RetellAI.TransferCallToolExecutionMessageType? Type622 { get; set; } /// /// /// - public global::RetellAI.TransferDestinationPredefined? Type623 { get; set; } + public global::RetellAI.TransferDestinationInferred? Type623 { get; set; } /// /// /// - public global::RetellAI.TransferDestinationPredefinedType? Type624 { get; set; } + public global::RetellAI.TransferDestinationInferredType? Type624 { get; set; } /// /// /// - public global::RetellAI.TransferFailedEdgeVariant2? Type625 { get; set; } + public global::RetellAI.TransferDestinationPredefined? Type625 { get; set; } /// /// /// - public global::RetellAI.TransferFailedEdgeVariant2TransitionCondition? Type626 { get; set; } + public global::RetellAI.TransferDestinationPredefinedType? Type626 { get; set; } /// /// /// - public global::RetellAI.TransferFailedEdgeVariant2TransitionConditionType? Type627 { get; set; } + public global::RetellAI.TransferFailedEdgeVariant2? Type627 { get; set; } /// /// /// - public global::RetellAI.TransferFailedEdgeVariant2TransitionConditionPrompt? Type628 { get; set; } + public global::RetellAI.TransferFailedEdgeVariant2TransitionCondition? Type628 { get; set; } /// /// /// - public global::RetellAI.TransferOptionAgenticWarmTransfer? Type629 { get; set; } + public global::RetellAI.TransferFailedEdgeVariant2TransitionConditionType? Type629 { get; set; } /// /// /// - public global::RetellAI.TransferOptionAgenticWarmTransferType? Type630 { get; set; } + public global::RetellAI.TransferFailedEdgeVariant2TransitionConditionPrompt? Type630 { get; set; } /// /// /// - public global::RetellAI.TransferOptionAgenticWarmTransferOnHoldMusic? Type631 { get; set; } + public global::RetellAI.TransferOptionAgenticWarmTransfer? Type631 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type632 { get; set; } + public global::RetellAI.TransferOptionAgenticWarmTransferType? Type632 { get; set; } /// /// /// - public global::RetellAI.WarmTransferPrompt? Type633 { get; set; } + public global::RetellAI.TransferOptionAgenticWarmTransferOnHoldMusic? Type633 { get; set; } /// /// /// - public global::RetellAI.WarmTransferStaticMessage? Type634 { get; set; } + public global::RetellAI.OneOf? Type634 { get; set; } /// /// /// - public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfig? Type635 { get; set; } + public global::RetellAI.WarmTransferPrompt? Type635 { get; set; } /// /// /// - public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfigTransferAgent? Type636 { get; set; } + public global::RetellAI.WarmTransferStaticMessage? Type636 { get; set; } /// /// /// - public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfigActionOnTimeout? Type637 { get; set; } + public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfig? Type637 { get; set; } /// /// /// - public global::RetellAI.TransferOptionColdTransfer? Type638 { get; set; } + public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfigTransferAgent? Type638 { get; set; } /// /// /// - public global::RetellAI.TransferOptionColdTransferType? Type639 { get; set; } + public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfigActionOnTimeout? Type639 { get; set; } /// /// /// - public global::RetellAI.TransferOptionColdTransferColdTransferMode? Type640 { get; set; } + public global::RetellAI.TransferOptionColdTransfer? Type640 { get; set; } /// /// /// - public global::RetellAI.TransferOptionWarmTransfer? Type641 { get; set; } + public global::RetellAI.TransferOptionColdTransferType? Type641 { get; set; } /// /// /// - public global::RetellAI.TransferOptionWarmTransferType? Type642 { get; set; } + public global::RetellAI.TransferOptionColdTransferColdTransferMode? Type642 { get; set; } /// /// /// - public global::RetellAI.TransferOptionWarmTransferOnHoldMusic? Type643 { get; set; } + public global::RetellAI.TransferOptionWarmTransfer? Type643 { get; set; } /// /// /// - public global::RetellAI.UpdateOrganizationRequest? Type644 { get; set; } + public global::RetellAI.TransferOptionWarmTransferType? Type644 { get; set; } /// /// /// - public global::RetellAI.UpdateOrganizationRequestAutoCreditReloadConfig? Type645 { get; set; } + public global::RetellAI.TransferOptionWarmTransferOnHoldMusic? Type645 { get; set; } /// /// /// - public global::RetellAI.SpendBudgetCustomAlertRequest? Type646 { get; set; } + public global::RetellAI.UpdateOrganizationRequest? Type646 { get; set; } /// /// /// - public global::RetellAI.UpdateSpendBudgetRequest? Type647 { get; set; } + public global::RetellAI.UpdateOrganizationRequestAutoCreditReloadConfig? Type647 { get; set; } /// /// /// - public global::RetellAI.UpdateSpendBudgetRequestVariant1? Type648 { get; set; } + public global::RetellAI.SpendBudgetCustomAlertRequest? Type648 { get; set; } /// /// /// - public global::RetellAI.UpdateSpendBudgetRequestVariant2? Type649 { get; set; } + public global::RetellAI.UpdateSpendBudgetRequest? Type649 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type650 { get; set; } + public global::RetellAI.UpdateSpendBudgetRequestVariant1? Type650 { get; set; } /// /// /// - public global::RetellAI.UserFormRequest? Type651 { get; set; } + public global::RetellAI.UpdateSpendBudgetRequestVariant2? Type651 { get; set; } /// /// /// - public global::RetellAI.UtteranceHallucinationHallucinationType? Type652 { get; set; } + public global::System.Collections.Generic.IList? Type652 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type653 { get; set; } + public global::RetellAI.UserFormRequest? Type653 { get; set; } /// /// /// - public global::RetellAI.UtteranceOrToolCall? Type654 { get; set; } + public global::RetellAI.UtteranceHallucinationHallucinationType? Type654 { get; set; } /// /// /// - public global::RetellAI.Utterance? Type655 { get; set; } + public global::System.Collections.Generic.IList? Type655 { get; set; } /// /// /// - public global::RetellAI.UtteranceRole? Type656 { get; set; } + public global::RetellAI.UtteranceOrToolCall? Type656 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type657 { get; set; } + public global::RetellAI.Utterance? Type657 { get; set; } /// /// /// - public global::RetellAI.UtteranceWord? Type658 { get; set; } + public global::RetellAI.UtteranceRole? Type658 { get; set; } /// /// /// - public global::RetellAI.V2CallBase? Type659 { get; set; } + public global::System.Collections.Generic.IList? Type659 { get; set; } /// /// /// - public global::RetellAI.V2CallBaseCallStatus? Type660 { get; set; } + public global::RetellAI.UtteranceWord? Type660 { get; set; } /// /// /// - public global::RetellAI.V2CallBaseDataStorageSetting? Type661 { get; set; } + public global::RetellAI.V2CallBase? Type661 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type662 { get; set; } + public global::RetellAI.V2CallBaseCallStatus? Type662 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type663 { get; set; } + public global::RetellAI.V2CallBaseDataStorageSetting? Type663 { get; set; } /// /// /// - public global::RetellAI.V2CallBaseLatency? Type664 { get; set; } + public global::System.Collections.Generic.IList? Type664 { get; set; } /// /// /// - public global::RetellAI.V2CallBaseCallCost? Type665 { get; set; } + public global::System.Collections.Generic.IList? Type665 { get; set; } /// /// /// - public global::RetellAI.V2CallBaseLlmTokenUsage? Type666 { get; set; } + public global::RetellAI.V2CallBaseLatency? Type666 { get; set; } /// /// /// - public global::RetellAI.V2CallResponse? Type667 { get; set; } + public global::RetellAI.V2CallBaseCallCost? Type667 { get; set; } /// /// /// - public global::RetellAI.V2WebCallResponse? Type668 { get; set; } + public global::RetellAI.V2CallBaseLlmTokenUsage? Type668 { get; set; } /// /// /// - public global::RetellAI.V2PhoneCallResponse? Type669 { get; set; } + public global::RetellAI.V2CallResponse? Type669 { get; set; } /// /// /// - public global::RetellAI.V3CallResponse? Type670 { get; set; } + public global::RetellAI.V2WebCallResponse? Type670 { get; set; } /// /// /// - public global::RetellAI.V3WebCallResponse? Type671 { get; set; } + public global::RetellAI.V2PhoneCallResponse? Type671 { get; set; } /// /// /// - public global::RetellAI.V3PhoneCallResponse? Type672 { get; set; } + public global::RetellAI.V3CallResponse? Type672 { get; set; } /// /// /// - public global::RetellAI.V3CallBase? Type673 { get; set; } + public global::RetellAI.V3WebCallResponse? Type673 { get; set; } /// /// /// - public global::RetellAI.V3CallBaseCallStatus? Type674 { get; set; } + public global::RetellAI.V3PhoneCallResponse? Type674 { get; set; } /// /// /// - public global::RetellAI.V3CallBaseDataStorageSetting? Type675 { get; set; } + public global::RetellAI.V3CallBase? Type675 { get; set; } /// /// /// - public global::RetellAI.V3CallBaseLatency? Type676 { get; set; } + public global::RetellAI.V3CallBaseCallStatus? Type676 { get; set; } /// /// /// - public global::RetellAI.V3CallBaseCallCost? Type677 { get; set; } + public global::RetellAI.V3CallBaseDataStorageSetting? Type677 { get; set; } /// /// /// - public global::RetellAI.V3CallBaseLlmTokenUsage? Type678 { get; set; } + public global::RetellAI.V3CallBaseLatency? Type678 { get; set; } /// /// /// - public global::RetellAI.V3PhoneCallResponseVariant1? Type679 { get; set; } + public global::RetellAI.V3CallBaseCallCost? Type679 { get; set; } /// /// /// - public global::RetellAI.V3PhoneCallResponseVariant1CallType? Type680 { get; set; } + public global::RetellAI.V3CallBaseLlmTokenUsage? Type680 { get; set; } /// /// /// - public global::RetellAI.V3PhoneCallResponseVariant1Direction? Type681 { get; set; } + public global::RetellAI.V3PhoneCallResponseVariant1? Type681 { get; set; } /// /// /// - public global::RetellAI.V3PhoneCallResponseVariant1TelephonyIdentifier? Type682 { get; set; } + public global::RetellAI.V3PhoneCallResponseVariant1CallType? Type682 { get; set; } /// /// /// - public global::RetellAI.V3WebCallResponseVariant1? Type683 { get; set; } + public global::RetellAI.V3PhoneCallResponseVariant1Direction? Type683 { get; set; } /// /// /// - public global::RetellAI.V3WebCallResponseVariant1CallType? Type684 { get; set; } + public global::RetellAI.V3PhoneCallResponseVariant1TelephonyIdentifier? Type684 { get; set; } /// /// /// - public global::RetellAI.V3ListCallsRequest? Type685 { get; set; } + public global::RetellAI.V3WebCallResponseVariant1? Type685 { get; set; } /// /// /// - public global::RetellAI.V3ListCallsRequestSortOrder? Type686 { get; set; } + public global::RetellAI.V3WebCallResponseVariant1CallType? Type686 { get; set; } /// /// /// - public global::RetellAI.V2PhoneCallResponseVariant1? Type687 { get; set; } + public global::RetellAI.V3ListCallsRequest? Type687 { get; set; } /// /// /// - public global::RetellAI.V2PhoneCallResponseVariant1CallType? Type688 { get; set; } + public global::RetellAI.V3ListCallsRequestSortOrder? Type688 { get; set; } /// /// /// - public global::RetellAI.V2PhoneCallResponseVariant1Direction? Type689 { get; set; } + public global::RetellAI.V2PhoneCallResponseVariant1? Type689 { get; set; } /// /// /// - public global::RetellAI.V2PhoneCallResponseVariant1TelephonyIdentifier? Type690 { get; set; } + public global::RetellAI.V2PhoneCallResponseVariant1CallType? Type690 { get; set; } /// /// /// - public global::RetellAI.V2WebCallResponseVariant1? Type691 { get; set; } + public global::RetellAI.V2PhoneCallResponseVariant1Direction? Type691 { get; set; } /// /// /// - public global::RetellAI.V2WebCallResponseVariant1CallType? Type692 { get; set; } + public global::RetellAI.V2PhoneCallResponseVariant1TelephonyIdentifier? Type692 { get; set; } /// /// /// - public global::RetellAI.VoiceResponse? Type693 { get; set; } + public global::RetellAI.V2WebCallResponseVariant1? Type693 { get; set; } /// /// /// - public global::RetellAI.VoiceResponseProvider? Type694 { get; set; } + public global::RetellAI.V2WebCallResponseVariant1CallType? Type694 { get; set; } /// /// /// - public global::RetellAI.VoiceResponseGender? Type695 { get; set; } + public global::RetellAI.VoiceResponse? Type695 { get; set; } /// /// /// - public global::RetellAI.VoicemailActionBridgeTransfer? Type696 { get; set; } + public global::RetellAI.VoiceResponseProvider? Type696 { get; set; } /// /// /// - public global::RetellAI.VoicemailActionBridgeTransferType? Type697 { get; set; } + public global::RetellAI.VoiceResponseGender? Type697 { get; set; } /// /// /// - public global::RetellAI.VoicemailActionHangup? Type698 { get; set; } + public global::RetellAI.VoicemailActionBridgeTransfer? Type698 { get; set; } /// /// /// - public global::RetellAI.VoicemailActionHangupType? Type699 { get; set; } + public global::RetellAI.VoicemailActionBridgeTransferType? Type699 { get; set; } /// /// /// - public global::RetellAI.VoicemailActionPrompt? Type700 { get; set; } + public global::RetellAI.VoicemailActionHangup? Type700 { get; set; } /// /// /// - public global::RetellAI.VoicemailActionPromptType? Type701 { get; set; } + public global::RetellAI.VoicemailActionHangupType? Type701 { get; set; } /// /// /// - public global::RetellAI.VoicemailActionStaticText? Type702 { get; set; } + public global::RetellAI.VoicemailActionPrompt? Type702 { get; set; } /// /// /// - public global::RetellAI.VoicemailActionStaticTextType? Type703 { get; set; } + public global::RetellAI.VoicemailActionPromptType? Type703 { get; set; } /// /// /// - public global::RetellAI.IvrActionHangup? Type704 { get; set; } + public global::RetellAI.VoicemailActionStaticText? Type704 { get; set; } /// /// /// - public global::RetellAI.IvrActionHangupType? Type705 { get; set; } + public global::RetellAI.VoicemailActionStaticTextType? Type705 { get; set; } /// /// /// - public global::RetellAI.IvrAction? Type706 { get; set; } + public global::RetellAI.IvrActionHangup? Type706 { get; set; } /// /// /// - public global::RetellAI.WarmTransferPromptType? Type707 { get; set; } + public global::RetellAI.IvrActionHangupType? Type707 { get; set; } /// /// /// - public global::RetellAI.WarmTransferStaticMessageType? Type708 { get; set; } + public global::RetellAI.IvrAction? Type708 { get; set; } /// /// /// - public global::RetellAI.ConductorOverageConfigVariant1? Type709 { get; set; } + public global::RetellAI.WarmTransferPromptType? Type709 { get; set; } /// /// /// - public global::RetellAI.ConductorOverageConfigVariant1Mode? Type710 { get; set; } + public global::RetellAI.WarmTransferStaticMessageType? Type710 { get; set; } /// /// /// - public global::RetellAI.ConductorOverageConfigVariant2? Type711 { get; set; } + public global::RetellAI.ConductorOverageConfigVariant1? Type711 { get; set; } /// /// /// - public global::RetellAI.ConductorOverageConfigVariant2Mode? Type712 { get; set; } + public global::RetellAI.ConductorOverageConfigVariant1Mode? Type712 { get; set; } /// /// /// - public global::RetellAI.ConductorOverageConfigVariant3? Type713 { get; set; } + public global::RetellAI.ConductorOverageConfigVariant2? Type713 { get; set; } /// /// /// - public global::RetellAI.ConductorOverageConfigVariant3Mode? Type714 { get; set; } + public global::RetellAI.ConductorOverageConfigVariant2Mode? Type714 { get; set; } /// /// /// - public global::RetellAI.DashboardSource? Type715 { get; set; } + public global::RetellAI.ConductorOverageConfigVariant3? Type715 { get; set; } /// /// /// - public global::RetellAI.ChartGroupItem? Type716 { get; set; } + public global::RetellAI.ConductorOverageConfigVariant3Mode? Type716 { get; set; } /// /// /// - public global::RetellAI.ChartGroupItemVariant1? Type717 { get; set; } + public global::RetellAI.DashboardSource? Type717 { get; set; } /// /// /// - public global::RetellAI.ChartGroupItemVariant1Type? Type718 { get; set; } + public global::RetellAI.ChartGroupItem? Type718 { get; set; } /// /// /// - public global::RetellAI.ChartGroupItemVariant2? Type719 { get; set; } + public global::RetellAI.ChartGroupItemVariant1? Type719 { get; set; } /// /// /// - public global::RetellAI.ChartGroupItemVariant2Type? Type720 { get; set; } + public global::RetellAI.ChartGroupItemVariant1Type? Type720 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type721 { get; set; } + public global::RetellAI.ChartGroupItemVariant2? Type721 { get; set; } /// /// /// - public global::RetellAI.CreateBatchCallRequest? Type722 { get; set; } + public global::RetellAI.ChartGroupItemVariant2Type? Type722 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type723 { get; set; } + public global::RetellAI.AllOf? Type723 { get; set; } /// /// /// - public global::RetellAI.CreateBatchTestRequest? Type724 { get; set; } + public global::RetellAI.CreateBatchCallRequest? Type724 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type725 { get; set; } + public global::System.Collections.Generic.IList? Type725 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type726 { get; set; } + public global::RetellAI.CreateBatchTestRequest? Type726 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionRequest? Type727 { get; set; } + public global::RetellAI.AllOf? Type727 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type728 { get; set; } + public global::RetellAI.AllOf? Type728 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionRequest? Type729 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionRequest? Type729 { get; set; } /// /// /// - public global::RetellAI.CreateChatRequest? Type730 { get; set; } + public global::System.Collections.Generic.IList? Type730 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneNumberRequest? Type731 { get; set; } + public global::RetellAI.CreateChatCompletionRequest? Type731 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneNumberRequestNumberProvider? Type732 { get; set; } + public global::RetellAI.CreateChatRequest? Type732 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneNumberRequestCountryCode? Type733 { get; set; } + public global::RetellAI.CreatePhoneNumberRequest? Type733 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatRequest? Type734 { get; set; } + public global::RetellAI.CreatePhoneNumberRequestNumberProvider? Type734 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceRequest? Type735 { get; set; } + public global::RetellAI.CreatePhoneNumberRequestCountryCode? Type735 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceRequestVoiceProvider? Type736 { get; set; } + public global::RetellAI.CreateSmsChatRequest? Type736 { get; set; } /// /// /// - public global::RetellAI.AddCommunityVoiceRequest? Type737 { get; set; } + public global::RetellAI.CloneVoiceRequest? Type737 { get; set; } /// /// /// - public global::RetellAI.AddCommunityVoiceRequestVoiceProvider? Type738 { get; set; } + public global::RetellAI.CloneVoiceRequestVoiceProvider? Type738 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceRequest? Type739 { get; set; } + public global::RetellAI.AddCommunityVoiceRequest? Type739 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceRequestVoiceProvider? Type740 { get; set; } + public global::RetellAI.AddCommunityVoiceRequestVoiceProvider? Type740 { get; set; } /// /// /// - public global::RetellAI.ImportPhoneNumberRequest? Type741 { get; set; } + public global::RetellAI.SearchCommunityVoiceRequest? Type741 { get; set; } /// /// /// - public global::RetellAI.ListAgentsRequest? Type742 { get; set; } + public global::RetellAI.SearchCommunityVoiceRequestVoiceProvider? Type742 { get; set; } /// /// /// - public global::RetellAI.ListChatsRequest? Type743 { get; set; } + public global::RetellAI.ImportPhoneNumberRequest? Type743 { get; set; } /// /// /// - public global::RetellAI.ListChatsRequestSortOrder? Type744 { get; set; } + public global::RetellAI.ListAgentsRequest? Type744 { get; set; } /// /// /// - public global::RetellAI.UpdateChatMetadataRequest? Type745 { get; set; } + public global::RetellAI.ListChatsRequest? Type745 { get; set; } /// /// /// - public global::RetellAI.UpdateChatMetadataRequestDataStorageSetting? Type746 { get; set; } + public global::RetellAI.ListChatsRequestSortOrder? Type746 { get; set; } /// /// /// - public global::RetellAI.UpdatePhoneNumberRequest? Type747 { get; set; } + public global::RetellAI.UpdateChatMetadataRequest? Type747 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallRequest? Type748 { get; set; } + public global::RetellAI.UpdateChatMetadataRequestDataStorageSetting? Type748 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallRequest? Type749 { get; set; } + public global::RetellAI.UpdatePhoneNumberRequest? Type749 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallRequest? Type750 { get; set; } + public global::RetellAI.CreatePhoneCallRequest? Type750 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallRequestDirection? Type751 { get; set; } + public global::RetellAI.CreateWebCallRequest? Type751 { get; set; } /// /// /// - public global::RetellAI.UpdateCallMetadataRequest? Type752 { get; set; } + public global::RetellAI.RegisterPhoneCallRequest? Type752 { get; set; } /// /// /// - public global::RetellAI.UpdateCallMetadataRequestDataStorageSetting? Type753 { get; set; } + public global::RetellAI.RegisterPhoneCallRequestDirection? Type753 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallRequest? Type754 { get; set; } + public global::RetellAI.UpdateCallMetadataRequest? Type754 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallRequestFieldsToOverride? Type755 { get; set; } + public global::RetellAI.UpdateCallMetadataRequestDataStorageSetting? Type755 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallRequestFieldsToOverrideDataStorageSetting? Type756 { get; set; } + public global::RetellAI.UpdateLiveCallRequest? Type756 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallRequestCallControl? Type757 { get; set; } + public global::RetellAI.UpdateLiveCallRequestFieldsToOverride? Type757 { get; set; } /// /// /// - public global::RetellAI.ListTestCaseDefinitionsType? Type758 { get; set; } + public global::RetellAI.UpdateLiveCallRequestFieldsToOverrideDataStorageSetting? Type758 { get; set; } /// /// /// - public global::RetellAI.ListBatchTestsType? Type759 { get; set; } + public global::RetellAI.UpdateLiveCallRequestCallControl? Type759 { get; set; } /// /// /// - public global::RetellAI.ListAgentsSortOrder? Type760 { get; set; } + public global::RetellAI.ListTestCaseDefinitionsType? Type760 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowComponentsSortOrder? Type761 { get; set; } + public global::RetellAI.ListBatchTestsType? Type761 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsSortOrder? Type762 { get; set; } + public global::RetellAI.ListAgentsSortOrder? Type762 { get; set; } /// /// /// - public global::RetellAI.ListPhoneNumbersSortOrder? Type763 { get; set; } + public global::RetellAI.ListConversationFlowComponentsSortOrder? Type763 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMSortOrder? Type764 { get; set; } + public global::RetellAI.ListConversationFlowsSortOrder? Type764 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsSortOrder? Type765 { get; set; } + public global::RetellAI.ListPhoneNumbersSortOrder? Type765 { get; set; } /// /// /// - public global::RetellAI.AddKnowledgeBaseSourcesResponse? Type766 { get; set; } + public global::RetellAI.ListRetellLLMSortOrder? Type766 { get; set; } /// /// /// - public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus? Type767 { get; set; } + public global::RetellAI.ListExportRequestsSortOrder? Type767 { get; set; } /// /// /// - public global::RetellAI.AddKnowledgeBaseSourcesResponse2? Type768 { get; set; } + public global::RetellAI.AddKnowledgeBaseSourcesResponse? Type768 { get; set; } /// /// /// - public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus2? Type769 { get; set; } + public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus? Type769 { get; set; } /// /// /// - public global::RetellAI.AddKnowledgeBaseSourcesResponse3? Type770 { get; set; } + public global::RetellAI.AddKnowledgeBaseSourcesResponse2? Type770 { get; set; } /// /// /// - public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus3? Type771 { get; set; } + public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus2? Type771 { get; set; } /// /// /// - public global::RetellAI.AddKnowledgeBaseSourcesResponse4? Type772 { get; set; } + public global::RetellAI.AddKnowledgeBaseSourcesResponse3? Type772 { get; set; } /// /// /// - public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus4? Type773 { get; set; } + public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus3? Type773 { get; set; } /// /// /// - public global::RetellAI.AddKnowledgeBaseSourcesResponse5? Type774 { get; set; } + public global::RetellAI.AddKnowledgeBaseSourcesResponse4? Type774 { get; set; } /// /// /// - public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus5? Type775 { get; set; } + public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus4? Type775 { get; set; } /// /// /// - public global::RetellAI.CreateAgentResponse? Type776 { get; set; } + public global::RetellAI.AddKnowledgeBaseSourcesResponse5? Type776 { get; set; } /// /// /// - public global::RetellAI.CreateAgentResponseStatus? Type777 { get; set; } + public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus5? Type777 { get; set; } /// /// /// - public global::RetellAI.CreateAgentResponse2? Type778 { get; set; } + public global::RetellAI.CreateAgentResponse? Type778 { get; set; } /// /// /// - public global::RetellAI.CreateAgentResponseStatus2? Type779 { get; set; } + public global::RetellAI.CreateAgentResponseStatus? Type779 { get; set; } /// /// /// - public global::RetellAI.CreateAgentResponse3? Type780 { get; set; } + public global::RetellAI.CreateAgentResponse2? Type780 { get; set; } /// /// /// - public global::RetellAI.CreateAgentResponseStatus3? Type781 { get; set; } + public global::RetellAI.CreateAgentResponseStatus2? Type781 { get; set; } /// /// /// - public global::RetellAI.CreateAgentResponse4? Type782 { get; set; } + public global::RetellAI.CreateAgentResponse3? Type782 { get; set; } /// /// /// - public global::RetellAI.CreateAgentResponseStatus4? Type783 { get; set; } + public global::RetellAI.CreateAgentResponseStatus3? Type783 { get; set; } /// /// /// - public global::RetellAI.CreateBatchCallResponse? Type784 { get; set; } + public global::RetellAI.CreateAgentResponse4? Type784 { get; set; } /// /// /// - public global::RetellAI.CreateBatchCallResponseStatus? Type785 { get; set; } + public global::RetellAI.CreateAgentResponseStatus4? Type785 { get; set; } /// /// /// - public global::RetellAI.CreateBatchCallResponse2? Type786 { get; set; } + public global::RetellAI.CreateBatchCallResponse? Type786 { get; set; } /// /// /// - public global::RetellAI.CreateBatchCallResponseStatus2? Type787 { get; set; } + public global::RetellAI.CreateBatchCallResponseStatus? Type787 { get; set; } /// /// /// - public global::RetellAI.CreateBatchCallResponse3? Type788 { get; set; } + public global::RetellAI.CreateBatchCallResponse2? Type788 { get; set; } /// /// /// - public global::RetellAI.CreateBatchCallResponseStatus3? Type789 { get; set; } + public global::RetellAI.CreateBatchCallResponseStatus2? Type789 { get; set; } /// /// /// - public global::RetellAI.CreateBatchCallResponse4? Type790 { get; set; } + public global::RetellAI.CreateBatchCallResponse3? Type790 { get; set; } /// /// /// - public global::RetellAI.CreateBatchCallResponseStatus4? Type791 { get; set; } + public global::RetellAI.CreateBatchCallResponseStatus3? Type791 { get; set; } /// /// /// - public global::RetellAI.CreateBatchTestResponse? Type792 { get; set; } + public global::RetellAI.CreateBatchCallResponse4? Type792 { get; set; } /// /// /// - public global::RetellAI.CreateBatchTestResponseStatus? Type793 { get; set; } + public global::RetellAI.CreateBatchCallResponseStatus4? Type793 { get; set; } /// /// /// - public global::RetellAI.CreateBatchTestResponse2? Type794 { get; set; } + public global::RetellAI.CreateBatchTestResponse? Type794 { get; set; } /// /// /// - public global::RetellAI.CreateBatchTestResponseStatus2? Type795 { get; set; } + public global::RetellAI.CreateBatchTestResponseStatus? Type795 { get; set; } /// /// /// - public global::RetellAI.CreateBatchTestResponse3? Type796 { get; set; } + public global::RetellAI.CreateBatchTestResponse2? Type796 { get; set; } /// /// /// - public global::RetellAI.CreateBatchTestResponseStatus3? Type797 { get; set; } + public global::RetellAI.CreateBatchTestResponseStatus2? Type797 { get; set; } /// /// /// - public global::RetellAI.CreateBatchTestResponse4? Type798 { get; set; } + public global::RetellAI.CreateBatchTestResponse3? Type798 { get; set; } /// /// /// - public global::RetellAI.CreateBatchTestResponseStatus4? Type799 { get; set; } + public global::RetellAI.CreateBatchTestResponseStatus3? Type799 { get; set; } /// /// /// - public global::RetellAI.CreateBatchTestResponse5? Type800 { get; set; } + public global::RetellAI.CreateBatchTestResponse4? Type800 { get; set; } /// /// /// - public global::RetellAI.CreateBatchTestResponseStatus5? Type801 { get; set; } + public global::RetellAI.CreateBatchTestResponseStatus4? Type801 { get; set; } /// /// /// - public global::RetellAI.CreateTestCaseDefinitionResponse? Type802 { get; set; } + public global::RetellAI.CreateBatchTestResponse5? Type802 { get; set; } /// /// /// - public global::RetellAI.CreateTestCaseDefinitionResponseStatus? Type803 { get; set; } + public global::RetellAI.CreateBatchTestResponseStatus5? Type803 { get; set; } /// /// /// - public global::RetellAI.CreateTestCaseDefinitionResponse2? Type804 { get; set; } + public global::RetellAI.CreateTestCaseDefinitionResponse? Type804 { get; set; } /// /// /// - public global::RetellAI.CreateTestCaseDefinitionResponseStatus2? Type805 { get; set; } + public global::RetellAI.CreateTestCaseDefinitionResponseStatus? Type805 { get; set; } /// /// /// - public global::RetellAI.CreateTestCaseDefinitionResponse3? Type806 { get; set; } + public global::RetellAI.CreateTestCaseDefinitionResponse2? Type806 { get; set; } /// /// /// - public global::RetellAI.CreateTestCaseDefinitionResponseStatus3? Type807 { get; set; } + public global::RetellAI.CreateTestCaseDefinitionResponseStatus2? Type807 { get; set; } /// /// /// - public global::RetellAI.CreateTestCaseDefinitionResponse4? Type808 { get; set; } + public global::RetellAI.CreateTestCaseDefinitionResponse3? Type808 { get; set; } /// /// /// - public global::RetellAI.CreateTestCaseDefinitionResponseStatus4? Type809 { get; set; } + public global::RetellAI.CreateTestCaseDefinitionResponseStatus3? Type809 { get; set; } /// /// /// - public global::RetellAI.CreateTestCaseDefinitionResponse5? Type810 { get; set; } + public global::RetellAI.CreateTestCaseDefinitionResponse4? Type810 { get; set; } /// /// /// - public global::RetellAI.CreateTestCaseDefinitionResponseStatus5? Type811 { get; set; } + public global::RetellAI.CreateTestCaseDefinitionResponseStatus4? Type811 { get; set; } /// /// /// - public global::RetellAI.DeleteTestCaseDefinitionResponse? Type812 { get; set; } + public global::RetellAI.CreateTestCaseDefinitionResponse5? Type812 { get; set; } /// /// /// - public global::RetellAI.DeleteTestCaseDefinitionResponseStatus? Type813 { get; set; } + public global::RetellAI.CreateTestCaseDefinitionResponseStatus5? Type813 { get; set; } /// /// /// - public global::RetellAI.DeleteTestCaseDefinitionResponse2? Type814 { get; set; } + public global::RetellAI.DeleteTestCaseDefinitionResponse? Type814 { get; set; } /// /// /// - public global::RetellAI.DeleteTestCaseDefinitionResponseStatus2? Type815 { get; set; } + public global::RetellAI.DeleteTestCaseDefinitionResponseStatus? Type815 { get; set; } /// /// /// - public global::RetellAI.DeleteTestCaseDefinitionResponse3? Type816 { get; set; } + public global::RetellAI.DeleteTestCaseDefinitionResponse2? Type816 { get; set; } /// /// /// - public global::RetellAI.DeleteTestCaseDefinitionResponseStatus3? Type817 { get; set; } + public global::RetellAI.DeleteTestCaseDefinitionResponseStatus2? Type817 { get; set; } /// /// /// - public global::RetellAI.DeleteTestCaseDefinitionResponse4? Type818 { get; set; } + public global::RetellAI.DeleteTestCaseDefinitionResponse3? Type818 { get; set; } /// /// /// - public global::RetellAI.DeleteTestCaseDefinitionResponseStatus4? Type819 { get; set; } + public global::RetellAI.DeleteTestCaseDefinitionResponseStatus3? Type819 { get; set; } /// /// /// - public global::RetellAI.DeleteTestCaseDefinitionResponse5? Type820 { get; set; } + public global::RetellAI.DeleteTestCaseDefinitionResponse4? Type820 { get; set; } /// /// /// - public global::RetellAI.DeleteTestCaseDefinitionResponseStatus5? Type821 { get; set; } + public global::RetellAI.DeleteTestCaseDefinitionResponseStatus4? Type821 { get; set; } /// /// /// - public global::RetellAI.GetTestCaseDefinitionResponse? Type822 { get; set; } + public global::RetellAI.DeleteTestCaseDefinitionResponse5? Type822 { get; set; } /// /// /// - public global::RetellAI.GetTestCaseDefinitionResponseStatus? Type823 { get; set; } + public global::RetellAI.DeleteTestCaseDefinitionResponseStatus5? Type823 { get; set; } /// /// /// - public global::RetellAI.GetTestCaseDefinitionResponse2? Type824 { get; set; } + public global::RetellAI.GetTestCaseDefinitionResponse? Type824 { get; set; } /// /// /// - public global::RetellAI.GetTestCaseDefinitionResponseStatus2? Type825 { get; set; } + public global::RetellAI.GetTestCaseDefinitionResponseStatus? Type825 { get; set; } /// /// /// - public global::RetellAI.GetTestCaseDefinitionResponse3? Type826 { get; set; } + public global::RetellAI.GetTestCaseDefinitionResponse2? Type826 { get; set; } /// /// /// - public global::RetellAI.GetTestCaseDefinitionResponseStatus3? Type827 { get; set; } + public global::RetellAI.GetTestCaseDefinitionResponseStatus2? Type827 { get; set; } /// /// /// - public global::RetellAI.GetTestCaseDefinitionResponse4? Type828 { get; set; } + public global::RetellAI.GetTestCaseDefinitionResponse3? Type828 { get; set; } /// /// /// - public global::RetellAI.GetTestCaseDefinitionResponseStatus4? Type829 { get; set; } + public global::RetellAI.GetTestCaseDefinitionResponseStatus3? Type829 { get; set; } /// /// /// - public global::RetellAI.GetTestCaseDefinitionResponse5? Type830 { get; set; } + public global::RetellAI.GetTestCaseDefinitionResponse4? Type830 { get; set; } /// /// /// - public global::RetellAI.GetTestCaseDefinitionResponseStatus5? Type831 { get; set; } + public global::RetellAI.GetTestCaseDefinitionResponseStatus4? Type831 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type832 { get; set; } + public global::RetellAI.GetTestCaseDefinitionResponse5? Type832 { get; set; } /// /// /// - public global::RetellAI.ListTestCaseDefinitionsResponse2? Type833 { get; set; } + public global::RetellAI.GetTestCaseDefinitionResponseStatus5? Type833 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type834 { get; set; } + public global::RetellAI.AllOf? Type834 { get; set; } /// /// /// - public global::RetellAI.ListTestCaseDefinitionsResponse3? Type835 { get; set; } + public global::RetellAI.ListTestCaseDefinitionsResponse2? Type835 { get; set; } /// /// /// - public global::RetellAI.ListTestCaseDefinitionsResponseStatus? Type836 { get; set; } + public global::System.Collections.Generic.IList? Type836 { get; set; } /// /// /// - public global::RetellAI.ListTestCaseDefinitionsResponse4? Type837 { get; set; } + public global::RetellAI.ListTestCaseDefinitionsResponse3? Type837 { get; set; } /// /// /// - public global::RetellAI.ListTestCaseDefinitionsResponseStatus2? Type838 { get; set; } + public global::RetellAI.ListTestCaseDefinitionsResponseStatus? Type838 { get; set; } /// /// /// - public global::RetellAI.ListTestCaseDefinitionsResponse5? Type839 { get; set; } + public global::RetellAI.ListTestCaseDefinitionsResponse4? Type839 { get; set; } /// /// /// - public global::RetellAI.ListTestCaseDefinitionsResponseStatus3? Type840 { get; set; } + public global::RetellAI.ListTestCaseDefinitionsResponseStatus2? Type840 { get; set; } /// /// /// - public global::RetellAI.ListTestCaseDefinitionsResponse6? Type841 { get; set; } + public global::RetellAI.ListTestCaseDefinitionsResponse5? Type841 { get; set; } /// /// /// - public global::RetellAI.ListTestCaseDefinitionsResponseStatus4? Type842 { get; set; } + public global::RetellAI.ListTestCaseDefinitionsResponseStatus3? Type842 { get; set; } /// /// /// - public global::RetellAI.UpdateTestCaseDefinitionResponse? Type843 { get; set; } + public global::RetellAI.ListTestCaseDefinitionsResponse6? Type843 { get; set; } /// /// /// - public global::RetellAI.UpdateTestCaseDefinitionResponseStatus? Type844 { get; set; } + public global::RetellAI.ListTestCaseDefinitionsResponseStatus4? Type844 { get; set; } /// /// /// - public global::RetellAI.UpdateTestCaseDefinitionResponse2? Type845 { get; set; } + public global::RetellAI.UpdateTestCaseDefinitionResponse? Type845 { get; set; } /// /// /// - public global::RetellAI.UpdateTestCaseDefinitionResponseStatus2? Type846 { get; set; } + public global::RetellAI.UpdateTestCaseDefinitionResponseStatus? Type846 { get; set; } /// /// /// - public global::RetellAI.UpdateTestCaseDefinitionResponse3? Type847 { get; set; } + public global::RetellAI.UpdateTestCaseDefinitionResponse2? Type847 { get; set; } /// /// /// - public global::RetellAI.UpdateTestCaseDefinitionResponseStatus3? Type848 { get; set; } + public global::RetellAI.UpdateTestCaseDefinitionResponseStatus2? Type848 { get; set; } /// /// /// - public global::RetellAI.UpdateTestCaseDefinitionResponse4? Type849 { get; set; } + public global::RetellAI.UpdateTestCaseDefinitionResponse3? Type849 { get; set; } /// /// /// - public global::RetellAI.UpdateTestCaseDefinitionResponseStatus4? Type850 { get; set; } + public global::RetellAI.UpdateTestCaseDefinitionResponseStatus3? Type850 { get; set; } /// /// /// - public global::RetellAI.UpdateTestCaseDefinitionResponse5? Type851 { get; set; } + public global::RetellAI.UpdateTestCaseDefinitionResponse4? Type851 { get; set; } /// /// /// - public global::RetellAI.UpdateTestCaseDefinitionResponseStatus5? Type852 { get; set; } + public global::RetellAI.UpdateTestCaseDefinitionResponseStatus4? Type852 { get; set; } /// /// /// - public global::RetellAI.GetBatchTestResponse? Type853 { get; set; } + public global::RetellAI.UpdateTestCaseDefinitionResponse5? Type853 { get; set; } /// /// /// - public global::RetellAI.GetBatchTestResponseStatus? Type854 { get; set; } + public global::RetellAI.UpdateTestCaseDefinitionResponseStatus5? Type854 { get; set; } /// /// /// - public global::RetellAI.GetBatchTestResponse2? Type855 { get; set; } + public global::RetellAI.GetBatchTestResponse? Type855 { get; set; } /// /// /// - public global::RetellAI.GetBatchTestResponseStatus2? Type856 { get; set; } + public global::RetellAI.GetBatchTestResponseStatus? Type856 { get; set; } /// /// /// - public global::RetellAI.GetBatchTestResponse3? Type857 { get; set; } + public global::RetellAI.GetBatchTestResponse2? Type857 { get; set; } /// /// /// - public global::RetellAI.GetBatchTestResponseStatus3? Type858 { get; set; } + public global::RetellAI.GetBatchTestResponseStatus2? Type858 { get; set; } /// /// /// - public global::RetellAI.GetBatchTestResponse4? Type859 { get; set; } + public global::RetellAI.GetBatchTestResponse3? Type859 { get; set; } /// /// /// - public global::RetellAI.GetBatchTestResponseStatus4? Type860 { get; set; } + public global::RetellAI.GetBatchTestResponseStatus3? Type860 { get; set; } /// /// /// - public global::RetellAI.GetBatchTestResponse5? Type861 { get; set; } + public global::RetellAI.GetBatchTestResponse4? Type861 { get; set; } /// /// /// - public global::RetellAI.GetBatchTestResponseStatus5? Type862 { get; set; } + public global::RetellAI.GetBatchTestResponseStatus4? Type862 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type863 { get; set; } + public global::RetellAI.GetBatchTestResponse5? Type863 { get; set; } /// /// /// - public global::RetellAI.ListBatchTestsResponse2? Type864 { get; set; } + public global::RetellAI.GetBatchTestResponseStatus5? Type864 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type865 { get; set; } + public global::RetellAI.AllOf? Type865 { get; set; } /// /// /// - public global::RetellAI.ListBatchTestsResponse3? Type866 { get; set; } + public global::RetellAI.ListBatchTestsResponse2? Type866 { get; set; } /// /// /// - public global::RetellAI.ListBatchTestsResponseStatus? Type867 { get; set; } + public global::System.Collections.Generic.IList? Type867 { get; set; } /// /// /// - public global::RetellAI.ListBatchTestsResponse4? Type868 { get; set; } + public global::RetellAI.ListBatchTestsResponse3? Type868 { get; set; } /// /// /// - public global::RetellAI.ListBatchTestsResponseStatus2? Type869 { get; set; } + public global::RetellAI.ListBatchTestsResponseStatus? Type869 { get; set; } /// /// /// - public global::RetellAI.ListBatchTestsResponse5? Type870 { get; set; } + public global::RetellAI.ListBatchTestsResponse4? Type870 { get; set; } /// /// /// - public global::RetellAI.ListBatchTestsResponseStatus3? Type871 { get; set; } + public global::RetellAI.ListBatchTestsResponseStatus2? Type871 { get; set; } /// /// /// - public global::RetellAI.ListBatchTestsResponse6? Type872 { get; set; } + public global::RetellAI.ListBatchTestsResponse5? Type872 { get; set; } /// /// /// - public global::RetellAI.ListBatchTestsResponseStatus4? Type873 { get; set; } + public global::RetellAI.ListBatchTestsResponseStatus3? Type873 { get; set; } /// /// /// - public global::RetellAI.GetTestRunResponse? Type874 { get; set; } + public global::RetellAI.ListBatchTestsResponse6? Type874 { get; set; } /// /// /// - public global::RetellAI.GetTestRunResponseStatus? Type875 { get; set; } + public global::RetellAI.ListBatchTestsResponseStatus4? Type875 { get; set; } /// /// /// - public global::RetellAI.GetTestRunResponse2? Type876 { get; set; } + public global::RetellAI.GetTestRunResponse? Type876 { get; set; } /// /// /// - public global::RetellAI.GetTestRunResponseStatus2? Type877 { get; set; } + public global::RetellAI.GetTestRunResponseStatus? Type877 { get; set; } /// /// /// - public global::RetellAI.GetTestRunResponse3? Type878 { get; set; } + public global::RetellAI.GetTestRunResponse2? Type878 { get; set; } /// /// /// - public global::RetellAI.GetTestRunResponseStatus3? Type879 { get; set; } + public global::RetellAI.GetTestRunResponseStatus2? Type879 { get; set; } /// /// /// - public global::RetellAI.GetTestRunResponse4? Type880 { get; set; } + public global::RetellAI.GetTestRunResponse3? Type880 { get; set; } /// /// /// - public global::RetellAI.GetTestRunResponseStatus4? Type881 { get; set; } + public global::RetellAI.GetTestRunResponseStatus3? Type881 { get; set; } /// /// /// - public global::RetellAI.GetTestRunResponse5? Type882 { get; set; } + public global::RetellAI.GetTestRunResponse4? Type882 { get; set; } /// /// /// - public global::RetellAI.GetTestRunResponseStatus5? Type883 { get; set; } + public global::RetellAI.GetTestRunResponseStatus4? Type883 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type884 { get; set; } + public global::RetellAI.GetTestRunResponse5? Type884 { get; set; } /// /// /// - public global::RetellAI.ListTestRunsResponse2? Type885 { get; set; } + public global::RetellAI.GetTestRunResponseStatus5? Type885 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type886 { get; set; } + public global::RetellAI.AllOf? Type886 { get; set; } /// /// /// - public global::RetellAI.ListTestRunsResponse3? Type887 { get; set; } + public global::RetellAI.ListTestRunsResponse2? Type887 { get; set; } /// /// /// - public global::RetellAI.ListTestRunsResponseStatus? Type888 { get; set; } + public global::System.Collections.Generic.IList? Type888 { get; set; } /// /// /// - public global::RetellAI.ListTestRunsResponse4? Type889 { get; set; } + public global::RetellAI.ListTestRunsResponse3? Type889 { get; set; } /// /// /// - public global::RetellAI.ListTestRunsResponseStatus2? Type890 { get; set; } + public global::RetellAI.ListTestRunsResponseStatus? Type890 { get; set; } /// /// /// - public global::RetellAI.ListTestRunsResponse5? Type891 { get; set; } + public global::RetellAI.ListTestRunsResponse4? Type891 { get; set; } /// /// /// - public global::RetellAI.ListTestRunsResponseStatus3? Type892 { get; set; } + public global::RetellAI.ListTestRunsResponseStatus2? Type892 { get; set; } /// /// /// - public global::RetellAI.ListTestRunsResponse6? Type893 { get; set; } + public global::RetellAI.ListTestRunsResponse5? Type893 { get; set; } /// /// /// - public global::RetellAI.ListTestRunsResponseStatus4? Type894 { get; set; } + public global::RetellAI.ListTestRunsResponseStatus3? Type894 { get; set; } /// /// /// - public global::RetellAI.ListTestRunsResponse7? Type895 { get; set; } + public global::RetellAI.ListTestRunsResponse6? Type895 { get; set; } /// /// /// - public global::RetellAI.ListTestRunsResponseStatus5? Type896 { get; set; } + public global::RetellAI.ListTestRunsResponseStatus4? Type896 { get; set; } /// /// /// - public global::RetellAI.CreateChatAgentResponse? Type897 { get; set; } + public global::RetellAI.ListTestRunsResponse7? Type897 { get; set; } /// /// /// - public global::RetellAI.CreateChatAgentResponseStatus? Type898 { get; set; } + public global::RetellAI.ListTestRunsResponseStatus5? Type898 { get; set; } /// /// /// - public global::RetellAI.CreateChatAgentResponse2? Type899 { get; set; } + public global::RetellAI.CreateChatAgentResponse? Type899 { get; set; } /// /// /// - public global::RetellAI.CreateChatAgentResponseStatus2? Type900 { get; set; } + public global::RetellAI.CreateChatAgentResponseStatus? Type900 { get; set; } /// /// /// - public global::RetellAI.CreateChatAgentResponse3? Type901 { get; set; } + public global::RetellAI.CreateChatAgentResponse2? Type901 { get; set; } /// /// /// - public global::RetellAI.CreateChatAgentResponseStatus3? Type902 { get; set; } + public global::RetellAI.CreateChatAgentResponseStatus2? Type902 { get; set; } /// /// /// - public global::RetellAI.CreateChatAgentResponse4? Type903 { get; set; } + public global::RetellAI.CreateChatAgentResponse3? Type903 { get; set; } /// /// /// - public global::RetellAI.CreateChatAgentResponseStatus4? Type904 { get; set; } + public global::RetellAI.CreateChatAgentResponseStatus3? Type904 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponse? Type905 { get; set; } + public global::RetellAI.CreateChatAgentResponse4? Type905 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponse2? Type906 { get; set; } + public global::RetellAI.CreateChatAgentResponseStatus4? Type906 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponseStatus? Type907 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponse? Type907 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponse3? Type908 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponse2? Type908 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponseStatus2? Type909 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponseStatus? Type909 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponse4? Type910 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponse3? Type910 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponseStatus3? Type911 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponseStatus2? Type911 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponse5? Type912 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponse4? Type912 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponseStatus4? Type913 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponseStatus3? Type913 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponse6? Type914 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponse5? Type914 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponseStatus5? Type915 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponseStatus4? Type915 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponse7? Type916 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponse6? Type916 { get; set; } /// /// /// - public global::RetellAI.AgentPlaygroundCompletionResponseStatus6? Type917 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponseStatus5? Type917 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponse? Type918 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponse7? Type918 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponse2? Type919 { get; set; } + public global::RetellAI.AgentPlaygroundCompletionResponseStatus6? Type919 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponseStatus? Type920 { get; set; } + public global::RetellAI.CreateChatCompletionResponse? Type920 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponse3? Type921 { get; set; } + public global::RetellAI.CreateChatCompletionResponse2? Type921 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponseStatus2? Type922 { get; set; } + public global::RetellAI.CreateChatCompletionResponseStatus? Type922 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponse4? Type923 { get; set; } + public global::RetellAI.CreateChatCompletionResponse3? Type923 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponseStatus3? Type924 { get; set; } + public global::RetellAI.CreateChatCompletionResponseStatus2? Type924 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponse5? Type925 { get; set; } + public global::RetellAI.CreateChatCompletionResponse4? Type925 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponseStatus4? Type926 { get; set; } + public global::RetellAI.CreateChatCompletionResponseStatus3? Type926 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponse6? Type927 { get; set; } + public global::RetellAI.CreateChatCompletionResponse5? Type927 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponseStatus5? Type928 { get; set; } + public global::RetellAI.CreateChatCompletionResponseStatus4? Type928 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponse7? Type929 { get; set; } + public global::RetellAI.CreateChatCompletionResponse6? Type929 { get; set; } /// /// /// - public global::RetellAI.CreateChatCompletionResponseStatus6? Type930 { get; set; } + public global::RetellAI.CreateChatCompletionResponseStatus5? Type930 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponse? Type931 { get; set; } + public global::RetellAI.CreateChatCompletionResponse7? Type931 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponseStatus? Type932 { get; set; } + public global::RetellAI.CreateChatCompletionResponseStatus6? Type932 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponse2? Type933 { get; set; } + public global::RetellAI.CreateChatResponse? Type933 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponseStatus2? Type934 { get; set; } + public global::RetellAI.CreateChatResponseStatus? Type934 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponse3? Type935 { get; set; } + public global::RetellAI.CreateChatResponse2? Type935 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponseStatus3? Type936 { get; set; } + public global::RetellAI.CreateChatResponseStatus2? Type936 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponse4? Type937 { get; set; } + public global::RetellAI.CreateChatResponse3? Type937 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponseStatus4? Type938 { get; set; } + public global::RetellAI.CreateChatResponseStatus3? Type938 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponse5? Type939 { get; set; } + public global::RetellAI.CreateChatResponse4? Type939 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponseStatus5? Type940 { get; set; } + public global::RetellAI.CreateChatResponseStatus4? Type940 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponse6? Type941 { get; set; } + public global::RetellAI.CreateChatResponse5? Type941 { get; set; } /// /// /// - public global::RetellAI.CreateChatResponseStatus6? Type942 { get; set; } + public global::RetellAI.CreateChatResponseStatus5? Type942 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowComponentResponse? Type943 { get; set; } + public global::RetellAI.CreateChatResponse6? Type943 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowComponentResponseStatus? Type944 { get; set; } + public global::RetellAI.CreateChatResponseStatus6? Type944 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowComponentResponse2? Type945 { get; set; } + public global::RetellAI.CreateConversationFlowComponentResponse? Type945 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowComponentResponseStatus2? Type946 { get; set; } + public global::RetellAI.CreateConversationFlowComponentResponseStatus? Type946 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowComponentResponse3? Type947 { get; set; } + public global::RetellAI.CreateConversationFlowComponentResponse2? Type947 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowComponentResponseStatus3? Type948 { get; set; } + public global::RetellAI.CreateConversationFlowComponentResponseStatus2? Type948 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowComponentResponse4? Type949 { get; set; } + public global::RetellAI.CreateConversationFlowComponentResponse3? Type949 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowComponentResponseStatus4? Type950 { get; set; } + public global::RetellAI.CreateConversationFlowComponentResponseStatus3? Type950 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowComponentResponse5? Type951 { get; set; } + public global::RetellAI.CreateConversationFlowComponentResponse4? Type951 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowComponentResponseStatus5? Type952 { get; set; } + public global::RetellAI.CreateConversationFlowComponentResponseStatus4? Type952 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowResponse? Type953 { get; set; } + public global::RetellAI.CreateConversationFlowComponentResponse5? Type953 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowResponseStatus? Type954 { get; set; } + public global::RetellAI.CreateConversationFlowComponentResponseStatus5? Type954 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowResponse2? Type955 { get; set; } + public global::RetellAI.CreateConversationFlowResponse? Type955 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowResponseStatus2? Type956 { get; set; } + public global::RetellAI.CreateConversationFlowResponseStatus? Type956 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowResponse3? Type957 { get; set; } + public global::RetellAI.CreateConversationFlowResponse2? Type957 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowResponseStatus3? Type958 { get; set; } + public global::RetellAI.CreateConversationFlowResponseStatus2? Type958 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowResponse4? Type959 { get; set; } + public global::RetellAI.CreateConversationFlowResponse3? Type959 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowResponseStatus4? Type960 { get; set; } + public global::RetellAI.CreateConversationFlowResponseStatus3? Type960 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowResponse5? Type961 { get; set; } + public global::RetellAI.CreateConversationFlowResponse4? Type961 { get; set; } /// /// /// - public global::RetellAI.CreateConversationFlowResponseStatus5? Type962 { get; set; } + public global::RetellAI.CreateConversationFlowResponseStatus4? Type962 { get; set; } /// /// /// - public global::RetellAI.CreateKnowledgeBaseResponse? Type963 { get; set; } + public global::RetellAI.CreateConversationFlowResponse5? Type963 { get; set; } /// /// /// - public global::RetellAI.CreateKnowledgeBaseResponseStatus? Type964 { get; set; } + public global::RetellAI.CreateConversationFlowResponseStatus5? Type964 { get; set; } /// /// /// - public global::RetellAI.CreateKnowledgeBaseResponse2? Type965 { get; set; } + public global::RetellAI.CreateKnowledgeBaseResponse? Type965 { get; set; } /// /// /// - public global::RetellAI.CreateKnowledgeBaseResponseStatus2? Type966 { get; set; } + public global::RetellAI.CreateKnowledgeBaseResponseStatus? Type966 { get; set; } /// /// /// - public global::RetellAI.CreateKnowledgeBaseResponse3? Type967 { get; set; } + public global::RetellAI.CreateKnowledgeBaseResponse2? Type967 { get; set; } /// /// /// - public global::RetellAI.CreateKnowledgeBaseResponseStatus3? Type968 { get; set; } + public global::RetellAI.CreateKnowledgeBaseResponseStatus2? Type968 { get; set; } /// /// /// - public global::RetellAI.CreateKnowledgeBaseResponse4? Type969 { get; set; } + public global::RetellAI.CreateKnowledgeBaseResponse3? Type969 { get; set; } /// /// /// - public global::RetellAI.CreateKnowledgeBaseResponseStatus4? Type970 { get; set; } + public global::RetellAI.CreateKnowledgeBaseResponseStatus3? Type970 { get; set; } /// /// /// - public global::RetellAI.CreateKnowledgeBaseResponse5? Type971 { get; set; } + public global::RetellAI.CreateKnowledgeBaseResponse4? Type971 { get; set; } /// /// /// - public global::RetellAI.CreateKnowledgeBaseResponseStatus5? Type972 { get; set; } + public global::RetellAI.CreateKnowledgeBaseResponseStatus4? Type972 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneNumberResponse? Type973 { get; set; } + public global::RetellAI.CreateKnowledgeBaseResponse5? Type973 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneNumberResponseStatus? Type974 { get; set; } + public global::RetellAI.CreateKnowledgeBaseResponseStatus5? Type974 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneNumberResponse2? Type975 { get; set; } + public global::RetellAI.CreatePhoneNumberResponse? Type975 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneNumberResponseStatus2? Type976 { get; set; } + public global::RetellAI.CreatePhoneNumberResponseStatus? Type976 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneNumberResponse3? Type977 { get; set; } + public global::RetellAI.CreatePhoneNumberResponse2? Type977 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneNumberResponseStatus3? Type978 { get; set; } + public global::RetellAI.CreatePhoneNumberResponseStatus2? Type978 { get; set; } /// /// /// - public global::RetellAI.CreateRetellLLMResponse? Type979 { get; set; } + public global::RetellAI.CreatePhoneNumberResponse3? Type979 { get; set; } /// /// /// - public global::RetellAI.CreateRetellLLMResponseStatus? Type980 { get; set; } + public global::RetellAI.CreatePhoneNumberResponseStatus3? Type980 { get; set; } /// /// /// - public global::RetellAI.CreateRetellLLMResponse2? Type981 { get; set; } + public global::RetellAI.CreateRetellLLMResponse? Type981 { get; set; } /// /// /// - public global::RetellAI.CreateRetellLLMResponseStatus2? Type982 { get; set; } + public global::RetellAI.CreateRetellLLMResponseStatus? Type982 { get; set; } /// /// /// - public global::RetellAI.CreateRetellLLMResponse3? Type983 { get; set; } + public global::RetellAI.CreateRetellLLMResponse2? Type983 { get; set; } /// /// /// - public global::RetellAI.CreateRetellLLMResponseStatus3? Type984 { get; set; } + public global::RetellAI.CreateRetellLLMResponseStatus2? Type984 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponse? Type985 { get; set; } + public global::RetellAI.CreateRetellLLMResponse3? Type985 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponseStatus? Type986 { get; set; } + public global::RetellAI.CreateRetellLLMResponseStatus3? Type986 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponse2? Type987 { get; set; } + public global::RetellAI.CreateSmsChatResponse? Type987 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponseStatus2? Type988 { get; set; } + public global::RetellAI.CreateSmsChatResponseStatus? Type988 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponse3? Type989 { get; set; } + public global::RetellAI.CreateSmsChatResponse2? Type989 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponseStatus3? Type990 { get; set; } + public global::RetellAI.CreateSmsChatResponseStatus2? Type990 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponse4? Type991 { get; set; } + public global::RetellAI.CreateSmsChatResponse3? Type991 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponseStatus4? Type992 { get; set; } + public global::RetellAI.CreateSmsChatResponseStatus3? Type992 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponse5? Type993 { get; set; } + public global::RetellAI.CreateSmsChatResponse4? Type993 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponseStatus5? Type994 { get; set; } + public global::RetellAI.CreateSmsChatResponseStatus4? Type994 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponse6? Type995 { get; set; } + public global::RetellAI.CreateSmsChatResponse5? Type995 { get; set; } /// /// /// - public global::RetellAI.CreateSmsChatResponseStatus6? Type996 { get; set; } + public global::RetellAI.CreateSmsChatResponseStatus5? Type996 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentResponse? Type997 { get; set; } + public global::RetellAI.CreateSmsChatResponse6? Type997 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentResponseStatus? Type998 { get; set; } + public global::RetellAI.CreateSmsChatResponseStatus6? Type998 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentResponse2? Type999 { get; set; } + public global::RetellAI.DeleteAgentResponse? Type999 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentResponseStatus2? Type1000 { get; set; } + public global::RetellAI.DeleteAgentResponseStatus? Type1000 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentResponse3? Type1001 { get; set; } + public global::RetellAI.DeleteAgentResponse2? Type1001 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentResponseStatus3? Type1002 { get; set; } + public global::RetellAI.DeleteAgentResponseStatus2? Type1002 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentResponse4? Type1003 { get; set; } + public global::RetellAI.DeleteAgentResponse3? Type1003 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentResponseStatus4? Type1004 { get; set; } + public global::RetellAI.DeleteAgentResponseStatus3? Type1004 { get; set; } /// /// /// - public global::RetellAI.DeleteChatResponse? Type1005 { get; set; } + public global::RetellAI.DeleteAgentResponse4? Type1005 { get; set; } /// /// /// - public global::RetellAI.DeleteChatResponseStatus? Type1006 { get; set; } + public global::RetellAI.DeleteAgentResponseStatus4? Type1006 { get; set; } /// /// /// - public global::RetellAI.DeleteChatResponse2? Type1007 { get; set; } + public global::RetellAI.DeleteChatResponse? Type1007 { get; set; } /// /// /// - public global::RetellAI.DeleteChatResponseStatus2? Type1008 { get; set; } + public global::RetellAI.DeleteChatResponseStatus? Type1008 { get; set; } /// /// /// - public global::RetellAI.DeleteChatResponse3? Type1009 { get; set; } + public global::RetellAI.DeleteChatResponse2? Type1009 { get; set; } /// /// /// - public global::RetellAI.DeleteChatResponseStatus3? Type1010 { get; set; } + public global::RetellAI.DeleteChatResponseStatus2? Type1010 { get; set; } /// /// /// - public global::RetellAI.DeleteChatResponse4? Type1011 { get; set; } + public global::RetellAI.DeleteChatResponse3? Type1011 { get; set; } /// /// /// - public global::RetellAI.DeleteChatResponseStatus4? Type1012 { get; set; } + public global::RetellAI.DeleteChatResponseStatus3? Type1012 { get; set; } /// /// /// - public global::RetellAI.DeleteChatAgentResponse? Type1013 { get; set; } + public global::RetellAI.DeleteChatResponse4? Type1013 { get; set; } /// /// /// - public global::RetellAI.DeleteChatAgentResponseStatus? Type1014 { get; set; } + public global::RetellAI.DeleteChatResponseStatus4? Type1014 { get; set; } /// /// /// - public global::RetellAI.DeleteChatAgentResponse2? Type1015 { get; set; } + public global::RetellAI.DeleteChatAgentResponse? Type1015 { get; set; } /// /// /// - public global::RetellAI.DeleteChatAgentResponseStatus2? Type1016 { get; set; } + public global::RetellAI.DeleteChatAgentResponseStatus? Type1016 { get; set; } /// /// /// - public global::RetellAI.DeleteChatAgentResponse3? Type1017 { get; set; } + public global::RetellAI.DeleteChatAgentResponse2? Type1017 { get; set; } /// /// /// - public global::RetellAI.DeleteChatAgentResponseStatus3? Type1018 { get; set; } + public global::RetellAI.DeleteChatAgentResponseStatus2? Type1018 { get; set; } /// /// /// - public global::RetellAI.DeleteChatAgentResponse4? Type1019 { get; set; } + public global::RetellAI.DeleteChatAgentResponse3? Type1019 { get; set; } /// /// /// - public global::RetellAI.DeleteChatAgentResponseStatus4? Type1020 { get; set; } + public global::RetellAI.DeleteChatAgentResponseStatus3? Type1020 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowComponentResponse? Type1021 { get; set; } + public global::RetellAI.DeleteChatAgentResponse4? Type1021 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowComponentResponseStatus? Type1022 { get; set; } + public global::RetellAI.DeleteChatAgentResponseStatus4? Type1022 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowComponentResponse2? Type1023 { get; set; } + public global::RetellAI.DeleteConversationFlowComponentResponse? Type1023 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowComponentResponseStatus2? Type1024 { get; set; } + public global::RetellAI.DeleteConversationFlowComponentResponseStatus? Type1024 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowComponentResponse3? Type1025 { get; set; } + public global::RetellAI.DeleteConversationFlowComponentResponse2? Type1025 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowComponentResponseStatus3? Type1026 { get; set; } + public global::RetellAI.DeleteConversationFlowComponentResponseStatus2? Type1026 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowComponentResponse4? Type1027 { get; set; } + public global::RetellAI.DeleteConversationFlowComponentResponse3? Type1027 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowComponentResponseStatus4? Type1028 { get; set; } + public global::RetellAI.DeleteConversationFlowComponentResponseStatus3? Type1028 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowResponse? Type1029 { get; set; } + public global::RetellAI.DeleteConversationFlowComponentResponse4? Type1029 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowResponseStatus? Type1030 { get; set; } + public global::RetellAI.DeleteConversationFlowComponentResponseStatus4? Type1030 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowResponse2? Type1031 { get; set; } + public global::RetellAI.DeleteConversationFlowResponse? Type1031 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowResponseStatus2? Type1032 { get; set; } + public global::RetellAI.DeleteConversationFlowResponseStatus? Type1032 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowResponse3? Type1033 { get; set; } + public global::RetellAI.DeleteConversationFlowResponse2? Type1033 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowResponseStatus3? Type1034 { get; set; } + public global::RetellAI.DeleteConversationFlowResponseStatus2? Type1034 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowResponse4? Type1035 { get; set; } + public global::RetellAI.DeleteConversationFlowResponse3? Type1035 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowResponseStatus4? Type1036 { get; set; } + public global::RetellAI.DeleteConversationFlowResponseStatus3? Type1036 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowResponse5? Type1037 { get; set; } + public global::RetellAI.DeleteConversationFlowResponse4? Type1037 { get; set; } /// /// /// - public global::RetellAI.DeleteConversationFlowResponseStatus5? Type1038 { get; set; } + public global::RetellAI.DeleteConversationFlowResponseStatus4? Type1038 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseSourceResponse? Type1039 { get; set; } + public global::RetellAI.DeleteConversationFlowResponse5? Type1039 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus? Type1040 { get; set; } + public global::RetellAI.DeleteConversationFlowResponseStatus5? Type1040 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseSourceResponse2? Type1041 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseSourceResponse? Type1041 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus2? Type1042 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus? Type1042 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseSourceResponse3? Type1043 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseSourceResponse2? Type1043 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus3? Type1044 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus2? Type1044 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseSourceResponse4? Type1045 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseSourceResponse3? Type1045 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus4? Type1046 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus3? Type1046 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseResponse? Type1047 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseSourceResponse4? Type1047 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseResponseStatus? Type1048 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus4? Type1048 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseResponse2? Type1049 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseResponse? Type1049 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseResponseStatus2? Type1050 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseResponseStatus? Type1050 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseResponse3? Type1051 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseResponse2? Type1051 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseResponseStatus3? Type1052 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseResponseStatus2? Type1052 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseResponse4? Type1053 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseResponse3? Type1053 { get; set; } /// /// /// - public global::RetellAI.DeleteKnowledgeBaseResponseStatus4? Type1054 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseResponseStatus3? Type1054 { get; set; } /// /// /// - public global::RetellAI.DeletePhoneNumberResponse? Type1055 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseResponse4? Type1055 { get; set; } /// /// /// - public global::RetellAI.DeletePhoneNumberResponseStatus? Type1056 { get; set; } + public global::RetellAI.DeleteKnowledgeBaseResponseStatus4? Type1056 { get; set; } /// /// /// - public global::RetellAI.DeletePhoneNumberResponse2? Type1057 { get; set; } + public global::RetellAI.DeletePhoneNumberResponse? Type1057 { get; set; } /// /// /// - public global::RetellAI.DeletePhoneNumberResponseStatus2? Type1058 { get; set; } + public global::RetellAI.DeletePhoneNumberResponseStatus? Type1058 { get; set; } /// /// /// - public global::RetellAI.DeletePhoneNumberResponse3? Type1059 { get; set; } + public global::RetellAI.DeletePhoneNumberResponse2? Type1059 { get; set; } /// /// /// - public global::RetellAI.DeletePhoneNumberResponseStatus3? Type1060 { get; set; } + public global::RetellAI.DeletePhoneNumberResponseStatus2? Type1060 { get; set; } /// /// /// - public global::RetellAI.DeleteRetellLLMResponse? Type1061 { get; set; } + public global::RetellAI.DeletePhoneNumberResponse3? Type1061 { get; set; } /// /// /// - public global::RetellAI.DeleteRetellLLMResponseStatus? Type1062 { get; set; } + public global::RetellAI.DeletePhoneNumberResponseStatus3? Type1062 { get; set; } /// /// /// - public global::RetellAI.DeleteRetellLLMResponse2? Type1063 { get; set; } + public global::RetellAI.DeleteRetellLLMResponse? Type1063 { get; set; } /// /// /// - public global::RetellAI.DeleteRetellLLMResponseStatus2? Type1064 { get; set; } + public global::RetellAI.DeleteRetellLLMResponseStatus? Type1064 { get; set; } /// /// /// - public global::RetellAI.DeleteRetellLLMResponse3? Type1065 { get; set; } + public global::RetellAI.DeleteRetellLLMResponse2? Type1065 { get; set; } /// /// /// - public global::RetellAI.DeleteRetellLLMResponseStatus3? Type1066 { get; set; } + public global::RetellAI.DeleteRetellLLMResponseStatus2? Type1066 { get; set; } /// /// /// - public global::RetellAI.DeleteRetellLLMResponse4? Type1067 { get; set; } + public global::RetellAI.DeleteRetellLLMResponse3? Type1067 { get; set; } /// /// /// - public global::RetellAI.DeleteRetellLLMResponseStatus4? Type1068 { get; set; } + public global::RetellAI.DeleteRetellLLMResponseStatus3? Type1068 { get; set; } /// /// /// - public global::RetellAI.EndChatResponse? Type1069 { get; set; } + public global::RetellAI.DeleteRetellLLMResponse4? Type1069 { get; set; } /// /// /// - public global::RetellAI.EndChatResponseStatus? Type1070 { get; set; } + public global::RetellAI.DeleteRetellLLMResponseStatus4? Type1070 { get; set; } /// /// /// - public global::RetellAI.EndChatResponse2? Type1071 { get; set; } + public global::RetellAI.EndChatResponse? Type1071 { get; set; } /// /// /// - public global::RetellAI.EndChatResponseStatus2? Type1072 { get; set; } + public global::RetellAI.EndChatResponseStatus? Type1072 { get; set; } /// /// /// - public global::RetellAI.EndChatResponse3? Type1073 { get; set; } + public global::RetellAI.EndChatResponse2? Type1073 { get; set; } /// /// /// - public global::RetellAI.EndChatResponseStatus3? Type1074 { get; set; } + public global::RetellAI.EndChatResponseStatus2? Type1074 { get; set; } /// /// /// - public global::RetellAI.EndChatResponse4? Type1075 { get; set; } + public global::RetellAI.EndChatResponse3? Type1075 { get; set; } /// /// /// - public global::RetellAI.EndChatResponseStatus4? Type1076 { get; set; } + public global::RetellAI.EndChatResponseStatus3? Type1076 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1077 { get; set; } + public global::RetellAI.EndChatResponse4? Type1077 { get; set; } /// /// /// - public global::RetellAI.GetAgentVersionsResponse? Type1078 { get; set; } + public global::RetellAI.EndChatResponseStatus4? Type1078 { get; set; } /// /// /// - public global::RetellAI.GetAgentVersionsResponseStatus? Type1079 { get; set; } + public global::System.Collections.Generic.IList? Type1079 { get; set; } /// /// /// - public global::RetellAI.GetAgentVersionsResponse2? Type1080 { get; set; } + public global::RetellAI.GetAgentVersionsResponse? Type1080 { get; set; } /// /// /// - public global::RetellAI.GetAgentVersionsResponseStatus2? Type1081 { get; set; } + public global::RetellAI.GetAgentVersionsResponseStatus? Type1081 { get; set; } /// /// /// - public global::RetellAI.GetAgentVersionsResponse3? Type1082 { get; set; } + public global::RetellAI.GetAgentVersionsResponse2? Type1082 { get; set; } /// /// /// - public global::RetellAI.GetAgentVersionsResponseStatus3? Type1083 { get; set; } + public global::RetellAI.GetAgentVersionsResponseStatus2? Type1083 { get; set; } /// /// /// - public global::RetellAI.GetAgentVersionsResponse4? Type1084 { get; set; } + public global::RetellAI.GetAgentVersionsResponse3? Type1084 { get; set; } /// /// /// - public global::RetellAI.GetAgentVersionsResponseStatus4? Type1085 { get; set; } + public global::RetellAI.GetAgentVersionsResponseStatus3? Type1085 { get; set; } /// /// /// - public global::RetellAI.GetAgentResponse? Type1086 { get; set; } + public global::RetellAI.GetAgentVersionsResponse4? Type1086 { get; set; } /// /// /// - public global::RetellAI.GetAgentResponseStatus? Type1087 { get; set; } + public global::RetellAI.GetAgentVersionsResponseStatus4? Type1087 { get; set; } /// /// /// - public global::RetellAI.GetAgentResponse2? Type1088 { get; set; } + public global::RetellAI.GetAgentResponse? Type1088 { get; set; } /// /// /// - public global::RetellAI.GetAgentResponseStatus2? Type1089 { get; set; } + public global::RetellAI.GetAgentResponseStatus? Type1089 { get; set; } /// /// /// - public global::RetellAI.GetAgentResponse3? Type1090 { get; set; } + public global::RetellAI.GetAgentResponse2? Type1090 { get; set; } /// /// /// - public global::RetellAI.GetAgentResponseStatus3? Type1091 { get; set; } + public global::RetellAI.GetAgentResponseStatus2? Type1091 { get; set; } /// /// /// - public global::RetellAI.GetAgentResponse4? Type1092 { get; set; } + public global::RetellAI.GetAgentResponse3? Type1092 { get; set; } /// /// /// - public global::RetellAI.GetAgentResponseStatus4? Type1093 { get; set; } + public global::RetellAI.GetAgentResponseStatus3? Type1093 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1094 { get; set; } + public global::RetellAI.GetAgentResponse4? Type1094 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentVersionsResponse? Type1095 { get; set; } + public global::RetellAI.GetAgentResponseStatus4? Type1095 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentVersionsResponseStatus? Type1096 { get; set; } + public global::System.Collections.Generic.IList? Type1096 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentVersionsResponse2? Type1097 { get; set; } + public global::RetellAI.GetChatAgentVersionsResponse? Type1097 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentVersionsResponseStatus2? Type1098 { get; set; } + public global::RetellAI.GetChatAgentVersionsResponseStatus? Type1098 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentVersionsResponse3? Type1099 { get; set; } + public global::RetellAI.GetChatAgentVersionsResponse2? Type1099 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentVersionsResponseStatus3? Type1100 { get; set; } + public global::RetellAI.GetChatAgentVersionsResponseStatus2? Type1100 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentResponse? Type1101 { get; set; } + public global::RetellAI.GetChatAgentVersionsResponse3? Type1101 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentResponseStatus? Type1102 { get; set; } + public global::RetellAI.GetChatAgentVersionsResponseStatus3? Type1102 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentResponse2? Type1103 { get; set; } + public global::RetellAI.GetChatAgentResponse? Type1103 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentResponseStatus2? Type1104 { get; set; } + public global::RetellAI.GetChatAgentResponseStatus? Type1104 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentResponse3? Type1105 { get; set; } + public global::RetellAI.GetChatAgentResponse2? Type1105 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentResponseStatus3? Type1106 { get; set; } + public global::RetellAI.GetChatAgentResponseStatus2? Type1106 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentResponse4? Type1107 { get; set; } + public global::RetellAI.GetChatAgentResponse3? Type1107 { get; set; } /// /// /// - public global::RetellAI.GetChatAgentResponseStatus4? Type1108 { get; set; } + public global::RetellAI.GetChatAgentResponseStatus3? Type1108 { get; set; } /// /// /// - public global::RetellAI.GetChatResponse? Type1109 { get; set; } + public global::RetellAI.GetChatAgentResponse4? Type1109 { get; set; } /// /// /// - public global::RetellAI.GetChatResponseStatus? Type1110 { get; set; } + public global::RetellAI.GetChatAgentResponseStatus4? Type1110 { get; set; } /// /// /// - public global::RetellAI.GetChatResponse2? Type1111 { get; set; } + public global::RetellAI.GetChatResponse? Type1111 { get; set; } /// /// /// - public global::RetellAI.GetChatResponseStatus2? Type1112 { get; set; } + public global::RetellAI.GetChatResponseStatus? Type1112 { get; set; } /// /// /// - public global::RetellAI.GetChatResponse3? Type1113 { get; set; } + public global::RetellAI.GetChatResponse2? Type1113 { get; set; } /// /// /// - public global::RetellAI.GetChatResponseStatus3? Type1114 { get; set; } + public global::RetellAI.GetChatResponseStatus2? Type1114 { get; set; } /// /// /// - public global::RetellAI.GetChatResponse4? Type1115 { get; set; } + public global::RetellAI.GetChatResponse3? Type1115 { get; set; } /// /// /// - public global::RetellAI.GetChatResponseStatus4? Type1116 { get; set; } + public global::RetellAI.GetChatResponseStatus3? Type1116 { get; set; } /// /// /// - public global::RetellAI.GetConcurrencyResponse? Type1117 { get; set; } + public global::RetellAI.GetChatResponse4? Type1117 { get; set; } /// /// /// - public global::RetellAI.GetConcurrencyResponse2? Type1118 { get; set; } + public global::RetellAI.GetChatResponseStatus4? Type1118 { get; set; } /// /// /// - public global::RetellAI.GetConcurrencyResponseStatus? Type1119 { get; set; } + public global::RetellAI.GetConcurrencyResponse? Type1119 { get; set; } /// /// /// - public global::RetellAI.GetConcurrencyResponse3? Type1120 { get; set; } + public global::RetellAI.GetConcurrencyResponse2? Type1120 { get; set; } /// /// /// - public global::RetellAI.GetConcurrencyResponseStatus2? Type1121 { get; set; } + public global::RetellAI.GetConcurrencyResponseStatus? Type1121 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowComponentResponse? Type1122 { get; set; } + public global::RetellAI.GetConcurrencyResponse3? Type1122 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowComponentResponseStatus? Type1123 { get; set; } + public global::RetellAI.GetConcurrencyResponseStatus2? Type1123 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowComponentResponse2? Type1124 { get; set; } + public global::RetellAI.GetApiKeyInfoResponse? Type1124 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowComponentResponseStatus2? Type1125 { get; set; } + public global::RetellAI.GetApiKeyInfoResponse2? Type1125 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowComponentResponse3? Type1126 { get; set; } + public global::RetellAI.GetApiKeyInfoResponseStatus? Type1126 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowComponentResponseStatus3? Type1127 { get; set; } + public global::RetellAI.GetApiKeyInfoResponse3? Type1127 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowComponentResponse4? Type1128 { get; set; } + public global::RetellAI.GetApiKeyInfoResponseStatus2? Type1128 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowComponentResponseStatus4? Type1129 { get; set; } + public global::RetellAI.GetConversationFlowComponentResponse? Type1129 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowResponse? Type1130 { get; set; } + public global::RetellAI.GetConversationFlowComponentResponseStatus? Type1130 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowResponseStatus? Type1131 { get; set; } + public global::RetellAI.GetConversationFlowComponentResponse2? Type1131 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowResponse2? Type1132 { get; set; } + public global::RetellAI.GetConversationFlowComponentResponseStatus2? Type1132 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowResponseStatus2? Type1133 { get; set; } + public global::RetellAI.GetConversationFlowComponentResponse3? Type1133 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowResponse3? Type1134 { get; set; } + public global::RetellAI.GetConversationFlowComponentResponseStatus3? Type1134 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowResponseStatus3? Type1135 { get; set; } + public global::RetellAI.GetConversationFlowComponentResponse4? Type1135 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowResponse4? Type1136 { get; set; } + public global::RetellAI.GetConversationFlowComponentResponseStatus4? Type1136 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowResponseStatus4? Type1137 { get; set; } + public global::RetellAI.GetConversationFlowResponse? Type1137 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowResponse5? Type1138 { get; set; } + public global::RetellAI.GetConversationFlowResponseStatus? Type1138 { get; set; } /// /// /// - public global::RetellAI.GetConversationFlowResponseStatus5? Type1139 { get; set; } + public global::RetellAI.GetConversationFlowResponse2? Type1139 { get; set; } /// /// /// - public global::RetellAI.GetKnowledgeBaseResponse? Type1140 { get; set; } + public global::RetellAI.GetConversationFlowResponseStatus2? Type1140 { get; set; } /// /// /// - public global::RetellAI.GetKnowledgeBaseResponseStatus? Type1141 { get; set; } + public global::RetellAI.GetConversationFlowResponse3? Type1141 { get; set; } /// /// /// - public global::RetellAI.GetKnowledgeBaseResponse2? Type1142 { get; set; } + public global::RetellAI.GetConversationFlowResponseStatus3? Type1142 { get; set; } /// /// /// - public global::RetellAI.GetKnowledgeBaseResponseStatus2? Type1143 { get; set; } + public global::RetellAI.GetConversationFlowResponse4? Type1143 { get; set; } /// /// /// - public global::RetellAI.GetKnowledgeBaseResponse3? Type1144 { get; set; } + public global::RetellAI.GetConversationFlowResponseStatus4? Type1144 { get; set; } /// /// /// - public global::RetellAI.GetKnowledgeBaseResponseStatus3? Type1145 { get; set; } + public global::RetellAI.GetConversationFlowResponse5? Type1145 { get; set; } /// /// /// - public global::RetellAI.GetKnowledgeBaseResponse4? Type1146 { get; set; } + public global::RetellAI.GetConversationFlowResponseStatus5? Type1146 { get; set; } /// /// /// - public global::RetellAI.GetKnowledgeBaseResponseStatus4? Type1147 { get; set; } + public global::RetellAI.GetKnowledgeBaseResponse? Type1147 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1148 { get; set; } + public global::RetellAI.GetKnowledgeBaseResponseStatus? Type1148 { get; set; } /// /// /// - public global::RetellAI.GetMCPToolsResponse? Type1149 { get; set; } + public global::RetellAI.GetKnowledgeBaseResponse2? Type1149 { get; set; } /// /// /// - public global::RetellAI.GetMCPToolsResponseStatus? Type1150 { get; set; } + public global::RetellAI.GetKnowledgeBaseResponseStatus2? Type1150 { get; set; } /// /// /// - public global::RetellAI.GetMCPToolsResponse2? Type1151 { get; set; } + public global::RetellAI.GetKnowledgeBaseResponse3? Type1151 { get; set; } /// /// /// - public global::RetellAI.GetMCPToolsResponseStatus2? Type1152 { get; set; } + public global::RetellAI.GetKnowledgeBaseResponseStatus3? Type1152 { get; set; } /// /// /// - public global::RetellAI.GetMCPToolsResponse3? Type1153 { get; set; } + public global::RetellAI.GetKnowledgeBaseResponse4? Type1153 { get; set; } /// /// /// - public global::RetellAI.GetMCPToolsResponseStatus3? Type1154 { get; set; } + public global::RetellAI.GetKnowledgeBaseResponseStatus4? Type1154 { get; set; } /// /// /// - public global::RetellAI.GetMCPToolsResponse4? Type1155 { get; set; } + public global::System.Collections.Generic.IList? Type1155 { get; set; } /// /// /// - public global::RetellAI.GetMCPToolsResponseStatus4? Type1156 { get; set; } + public global::RetellAI.GetMCPToolsResponse? Type1156 { get; set; } /// /// /// - public global::RetellAI.GetPhoneNumberResponse? Type1157 { get; set; } + public global::RetellAI.GetMCPToolsResponseStatus? Type1157 { get; set; } /// /// /// - public global::RetellAI.GetPhoneNumberResponseStatus? Type1158 { get; set; } + public global::RetellAI.GetMCPToolsResponse2? Type1158 { get; set; } /// /// /// - public global::RetellAI.GetPhoneNumberResponse2? Type1159 { get; set; } + public global::RetellAI.GetMCPToolsResponseStatus2? Type1159 { get; set; } /// /// /// - public global::RetellAI.GetPhoneNumberResponseStatus2? Type1160 { get; set; } + public global::RetellAI.GetMCPToolsResponse3? Type1160 { get; set; } /// /// /// - public global::RetellAI.GetPhoneNumberResponse3? Type1161 { get; set; } + public global::RetellAI.GetMCPToolsResponseStatus3? Type1161 { get; set; } /// /// /// - public global::RetellAI.GetPhoneNumberResponseStatus3? Type1162 { get; set; } + public global::RetellAI.GetMCPToolsResponse4? Type1162 { get; set; } /// /// /// - public global::RetellAI.GetPhoneNumberResponse4? Type1163 { get; set; } + public global::RetellAI.GetMCPToolsResponseStatus4? Type1163 { get; set; } /// /// /// - public global::RetellAI.GetPhoneNumberResponseStatus4? Type1164 { get; set; } + public global::RetellAI.GetPhoneNumberResponse? Type1164 { get; set; } /// /// /// - public global::RetellAI.GetRetellLLMResponse? Type1165 { get; set; } + public global::RetellAI.GetPhoneNumberResponseStatus? Type1165 { get; set; } /// /// /// - public global::RetellAI.GetRetellLLMResponseStatus? Type1166 { get; set; } + public global::RetellAI.GetPhoneNumberResponse2? Type1166 { get; set; } /// /// /// - public global::RetellAI.GetRetellLLMResponse2? Type1167 { get; set; } + public global::RetellAI.GetPhoneNumberResponseStatus2? Type1167 { get; set; } /// /// /// - public global::RetellAI.GetRetellLLMResponseStatus2? Type1168 { get; set; } + public global::RetellAI.GetPhoneNumberResponse3? Type1168 { get; set; } /// /// /// - public global::RetellAI.GetRetellLLMResponse3? Type1169 { get; set; } + public global::RetellAI.GetPhoneNumberResponseStatus3? Type1169 { get; set; } /// /// /// - public global::RetellAI.GetRetellLLMResponseStatus3? Type1170 { get; set; } + public global::RetellAI.GetPhoneNumberResponse4? Type1170 { get; set; } /// /// /// - public global::RetellAI.GetRetellLLMResponse4? Type1171 { get; set; } + public global::RetellAI.GetPhoneNumberResponseStatus4? Type1171 { get; set; } /// /// /// - public global::RetellAI.GetRetellLLMResponseStatus4? Type1172 { get; set; } + public global::RetellAI.GetRetellLLMResponse? Type1172 { get; set; } /// /// /// - public global::RetellAI.GetVoiceResponse? Type1173 { get; set; } + public global::RetellAI.GetRetellLLMResponseStatus? Type1173 { get; set; } /// /// /// - public global::RetellAI.GetVoiceResponseStatus? Type1174 { get; set; } + public global::RetellAI.GetRetellLLMResponse2? Type1174 { get; set; } /// /// /// - public global::RetellAI.GetVoiceResponse2? Type1175 { get; set; } + public global::RetellAI.GetRetellLLMResponseStatus2? Type1175 { get; set; } /// /// /// - public global::RetellAI.GetVoiceResponseStatus2? Type1176 { get; set; } + public global::RetellAI.GetRetellLLMResponse3? Type1176 { get; set; } /// /// /// - public global::RetellAI.GetVoiceResponse3? Type1177 { get; set; } + public global::RetellAI.GetRetellLLMResponseStatus3? Type1177 { get; set; } /// /// /// - public global::RetellAI.GetVoiceResponseStatus3? Type1178 { get; set; } + public global::RetellAI.GetRetellLLMResponse4? Type1178 { get; set; } /// /// /// - public global::RetellAI.GetVoiceResponse4? Type1179 { get; set; } + public global::RetellAI.GetRetellLLMResponseStatus4? Type1179 { get; set; } /// /// /// - public global::RetellAI.GetVoiceResponseStatus4? Type1180 { get; set; } + public global::RetellAI.GetVoiceResponse? Type1180 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceResponse? Type1181 { get; set; } + public global::RetellAI.GetVoiceResponseStatus? Type1181 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceResponseStatus? Type1182 { get; set; } + public global::RetellAI.GetVoiceResponse2? Type1182 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceResponse2? Type1183 { get; set; } + public global::RetellAI.GetVoiceResponseStatus2? Type1183 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceResponseStatus2? Type1184 { get; set; } + public global::RetellAI.GetVoiceResponse3? Type1184 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceResponse3? Type1185 { get; set; } + public global::RetellAI.GetVoiceResponseStatus3? Type1185 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceResponseStatus3? Type1186 { get; set; } + public global::RetellAI.GetVoiceResponse4? Type1186 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceResponse4? Type1187 { get; set; } + public global::RetellAI.GetVoiceResponseStatus4? Type1187 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceResponseStatus4? Type1188 { get; set; } + public global::RetellAI.CloneVoiceResponse? Type1188 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceResponse5? Type1189 { get; set; } + public global::RetellAI.CloneVoiceResponseStatus? Type1189 { get; set; } /// /// /// - public global::RetellAI.CloneVoiceResponseStatus5? Type1190 { get; set; } + public global::RetellAI.CloneVoiceResponse2? Type1190 { get; set; } /// /// /// - public global::RetellAI.AddCommunityVoiceResponse? Type1191 { get; set; } + public global::RetellAI.CloneVoiceResponseStatus2? Type1191 { get; set; } /// /// /// - public global::RetellAI.AddCommunityVoiceResponseStatus? Type1192 { get; set; } + public global::RetellAI.CloneVoiceResponse3? Type1192 { get; set; } /// /// /// - public global::RetellAI.AddCommunityVoiceResponse2? Type1193 { get; set; } + public global::RetellAI.CloneVoiceResponseStatus3? Type1193 { get; set; } /// /// /// - public global::RetellAI.AddCommunityVoiceResponseStatus2? Type1194 { get; set; } + public global::RetellAI.CloneVoiceResponse4? Type1194 { get; set; } /// /// /// - public global::RetellAI.AddCommunityVoiceResponse3? Type1195 { get; set; } + public global::RetellAI.CloneVoiceResponseStatus4? Type1195 { get; set; } /// /// /// - public global::RetellAI.AddCommunityVoiceResponseStatus3? Type1196 { get; set; } + public global::RetellAI.CloneVoiceResponse5? Type1196 { get; set; } /// /// /// - public global::RetellAI.AddCommunityVoiceResponse4? Type1197 { get; set; } + public global::RetellAI.CloneVoiceResponseStatus5? Type1197 { get; set; } /// /// /// - public global::RetellAI.AddCommunityVoiceResponseStatus4? Type1198 { get; set; } + public global::RetellAI.AddCommunityVoiceResponse? Type1198 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceResponse? Type1199 { get; set; } + public global::RetellAI.AddCommunityVoiceResponseStatus? Type1199 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1200 { get; set; } + public global::RetellAI.AddCommunityVoiceResponse2? Type1200 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceResponseVoice? Type1201 { get; set; } + public global::RetellAI.AddCommunityVoiceResponseStatus2? Type1201 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceResponse2? Type1202 { get; set; } + public global::RetellAI.AddCommunityVoiceResponse3? Type1202 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceResponseStatus? Type1203 { get; set; } + public global::RetellAI.AddCommunityVoiceResponseStatus3? Type1203 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceResponse3? Type1204 { get; set; } + public global::RetellAI.AddCommunityVoiceResponse4? Type1204 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceResponseStatus2? Type1205 { get; set; } + public global::RetellAI.AddCommunityVoiceResponseStatus4? Type1205 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceResponse4? Type1206 { get; set; } + public global::RetellAI.SearchCommunityVoiceResponse? Type1206 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceResponseStatus3? Type1207 { get; set; } + public global::System.Collections.Generic.IList? Type1207 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceResponse5? Type1208 { get; set; } + public global::RetellAI.SearchCommunityVoiceResponseVoice? Type1208 { get; set; } /// /// /// - public global::RetellAI.SearchCommunityVoiceResponseStatus4? Type1209 { get; set; } + public global::RetellAI.SearchCommunityVoiceResponse2? Type1209 { get; set; } /// /// /// - public global::RetellAI.ImportPhoneNumberResponse? Type1210 { get; set; } + public global::RetellAI.SearchCommunityVoiceResponseStatus? Type1210 { get; set; } /// /// /// - public global::RetellAI.ImportPhoneNumberResponseStatus? Type1211 { get; set; } + public global::RetellAI.SearchCommunityVoiceResponse3? Type1211 { get; set; } /// /// /// - public global::RetellAI.ImportPhoneNumberResponse2? Type1212 { get; set; } + public global::RetellAI.SearchCommunityVoiceResponseStatus2? Type1212 { get; set; } /// /// /// - public global::RetellAI.ImportPhoneNumberResponseStatus2? Type1213 { get; set; } + public global::RetellAI.SearchCommunityVoiceResponse4? Type1213 { get; set; } /// /// /// - public global::RetellAI.ImportPhoneNumberResponse3? Type1214 { get; set; } + public global::RetellAI.SearchCommunityVoiceResponseStatus3? Type1214 { get; set; } /// /// /// - public global::RetellAI.ImportPhoneNumberResponseStatus3? Type1215 { get; set; } + public global::RetellAI.SearchCommunityVoiceResponse5? Type1215 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type1216 { get; set; } + public global::RetellAI.SearchCommunityVoiceResponseStatus4? Type1216 { get; set; } /// /// /// - public global::RetellAI.ListAgentsResponse2? Type1217 { get; set; } + public global::RetellAI.ImportPhoneNumberResponse? Type1217 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1218 { get; set; } + public global::RetellAI.ImportPhoneNumberResponseStatus? Type1218 { get; set; } /// /// /// - public global::RetellAI.ListAgentsResponse3? Type1219 { get; set; } + public global::RetellAI.ImportPhoneNumberResponse2? Type1219 { get; set; } /// /// /// - public global::RetellAI.ListAgentsResponseStatus? Type1220 { get; set; } + public global::RetellAI.ImportPhoneNumberResponseStatus2? Type1220 { get; set; } /// /// /// - public global::RetellAI.ListAgentsResponse4? Type1221 { get; set; } + public global::RetellAI.ImportPhoneNumberResponse3? Type1221 { get; set; } /// /// /// - public global::RetellAI.ListAgentsResponseStatus2? Type1222 { get; set; } + public global::RetellAI.ImportPhoneNumberResponseStatus3? Type1222 { get; set; } /// /// /// - public global::RetellAI.ListAgentsResponse5? Type1223 { get; set; } + public global::RetellAI.AllOf? Type1223 { get; set; } /// /// /// - public global::RetellAI.ListAgentsResponseStatus3? Type1224 { get; set; } + public global::RetellAI.ListAgentsResponse2? Type1224 { get; set; } /// /// /// - public global::RetellAI.ListAgentsResponse6? Type1225 { get; set; } + public global::System.Collections.Generic.IList? Type1225 { get; set; } /// /// /// - public global::RetellAI.ListAgentsResponseStatus4? Type1226 { get; set; } + public global::RetellAI.ListAgentsResponse3? Type1226 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type1227 { get; set; } + public global::RetellAI.ListAgentsResponseStatus? Type1227 { get; set; } /// /// /// - public global::RetellAI.ListChatsResponse2? Type1228 { get; set; } + public global::RetellAI.ListAgentsResponse4? Type1228 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1229 { get; set; } + public global::RetellAI.ListAgentsResponseStatus2? Type1229 { get; set; } /// /// /// - public global::RetellAI.ListChatsResponse3? Type1230 { get; set; } + public global::RetellAI.ListAgentsResponse5? Type1230 { get; set; } /// /// /// - public global::RetellAI.ListChatsResponseStatus? Type1231 { get; set; } + public global::RetellAI.ListAgentsResponseStatus3? Type1231 { get; set; } /// /// /// - public global::RetellAI.ListChatsResponse4? Type1232 { get; set; } + public global::RetellAI.ListAgentsResponse6? Type1232 { get; set; } /// /// /// - public global::RetellAI.ListChatsResponseStatus2? Type1233 { get; set; } + public global::RetellAI.ListAgentsResponseStatus4? Type1233 { get; set; } /// /// /// - public global::RetellAI.ListChatsResponse5? Type1234 { get; set; } + public global::RetellAI.AllOf? Type1234 { get; set; } /// /// /// - public global::RetellAI.ListChatsResponseStatus3? Type1235 { get; set; } + public global::RetellAI.ListChatsResponse2? Type1235 { get; set; } /// /// /// - public global::RetellAI.ListChatsResponse6? Type1236 { get; set; } + public global::System.Collections.Generic.IList? Type1236 { get; set; } /// /// /// - public global::RetellAI.ListChatsResponseStatus4? Type1237 { get; set; } + public global::RetellAI.ListChatsResponse3? Type1237 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type1238 { get; set; } + public global::RetellAI.ListChatsResponseStatus? Type1238 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowComponentsResponse2? Type1239 { get; set; } + public global::RetellAI.ListChatsResponse4? Type1239 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1240 { get; set; } + public global::RetellAI.ListChatsResponseStatus2? Type1240 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowComponentsResponse3? Type1241 { get; set; } + public global::RetellAI.ListChatsResponse5? Type1241 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowComponentsResponseStatus? Type1242 { get; set; } + public global::RetellAI.ListChatsResponseStatus3? Type1242 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowComponentsResponse4? Type1243 { get; set; } + public global::RetellAI.ListChatsResponse6? Type1243 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowComponentsResponseStatus2? Type1244 { get; set; } + public global::RetellAI.ListChatsResponseStatus4? Type1244 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowComponentsResponse5? Type1245 { get; set; } + public global::RetellAI.AllOf? Type1245 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowComponentsResponseStatus3? Type1246 { get; set; } + public global::RetellAI.ListConversationFlowComponentsResponse2? Type1246 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowComponentsResponse6? Type1247 { get; set; } + public global::System.Collections.Generic.IList? Type1247 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowComponentsResponseStatus4? Type1248 { get; set; } + public global::RetellAI.ListConversationFlowComponentsResponse3? Type1248 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type1249 { get; set; } + public global::RetellAI.ListConversationFlowComponentsResponseStatus? Type1249 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsResponse2? Type1250 { get; set; } + public global::RetellAI.ListConversationFlowComponentsResponse4? Type1250 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1251 { get; set; } + public global::RetellAI.ListConversationFlowComponentsResponseStatus2? Type1251 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsResponse3? Type1252 { get; set; } + public global::RetellAI.ListConversationFlowComponentsResponse5? Type1252 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsResponseStatus? Type1253 { get; set; } + public global::RetellAI.ListConversationFlowComponentsResponseStatus3? Type1253 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsResponse4? Type1254 { get; set; } + public global::RetellAI.ListConversationFlowComponentsResponse6? Type1254 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsResponseStatus2? Type1255 { get; set; } + public global::RetellAI.ListConversationFlowComponentsResponseStatus4? Type1255 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsResponse5? Type1256 { get; set; } + public global::RetellAI.AllOf? Type1256 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsResponseStatus3? Type1257 { get; set; } + public global::RetellAI.ListConversationFlowsResponse2? Type1257 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsResponse6? Type1258 { get; set; } + public global::System.Collections.Generic.IList? Type1258 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsResponseStatus4? Type1259 { get; set; } + public global::RetellAI.ListConversationFlowsResponse3? Type1259 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsResponse7? Type1260 { get; set; } + public global::RetellAI.ListConversationFlowsResponseStatus? Type1260 { get; set; } /// /// /// - public global::RetellAI.ListConversationFlowsResponseStatus5? Type1261 { get; set; } + public global::RetellAI.ListConversationFlowsResponse4? Type1261 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1262 { get; set; } + public global::RetellAI.ListConversationFlowsResponseStatus2? Type1262 { get; set; } /// /// /// - public global::RetellAI.ListKnowledgeBasesResponse? Type1263 { get; set; } + public global::RetellAI.ListConversationFlowsResponse5? Type1263 { get; set; } /// /// /// - public global::RetellAI.ListKnowledgeBasesResponseStatus? Type1264 { get; set; } + public global::RetellAI.ListConversationFlowsResponseStatus3? Type1264 { get; set; } /// /// /// - public global::RetellAI.ListKnowledgeBasesResponse2? Type1265 { get; set; } + public global::RetellAI.ListConversationFlowsResponse6? Type1265 { get; set; } /// /// /// - public global::RetellAI.ListKnowledgeBasesResponseStatus2? Type1266 { get; set; } + public global::RetellAI.ListConversationFlowsResponseStatus4? Type1266 { get; set; } /// /// /// - public global::RetellAI.ListKnowledgeBasesResponse3? Type1267 { get; set; } + public global::RetellAI.ListConversationFlowsResponse7? Type1267 { get; set; } /// /// /// - public global::RetellAI.ListKnowledgeBasesResponseStatus3? Type1268 { get; set; } + public global::RetellAI.ListConversationFlowsResponseStatus5? Type1268 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type1269 { get; set; } + public global::System.Collections.Generic.IList? Type1269 { get; set; } /// /// /// - public global::RetellAI.ListPhoneNumbersResponse2? Type1270 { get; set; } + public global::RetellAI.ListKnowledgeBasesResponse? Type1270 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1271 { get; set; } + public global::RetellAI.ListKnowledgeBasesResponseStatus? Type1271 { get; set; } /// /// /// - public global::RetellAI.ListPhoneNumbersResponse3? Type1272 { get; set; } + public global::RetellAI.ListKnowledgeBasesResponse2? Type1272 { get; set; } /// /// /// - public global::RetellAI.ListPhoneNumbersResponseStatus? Type1273 { get; set; } + public global::RetellAI.ListKnowledgeBasesResponseStatus2? Type1273 { get; set; } /// /// /// - public global::RetellAI.ListPhoneNumbersResponse4? Type1274 { get; set; } + public global::RetellAI.ListKnowledgeBasesResponse3? Type1274 { get; set; } /// /// /// - public global::RetellAI.ListPhoneNumbersResponseStatus2? Type1275 { get; set; } + public global::RetellAI.ListKnowledgeBasesResponseStatus3? Type1275 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type1276 { get; set; } + public global::RetellAI.AllOf? Type1276 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMResponse2? Type1277 { get; set; } + public global::RetellAI.ListPhoneNumbersResponse2? Type1277 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1278 { get; set; } + public global::System.Collections.Generic.IList? Type1278 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMResponse3? Type1279 { get; set; } + public global::RetellAI.ListPhoneNumbersResponse3? Type1279 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMResponseStatus? Type1280 { get; set; } + public global::RetellAI.ListPhoneNumbersResponseStatus? Type1280 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMResponse4? Type1281 { get; set; } + public global::RetellAI.ListPhoneNumbersResponse4? Type1281 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMResponseStatus2? Type1282 { get; set; } + public global::RetellAI.ListPhoneNumbersResponseStatus2? Type1282 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMResponse5? Type1283 { get; set; } + public global::RetellAI.AllOf? Type1283 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMResponseStatus3? Type1284 { get; set; } + public global::RetellAI.ListRetellLLMResponse2? Type1284 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMResponse6? Type1285 { get; set; } + public global::System.Collections.Generic.IList? Type1285 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMResponseStatus4? Type1286 { get; set; } + public global::RetellAI.ListRetellLLMResponse3? Type1286 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMResponse7? Type1287 { get; set; } + public global::RetellAI.ListRetellLLMResponseStatus? Type1287 { get; set; } /// /// /// - public global::RetellAI.ListRetellLLMResponseStatus5? Type1288 { get; set; } + public global::RetellAI.ListRetellLLMResponse4? Type1288 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1289 { get; set; } + public global::RetellAI.ListRetellLLMResponseStatus2? Type1289 { get; set; } /// /// /// - public global::RetellAI.ListVoicesResponse? Type1290 { get; set; } + public global::RetellAI.ListRetellLLMResponse5? Type1290 { get; set; } /// /// /// - public global::RetellAI.ListVoicesResponseStatus? Type1291 { get; set; } + public global::RetellAI.ListRetellLLMResponseStatus3? Type1291 { get; set; } /// /// /// - public global::RetellAI.ListVoicesResponse2? Type1292 { get; set; } + public global::RetellAI.ListRetellLLMResponse6? Type1292 { get; set; } /// /// /// - public global::RetellAI.ListVoicesResponseStatus2? Type1293 { get; set; } + public global::RetellAI.ListRetellLLMResponseStatus4? Type1293 { get; set; } /// /// /// - public global::RetellAI.OneOf? Type1294 { get; set; } + public global::RetellAI.ListRetellLLMResponse7? Type1294 { get; set; } /// /// /// - public global::RetellAI.CreateAgentVersionResponse2? Type1295 { get; set; } + public global::RetellAI.ListRetellLLMResponseStatus5? Type1295 { get; set; } /// /// /// - public global::RetellAI.CreateAgentVersionResponseStatus? Type1296 { get; set; } + public global::System.Collections.Generic.IList? Type1296 { get; set; } /// /// /// - public global::RetellAI.CreateAgentVersionResponse3? Type1297 { get; set; } + public global::RetellAI.ListVoicesResponse? Type1297 { get; set; } /// /// /// - public global::RetellAI.CreateAgentVersionResponseStatus2? Type1298 { get; set; } + public global::RetellAI.ListVoicesResponseStatus? Type1298 { get; set; } /// /// /// - public global::RetellAI.CreateAgentVersionResponse4? Type1299 { get; set; } + public global::RetellAI.ListVoicesResponse2? Type1299 { get; set; } /// /// /// - public global::RetellAI.CreateAgentVersionResponseStatus3? Type1300 { get; set; } + public global::RetellAI.ListVoicesResponseStatus2? Type1300 { get; set; } /// /// /// - public global::RetellAI.CreateAgentVersionResponse5? Type1301 { get; set; } + public global::RetellAI.OneOf? Type1301 { get; set; } /// /// /// - public global::RetellAI.CreateAgentVersionResponseStatus4? Type1302 { get; set; } + public global::RetellAI.CreateAgentVersionResponse2? Type1302 { get; set; } /// /// /// - public global::RetellAI.CreateAgentVersionResponse6? Type1303 { get; set; } + public global::RetellAI.CreateAgentVersionResponseStatus? Type1303 { get; set; } /// /// /// - public global::RetellAI.CreateAgentVersionResponseStatus5? Type1304 { get; set; } + public global::RetellAI.CreateAgentVersionResponse3? Type1304 { get; set; } /// /// /// - public global::RetellAI.PublishAgentVersionResponse? Type1305 { get; set; } + public global::RetellAI.CreateAgentVersionResponseStatus2? Type1305 { get; set; } /// /// /// - public global::RetellAI.PublishAgentVersionResponseStatus? Type1306 { get; set; } + public global::RetellAI.CreateAgentVersionResponse4? Type1306 { get; set; } /// /// /// - public global::RetellAI.PublishAgentVersionResponse2? Type1307 { get; set; } + public global::RetellAI.CreateAgentVersionResponseStatus3? Type1307 { get; set; } /// /// /// - public global::RetellAI.PublishAgentVersionResponseStatus2? Type1308 { get; set; } + public global::RetellAI.CreateAgentVersionResponse5? Type1308 { get; set; } /// /// /// - public global::RetellAI.PublishAgentVersionResponse3? Type1309 { get; set; } + public global::RetellAI.CreateAgentVersionResponseStatus4? Type1309 { get; set; } /// /// /// - public global::RetellAI.PublishAgentVersionResponseStatus3? Type1310 { get; set; } + public global::RetellAI.CreateAgentVersionResponse6? Type1310 { get; set; } /// /// /// - public global::RetellAI.PublishAgentVersionResponse4? Type1311 { get; set; } + public global::RetellAI.CreateAgentVersionResponseStatus5? Type1311 { get; set; } /// /// /// - public global::RetellAI.PublishAgentVersionResponseStatus4? Type1312 { get; set; } + public global::RetellAI.PublishAgentVersionResponse? Type1312 { get; set; } /// /// /// - public global::RetellAI.PublishAgentVersionResponse5? Type1313 { get; set; } + public global::RetellAI.PublishAgentVersionResponseStatus? Type1313 { get; set; } /// /// /// - public global::RetellAI.PublishAgentVersionResponseStatus5? Type1314 { get; set; } + public global::RetellAI.PublishAgentVersionResponse2? Type1314 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentVersionResponse? Type1315 { get; set; } + public global::RetellAI.PublishAgentVersionResponseStatus2? Type1315 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentVersionResponseStatus? Type1316 { get; set; } + public global::RetellAI.PublishAgentVersionResponse3? Type1316 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentVersionResponse2? Type1317 { get; set; } + public global::RetellAI.PublishAgentVersionResponseStatus3? Type1317 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentVersionResponseStatus2? Type1318 { get; set; } + public global::RetellAI.PublishAgentVersionResponse4? Type1318 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentVersionResponse3? Type1319 { get; set; } + public global::RetellAI.PublishAgentVersionResponseStatus4? Type1319 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentVersionResponseStatus3? Type1320 { get; set; } + public global::RetellAI.PublishAgentVersionResponse5? Type1320 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentVersionResponse4? Type1321 { get; set; } + public global::RetellAI.PublishAgentVersionResponseStatus5? Type1321 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentVersionResponseStatus4? Type1322 { get; set; } + public global::RetellAI.DeleteAgentVersionResponse? Type1322 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentVersionResponse5? Type1323 { get; set; } + public global::RetellAI.DeleteAgentVersionResponseStatus? Type1323 { get; set; } /// /// /// - public global::RetellAI.DeleteAgentVersionResponseStatus5? Type1324 { get; set; } + public global::RetellAI.DeleteAgentVersionResponse2? Type1324 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponse? Type1325 { get; set; } + public global::RetellAI.DeleteAgentVersionResponseStatus2? Type1325 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponseStatus? Type1326 { get; set; } + public global::RetellAI.DeleteAgentVersionResponse3? Type1326 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponse2? Type1327 { get; set; } + public global::RetellAI.DeleteAgentVersionResponseStatus3? Type1327 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponseStatus2? Type1328 { get; set; } + public global::RetellAI.DeleteAgentVersionResponse4? Type1328 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponse3? Type1329 { get; set; } + public global::RetellAI.DeleteAgentVersionResponseStatus4? Type1329 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponseStatus3? Type1330 { get; set; } + public global::RetellAI.DeleteAgentVersionResponse5? Type1330 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponse4? Type1331 { get; set; } + public global::RetellAI.DeleteAgentVersionResponseStatus5? Type1331 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponseStatus4? Type1332 { get; set; } + public global::RetellAI.RerunCallAnalysisResponse? Type1332 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponse5? Type1333 { get; set; } + public global::RetellAI.RerunCallAnalysisResponseStatus? Type1333 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponseStatus5? Type1334 { get; set; } + public global::RetellAI.RerunCallAnalysisResponse2? Type1334 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponse6? Type1335 { get; set; } + public global::RetellAI.RerunCallAnalysisResponseStatus2? Type1335 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponseStatus6? Type1336 { get; set; } + public global::RetellAI.RerunCallAnalysisResponse3? Type1336 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponse7? Type1337 { get; set; } + public global::RetellAI.RerunCallAnalysisResponseStatus3? Type1337 { get; set; } /// /// /// - public global::RetellAI.RerunCallAnalysisResponseStatus7? Type1338 { get; set; } + public global::RetellAI.RerunCallAnalysisResponse4? Type1338 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponse? Type1339 { get; set; } + public global::RetellAI.RerunCallAnalysisResponseStatus4? Type1339 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponseStatus? Type1340 { get; set; } + public global::RetellAI.RerunCallAnalysisResponse5? Type1340 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponse2? Type1341 { get; set; } + public global::RetellAI.RerunCallAnalysisResponseStatus5? Type1341 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponseStatus2? Type1342 { get; set; } + public global::RetellAI.RerunCallAnalysisResponse6? Type1342 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponse3? Type1343 { get; set; } + public global::RetellAI.RerunCallAnalysisResponseStatus6? Type1343 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponseStatus3? Type1344 { get; set; } + public global::RetellAI.RerunCallAnalysisResponse7? Type1344 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponse4? Type1345 { get; set; } + public global::RetellAI.RerunCallAnalysisResponseStatus7? Type1345 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponseStatus4? Type1346 { get; set; } + public global::RetellAI.RerunChatAnalysisResponse? Type1346 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponse5? Type1347 { get; set; } + public global::RetellAI.RerunChatAnalysisResponseStatus? Type1347 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponseStatus5? Type1348 { get; set; } + public global::RetellAI.RerunChatAnalysisResponse2? Type1348 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponse6? Type1349 { get; set; } + public global::RetellAI.RerunChatAnalysisResponseStatus2? Type1349 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponseStatus6? Type1350 { get; set; } + public global::RetellAI.RerunChatAnalysisResponse3? Type1350 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponse7? Type1351 { get; set; } + public global::RetellAI.RerunChatAnalysisResponseStatus3? Type1351 { get; set; } /// /// /// - public global::RetellAI.RerunChatAnalysisResponseStatus7? Type1352 { get; set; } + public global::RetellAI.RerunChatAnalysisResponse4? Type1352 { get; set; } /// /// /// - public global::RetellAI.UpdateAgentResponse? Type1353 { get; set; } + public global::RetellAI.RerunChatAnalysisResponseStatus4? Type1353 { get; set; } /// /// /// - public global::RetellAI.UpdateAgentResponseStatus? Type1354 { get; set; } + public global::RetellAI.RerunChatAnalysisResponse5? Type1354 { get; set; } /// /// /// - public global::RetellAI.UpdateAgentResponse2? Type1355 { get; set; } + public global::RetellAI.RerunChatAnalysisResponseStatus5? Type1355 { get; set; } /// /// /// - public global::RetellAI.UpdateAgentResponseStatus2? Type1356 { get; set; } + public global::RetellAI.RerunChatAnalysisResponse6? Type1356 { get; set; } /// /// /// - public global::RetellAI.UpdateAgentResponse3? Type1357 { get; set; } + public global::RetellAI.RerunChatAnalysisResponseStatus6? Type1357 { get; set; } /// /// /// - public global::RetellAI.UpdateAgentResponseStatus3? Type1358 { get; set; } + public global::RetellAI.RerunChatAnalysisResponse7? Type1358 { get; set; } /// /// /// - public global::RetellAI.UpdateAgentResponse4? Type1359 { get; set; } + public global::RetellAI.RerunChatAnalysisResponseStatus7? Type1359 { get; set; } /// /// /// - public global::RetellAI.UpdateAgentResponseStatus4? Type1360 { get; set; } + public global::RetellAI.UpdateAgentResponse? Type1360 { get; set; } /// /// /// - public global::RetellAI.UpdateAgentResponse5? Type1361 { get; set; } + public global::RetellAI.UpdateAgentResponseStatus? Type1361 { get; set; } /// /// /// - public global::RetellAI.UpdateAgentResponseStatus5? Type1362 { get; set; } + public global::RetellAI.UpdateAgentResponse2? Type1362 { get; set; } /// /// /// - public global::RetellAI.UpdateChatAgentResponse? Type1363 { get; set; } + public global::RetellAI.UpdateAgentResponseStatus2? Type1363 { get; set; } /// /// /// - public global::RetellAI.UpdateChatAgentResponseStatus? Type1364 { get; set; } + public global::RetellAI.UpdateAgentResponse3? Type1364 { get; set; } /// /// /// - public global::RetellAI.UpdateChatAgentResponse2? Type1365 { get; set; } + public global::RetellAI.UpdateAgentResponseStatus3? Type1365 { get; set; } /// /// /// - public global::RetellAI.UpdateChatAgentResponseStatus2? Type1366 { get; set; } + public global::RetellAI.UpdateAgentResponse4? Type1366 { get; set; } /// /// /// - public global::RetellAI.UpdateChatAgentResponse3? Type1367 { get; set; } + public global::RetellAI.UpdateAgentResponseStatus4? Type1367 { get; set; } /// /// /// - public global::RetellAI.UpdateChatAgentResponseStatus3? Type1368 { get; set; } + public global::RetellAI.UpdateAgentResponse5? Type1368 { get; set; } /// /// /// - public global::RetellAI.UpdateChatAgentResponse4? Type1369 { get; set; } + public global::RetellAI.UpdateAgentResponseStatus5? Type1369 { get; set; } /// /// /// - public global::RetellAI.UpdateChatAgentResponseStatus4? Type1370 { get; set; } + public global::RetellAI.UpdateChatAgentResponse? Type1370 { get; set; } /// /// /// - public global::RetellAI.UpdateChatAgentResponse5? Type1371 { get; set; } + public global::RetellAI.UpdateChatAgentResponseStatus? Type1371 { get; set; } /// /// /// - public global::RetellAI.UpdateChatAgentResponseStatus5? Type1372 { get; set; } + public global::RetellAI.UpdateChatAgentResponse2? Type1372 { get; set; } /// /// /// - public global::RetellAI.UpdateChatMetadataResponse? Type1373 { get; set; } + public global::RetellAI.UpdateChatAgentResponseStatus2? Type1373 { get; set; } /// /// /// - public global::RetellAI.UpdateChatMetadataResponseStatus? Type1374 { get; set; } + public global::RetellAI.UpdateChatAgentResponse3? Type1374 { get; set; } /// /// /// - public global::RetellAI.UpdateChatMetadataResponse2? Type1375 { get; set; } + public global::RetellAI.UpdateChatAgentResponseStatus3? Type1375 { get; set; } /// /// /// - public global::RetellAI.UpdateChatMetadataResponseStatus2? Type1376 { get; set; } + public global::RetellAI.UpdateChatAgentResponse4? Type1376 { get; set; } /// /// /// - public global::RetellAI.UpdateChatMetadataResponse3? Type1377 { get; set; } + public global::RetellAI.UpdateChatAgentResponseStatus4? Type1377 { get; set; } /// /// /// - public global::RetellAI.UpdateChatMetadataResponseStatus3? Type1378 { get; set; } + public global::RetellAI.UpdateChatAgentResponse5? Type1378 { get; set; } /// /// /// - public global::RetellAI.UpdateChatMetadataResponse4? Type1379 { get; set; } + public global::RetellAI.UpdateChatAgentResponseStatus5? Type1379 { get; set; } /// /// /// - public global::RetellAI.UpdateChatMetadataResponseStatus4? Type1380 { get; set; } + public global::RetellAI.UpdateChatMetadataResponse? Type1380 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponse? Type1381 { get; set; } + public global::RetellAI.UpdateChatMetadataResponseStatus? Type1381 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponseStatus? Type1382 { get; set; } + public global::RetellAI.UpdateChatMetadataResponse2? Type1382 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponse2? Type1383 { get; set; } + public global::RetellAI.UpdateChatMetadataResponseStatus2? Type1383 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponseStatus2? Type1384 { get; set; } + public global::RetellAI.UpdateChatMetadataResponse3? Type1384 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponse3? Type1385 { get; set; } + public global::RetellAI.UpdateChatMetadataResponseStatus3? Type1385 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponseStatus3? Type1386 { get; set; } + public global::RetellAI.UpdateChatMetadataResponse4? Type1386 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponse4? Type1387 { get; set; } + public global::RetellAI.UpdateChatMetadataResponseStatus4? Type1387 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponseStatus4? Type1388 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponse? Type1388 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponse5? Type1389 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponseStatus? Type1389 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponseStatus5? Type1390 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponse2? Type1390 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponse6? Type1391 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponseStatus2? Type1391 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowComponentResponseStatus6? Type1392 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponse3? Type1392 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponse? Type1393 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponseStatus3? Type1393 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponseStatus? Type1394 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponse4? Type1394 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponse2? Type1395 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponseStatus4? Type1395 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponseStatus2? Type1396 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponse5? Type1396 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponse3? Type1397 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponseStatus5? Type1397 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponseStatus3? Type1398 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponse6? Type1398 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponse4? Type1399 { get; set; } + public global::RetellAI.UpdateConversationFlowComponentResponseStatus6? Type1399 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponseStatus4? Type1400 { get; set; } + public global::RetellAI.UpdateConversationFlowResponse? Type1400 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponse5? Type1401 { get; set; } + public global::RetellAI.UpdateConversationFlowResponseStatus? Type1401 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponseStatus5? Type1402 { get; set; } + public global::RetellAI.UpdateConversationFlowResponse2? Type1402 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponse6? Type1403 { get; set; } + public global::RetellAI.UpdateConversationFlowResponseStatus2? Type1403 { get; set; } /// /// /// - public global::RetellAI.UpdateConversationFlowResponseStatus6? Type1404 { get; set; } + public global::RetellAI.UpdateConversationFlowResponse3? Type1404 { get; set; } /// /// /// - public global::RetellAI.UpdatePhoneNumberResponse? Type1405 { get; set; } + public global::RetellAI.UpdateConversationFlowResponseStatus3? Type1405 { get; set; } /// /// /// - public global::RetellAI.UpdatePhoneNumberResponseStatus? Type1406 { get; set; } + public global::RetellAI.UpdateConversationFlowResponse4? Type1406 { get; set; } /// /// /// - public global::RetellAI.UpdatePhoneNumberResponse2? Type1407 { get; set; } + public global::RetellAI.UpdateConversationFlowResponseStatus4? Type1407 { get; set; } /// /// /// - public global::RetellAI.UpdatePhoneNumberResponseStatus2? Type1408 { get; set; } + public global::RetellAI.UpdateConversationFlowResponse5? Type1408 { get; set; } /// /// /// - public global::RetellAI.UpdatePhoneNumberResponse3? Type1409 { get; set; } + public global::RetellAI.UpdateConversationFlowResponseStatus5? Type1409 { get; set; } /// /// /// - public global::RetellAI.UpdatePhoneNumberResponseStatus3? Type1410 { get; set; } + public global::RetellAI.UpdateConversationFlowResponse6? Type1410 { get; set; } /// /// /// - public global::RetellAI.UpdatePhoneNumberResponse4? Type1411 { get; set; } + public global::RetellAI.UpdateConversationFlowResponseStatus6? Type1411 { get; set; } /// /// /// - public global::RetellAI.UpdatePhoneNumberResponseStatus4? Type1412 { get; set; } + public global::RetellAI.UpdatePhoneNumberResponse? Type1412 { get; set; } /// /// /// - public global::RetellAI.UpdateRetellLLMResponse? Type1413 { get; set; } + public global::RetellAI.UpdatePhoneNumberResponseStatus? Type1413 { get; set; } /// /// /// - public global::RetellAI.UpdateRetellLLMResponseStatus? Type1414 { get; set; } + public global::RetellAI.UpdatePhoneNumberResponse2? Type1414 { get; set; } /// /// /// - public global::RetellAI.UpdateRetellLLMResponse2? Type1415 { get; set; } + public global::RetellAI.UpdatePhoneNumberResponseStatus2? Type1415 { get; set; } /// /// /// - public global::RetellAI.UpdateRetellLLMResponseStatus2? Type1416 { get; set; } + public global::RetellAI.UpdatePhoneNumberResponse3? Type1416 { get; set; } /// /// /// - public global::RetellAI.UpdateRetellLLMResponse3? Type1417 { get; set; } + public global::RetellAI.UpdatePhoneNumberResponseStatus3? Type1417 { get; set; } /// /// /// - public global::RetellAI.UpdateRetellLLMResponseStatus3? Type1418 { get; set; } + public global::RetellAI.UpdatePhoneNumberResponse4? Type1418 { get; set; } /// /// /// - public global::RetellAI.UpdateRetellLLMResponse4? Type1419 { get; set; } + public global::RetellAI.UpdatePhoneNumberResponseStatus4? Type1419 { get; set; } /// /// /// - public global::RetellAI.UpdateRetellLLMResponseStatus4? Type1420 { get; set; } + public global::RetellAI.UpdateRetellLLMResponse? Type1420 { get; set; } /// /// /// - public global::RetellAI.UpdateRetellLLMResponse5? Type1421 { get; set; } + public global::RetellAI.UpdateRetellLLMResponseStatus? Type1421 { get; set; } /// /// /// - public global::RetellAI.UpdateRetellLLMResponseStatus5? Type1422 { get; set; } + public global::RetellAI.UpdateRetellLLMResponse2? Type1422 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponse? Type1423 { get; set; } + public global::RetellAI.UpdateRetellLLMResponseStatus2? Type1423 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponseStatus? Type1424 { get; set; } + public global::RetellAI.UpdateRetellLLMResponse3? Type1424 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponse2? Type1425 { get; set; } + public global::RetellAI.UpdateRetellLLMResponseStatus3? Type1425 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponseStatus2? Type1426 { get; set; } + public global::RetellAI.UpdateRetellLLMResponse4? Type1426 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponse3? Type1427 { get; set; } + public global::RetellAI.UpdateRetellLLMResponseStatus4? Type1427 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponseStatus3? Type1428 { get; set; } + public global::RetellAI.UpdateRetellLLMResponse5? Type1428 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponse4? Type1429 { get; set; } + public global::RetellAI.UpdateRetellLLMResponseStatus5? Type1429 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponseStatus4? Type1430 { get; set; } + public global::RetellAI.CreatePhoneCallResponse? Type1430 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponse5? Type1431 { get; set; } + public global::RetellAI.CreatePhoneCallResponseStatus? Type1431 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponseStatus5? Type1432 { get; set; } + public global::RetellAI.CreatePhoneCallResponse2? Type1432 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponse6? Type1433 { get; set; } + public global::RetellAI.CreatePhoneCallResponseStatus2? Type1433 { get; set; } /// /// /// - public global::RetellAI.CreatePhoneCallResponseStatus6? Type1434 { get; set; } + public global::RetellAI.CreatePhoneCallResponse3? Type1434 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponse? Type1435 { get; set; } + public global::RetellAI.CreatePhoneCallResponseStatus3? Type1435 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponseStatus? Type1436 { get; set; } + public global::RetellAI.CreatePhoneCallResponse4? Type1436 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponse2? Type1437 { get; set; } + public global::RetellAI.CreatePhoneCallResponseStatus4? Type1437 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponseStatus2? Type1438 { get; set; } + public global::RetellAI.CreatePhoneCallResponse5? Type1438 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponse3? Type1439 { get; set; } + public global::RetellAI.CreatePhoneCallResponseStatus5? Type1439 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponseStatus3? Type1440 { get; set; } + public global::RetellAI.CreatePhoneCallResponse6? Type1440 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponse4? Type1441 { get; set; } + public global::RetellAI.CreatePhoneCallResponseStatus6? Type1441 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponseStatus4? Type1442 { get; set; } + public global::RetellAI.CreateWebCallResponse? Type1442 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponse5? Type1443 { get; set; } + public global::RetellAI.CreateWebCallResponseStatus? Type1443 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponseStatus5? Type1444 { get; set; } + public global::RetellAI.CreateWebCallResponse2? Type1444 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponse6? Type1445 { get; set; } + public global::RetellAI.CreateWebCallResponseStatus2? Type1445 { get; set; } /// /// /// - public global::RetellAI.CreateWebCallResponseStatus6? Type1446 { get; set; } + public global::RetellAI.CreateWebCallResponse3? Type1446 { get; set; } /// /// /// - public global::RetellAI.DeleteCallResponse? Type1447 { get; set; } + public global::RetellAI.CreateWebCallResponseStatus3? Type1447 { get; set; } /// /// /// - public global::RetellAI.DeleteCallResponseStatus? Type1448 { get; set; } + public global::RetellAI.CreateWebCallResponse4? Type1448 { get; set; } /// /// /// - public global::RetellAI.DeleteCallResponse2? Type1449 { get; set; } + public global::RetellAI.CreateWebCallResponseStatus4? Type1449 { get; set; } /// /// /// - public global::RetellAI.DeleteCallResponseStatus2? Type1450 { get; set; } + public global::RetellAI.CreateWebCallResponse5? Type1450 { get; set; } /// /// /// - public global::RetellAI.DeleteCallResponse3? Type1451 { get; set; } + public global::RetellAI.CreateWebCallResponseStatus5? Type1451 { get; set; } /// /// /// - public global::RetellAI.DeleteCallResponseStatus3? Type1452 { get; set; } + public global::RetellAI.CreateWebCallResponse6? Type1452 { get; set; } /// /// /// - public global::RetellAI.DeleteCallResponse4? Type1453 { get; set; } + public global::RetellAI.CreateWebCallResponseStatus6? Type1453 { get; set; } /// /// /// - public global::RetellAI.DeleteCallResponseStatus4? Type1454 { get; set; } + public global::RetellAI.DeleteCallResponse? Type1454 { get; set; } /// /// /// - public global::RetellAI.GetCallResponse? Type1455 { get; set; } + public global::RetellAI.DeleteCallResponseStatus? Type1455 { get; set; } /// /// /// - public global::RetellAI.GetCallResponseStatus? Type1456 { get; set; } + public global::RetellAI.DeleteCallResponse2? Type1456 { get; set; } /// /// /// - public global::RetellAI.GetCallResponse2? Type1457 { get; set; } + public global::RetellAI.DeleteCallResponseStatus2? Type1457 { get; set; } /// /// /// - public global::RetellAI.GetCallResponseStatus2? Type1458 { get; set; } + public global::RetellAI.DeleteCallResponse3? Type1458 { get; set; } /// /// /// - public global::RetellAI.GetCallResponse3? Type1459 { get; set; } + public global::RetellAI.DeleteCallResponseStatus3? Type1459 { get; set; } /// /// /// - public global::RetellAI.GetCallResponseStatus3? Type1460 { get; set; } + public global::RetellAI.DeleteCallResponse4? Type1460 { get; set; } /// /// /// - public global::RetellAI.GetCallResponse4? Type1461 { get; set; } + public global::RetellAI.DeleteCallResponseStatus4? Type1461 { get; set; } /// /// /// - public global::RetellAI.GetCallResponseStatus4? Type1462 { get; set; } + public global::RetellAI.GetCallResponse? Type1462 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type1463 { get; set; } + public global::RetellAI.GetCallResponseStatus? Type1463 { get; set; } /// /// /// - public global::RetellAI.ListCallsResponse2? Type1464 { get; set; } + public global::RetellAI.GetCallResponse2? Type1464 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1465 { get; set; } + public global::RetellAI.GetCallResponseStatus2? Type1465 { get; set; } /// /// /// - public global::RetellAI.ListCallsResponse3? Type1466 { get; set; } + public global::RetellAI.GetCallResponse3? Type1466 { get; set; } /// /// /// - public global::RetellAI.ListCallsResponseStatus? Type1467 { get; set; } + public global::RetellAI.GetCallResponseStatus3? Type1467 { get; set; } /// /// /// - public global::RetellAI.ListCallsResponse4? Type1468 { get; set; } + public global::RetellAI.GetCallResponse4? Type1468 { get; set; } /// /// /// - public global::RetellAI.ListCallsResponseStatus2? Type1469 { get; set; } + public global::RetellAI.GetCallResponseStatus4? Type1469 { get; set; } /// /// /// - public global::RetellAI.ListCallsResponse5? Type1470 { get; set; } + public global::RetellAI.AllOf? Type1470 { get; set; } /// /// /// - public global::RetellAI.ListCallsResponseStatus3? Type1471 { get; set; } + public global::RetellAI.ListCallsResponse2? Type1471 { get; set; } /// /// /// - public global::RetellAI.ListCallsResponse6? Type1472 { get; set; } + public global::System.Collections.Generic.IList? Type1472 { get; set; } /// /// /// - public global::RetellAI.ListCallsResponseStatus4? Type1473 { get; set; } + public global::RetellAI.ListCallsResponse3? Type1473 { get; set; } /// /// /// - public global::RetellAI.AllOf? Type1474 { get; set; } + public global::RetellAI.ListCallsResponseStatus? Type1474 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponse2? Type1475 { get; set; } + public global::RetellAI.ListCallsResponse4? Type1475 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1476 { get; set; } + public global::RetellAI.ListCallsResponseStatus2? Type1476 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponseItem? Type1477 { get; set; } + public global::RetellAI.ListCallsResponse5? Type1477 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponseItemChannel? Type1478 { get; set; } + public global::RetellAI.ListCallsResponseStatus3? Type1478 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponseItemStatus? Type1479 { get; set; } + public global::RetellAI.ListCallsResponse6? Type1479 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponse3? Type1480 { get; set; } + public global::RetellAI.ListCallsResponseStatus4? Type1480 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponseStatus? Type1481 { get; set; } + public global::RetellAI.AllOf? Type1481 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponse4? Type1482 { get; set; } + public global::RetellAI.ListExportRequestsResponse2? Type1482 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponseStatus2? Type1483 { get; set; } + public global::System.Collections.Generic.IList? Type1483 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponse5? Type1484 { get; set; } + public global::RetellAI.ListExportRequestsResponseItem? Type1484 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponseStatus3? Type1485 { get; set; } + public global::RetellAI.ListExportRequestsResponseItemChannel? Type1485 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponse6? Type1486 { get; set; } + public global::RetellAI.ListExportRequestsResponseItemStatus? Type1486 { get; set; } /// /// /// - public global::RetellAI.ListExportRequestsResponseStatus4? Type1487 { get; set; } + public global::RetellAI.ListExportRequestsResponse3? Type1487 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponse? Type1488 { get; set; } + public global::RetellAI.ListExportRequestsResponseStatus? Type1488 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponseStatus? Type1489 { get; set; } + public global::RetellAI.ListExportRequestsResponse4? Type1489 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponse2? Type1490 { get; set; } + public global::RetellAI.ListExportRequestsResponseStatus2? Type1490 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponseStatus2? Type1491 { get; set; } + public global::RetellAI.ListExportRequestsResponse5? Type1491 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponse3? Type1492 { get; set; } + public global::RetellAI.ListExportRequestsResponseStatus3? Type1492 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponseStatus3? Type1493 { get; set; } + public global::RetellAI.ListExportRequestsResponse6? Type1493 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponse4? Type1494 { get; set; } + public global::RetellAI.ListExportRequestsResponseStatus4? Type1494 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponseStatus4? Type1495 { get; set; } + public global::RetellAI.RegisterPhoneCallResponse? Type1495 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponse5? Type1496 { get; set; } + public global::RetellAI.RegisterPhoneCallResponseStatus? Type1496 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponseStatus5? Type1497 { get; set; } + public global::RetellAI.RegisterPhoneCallResponse2? Type1497 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponse6? Type1498 { get; set; } + public global::RetellAI.RegisterPhoneCallResponseStatus2? Type1498 { get; set; } /// /// /// - public global::RetellAI.RegisterPhoneCallResponseStatus6? Type1499 { get; set; } + public global::RetellAI.RegisterPhoneCallResponse3? Type1499 { get; set; } /// /// /// - public global::RetellAI.UpdateCallMetadataResponse? Type1500 { get; set; } + public global::RetellAI.RegisterPhoneCallResponseStatus3? Type1500 { get; set; } /// /// /// - public global::RetellAI.UpdateCallMetadataResponseStatus? Type1501 { get; set; } + public global::RetellAI.RegisterPhoneCallResponse4? Type1501 { get; set; } /// /// /// - public global::RetellAI.UpdateCallMetadataResponse2? Type1502 { get; set; } + public global::RetellAI.RegisterPhoneCallResponseStatus4? Type1502 { get; set; } /// /// /// - public global::RetellAI.UpdateCallMetadataResponseStatus2? Type1503 { get; set; } + public global::RetellAI.RegisterPhoneCallResponse5? Type1503 { get; set; } /// /// /// - public global::RetellAI.UpdateCallMetadataResponse3? Type1504 { get; set; } + public global::RetellAI.RegisterPhoneCallResponseStatus5? Type1504 { get; set; } /// /// /// - public global::RetellAI.UpdateCallMetadataResponseStatus3? Type1505 { get; set; } + public global::RetellAI.RegisterPhoneCallResponse6? Type1505 { get; set; } /// /// /// - public global::RetellAI.UpdateCallMetadataResponse4? Type1506 { get; set; } + public global::RetellAI.RegisterPhoneCallResponseStatus6? Type1506 { get; set; } /// /// /// - public global::RetellAI.UpdateCallMetadataResponseStatus4? Type1507 { get; set; } + public global::RetellAI.UpdateCallMetadataResponse? Type1507 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallResponse? Type1508 { get; set; } + public global::RetellAI.UpdateCallMetadataResponseStatus? Type1508 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallResponse2? Type1509 { get; set; } + public global::RetellAI.UpdateCallMetadataResponse2? Type1509 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallResponseStatus? Type1510 { get; set; } + public global::RetellAI.UpdateCallMetadataResponseStatus2? Type1510 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallResponse3? Type1511 { get; set; } + public global::RetellAI.UpdateCallMetadataResponse3? Type1511 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallResponseStatus2? Type1512 { get; set; } + public global::RetellAI.UpdateCallMetadataResponseStatus3? Type1512 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallResponse4? Type1513 { get; set; } + public global::RetellAI.UpdateCallMetadataResponse4? Type1513 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallResponseStatus3? Type1514 { get; set; } + public global::RetellAI.UpdateCallMetadataResponseStatus4? Type1514 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallResponse5? Type1515 { get; set; } + public global::RetellAI.UpdateLiveCallResponse? Type1515 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallResponseStatus4? Type1516 { get; set; } + public global::RetellAI.UpdateLiveCallResponse2? Type1516 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallResponse6? Type1517 { get; set; } + public global::RetellAI.UpdateLiveCallResponseStatus? Type1517 { get; set; } /// /// /// - public global::RetellAI.UpdateLiveCallResponseStatus5? Type1518 { get; set; } + public global::RetellAI.UpdateLiveCallResponse3? Type1518 { get; set; } /// /// /// - public global::RetellAI.StopCallResponse? Type1519 { get; set; } + public global::RetellAI.UpdateLiveCallResponseStatus2? Type1519 { get; set; } /// /// /// - public global::RetellAI.StopCallResponseStatus? Type1520 { get; set; } + public global::RetellAI.UpdateLiveCallResponse4? Type1520 { get; set; } /// /// /// - public global::RetellAI.StopCallResponse2? Type1521 { get; set; } + public global::RetellAI.UpdateLiveCallResponseStatus3? Type1521 { get; set; } /// /// /// - public global::RetellAI.StopCallResponseStatus2? Type1522 { get; set; } + public global::RetellAI.UpdateLiveCallResponse5? Type1522 { get; set; } /// /// /// - public global::RetellAI.StopCallResponse3? Type1523 { get; set; } + public global::RetellAI.UpdateLiveCallResponseStatus4? Type1523 { get; set; } /// /// /// - public global::RetellAI.StopCallResponseStatus3? Type1524 { get; set; } + public global::RetellAI.UpdateLiveCallResponse6? Type1524 { get; set; } /// /// /// - public global::RetellAI.StopCallResponse4? Type1525 { get; set; } + public global::RetellAI.UpdateLiveCallResponseStatus5? Type1525 { get; set; } /// /// /// - public global::RetellAI.StopCallResponseStatus4? Type1526 { get; set; } + public global::RetellAI.StopCallResponse? Type1526 { get; set; } + /// + /// + /// + public global::RetellAI.StopCallResponseStatus? Type1527 { get; set; } + /// + /// + /// + public global::RetellAI.StopCallResponse2? Type1528 { get; set; } + /// + /// + /// + public global::RetellAI.StopCallResponseStatus2? Type1529 { get; set; } + /// + /// + /// + public global::RetellAI.StopCallResponse3? Type1530 { get; set; } + /// + /// + /// + public global::RetellAI.StopCallResponseStatus3? Type1531 { get; set; } + /// + /// + /// + public global::RetellAI.StopCallResponse4? Type1532 { get; set; } + /// + /// + /// + public global::RetellAI.StopCallResponseStatus4? Type1533 { get; set; } /// /// @@ -6173,7 +6201,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::RetellAI.OneOf>? ListType9 { get; set; } + public global::RetellAI.OneOf, global::RetellAI.AgentRequestLanguage?>? ListType9 { get; set; } /// /// /// @@ -6229,294 +6257,298 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.List? ListType23 { get; set; } + public global::RetellAI.OneOf, global::RetellAI.ChatAgentRequestLanguage?>? ListType23 { get; set; } + /// + /// + /// + public global::System.Collections.Generic.List? ListType24 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType24 { get; set; } + public global::System.Collections.Generic.List? ListType25 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType25 { get; set; } + public global::System.Collections.Generic.List? ListType26 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType26 { get; set; } + public global::System.Collections.Generic.List? ListType27 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType27 { get; set; } + public global::System.Collections.Generic.List? ListType28 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType28 { get; set; } + public global::System.Collections.Generic.List? ListType29 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType29 { get; set; } + public global::System.Collections.Generic.List? ListType30 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType30 { get; set; } + public global::System.Collections.Generic.List? ListType31 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType31 { get; set; } + public global::System.Collections.Generic.List? ListType32 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType32 { get; set; } + public global::System.Collections.Generic.List? ListType33 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType33 { get; set; } + public global::System.Collections.Generic.List? ListType34 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType34 { get; set; } + public global::System.Collections.Generic.List? ListType35 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType35 { get; set; } + public global::System.Collections.Generic.List? ListType36 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType36 { get; set; } + public global::System.Collections.Generic.List? ListType37 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType37 { get; set; } + public global::System.Collections.Generic.List? ListType38 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType38 { get; set; } + public global::System.Collections.Generic.List? ListType39 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType39 { get; set; } + public global::System.Collections.Generic.List? ListType40 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType40 { get; set; } + public global::System.Collections.Generic.List? ListType41 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType41 { get; set; } + public global::System.Collections.Generic.List? ListType42 { get; set; } /// /// /// - public global::System.Collections.Generic.List>? ListType42 { get; set; } + public global::System.Collections.Generic.List>? ListType43 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType43 { get; set; } + public global::System.Collections.Generic.List? ListType44 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType44 { get; set; } + public global::System.Collections.Generic.List? ListType45 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType45 { get; set; } + public global::System.Collections.Generic.List? ListType46 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType46 { get; set; } + public global::System.Collections.Generic.List? ListType47 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType47 { get; set; } + public global::System.Collections.Generic.List? ListType48 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType48 { get; set; } + public global::System.Collections.Generic.List? ListType49 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType49 { get; set; } + public global::System.Collections.Generic.List? ListType50 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType50 { get; set; } + public global::System.Collections.Generic.List? ListType51 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType51 { get; set; } + public global::System.Collections.Generic.List? ListType52 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType52 { get; set; } + public global::System.Collections.Generic.List? ListType53 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType53 { get; set; } + public global::System.Collections.Generic.List? ListType54 { get; set; } /// /// /// - public global::System.Collections.Generic.List>? ListType54 { get; set; } + public global::System.Collections.Generic.List>? ListType55 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType55 { get; set; } + public global::System.Collections.Generic.List? ListType56 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType56 { get; set; } + public global::System.Collections.Generic.List? ListType57 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType57 { get; set; } + public global::System.Collections.Generic.List? ListType58 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType58 { get; set; } + public global::System.Collections.Generic.List? ListType59 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType59 { get; set; } + public global::System.Collections.Generic.List? ListType60 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType60 { get; set; } + public global::System.Collections.Generic.List? ListType61 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType61 { get; set; } + public global::System.Collections.Generic.List? ListType62 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType62 { get; set; } + public global::System.Collections.Generic.List? ListType63 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType63 { get; set; } + public global::System.Collections.Generic.List? ListType64 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType64 { get; set; } + public global::System.Collections.Generic.List? ListType65 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType65 { get; set; } + public global::System.Collections.Generic.List? ListType66 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType66 { get; set; } + public global::System.Collections.Generic.List? ListType67 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType67 { get; set; } + public global::System.Collections.Generic.List? ListType68 { get; set; } /// /// /// - public global::System.Collections.Generic.List>? ListType68 { get; set; } + public global::System.Collections.Generic.List>? ListType69 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType69 { get; set; } + public global::System.Collections.Generic.List? ListType70 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType70 { get; set; } + public global::System.Collections.Generic.List? ListType71 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType71 { get; set; } + public global::System.Collections.Generic.List? ListType72 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType72 { get; set; } + public global::System.Collections.Generic.List? ListType73 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType73 { get; set; } + public global::System.Collections.Generic.List? ListType74 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType74 { get; set; } + public global::System.Collections.Generic.List? ListType75 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType75 { get; set; } + public global::System.Collections.Generic.List? ListType76 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType76 { get; set; } + public global::System.Collections.Generic.List? ListType77 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType77 { get; set; } + public global::System.Collections.Generic.List? ListType78 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType78 { get; set; } + public global::System.Collections.Generic.List? ListType79 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType79 { get; set; } + public global::System.Collections.Generic.List? ListType80 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType80 { get; set; } + public global::System.Collections.Generic.List? ListType81 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType81 { get; set; } + public global::System.Collections.Generic.List? ListType82 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType82 { get; set; } + public global::System.Collections.Generic.List? ListType83 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType83 { get; set; } + public global::System.Collections.Generic.List? ListType84 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType84 { get; set; } + public global::System.Collections.Generic.List? ListType85 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType85 { get; set; } + public global::System.Collections.Generic.List? ListType86 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType86 { get; set; } + public global::System.Collections.Generic.List? ListType87 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType87 { get; set; } + public global::System.Collections.Generic.List? ListType88 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType88 { get; set; } + public global::System.Collections.Generic.List? ListType89 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType89 { get; set; } + public global::System.Collections.Generic.List? ListType90 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType90 { get; set; } + public global::System.Collections.Generic.List? ListType91 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType91 { get; set; } + public global::System.Collections.Generic.List? ListType92 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType92 { get; set; } + public global::System.Collections.Generic.List? ListType93 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType93 { get; set; } + public global::System.Collections.Generic.List? ListType94 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType94 { get; set; } + public global::System.Collections.Generic.List? ListType95 { get; set; } /// /// /// - public global::System.Collections.Generic.List? ListType95 { get; set; } + public global::System.Collections.Generic.List? ListType96 { get; set; } } } \ No newline at end of file diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.AgentRequest.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.AgentRequest.g.cs index 9990525b..ac4cc610 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.AgentRequest.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.AgentRequest.g.cs @@ -1,4 +1,6 @@ +#pragma warning disable CS0618 // Type or member is obsolete + #nullable enable namespace RetellAI @@ -214,11 +216,11 @@ public sealed partial class AgentRequest public double? AmbientSoundVolume { get; set; } /// - /// Specifies what language(s) the agent will operate in. Accepts either a single scalar locale (e.g. `en-US`), the legacy scalar value `multi` for multilingual support, or an array of concrete locale codes for explicit multi-locale selection (e.g. `["en-US","es-ES"]`). The array form must contain concrete locale codes only — the `multi` value is valid only as the scalar legacy form and must not appear inside an array. Single-element arrays are normalized to the equivalent scalar on output. If unset, defaults to `en-US`. + /// Specifies what language(s) the agent will operate in. Accepts either a single locale (e.g. `en-US`) or an array of locales for multilingual agents (e.g. `["en-US","es-ES"]`). The scalar value `multi` is deprecated but still accepted as a scalar, and is stored and returned as the ten locales it used to mean. It must not appear inside the array form. Send an explicit locale array instead. If unset, defaults to `en-US`. /// [global::System.Text.Json.Serialization.JsonPropertyName("language")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.OneOfJsonConverter>))] - public global::RetellAI.OneOf>? Language { get; set; } + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.OneOfJsonConverter, global::RetellAI.AgentRequestLanguage?>))] + public global::RetellAI.OneOf, global::RetellAI.AgentRequestLanguage?>? Language { get; set; } /// /// The webhook for agent to listen to call events. See what events it would get at [webhook doc](/features/webhook). If set, will binds webhook events for this agent to the specified url, and will ignore the account level webhook for this agent. Set to `null` to remove webhook url from this agent.
@@ -554,7 +556,7 @@ public sealed partial class AgentRequest /// Example: 1 /// /// - /// Specifies what language(s) the agent will operate in. Accepts either a single scalar locale (e.g. `en-US`), the legacy scalar value `multi` for multilingual support, or an array of concrete locale codes for explicit multi-locale selection (e.g. `["en-US","es-ES"]`). The array form must contain concrete locale codes only — the `multi` value is valid only as the scalar legacy form and must not appear inside an array. Single-element arrays are normalized to the equivalent scalar on output. If unset, defaults to `en-US`. + /// Specifies what language(s) the agent will operate in. Accepts either a single locale (e.g. `en-US`) or an array of locales for multilingual agents (e.g. `["en-US","es-ES"]`). The scalar value `multi` is deprecated but still accepted as a scalar, and is stored and returned as the ten locales it used to mean. It must not appear inside the array form. Send an explicit locale array instead. If unset, defaults to `en-US`. /// /// /// The webhook for agent to listen to call events. See what events it would get at [webhook doc](/features/webhook). If set, will binds webhook events for this agent to the specified url, and will ignore the account level webhook for this agent. Set to `null` to remove webhook url from this agent.
@@ -690,7 +692,7 @@ public AgentRequest( int? reminderMaxCount, global::RetellAI.AgentRequestAmbientSound? ambientSound, double? ambientSoundVolume, - global::RetellAI.OneOf>? language, + global::RetellAI.OneOf, global::RetellAI.AgentRequestLanguage?>? language, string? webhookUrl, global::System.Collections.Generic.IList? webhookEvents, int? webhookTimeoutMs, diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.LanguageLegacyEnum.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.AgentRequestLanguage.g.cs similarity index 68% rename from src/libs/RetellAI/Generated/RetellAI.Models.LanguageLegacyEnum.g.cs rename to src/libs/RetellAI/Generated/RetellAI.Models.AgentRequestLanguage.g.cs index a3d1f3f4..ebf931d1 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.LanguageLegacyEnum.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.AgentRequestLanguage.g.cs @@ -6,7 +6,7 @@ namespace RetellAI /// /// /// - public enum LanguageLegacyEnum + public enum AgentRequestLanguage { /// /// @@ -17,27 +17,27 @@ public enum LanguageLegacyEnum /// /// Enum extensions to do fast conversions without the reflection. /// - public static class LanguageLegacyEnumExtensions + public static class AgentRequestLanguageExtensions { /// /// Converts an enum to a string. /// - public static string ToValueString(this LanguageLegacyEnum value) + public static string ToValueString(this AgentRequestLanguage value) { return value switch { - LanguageLegacyEnum.Multi => "multi", + AgentRequestLanguage.Multi => "multi", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; } /// /// Converts an string to a enum. /// - public static LanguageLegacyEnum? ToEnum(string value) + public static AgentRequestLanguage? ToEnum(string value) { return value switch { - "multi" => LanguageLegacyEnum.Multi, + "multi" => AgentRequestLanguage.Multi, _ => null, }; } diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.AgentRequestPronunciationDictionaryItem.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.AgentRequestPronunciationDictionaryItem.g.cs index a0d14a2b..00f0695b 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.AgentRequestPronunciationDictionaryItem.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.AgentRequestPronunciationDictionaryItem.g.cs @@ -18,7 +18,7 @@ public sealed partial class AgentRequestPronunciationDictionaryItem public required string Word { get; set; } /// - /// The phonetic alphabet to be used for pronunciation.
+ /// The phonetic alphabet to use. MiniMax speech-02-turbo supports IPA and Pinyin. MiniMax speech-2.8-turbo also supports Jyutping. Support for other alphabets depends on the selected voice provider and model.
/// Example: ipa ///
/// ipa @@ -28,7 +28,7 @@ public sealed partial class AgentRequestPronunciationDictionaryItem public required global::RetellAI.AgentRequestPronunciationDictionaryItemAlphabet Alphabet { get; set; } /// - /// Pronunciation of the word in the format of a IPA / CMU pronunciation.
+ /// Pronunciation of the word in the format of the selected phonetic alphabet.
/// Example: ˈæktʃuəli ///
/// ˈæktʃuəli @@ -50,11 +50,11 @@ public sealed partial class AgentRequestPronunciationDictionaryItem /// Example: actually /// /// - /// The phonetic alphabet to be used for pronunciation.
+ /// The phonetic alphabet to use. MiniMax speech-02-turbo supports IPA and Pinyin. MiniMax speech-2.8-turbo also supports Jyutping. Support for other alphabets depends on the selected voice provider and model.
/// Example: ipa /// /// - /// Pronunciation of the word in the format of a IPA / CMU pronunciation.
+ /// Pronunciation of the word in the format of the selected phonetic alphabet.
/// Example: ˈæktʃuəli /// #if NET7_0_OR_GREATER diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.AgentRequestPronunciationDictionaryItemAlphabet.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.AgentRequestPronunciationDictionaryItemAlphabet.g.cs index 3dd2a6cc..a10b1388 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.AgentRequestPronunciationDictionaryItemAlphabet.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.AgentRequestPronunciationDictionaryItemAlphabet.g.cs @@ -4,7 +4,7 @@ namespace RetellAI { /// - /// The phonetic alphabet to be used for pronunciation.
+ /// The phonetic alphabet to use. MiniMax speech-02-turbo supports IPA and Pinyin. MiniMax speech-2.8-turbo also supports Jyutping. Support for other alphabets depends on the selected voice provider and model.
/// Example: ipa ///
public enum AgentRequestPronunciationDictionaryItemAlphabet @@ -17,6 +17,14 @@ public enum AgentRequestPronunciationDictionaryItemAlphabet /// ///
Ipa, + /// + /// + /// + Jyutping, + /// + /// + /// + Pinyin, } /// @@ -33,6 +41,8 @@ public static string ToValueString(this AgentRequestPronunciationDictionaryItemA { AgentRequestPronunciationDictionaryItemAlphabet.Cmu => "cmu", AgentRequestPronunciationDictionaryItemAlphabet.Ipa => "ipa", + AgentRequestPronunciationDictionaryItemAlphabet.Jyutping => "jyutping", + AgentRequestPronunciationDictionaryItemAlphabet.Pinyin => "pinyin", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; } @@ -45,6 +55,8 @@ public static string ToValueString(this AgentRequestPronunciationDictionaryItemA { "cmu" => AgentRequestPronunciationDictionaryItemAlphabet.Cmu, "ipa" => AgentRequestPronunciationDictionaryItemAlphabet.Ipa, + "jyutping" => AgentRequestPronunciationDictionaryItemAlphabet.Jyutping, + "pinyin" => AgentRequestPronunciationDictionaryItemAlphabet.Pinyin, _ => null, }; } diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.ChatAgentRequest.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.ChatAgentRequest.g.cs index 9dc92407..b0e2128d 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.ChatAgentRequest.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.ChatAgentRequest.g.cs @@ -1,4 +1,6 @@ +#pragma warning disable CS0618 // Type or member is obsolete + #nullable enable namespace RetellAI @@ -48,11 +50,11 @@ public sealed partial class ChatAgentRequest public int? EndChatAfterSilenceMs { get; set; } /// - /// Specifies what language(s) the agent will operate in. Accepts either a single scalar locale (e.g. `en-US`), the legacy scalar value `multi` for multilingual support, or an array of concrete locale codes for explicit multi-locale selection (e.g. `["en-US","es-ES"]`). The array form must contain concrete locale codes only — the `multi` value is valid only as the scalar legacy form and must not appear inside an array. Single-element arrays are normalized to the equivalent scalar on output. If unset, defaults to `en-US`. + /// Specifies what language(s) the agent will operate in. Accepts either a single locale (e.g. `en-US`) or an array of locales for multilingual agents (e.g. `["en-US","es-ES"]`). The scalar value `multi` is deprecated but still accepted as a scalar, and is stored and returned as the ten locales it used to mean. It must not appear inside the array form. Send an explicit locale array instead. If unset, defaults to `en-US`. /// [global::System.Text.Json.Serialization.JsonPropertyName("language")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.OneOfJsonConverter>))] - public global::RetellAI.OneOf>? Language { get; set; } + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.OneOfJsonConverter, global::RetellAI.ChatAgentRequestLanguage?>))] + public global::RetellAI.OneOf, global::RetellAI.ChatAgentRequestLanguage?>? Language { get; set; } /// /// The webhook for agent to listen to chat events. See what events it would get at [webhook doc](/features/webhook). If set, will binds webhook events for this agent to the specified url, and will ignore the account level webhook for this agent. Set to `null` to remove webhook url from this agent.
@@ -175,7 +177,7 @@ public sealed partial class ChatAgentRequest /// Example: 3600000 /// /// - /// Specifies what language(s) the agent will operate in. Accepts either a single scalar locale (e.g. `en-US`), the legacy scalar value `multi` for multilingual support, or an array of concrete locale codes for explicit multi-locale selection (e.g. `["en-US","es-ES"]`). The array form must contain concrete locale codes only — the `multi` value is valid only as the scalar legacy form and must not appear inside an array. Single-element arrays are normalized to the equivalent scalar on output. If unset, defaults to `en-US`. + /// Specifies what language(s) the agent will operate in. Accepts either a single locale (e.g. `en-US`) or an array of locales for multilingual agents (e.g. `["en-US","es-ES"]`). The scalar value `multi` is deprecated but still accepted as a scalar, and is stored and returned as the ten locales it used to mean. It must not appear inside the array form. Send an explicit locale array instead. If unset, defaults to `en-US`. /// /// /// The webhook for agent to listen to chat events. See what events it would get at [webhook doc](/features/webhook). If set, will binds webhook events for this agent to the specified url, and will ignore the account level webhook for this agent. Set to `null` to remove webhook url from this agent.
@@ -228,7 +230,7 @@ public ChatAgentRequest( string? versionTitle, string? autoCloseMessage, int? endChatAfterSilenceMs, - global::RetellAI.OneOf>? language, + global::RetellAI.OneOf, global::RetellAI.ChatAgentRequestLanguage?>? language, string? webhookUrl, global::System.Collections.Generic.IList? webhookEvents, int? webhookTimeoutMs, diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.ChatAgentRequestLanguage.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.ChatAgentRequestLanguage.g.cs new file mode 100644 index 00000000..7860a004 --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.Models.ChatAgentRequestLanguage.g.cs @@ -0,0 +1,45 @@ + +#nullable enable + +namespace RetellAI +{ + /// + /// + /// + public enum ChatAgentRequestLanguage + { + /// + /// + /// + Multi, + } + + /// + /// Enum extensions to do fast conversions without the reflection. + /// + public static class ChatAgentRequestLanguageExtensions + { + /// + /// Converts an enum to a string. + /// + public static string ToValueString(this ChatAgentRequestLanguage value) + { + return value switch + { + ChatAgentRequestLanguage.Multi => "multi", + _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), + }; + } + /// + /// Converts an string to a enum. + /// + public static ChatAgentRequestLanguage? ToEnum(string value) + { + return value switch + { + "multi" => ChatAgentRequestLanguage.Multi, + _ => null, + }; + } + } +} \ No newline at end of file diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.Cohort.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.Cohort.g.cs index 4402f7cd..02224f9a 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.Cohort.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.Cohort.g.cs @@ -78,7 +78,7 @@ public sealed partial class Cohort public required double AnalyzedCalls { get; set; } /// - /// Scoring mode - "default" weighs metrics equally, "weighted" uses each metric's configured score weight. + /// "default" requires every condition and metric to pass; "weighted" allows a lower `successful_criteria` threshold, so a call can pass without meeting every one. /// [global::System.Text.Json.Serialization.JsonPropertyName("evaluation_mode")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.CohortEvaluationModeJsonConverter))] @@ -126,7 +126,7 @@ public sealed partial class Cohort /// Number of calls that have completed QA analysis. /// /// - /// Scoring mode - "default" weighs metrics equally, "weighted" uses each metric's configured score weight. + /// "default" requires every condition and metric to pass; "weighted" allows a lower `successful_criteria` threshold, so a call can pass without meeting every one. /// /// /// Optional cap on the number of calls sampled per week. diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CohortEvaluationMode.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CohortEvaluationMode.g.cs index ff5d08f1..3ba141c4 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CohortEvaluationMode.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CohortEvaluationMode.g.cs @@ -4,7 +4,7 @@ namespace RetellAI { /// - /// Scoring mode - "default" weighs metrics equally, "weighted" uses each metric's configured score weight. + /// "default" requires every condition and metric to pass; "weighted" allows a lower `successful_criteria` threshold, so a call can pass without meeting every one. /// public enum CohortEvaluationMode { diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CohortQaListArgs.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CohortQaListArgs.g.cs index ae740970..b430ed3d 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CohortQaListArgs.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CohortQaListArgs.g.cs @@ -22,7 +22,7 @@ public sealed partial class CohortQaListArgs public int? Limit { get; set; } /// - /// Sort order. + /// Sort order. Defaults to "desc". /// [global::System.Text.Json.Serialization.JsonPropertyName("order")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.CohortQaListArgsOrderJsonConverter))] @@ -50,7 +50,7 @@ public sealed partial class CohortQaListArgs /// Maximum number of records to return. Defaults to 1000. /// /// - /// Sort order. + /// Sort order. Defaults to "desc". /// /// /// Number of records to skip for pagination. diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CohortQaListArgsOrder.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CohortQaListArgsOrder.g.cs index ce12e417..7f27f069 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CohortQaListArgsOrder.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CohortQaListArgsOrder.g.cs @@ -4,7 +4,7 @@ namespace RetellAI { /// - /// Sort order. + /// Sort order. Defaults to "desc". /// public enum CohortQaListArgsOrder { diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.ConversationFlowVariant2.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.ConversationFlowVariant2.g.cs index ab94fc0e..0b8c2506 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.ConversationFlowVariant2.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.ConversationFlowVariant2.g.cs @@ -73,12 +73,12 @@ public sealed partial class ConversationFlowVariant2 public global::System.Collections.Generic.IList? Mcps { get; set; } /// - /// Whether this conversation flow is used for transfer LLM.
+ /// Whether this conversation flow is used for warm transfer. Can only be set at creation, and is ignored on update.
/// Example: false ///
/// false - [global::System.Text.Json.Serialization.JsonPropertyName("is_transfer_llm")] - public bool? IsTransferLlm { get; set; } + [global::System.Text.Json.Serialization.JsonPropertyName("is_transfer_cf")] + public bool? IsTransferCf { get; set; } /// /// Array of nodes in the conversation flow.
@@ -129,8 +129,8 @@ public sealed partial class ConversationFlowVariant2 /// /// A list of MCP server configurations to use for this conversation flow. /// - /// - /// Whether this conversation flow is used for transfer LLM.
+ /// + /// Whether this conversation flow is used for warm transfer. Can only be set at creation, and is ignored on update.
/// Example: false /// /// @@ -150,7 +150,7 @@ public ConversationFlowVariant2( global::RetellAI.ConversationFlowVariant2BeginTagDisplayPosition? beginTagDisplayPosition, global::System.Collections.Generic.IList? notes, global::System.Collections.Generic.IList? mcps, - bool? isTransferLlm, + bool? isTransferCf, global::System.Collections.Generic.IList? nodes) { this.GlobalPrompt = globalPrompt; @@ -162,7 +162,7 @@ public ConversationFlowVariant2( this.BeginTagDisplayPosition = beginTagDisplayPosition; this.Notes = notes; this.Mcps = mcps; - this.IsTransferLlm = isTransferLlm; + this.IsTransferCf = isTransferCf; this.Nodes = nodes; } diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.CustomTool.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.CustomTool.g.cs index 384e3658..946071ec 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.CustomTool.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.CustomTool.g.cs @@ -103,6 +103,12 @@ public sealed partial class CustomTool [global::System.Text.Json.Serialization.JsonPropertyName("timeout_ms")] public int? TimeoutMs { get; set; } + /// + /// Maximum number of times to retry the request after a failed attempt, from 0 (no retry) to 5. Retries happen on any failure, with exponential backoff between attempts; the backoff delay is not configurable. `timeout_ms` applies per attempt rather than as a budget across all attempts, so an attempt that times out is still retried and the worst-case total duration is `timeout_ms` multiplied by (`max_retry` + 1) as well as any latency incurred by the exponential backoff + jitter between each retry. Only the final attempt's result is reported to the agent. Because retries repeat the request, only set this above 0 if your endpoint is idempotent — a retried request may be processed more than once. Defaults to 0 (no retry). + /// + [global::System.Text.Json.Serialization.JsonPropertyName("max_retry")] + public int? MaxRetry { get; set; } + /// /// If set to true, the parameters will be passed as root level JSON object instead of nested under "args". /// @@ -174,6 +180,9 @@ public sealed partial class CustomTool /// /// The maximum time in milliseconds the tool can run before it's considered timeout. If the tool times out, the agent would have that info. The minimum value allowed is 1000 ms (1 s), and maximum value allowed is 600,000 ms (10 min). By default, this is set to 120,000 ms (2 min). /// + /// + /// Maximum number of times to retry the request after a failed attempt, from 0 (no retry) to 5. Retries happen on any failure, with exponential backoff between attempts; the backoff delay is not configurable. `timeout_ms` applies per attempt rather than as a budget across all attempts, so an attempt that times out is still retried and the worst-case total duration is `timeout_ms` multiplied by (`max_retry` + 1) as well as any latency incurred by the exponential backoff + jitter between each retry. Only the final attempt's result is reported to the agent. Because retries repeat the request, only set this above 0 if your endpoint is idempotent — a retried request may be processed more than once. Defaults to 0 (no retry). + /// /// /// If set to true, the parameters will be passed as root level JSON object instead of nested under "args". /// @@ -201,6 +210,7 @@ public CustomTool( string? executionMessageDescription, global::RetellAI.CustomToolExecutionMessageType? executionMessageType, int? timeoutMs, + int? maxRetry, bool? argsAtRoot, global::RetellAI.CustomToolParameterType? parameterType, bool? enableTypingSound) @@ -219,6 +229,7 @@ public CustomTool( this.ExecutionMessageDescription = executionMessageDescription; this.ExecutionMessageType = executionMessageType; this.TimeoutMs = timeoutMs; + this.MaxRetry = maxRetry; this.ArgsAtRoot = argsAtRoot; this.ParameterType = parameterType; this.EnableTypingSound = enableTypingSound; diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.LanguageLegacy.Json.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse.Json.g.cs similarity index 88% rename from src/libs/RetellAI/Generated/RetellAI.Models.LanguageLegacy.Json.g.cs rename to src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse.Json.g.cs index 54573d95..5cfb2831 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.LanguageLegacy.Json.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse.Json.g.cs @@ -2,7 +2,7 @@ namespace RetellAI { - public readonly partial struct LanguageLegacy + public sealed partial class GetApiKeyInfoResponse { /// /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. @@ -47,20 +47,20 @@ public string ToJson( /// /// Deserializes a JSON string using the provided JsonSerializerContext. /// - public static global::RetellAI.LanguageLegacy? FromJson( + public static global::RetellAI.GetApiKeyInfoResponse? FromJson( string json, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return global::System.Text.Json.JsonSerializer.Deserialize( json, - typeof(global::RetellAI.LanguageLegacy), - jsonSerializerContext) as global::RetellAI.LanguageLegacy?; + typeof(global::RetellAI.GetApiKeyInfoResponse), + jsonSerializerContext) as global::RetellAI.GetApiKeyInfoResponse; } /// /// Deserializes a JSON string using the generated default JsonSerializerContext. /// - public static global::RetellAI.LanguageLegacy? FromJson( + public static global::RetellAI.GetApiKeyInfoResponse? FromJson( string json) { return FromJson( @@ -75,7 +75,7 @@ public string ToJson( [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] #endif - public static global::RetellAI.LanguageLegacy? FromJson( + public static global::RetellAI.GetApiKeyInfoResponse? FromJson( string json, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { @@ -86,7 +86,7 @@ public string ToJson( global::RetellAI.SourceGenerationContext.Default); } - return global::System.Text.Json.JsonSerializer.Deserialize( + return global::System.Text.Json.JsonSerializer.Deserialize( json, jsonSerializerOptions); } @@ -94,20 +94,20 @@ public string ToJson( /// /// Deserializes a JSON stream using the provided JsonSerializerContext. /// - public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) { return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, - typeof(global::RetellAI.LanguageLegacy), - jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.LanguageLegacy?; + typeof(global::RetellAI.GetApiKeyInfoResponse), + jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.GetApiKeyInfoResponse; } /// /// Deserializes a JSON stream using the generated default JsonSerializerContext. /// - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream) { return FromJsonStreamAsync( @@ -122,7 +122,7 @@ public string ToJson( [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] #endif - public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( global::System.IO.Stream jsonStream, global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) { @@ -133,7 +133,7 @@ public string ToJson( global::RetellAI.SourceGenerationContext.Default); } - return global::System.Text.Json.JsonSerializer.DeserializeAsync( + return global::System.Text.Json.JsonSerializer.DeserializeAsync( jsonStream, jsonSerializerOptions); } diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse.g.cs new file mode 100644 index 00000000..b83041f8 --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse.g.cs @@ -0,0 +1,79 @@ + +#nullable enable + +namespace RetellAI +{ + /// + /// + /// + public sealed partial class GetApiKeyInfoResponse + { + /// + /// Unique id of the org that owns the API key.
+ /// Example: org_5cbb51d3cba24c2b8f4ec25b8ded + ///
+ /// org_5cbb51d3cba24c2b8f4ec25b8ded + [global::System.Text.Json.Serialization.JsonPropertyName("org_id")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string OrgId { get; set; } + + /// + /// Display name of the org.
+ /// Example: Acme Inc + ///
+ /// Acme Inc + [global::System.Text.Json.Serialization.JsonPropertyName("org_name")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string OrgName { get; set; } + + /// + /// Display name of the API key used, if it has one.
+ /// Example: My API Key + ///
+ /// My API Key + [global::System.Text.Json.Serialization.JsonPropertyName("api_key_name")] + public string? ApiKeyName { get; set; } + + /// + /// Additional properties that are not explicitly defined in the schema + /// + [global::System.Text.Json.Serialization.JsonExtensionData] + public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + + /// + /// Initializes a new instance of the class. + /// + /// + /// Unique id of the org that owns the API key.
+ /// Example: org_5cbb51d3cba24c2b8f4ec25b8ded + /// + /// + /// Display name of the org.
+ /// Example: Acme Inc + /// + /// + /// Display name of the API key used, if it has one.
+ /// Example: My API Key + /// +#if NET7_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] +#endif + public GetApiKeyInfoResponse( + string orgId, + string orgName, + string? apiKeyName) + { + this.OrgId = orgId ?? throw new global::System.ArgumentNullException(nameof(orgId)); + this.OrgName = orgName ?? throw new global::System.ArgumentNullException(nameof(orgName)); + this.ApiKeyName = apiKeyName; + } + + /// + /// Initializes a new instance of the class. + /// + public GetApiKeyInfoResponse() + { + } + + } +} \ No newline at end of file diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse2.Json.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse2.Json.g.cs new file mode 100644 index 00000000..e58a4cc1 --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse2.Json.g.cs @@ -0,0 +1,141 @@ +#nullable enable + +namespace RetellAI +{ + public sealed partial class GetApiKeyInfoResponse2 + { + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. + /// + public string ToJson( + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Serialize( + this, + this.GetType(), + jsonSerializerContext); + } + + /// + /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. + /// + public string ToJson() + { + return ToJson(global::RetellAI.SourceGenerationContext.Default); + } + + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public string ToJson( + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return ToJson(global::RetellAI.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Serialize( + this, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerContext. + /// + public static global::RetellAI.GetApiKeyInfoResponse2? FromJson( + string json, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + typeof(global::RetellAI.GetApiKeyInfoResponse2), + jsonSerializerContext) as global::RetellAI.GetApiKeyInfoResponse2; + } + + /// + /// Deserializes a JSON string using the generated default JsonSerializerContext. + /// + public static global::RetellAI.GetApiKeyInfoResponse2? FromJson( + string json) + { + return FromJson( + json, + global::RetellAI.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::RetellAI.GetApiKeyInfoResponse2? FromJson( + string json, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJson( + json, + global::RetellAI.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerContext. + /// + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + typeof(global::RetellAI.GetApiKeyInfoResponse2), + jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.GetApiKeyInfoResponse2; + } + + /// + /// Deserializes a JSON stream using the generated default JsonSerializerContext. + /// + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream) + { + return FromJsonStreamAsync( + jsonStream, + global::RetellAI.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJsonStreamAsync( + jsonStream, + global::RetellAI.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + jsonSerializerOptions); + } + } +} diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse2.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse2.g.cs new file mode 100644 index 00000000..e309567e --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse2.g.cs @@ -0,0 +1,57 @@ + +#nullable enable + +namespace RetellAI +{ + /// + /// + /// + public sealed partial class GetApiKeyInfoResponse2 + { + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("status")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatusJsonConverter))] + public global::RetellAI.GetApiKeyInfoResponseStatus? Status { get; set; } + + /// + /// Example: API key is missing or invalid. + /// + /// API key is missing or invalid. + [global::System.Text.Json.Serialization.JsonPropertyName("message")] + public string? Message { get; set; } + + /// + /// Additional properties that are not explicitly defined in the schema + /// + [global::System.Text.Json.Serialization.JsonExtensionData] + public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + + /// + /// Initializes a new instance of the class. + /// + /// + /// + /// Example: API key is missing or invalid. + /// +#if NET7_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] +#endif + public GetApiKeyInfoResponse2( + global::RetellAI.GetApiKeyInfoResponseStatus? status, + string? message) + { + this.Status = status; + this.Message = message; + } + + /// + /// Initializes a new instance of the class. + /// + public GetApiKeyInfoResponse2() + { + } + + } +} \ No newline at end of file diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse3.Json.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse3.Json.g.cs new file mode 100644 index 00000000..33ebf598 --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse3.Json.g.cs @@ -0,0 +1,141 @@ +#nullable enable + +namespace RetellAI +{ + public sealed partial class GetApiKeyInfoResponse3 + { + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerContext. + /// + public string ToJson( + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Serialize( + this, + this.GetType(), + jsonSerializerContext); + } + + /// + /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext. + /// + public string ToJson() + { + return ToJson(global::RetellAI.SourceGenerationContext.Default); + } + + /// + /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public string ToJson( + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return ToJson(global::RetellAI.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Serialize( + this, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerContext. + /// + public static global::RetellAI.GetApiKeyInfoResponse3? FromJson( + string json, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + typeof(global::RetellAI.GetApiKeyInfoResponse3), + jsonSerializerContext) as global::RetellAI.GetApiKeyInfoResponse3; + } + + /// + /// Deserializes a JSON string using the generated default JsonSerializerContext. + /// + public static global::RetellAI.GetApiKeyInfoResponse3? FromJson( + string json) + { + return FromJson( + json, + global::RetellAI.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON string using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::RetellAI.GetApiKeyInfoResponse3? FromJson( + string json, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJson( + json, + global::RetellAI.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.Deserialize( + json, + jsonSerializerOptions); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerContext. + /// + public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext) + { + return (await global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + typeof(global::RetellAI.GetApiKeyInfoResponse3), + jsonSerializerContext).ConfigureAwait(false)) as global::RetellAI.GetApiKeyInfoResponse3; + } + + /// + /// Deserializes a JSON stream using the generated default JsonSerializerContext. + /// + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream) + { + return FromJsonStreamAsync( + jsonStream, + global::RetellAI.SourceGenerationContext.Default); + } + + /// + /// Deserializes a JSON stream using the provided JsonSerializerOptions. + /// +#if NET8_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")] + [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")] +#endif + public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync( + global::System.IO.Stream jsonStream, + global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null) + { + if (jsonSerializerOptions is null) + { + return FromJsonStreamAsync( + jsonStream, + global::RetellAI.SourceGenerationContext.Default); + } + + return global::System.Text.Json.JsonSerializer.DeserializeAsync( + jsonStream, + jsonSerializerOptions); + } + } +} diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse3.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse3.g.cs new file mode 100644 index 00000000..64d584bf --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponse3.g.cs @@ -0,0 +1,57 @@ + +#nullable enable + +namespace RetellAI +{ + /// + /// + /// + public sealed partial class GetApiKeyInfoResponse3 + { + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("status")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.GetApiKeyInfoResponseStatus2JsonConverter))] + public global::RetellAI.GetApiKeyInfoResponseStatus2? Status { get; set; } + + /// + /// Example: An unexpected server error occurred. + /// + /// An unexpected server error occurred. + [global::System.Text.Json.Serialization.JsonPropertyName("message")] + public string? Message { get; set; } + + /// + /// Additional properties that are not explicitly defined in the schema + /// + [global::System.Text.Json.Serialization.JsonExtensionData] + public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + + /// + /// Initializes a new instance of the class. + /// + /// + /// + /// Example: An unexpected server error occurred. + /// +#if NET7_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] +#endif + public GetApiKeyInfoResponse3( + global::RetellAI.GetApiKeyInfoResponseStatus2? status, + string? message) + { + this.Status = status; + this.Message = message; + } + + /// + /// Initializes a new instance of the class. + /// + public GetApiKeyInfoResponse3() + { + } + + } +} \ No newline at end of file diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponseStatus.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponseStatus.g.cs new file mode 100644 index 00000000..0b66343e --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponseStatus.g.cs @@ -0,0 +1,45 @@ + +#nullable enable + +namespace RetellAI +{ + /// + /// + /// + public enum GetApiKeyInfoResponseStatus + { + /// + /// + /// + Error, + } + + /// + /// Enum extensions to do fast conversions without the reflection. + /// + public static class GetApiKeyInfoResponseStatusExtensions + { + /// + /// Converts an enum to a string. + /// + public static string ToValueString(this GetApiKeyInfoResponseStatus value) + { + return value switch + { + GetApiKeyInfoResponseStatus.Error => "error", + _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), + }; + } + /// + /// Converts an string to a enum. + /// + public static GetApiKeyInfoResponseStatus? ToEnum(string value) + { + return value switch + { + "error" => GetApiKeyInfoResponseStatus.Error, + _ => null, + }; + } + } +} \ No newline at end of file diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponseStatus2.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponseStatus2.g.cs new file mode 100644 index 00000000..64d1ab13 --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.Models.GetApiKeyInfoResponseStatus2.g.cs @@ -0,0 +1,45 @@ + +#nullable enable + +namespace RetellAI +{ + /// + /// + /// + public enum GetApiKeyInfoResponseStatus2 + { + /// + /// + /// + Error, + } + + /// + /// Enum extensions to do fast conversions without the reflection. + /// + public static class GetApiKeyInfoResponseStatus2Extensions + { + /// + /// Converts an enum to a string. + /// + public static string ToValueString(this GetApiKeyInfoResponseStatus2 value) + { + return value switch + { + GetApiKeyInfoResponseStatus2.Error => "error", + _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), + }; + } + /// + /// Converts an string to a enum. + /// + public static GetApiKeyInfoResponseStatus2? ToEnum(string value) + { + return value switch + { + "error" => GetApiKeyInfoResponseStatus2.Error, + _ => null, + }; + } + } +} \ No newline at end of file diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.LLMModel.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.LLMModel.g.cs index 5425f4a4..66a8975a 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.LLMModel.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.LLMModel.g.cs @@ -39,6 +39,14 @@ public enum LLMModel /// /// /// + Gemini35FlashLite, + /// + /// + /// + Gemini36Flash, + /// + /// + /// Gpt41, /// /// @@ -113,6 +121,8 @@ public static string ToValueString(this LLMModel value) LLMModel.Gemini30Flash => "gemini-3.0-flash", LLMModel.Gemini31FlashLite => "gemini-3.1-flash-lite", LLMModel.Gemini35Flash => "gemini-3.5-flash", + LLMModel.Gemini35FlashLite => "gemini-3.5-flash-lite", + LLMModel.Gemini36Flash => "gemini-3.6-flash", LLMModel.Gpt41 => "gpt-4.1", LLMModel.Gpt41Mini => "gpt-4.1-mini", LLMModel.Gpt41Nano => "gpt-4.1-nano", @@ -144,6 +154,8 @@ public static string ToValueString(this LLMModel value) "gemini-3.0-flash" => LLMModel.Gemini30Flash, "gemini-3.1-flash-lite" => LLMModel.Gemini31FlashLite, "gemini-3.5-flash" => LLMModel.Gemini35Flash, + "gemini-3.5-flash-lite" => LLMModel.Gemini35FlashLite, + "gemini-3.6-flash" => LLMModel.Gemini36Flash, "gpt-4.1" => LLMModel.Gpt41, "gpt-4.1-mini" => LLMModel.Gpt41Mini, "gpt-4.1-nano" => LLMModel.Gpt41Nano, diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.Language3.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.Language3.g.cs index 2ee93943..5713c08c 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.Language3.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.Language3.g.cs @@ -4,7 +4,7 @@ namespace RetellAI { /// - /// Specifies what language (and dialect) the agent will operate in. For instance, selecting `en-GB` optimizes speech recognition for British English and indexes knowledge bases with English. If unset, will use default value `en-US`. This enum does not include the legacy scalar value `multi`.
+ /// Specifies what language (and dialect) the agent will operate in. For instance, selecting `en-GB` optimizes speech recognition for British English and indexes knowledge bases with English. If unset, will use default value `en-US`.
/// Example: en-US ///
public enum Language3 diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.LanguageLegacy.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.LanguageLegacy.g.cs deleted file mode 100644 index 4cb7e6ac..00000000 --- a/src/libs/RetellAI/Generated/RetellAI.Models.LanguageLegacy.g.cs +++ /dev/null @@ -1,297 +0,0 @@ -#pragma warning disable CS0618 // Type or member is obsolete - -#nullable enable - -namespace RetellAI -{ - /// - /// Legacy single-string language format. Accepts any concrete locale from `Language`, plus the special scalar value `multi` for multilingual support. If unset, will use default value `en-US`.
- /// Example: en-US - ///
- public readonly partial struct LanguageLegacy : global::System.IEquatable - { - /// - /// Specifies what language (and dialect) the agent will operate in. For instance, selecting `en-GB` optimizes speech recognition for British English and indexes knowledge bases with English. If unset, will use default value `en-US`. This enum does not include the legacy scalar value `multi`.
- /// Example: en-US - ///
-#if NET6_0_OR_GREATER - public global::RetellAI.Language3? Language3 { get; init; } -#else - public global::RetellAI.Language3? Language3 { get; } -#endif - - /// - /// - /// -#if NET6_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.MemberNotNullWhen(true, nameof(Language3))] -#endif - public bool IsLanguage3 => Language3 != null; - - /// - /// - /// - public bool TryPickLanguage3( -#if NET6_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.NotNullWhen(true)] -#endif - out global::RetellAI.Language3? value) - { - value = Language3; - return IsLanguage3; - } - - /// - /// - /// - public global::RetellAI.Language3 PickLanguage3() => IsLanguage3 - ? Language3!.Value - : throw new global::System.InvalidOperationException($"Expected union variant 'Language3' but the value was {ToString()}."); - - /// - /// - /// -#if NET6_0_OR_GREATER - public global::RetellAI.LanguageLegacyEnum? Enum { get; init; } -#else - public global::RetellAI.LanguageLegacyEnum? Enum { get; } -#endif - - /// - /// - /// -#if NET6_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.MemberNotNullWhen(true, nameof(Enum))] -#endif - public bool IsEnum => Enum != null; - - /// - /// - /// - public bool TryPickEnum( -#if NET6_0_OR_GREATER - [global::System.Diagnostics.CodeAnalysis.NotNullWhen(true)] -#endif - out global::RetellAI.LanguageLegacyEnum? value) - { - value = Enum; - return IsEnum; - } - - /// - /// - /// - public global::RetellAI.LanguageLegacyEnum PickEnum() => IsEnum - ? Enum!.Value - : throw new global::System.InvalidOperationException($"Expected union variant 'Enum' but the value was {ToString()}."); - /// - /// - /// - public static implicit operator LanguageLegacy(global::RetellAI.Language3 value) => new LanguageLegacy((global::RetellAI.Language3?)value); - - /// - /// - /// - public static implicit operator global::RetellAI.Language3?(LanguageLegacy @this) => @this.Language3; - - /// - /// - /// - public LanguageLegacy(global::RetellAI.Language3? value) - { - Language3 = value; - } - - /// - /// - /// - public static LanguageLegacy FromLanguage3(global::RetellAI.Language3? value) => new LanguageLegacy(value); - - /// - /// - /// - public static implicit operator LanguageLegacy(global::RetellAI.LanguageLegacyEnum value) => new LanguageLegacy((global::RetellAI.LanguageLegacyEnum?)value); - - /// - /// - /// - public static implicit operator global::RetellAI.LanguageLegacyEnum?(LanguageLegacy @this) => @this.Enum; - - /// - /// - /// - public LanguageLegacy(global::RetellAI.LanguageLegacyEnum? value) - { - Enum = value; - } - - /// - /// - /// - public static LanguageLegacy FromEnum(global::RetellAI.LanguageLegacyEnum? value) => new LanguageLegacy(value); - - /// - /// - /// - public LanguageLegacy( - global::RetellAI.Language3? language3, - global::RetellAI.LanguageLegacyEnum? @enum - ) - { - Language3 = language3; - Enum = @enum; - } - - /// - /// - /// - public object? Object => - Enum as object ?? - Language3 as object - ; - - /// - /// - /// - public override string? ToString() => - Language3?.ToValueString() ?? - Enum?.ToValueString() - ; - - /// - /// - /// - public bool Validate() - { - return IsLanguage3 && !IsEnum || !IsLanguage3 && IsEnum; - } - - /// - /// - /// - public TResult? Match( - global::System.Func? language3 = null, - global::System.Func? @enum = null, - bool validate = true) - { - if (validate) - { - Validate(); - } - - if (IsLanguage3 && language3 != null) - { - return language3(Language3!); - } - else if (IsEnum && @enum != null) - { - return @enum(Enum!); - } - - return default(TResult); - } - - /// - /// - /// - public void Match( - global::System.Action? language3 = null, - - global::System.Action? @enum = null, - bool validate = true) - { - if (validate) - { - Validate(); - } - - if (IsLanguage3) - { - language3?.Invoke(Language3!); - } - else if (IsEnum) - { - @enum?.Invoke(Enum!); - } - } - - /// - /// - /// - public void Switch( - global::System.Action? language3 = null, - global::System.Action? @enum = null, - bool validate = true) - { - if (validate) - { - Validate(); - } - - if (IsLanguage3) - { - language3?.Invoke(Language3!); - } - else if (IsEnum) - { - @enum?.Invoke(Enum!); - } - } - - /// - /// - /// - public override int GetHashCode() - { - var fields = new object?[] - { - Language3, - typeof(global::RetellAI.Language3), - Enum, - typeof(global::RetellAI.LanguageLegacyEnum), - }; - const int offset = unchecked((int)2166136261); - const int prime = 16777619; - static int HashCodeAggregator(int hashCode, object? value) => value == null - ? (hashCode ^ 0) * prime - : (hashCode ^ value.GetHashCode()) * prime; - - return global::System.Linq.Enumerable.Aggregate(fields, offset, HashCodeAggregator); - } - - /// - /// - /// - public bool Equals(LanguageLegacy other) - { - return - global::System.Collections.Generic.EqualityComparer.Default.Equals(Language3, other.Language3) && - global::System.Collections.Generic.EqualityComparer.Default.Equals(Enum, other.Enum) - ; - } - - /// - /// - /// - public static bool operator ==(LanguageLegacy obj1, LanguageLegacy obj2) - { - return global::System.Collections.Generic.EqualityComparer.Default.Equals(obj1, obj2); - } - - /// - /// - /// - public static bool operator !=(LanguageLegacy obj1, LanguageLegacy obj2) - { - return !(obj1 == obj2); - } - - /// - /// - /// - public override bool Equals(object? obj) - { - return obj is LanguageLegacy o && Equals(o); - } - } -} diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.MessageBase.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.MessageBase.g.cs index ca3d2ea6..a7e848fb 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.MessageBase.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.MessageBase.g.cs @@ -35,6 +35,12 @@ public sealed partial class MessageBase [global::System.Text.Json.Serialization.JsonRequired] public required string Content { get; set; } + /// + /// Multimedia attachments received with this message (MMS). Display only; a textual summary of each attachment is already included in content. Response only — supplying it in a request has no effect and is silently ignored. Omitted from PII-scrubbed messages. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("multimedia")] + public global::System.Collections.Generic.IList? Multimedia { get; set; } + /// /// Create timestamp of the message
/// Example: 1703302428855 @@ -64,6 +70,9 @@ public sealed partial class MessageBase /// Unique id of the message
/// Example: Jabr9TXYYJHfvl6Syypi88rdAHYHmcq6 /// + /// + /// Multimedia attachments received with this message (MMS). Display only; a textual summary of each attachment is already included in content. Response only — supplying it in a request has no effect and is silently ignored. Omitted from PII-scrubbed messages. + /// /// /// Create timestamp of the message
/// Example: 1703302428855 @@ -75,11 +84,13 @@ public MessageBase( global::RetellAI.MessageBaseRole role, string content, string? messageId, + global::System.Collections.Generic.IList? multimedia, long? createdTimestamp) { this.MessageId = messageId; this.Role = role; this.Content = content ?? throw new global::System.ArgumentNullException(nameof(content)); + this.Multimedia = multimedia; this.CreatedTimestamp = createdTimestamp; } diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.NullableLLMModel.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.NullableLLMModel.g.cs index d9608608..c33a1123 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.NullableLLMModel.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.NullableLLMModel.g.cs @@ -39,6 +39,14 @@ public enum NullableLLMModel /// /// /// + Gemini35FlashLite, + /// + /// + /// + Gemini36Flash, + /// + /// + /// Gpt41, /// /// @@ -117,6 +125,8 @@ public static string ToValueString(this NullableLLMModel value) NullableLLMModel.Gemini30Flash => "gemini-3.0-flash", NullableLLMModel.Gemini31FlashLite => "gemini-3.1-flash-lite", NullableLLMModel.Gemini35Flash => "gemini-3.5-flash", + NullableLLMModel.Gemini35FlashLite => "gemini-3.5-flash-lite", + NullableLLMModel.Gemini36Flash => "gemini-3.6-flash", NullableLLMModel.Gpt41 => "gpt-4.1", NullableLLMModel.Gpt41Mini => "gpt-4.1-mini", NullableLLMModel.Gpt41Nano => "gpt-4.1-nano", @@ -149,6 +159,8 @@ public static string ToValueString(this NullableLLMModel value) "gemini-3.0-flash" => NullableLLMModel.Gemini30Flash, "gemini-3.1-flash-lite" => NullableLLMModel.Gemini31FlashLite, "gemini-3.5-flash" => NullableLLMModel.Gemini35Flash, + "gemini-3.5-flash-lite" => NullableLLMModel.Gemini35FlashLite, + "gemini-3.6-flash" => NullableLLMModel.Gemini36Flash, "gpt-4.1" => NullableLLMModel.Gpt41, "gpt-4.1-mini" => NullableLLMModel.Gpt41Mini, "gpt-4.1-nano" => NullableLLMModel.Gpt41Nano, diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.Organization.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.Organization.g.cs index 1faa8a54..4065ca53 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.Organization.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.Organization.g.cs @@ -130,7 +130,7 @@ public sealed partial class Organization public string? EnterpriseId { get; set; } /// - /// + /// Org feature gates. Includes Dynamo-stored buckets plus computed Redis rollout flags marked exposeToApi; computed flags win on name collision. /// [global::System.Text.Json.Serialization.JsonPropertyName("feature_bucket")] public object? FeatureBucket { get; set; } @@ -203,7 +203,9 @@ public sealed partial class Organization /// Example: {"threshold":10000,"target_amount":25000} /// /// - /// + /// + /// Org feature gates. Includes Dynamo-stored buckets plus computed Redis rollout flags marked exposeToApi; computed flags win on name collision. + /// /// /// /// Conductor overage policy applied once the per-user/per-org daily free limits are exhausted. "off" rejects requests past the daily limit; "limited" allows up to `monthly_limit_usd` (USD) of metered overage per month; "unlimited" allows metered overage with no monthly cap. diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.OrganizationFeatureBucket.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.OrganizationFeatureBucket.g.cs index d12d0e3a..aa6d99db 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.OrganizationFeatureBucket.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.OrganizationFeatureBucket.g.cs @@ -4,7 +4,7 @@ namespace RetellAI { /// - /// + /// Org feature gates. Includes Dynamo-stored buckets plus computed Redis rollout flags marked exposeToApi; computed flags win on name collision. /// public sealed partial class OrganizationFeatureBucket { diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.OrganizationResponseVariant2.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.OrganizationResponseVariant2.g.cs index 7c70e7e8..a950d468 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.OrganizationResponseVariant2.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.OrganizationResponseVariant2.g.cs @@ -14,6 +14,19 @@ public sealed partial class OrganizationResponseVariant2 [global::System.Text.Json.Serialization.JsonPropertyName("org_id")] public string? OrgId { get; set; } + /// + /// Contract end date (YYYY-MM-DD) of the org's enterprise plan, if it belongs to one. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("enterprise_plan_end")] + public string? EnterprisePlanEnd { get; set; } + + /// + /// Lifecycle status of the org's enterprise plan, if it belongs to one. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("enterprise_plan_status")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::RetellAI.JsonConverters.OrganizationResponseVariant2EnterprisePlanStatusJsonConverter))] + public global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatus? EnterprisePlanStatus { get; set; } + /// /// Additional properties that are not explicitly defined in the schema /// @@ -26,13 +39,23 @@ public sealed partial class OrganizationResponseVariant2 /// /// Unique identifier of the organization /// + /// + /// Contract end date (YYYY-MM-DD) of the org's enterprise plan, if it belongs to one. + /// + /// + /// Lifecycle status of the org's enterprise plan, if it belongs to one. + /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif public OrganizationResponseVariant2( - string? orgId) + string? orgId, + string? enterprisePlanEnd, + global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatus? enterprisePlanStatus) { this.OrgId = orgId; + this.EnterprisePlanEnd = enterprisePlanEnd; + this.EnterprisePlanStatus = enterprisePlanStatus; } /// diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.OrganizationResponseVariant2EnterprisePlanStatus.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.OrganizationResponseVariant2EnterprisePlanStatus.g.cs new file mode 100644 index 00000000..3eb8d140 --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.Models.OrganizationResponseVariant2EnterprisePlanStatus.g.cs @@ -0,0 +1,57 @@ + +#nullable enable + +namespace RetellAI +{ + /// + /// Lifecycle status of the org's enterprise plan, if it belongs to one. + /// + public enum OrganizationResponseVariant2EnterprisePlanStatus + { + /// + /// + /// + Active, + /// + /// + /// + Expired, + /// + /// + /// + Terminated, + } + + /// + /// Enum extensions to do fast conversions without the reflection. + /// + public static class OrganizationResponseVariant2EnterprisePlanStatusExtensions + { + /// + /// Converts an enum to a string. + /// + public static string ToValueString(this OrganizationResponseVariant2EnterprisePlanStatus value) + { + return value switch + { + OrganizationResponseVariant2EnterprisePlanStatus.Active => "active", + OrganizationResponseVariant2EnterprisePlanStatus.Expired => "expired", + OrganizationResponseVariant2EnterprisePlanStatus.Terminated => "terminated", + _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), + }; + } + /// + /// Converts an string to a enum. + /// + public static OrganizationResponseVariant2EnterprisePlanStatus? ToEnum(string value) + { + return value switch + { + "active" => OrganizationResponseVariant2EnterprisePlanStatus.Active, + "expired" => OrganizationResponseVariant2EnterprisePlanStatus.Expired, + "terminated" => OrganizationResponseVariant2EnterprisePlanStatus.Terminated, + _ => null, + }; + } + } +} \ No newline at end of file diff --git a/src/libs/RetellAI/Generated/RetellAI.Models.RetellLlmRequestVariant2.g.cs b/src/libs/RetellAI/Generated/RetellAI.Models.RetellLlmRequestVariant2.g.cs index c14cb3a0..b73d806f 100644 --- a/src/libs/RetellAI/Generated/RetellAI.Models.RetellLlmRequestVariant2.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.Models.RetellLlmRequestVariant2.g.cs @@ -58,6 +58,14 @@ public sealed partial class RetellLlmRequestVariant2 [global::System.Text.Json.Serialization.JsonPropertyName("mcps")] public global::System.Collections.Generic.IList? Mcps { get; set; } + /// + /// Whether this Retell LLM is used for warm transfer. Can only be set at creation, and is ignored on update.
+ /// Example: false + ///
+ /// false + [global::System.Text.Json.Serialization.JsonPropertyName("is_transfer_llm")] + public bool? IsTransferLlm { get; set; } + /// /// Additional properties that are not explicitly defined in the schema /// @@ -94,6 +102,10 @@ public sealed partial class RetellLlmRequestVariant2 /// /// A list of MCPs to use for this LLM. /// + /// + /// Whether this Retell LLM is used for warm transfer. Can only be set at creation, and is ignored on update.
+ /// Example: false + /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif @@ -103,7 +115,8 @@ public RetellLlmRequestVariant2( global::System.Collections.Generic.IList? states, string? startingState, global::System.Collections.Generic.Dictionary? defaultDynamicVariables, - global::System.Collections.Generic.IList? mcps) + global::System.Collections.Generic.IList? mcps, + bool? isTransferLlm) { this.GeneralPrompt = generalPrompt; this.GeneralTools = generalTools; @@ -111,6 +124,7 @@ public RetellLlmRequestVariant2( this.StartingState = startingState; this.DefaultDynamicVariables = defaultDynamicVariables; this.Mcps = mcps; + this.IsTransferLlm = isTransferLlm; } /// diff --git a/src/libs/RetellAI/Generated/RetellAI.RetellAiClient.GetApiKeyInfo.g.cs b/src/libs/RetellAI/Generated/RetellAI.RetellAiClient.GetApiKeyInfo.g.cs new file mode 100644 index 00000000..ff16371c --- /dev/null +++ b/src/libs/RetellAI/Generated/RetellAI.RetellAiClient.GetApiKeyInfo.g.cs @@ -0,0 +1,489 @@ + +#nullable enable + +namespace RetellAI +{ + public partial class RetellAiClient + { + + + private static readonly global::RetellAI.EndPointSecurityRequirement s_GetApiKeyInfoSecurityRequirement0 = + new global::RetellAI.EndPointSecurityRequirement + { + Authorizations = new global::RetellAI.EndPointAuthorizationRequirement[] + { new global::RetellAI.EndPointAuthorizationRequirement + { + Type = "Http", + SchemeId = "ApiKey", + Location = "Header", + Name = "Bearer", + FriendlyName = "Bearer", + }, + }, + }; + private static readonly global::RetellAI.EndPointSecurityRequirement[] s_GetApiKeyInfoSecurityRequirements = + new global::RetellAI.EndPointSecurityRequirement[] + { s_GetApiKeyInfoSecurityRequirement0, + }; + partial void PrepareGetApiKeyInfoArguments( + global::System.Net.Http.HttpClient httpClient); + partial void PrepareGetApiKeyInfoRequest( + global::System.Net.Http.HttpClient httpClient, + global::System.Net.Http.HttpRequestMessage httpRequestMessage); + partial void ProcessGetApiKeyInfoResponse( + global::System.Net.Http.HttpClient httpClient, + global::System.Net.Http.HttpResponseMessage httpResponseMessage); + + partial void ProcessGetApiKeyInfoResponseContent( + global::System.Net.Http.HttpClient httpClient, + global::System.Net.Http.HttpResponseMessage httpResponseMessage, + ref string content); + + /// + /// Get info about the API key used to authenticate, and the org that owns it. + /// + /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. + /// The token to cancel the operation with + /// + public async global::System.Threading.Tasks.Task GetApiKeyInfoAsync( + global::RetellAI.AutoSDKRequestOptions? requestOptions = default, + global::System.Threading.CancellationToken cancellationToken = default) + { + var __response = await GetApiKeyInfoAsResponseAsync( + requestOptions: requestOptions, + cancellationToken: cancellationToken + ).ConfigureAwait(false); + + return __response.Body; + } + /// + /// Get info about the API key used to authenticate, and the org that owns it. + /// + /// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering. + /// The token to cancel the operation with + /// + public async global::System.Threading.Tasks.Task> GetApiKeyInfoAsResponseAsync( + global::RetellAI.AutoSDKRequestOptions? requestOptions = default, + global::System.Threading.CancellationToken cancellationToken = default) + { + PrepareArguments( + client: HttpClient); + PrepareGetApiKeyInfoArguments( + httpClient: HttpClient); + + + var __authorizations = global::RetellAI.EndPointSecurityResolver.ResolveAuthorizations( + availableAuthorizations: Authorizations, + securityRequirements: s_GetApiKeyInfoSecurityRequirements, + operationName: "GetApiKeyInfoAsync"); + + using var __timeoutCancellationTokenSource = global::RetellAI.AutoSDKRequestOptionsSupport.CreateTimeoutCancellationTokenSource( + clientOptions: Options, + requestOptions: requestOptions, + cancellationToken: cancellationToken); + var __effectiveCancellationToken = __timeoutCancellationTokenSource?.Token ?? cancellationToken; + var __effectiveReadResponseAsString = global::RetellAI.AutoSDKRequestOptionsSupport.GetReadResponseAsString( + clientOptions: Options, + requestOptions: requestOptions, + fallbackValue: ReadResponseAsString); + var __maxAttempts = global::RetellAI.AutoSDKRequestOptionsSupport.GetMaxAttempts( + clientOptions: Options, + requestOptions: requestOptions, + supportsRetry: true); + + global::System.Net.Http.HttpRequestMessage __CreateHttpRequest() + { + + var __pathBuilder = new global::RetellAI.PathBuilder( + path: "/get-api-key-info", + baseUri: HttpClient.BaseAddress); + var __path = __pathBuilder.ToString(); + __path = global::RetellAI.AutoSDKRequestOptionsSupport.AppendQueryParameters( + path: __path, + clientParameters: Options.QueryParameters, + requestParameters: requestOptions?.QueryParameters); + var __httpRequest = new global::System.Net.Http.HttpRequestMessage( + method: global::System.Net.Http.HttpMethod.Get, + requestUri: new global::System.Uri(__path, global::System.UriKind.RelativeOrAbsolute)); +#if NET6_0_OR_GREATER + __httpRequest.Version = global::System.Net.HttpVersion.Version11; + __httpRequest.VersionPolicy = global::System.Net.Http.HttpVersionPolicy.RequestVersionOrHigher; +#endif + + foreach (var __authorization in __authorizations) + { + if (__authorization.Type == "Http" || + __authorization.Type == "OAuth2" || + __authorization.Type == "OpenIdConnect") + { + __httpRequest.Headers.Authorization = new global::System.Net.Http.Headers.AuthenticationHeaderValue( + scheme: __authorization.Name, + parameter: __authorization.Value); + } + else if (__authorization.Type == "ApiKey" && + __authorization.Location == "Header") + { + __httpRequest.Headers.Add(__authorization.Name, __authorization.Value); + } + } + global::RetellAI.AutoSDKRequestOptionsSupport.ApplyHeaders( + request: __httpRequest, + clientHeaders: Options.Headers, + requestHeaders: requestOptions?.Headers); + + PrepareRequest( + client: HttpClient, + request: __httpRequest); + PrepareGetApiKeyInfoRequest( + httpClient: HttpClient, + httpRequestMessage: __httpRequest); + + return __httpRequest; + } + + global::System.Net.Http.HttpRequestMessage? __httpRequest = null; + global::System.Net.Http.HttpResponseMessage? __response = null; + var __attemptNumber = 0; + try + { + for (var __attempt = 1; __attempt <= __maxAttempts; __attempt++) + { + __attemptNumber = __attempt; + __httpRequest = __CreateHttpRequest(); + await global::RetellAI.AutoSDKRequestOptionsSupport.OnBeforeRequestAsync( + clientOptions: Options, + context: global::RetellAI.AutoSDKRequestOptionsSupport.CreateHookContext( + operationId: "GetApiKeyInfo", + methodName: "GetApiKeyInfoAsync", + pathTemplate: "\"/get-api-key-info\"", + httpMethod: "GET", + baseUri: BaseUri, + request: __httpRequest!, + response: null, + exception: null, + clientOptions: Options, + requestOptions: requestOptions, + attempt: __attempt, + maxAttempts: __maxAttempts, + willRetry: false, + retryDelay: null, + retryReason: global::System.String.Empty, + cancellationToken: __effectiveCancellationToken)).ConfigureAwait(false); + try + { + __response = await HttpClient.SendAsync( + request: __httpRequest, + completionOption: global::System.Net.Http.HttpCompletionOption.ResponseContentRead, + cancellationToken: __effectiveCancellationToken).ConfigureAwait(false); + } + catch (global::System.Net.Http.HttpRequestException __exception) + { + var __retryDelay = global::RetellAI.AutoSDKRequestOptionsSupport.GetRetryDelay( + clientOptions: Options, + requestOptions: requestOptions, + response: null, + attempt: __attempt); + var __willRetry = __attempt < __maxAttempts && !__effectiveCancellationToken.IsCancellationRequested; + await global::RetellAI.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( + clientOptions: Options, + context: global::RetellAI.AutoSDKRequestOptionsSupport.CreateHookContext( + operationId: "GetApiKeyInfo", + methodName: "GetApiKeyInfoAsync", + pathTemplate: "\"/get-api-key-info\"", + httpMethod: "GET", + baseUri: BaseUri, + request: __httpRequest!, + response: null, + exception: __exception, + clientOptions: Options, + requestOptions: requestOptions, + attempt: __attempt, + maxAttempts: __maxAttempts, + willRetry: __willRetry, + retryDelay: __willRetry ? __retryDelay : (global::System.TimeSpan?)null, + retryReason: "exception", + cancellationToken: __effectiveCancellationToken)).ConfigureAwait(false); + if (!__willRetry) + { + throw; + } + + __httpRequest.Dispose(); + __httpRequest = null; + await global::RetellAI.AutoSDKRequestOptionsSupport.DelayBeforeRetryAsync( + retryDelay: __retryDelay, + cancellationToken: __effectiveCancellationToken).ConfigureAwait(false); + continue; + } + + if (__response != null && + __attempt < __maxAttempts && + global::RetellAI.AutoSDKRequestOptionsSupport.ShouldRetryStatusCode(__response.StatusCode)) + { + var __retryDelay = global::RetellAI.AutoSDKRequestOptionsSupport.GetRetryDelay( + clientOptions: Options, + requestOptions: requestOptions, + response: __response, + attempt: __attempt); + await global::RetellAI.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( + clientOptions: Options, + context: global::RetellAI.AutoSDKRequestOptionsSupport.CreateHookContext( + operationId: "GetApiKeyInfo", + methodName: "GetApiKeyInfoAsync", + pathTemplate: "\"/get-api-key-info\"", + httpMethod: "GET", + baseUri: BaseUri, + request: __httpRequest!, + response: __response, + exception: null, + clientOptions: Options, + requestOptions: requestOptions, + attempt: __attempt, + maxAttempts: __maxAttempts, + willRetry: true, + retryDelay: __retryDelay, + retryReason: "status:" + ((int)__response.StatusCode).ToString(global::System.Globalization.CultureInfo.InvariantCulture), + cancellationToken: __effectiveCancellationToken)).ConfigureAwait(false); + __response.Dispose(); + __response = null; + __httpRequest.Dispose(); + __httpRequest = null; + await global::RetellAI.AutoSDKRequestOptionsSupport.DelayBeforeRetryAsync( + retryDelay: __retryDelay, + cancellationToken: __effectiveCancellationToken).ConfigureAwait(false); + continue; + } + + break; + } + + if (__response == null) + { + throw new global::System.InvalidOperationException("No response received."); + } + + using (__response) + { + + ProcessResponse( + client: HttpClient, + response: __response); + ProcessGetApiKeyInfoResponse( + httpClient: HttpClient, + httpResponseMessage: __response); + if (__response.IsSuccessStatusCode) + { + await global::RetellAI.AutoSDKRequestOptionsSupport.OnAfterSuccessAsync( + clientOptions: Options, + context: global::RetellAI.AutoSDKRequestOptionsSupport.CreateHookContext( + operationId: "GetApiKeyInfo", + methodName: "GetApiKeyInfoAsync", + pathTemplate: "\"/get-api-key-info\"", + httpMethod: "GET", + baseUri: BaseUri, + request: __httpRequest!, + response: __response, + exception: null, + clientOptions: Options, + requestOptions: requestOptions, + attempt: __attemptNumber, + maxAttempts: __maxAttempts, + willRetry: false, + retryDelay: null, + retryReason: global::System.String.Empty, + cancellationToken: __effectiveCancellationToken)).ConfigureAwait(false); + } + else + { + await global::RetellAI.AutoSDKRequestOptionsSupport.OnAfterErrorAsync( + clientOptions: Options, + context: global::RetellAI.AutoSDKRequestOptionsSupport.CreateHookContext( + operationId: "GetApiKeyInfo", + methodName: "GetApiKeyInfoAsync", + pathTemplate: "\"/get-api-key-info\"", + httpMethod: "GET", + baseUri: BaseUri, + request: __httpRequest!, + response: __response, + exception: null, + clientOptions: Options, + requestOptions: requestOptions, + attempt: __attemptNumber, + maxAttempts: __maxAttempts, + willRetry: false, + retryDelay: null, + retryReason: global::System.String.Empty, + cancellationToken: __effectiveCancellationToken)).ConfigureAwait(false); + } + // Unauthorized + if ((int)__response.StatusCode == 401) + { + string? __content_401 = null; + global::System.Exception? __exception_401 = null; + global::RetellAI.GetApiKeyInfoResponse2? __value_401 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_401 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + __value_401 = global::RetellAI.GetApiKeyInfoResponse2.FromJson(__content_401, JsonSerializerContext); + } + else + { + __content_401 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + + __value_401 = global::RetellAI.GetApiKeyInfoResponse2.FromJson(__content_401, JsonSerializerContext); + } + } + catch (global::System.Exception __ex) + { + __exception_401 = __ex; + } + + + throw global::RetellAI.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_401 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_401, + responseBody: __content_401, + responseObject: __value_401, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // Internal Server Error + if ((int)__response.StatusCode == 500) + { + string? __content_500 = null; + global::System.Exception? __exception_500 = null; + global::RetellAI.GetApiKeyInfoResponse3? __value_500 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_500 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + __value_500 = global::RetellAI.GetApiKeyInfoResponse3.FromJson(__content_500, JsonSerializerContext); + } + else + { + __content_500 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + + __value_500 = global::RetellAI.GetApiKeyInfoResponse3.FromJson(__content_500, JsonSerializerContext); + } + } + catch (global::System.Exception __ex) + { + __exception_500 = __ex; + } + + + throw global::RetellAI.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_500 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_500, + responseBody: __content_500, + responseObject: __value_500, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + + if (__effectiveReadResponseAsString) + { + var __content = await __response.Content.ReadAsStringAsync( + #if NET5_0_OR_GREATER + __effectiveCancellationToken + #endif + ).ConfigureAwait(false); + + ProcessResponseContent( + client: HttpClient, + response: __response, + content: ref __content); + ProcessGetApiKeyInfoResponseContent( + httpClient: HttpClient, + httpResponseMessage: __response, + content: ref __content); + + try + { + __response.EnsureSuccessStatusCode(); + + var __value = global::RetellAI.GetApiKeyInfoResponse.FromJson(__content, JsonSerializerContext) ?? + throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" "); + return new global::RetellAI.AutoSDKHttpResponse( + statusCode: __response.StatusCode, + headers: global::RetellAI.AutoSDKHttpResponse.CreateHeaders(__response), + requestUri: __response.RequestMessage?.RequestUri, + body: __value); + } + catch (global::System.Exception __ex) + { + throw global::RetellAI.ApiException.Create( + statusCode: __response.StatusCode, + message: __content ?? __response.ReasonPhrase ?? string.Empty, + innerException: __ex, + responseBody: __content, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + } + else + { + try + { + __response.EnsureSuccessStatusCode(); + using var __content = await __response.Content.ReadAsStreamAsync( + #if NET5_0_OR_GREATER + __effectiveCancellationToken + #endif + ).ConfigureAwait(false); + + var __value = await global::RetellAI.GetApiKeyInfoResponse.FromJsonStreamAsync(__content, JsonSerializerContext).ConfigureAwait(false) ?? + throw new global::System.InvalidOperationException("Response deserialization failed."); + return new global::RetellAI.AutoSDKHttpResponse( + statusCode: __response.StatusCode, + headers: global::RetellAI.AutoSDKHttpResponse.CreateHeaders(__response), + requestUri: __response.RequestMessage?.RequestUri, + body: __value); + } + catch (global::System.Exception __ex) + { + string? __content = null; + try + { + __content = await __response.Content.ReadAsStringAsync( + #if NET5_0_OR_GREATER + __effectiveCancellationToken + #endif + ).ConfigureAwait(false); + } + catch (global::System.Exception) + { + } + + throw global::RetellAI.ApiException.Create( + statusCode: __response.StatusCode, + message: __content ?? __response.ReasonPhrase ?? string.Empty, + innerException: __ex, + responseBody: __content, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + } + + } + } + finally + { + __httpRequest?.Dispose(); + } + } + } +} \ No newline at end of file diff --git a/src/libs/RetellAI/Generated/RetellAI.RetellAiClient.UpdateAgent.g.cs b/src/libs/RetellAI/Generated/RetellAI.RetellAiClient.UpdateAgent.g.cs index 9f2e316e..8eb4bc7b 100644 --- a/src/libs/RetellAI/Generated/RetellAI.RetellAiClient.UpdateAgent.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.RetellAiClient.UpdateAgent.g.cs @@ -1,6 +1,8 @@ #nullable enable +#pragma warning disable CS0618 // Type or member is obsolete + namespace RetellAI { public partial class RetellAiClient @@ -757,7 +759,7 @@ partial void ProcessUpdateAgentResponseContent( /// Example: 1 /// /// - /// Specifies what language(s) the agent will operate in. Accepts either a single scalar locale (e.g. `en-US`), the legacy scalar value `multi` for multilingual support, or an array of concrete locale codes for explicit multi-locale selection (e.g. `["en-US","es-ES"]`). The array form must contain concrete locale codes only — the `multi` value is valid only as the scalar legacy form and must not appear inside an array. Single-element arrays are normalized to the equivalent scalar on output. If unset, defaults to `en-US`. + /// Specifies what language(s) the agent will operate in. Accepts either a single locale (e.g. `en-US`) or an array of locales for multilingual agents (e.g. `["en-US","es-ES"]`). The scalar value `multi` is deprecated but still accepted as a scalar, and is stored and returned as the ten locales it used to mean. It must not appear inside the array form. Send an explicit locale array instead. If unset, defaults to `en-US`. /// /// /// The webhook for agent to listen to call events. See what events it would get at [webhook doc](/features/webhook). If set, will binds webhook events for this agent to the specified url, and will ignore the account level webhook for this agent. Set to `null` to remove webhook url from this agent.
@@ -895,7 +897,9 @@ partial void ProcessUpdateAgentResponseContent( int? reminderMaxCount = default, global::RetellAI.AgentRequestAmbientSound? ambientSound = default, double? ambientSoundVolume = default, - global::RetellAI.OneOf>? language = default, +#pragma warning disable CS0618 // Type or member is obsolete + global::RetellAI.OneOf, global::RetellAI.AgentRequestLanguage?>? language = default, +#pragma warning disable CS0618 // Type or member is obsolete string? webhookUrl = default, global::System.Collections.Generic.IList? webhookEvents = default, int? webhookTimeoutMs = default, diff --git a/src/libs/RetellAI/Generated/RetellAI.RetellAiClient.UpdateChatAgent.g.cs b/src/libs/RetellAI/Generated/RetellAI.RetellAiClient.UpdateChatAgent.g.cs index 101c8096..4e3bcf1b 100644 --- a/src/libs/RetellAI/Generated/RetellAI.RetellAiClient.UpdateChatAgent.g.cs +++ b/src/libs/RetellAI/Generated/RetellAI.RetellAiClient.UpdateChatAgent.g.cs @@ -1,6 +1,8 @@ #nullable enable +#pragma warning disable CS0618 // Type or member is obsolete + namespace RetellAI { public partial class RetellAiClient @@ -672,7 +674,7 @@ partial void ProcessUpdateChatAgentResponseContent( /// Example: 3600000 /// /// - /// Specifies what language(s) the agent will operate in. Accepts either a single scalar locale (e.g. `en-US`), the legacy scalar value `multi` for multilingual support, or an array of concrete locale codes for explicit multi-locale selection (e.g. `["en-US","es-ES"]`). The array form must contain concrete locale codes only — the `multi` value is valid only as the scalar legacy form and must not appear inside an array. Single-element arrays are normalized to the equivalent scalar on output. If unset, defaults to `en-US`. + /// Specifies what language(s) the agent will operate in. Accepts either a single locale (e.g. `en-US`) or an array of locales for multilingual agents (e.g. `["en-US","es-ES"]`). The scalar value `multi` is deprecated but still accepted as a scalar, and is stored and returned as the ten locales it used to mean. It must not appear inside the array form. Send an explicit locale array instead. If unset, defaults to `en-US`. /// /// /// The webhook for agent to listen to chat events. See what events it would get at [webhook doc](/features/webhook). If set, will binds webhook events for this agent to the specified url, and will ignore the account level webhook for this agent. Set to `null` to remove webhook url from this agent.
@@ -727,7 +729,9 @@ partial void ProcessUpdateChatAgentResponseContent( string? versionTitle = default, string? autoCloseMessage = default, int? endChatAfterSilenceMs = default, - global::RetellAI.OneOf>? language = default, +#pragma warning disable CS0618 // Type or member is obsolete + global::RetellAI.OneOf, global::RetellAI.ChatAgentRequestLanguage?>? language = default, +#pragma warning disable CS0618 // Type or member is obsolete string? webhookUrl = default, global::System.Collections.Generic.IList? webhookEvents = default, int? webhookTimeoutMs = default, diff --git a/src/libs/RetellAI/openapi.yaml b/src/libs/RetellAI/openapi.yaml index b036918c..9520a8df 100644 --- a/src/libs/RetellAI/openapi.yaml +++ b/src/libs/RetellAI/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: Retell SDK version: 3.0.0 - x-retell-spec-revision: 2026-08-01-ad84c11 + x-retell-spec-revision: 2026-08-10-c6064a4 contact: name: Retell Support url: https://www.retellai.com/ @@ -870,13 +870,17 @@ components: value 1 will apply. language: oneOf: - - $ref: '#/components/schemas/LanguageLegacy' + - $ref: '#/components/schemas/Language' - type: array items: $ref: '#/components/schemas/Language' - description: Specifies what language(s) the agent will operate in. Accepts either a single scalar locale (e.g. `en-US`), the legacy scalar value `multi` for multilingual support, or an array of - concrete locale codes for explicit multi-locale selection (e.g. `["en-US","es-ES"]`). The array form must contain concrete locale codes only — the `multi` value is valid only as the scalar legacy - form and must not appear inside an array. Single-element arrays are normalized to the equivalent scalar on output. If unset, defaults to `en-US`. + - type: string + enum: + - multi + deprecated: true + description: Specifies what language(s) the agent will operate in. Accepts either a single locale (e.g. `en-US`) or an array of locales for multilingual agents (e.g. `["en-US","es-ES"]`). The + scalar value `multi` is deprecated but still accepted as a scalar, and is stored and returned as the ten locales it used to mean. It must not appear inside the array form. Send an explicit locale + array instead. If unset, defaults to `en-US`. webhook_url: type: string example: https://webhook-url-here @@ -967,12 +971,15 @@ components: enum: - ipa - cmu + - pinyin + - jyutping example: ipa - description: The phonetic alphabet to be used for pronunciation. + description: The phonetic alphabet to use. MiniMax speech-02-turbo supports IPA and Pinyin. MiniMax speech-2.8-turbo also supports Jyutping. Support for other alphabets depends on the selected + voice provider and model. phoneme: type: string example: ˈæktʃuəli - description: Pronunciation of the word in the format of a IPA / CMU pronunciation. + description: Pronunciation of the word in the format of the selected phonetic alphabet. description: A list of words / phrases and their pronunciation to be used to guide the audio synthesize for consistent pronunciation. Check the dashboard to see what provider supports this feature. Set to null to remove pronunciation dictionary from this agent. nullable: true @@ -1936,13 +1943,17 @@ components: nullable: true language: oneOf: - - $ref: '#/components/schemas/LanguageLegacy' + - $ref: '#/components/schemas/Language' - type: array items: $ref: '#/components/schemas/Language' - description: Specifies what language(s) the agent will operate in. Accepts either a single scalar locale (e.g. `en-US`), the legacy scalar value `multi` for multilingual support, or an array of - concrete locale codes for explicit multi-locale selection (e.g. `["en-US","es-ES"]`). The array form must contain concrete locale codes only — the `multi` value is valid only as the scalar legacy - form and must not appear inside an array. Single-element arrays are normalized to the equivalent scalar on output. If unset, defaults to `en-US`. + - type: string + enum: + - multi + deprecated: true + description: Specifies what language(s) the agent will operate in. Accepts either a single locale (e.g. `en-US`) or an array of locales for multilingual agents (e.g. `["en-US","es-ES"]`). The + scalar value `multi` is deprecated but still accepted as a scalar, and is stored and returned as the ten locales it used to mean. It must not appear inside the array form. Send an explicit locale + array instead. If unset, defaults to `en-US`. webhook_url: type: string example: https://webhook-url-here @@ -2536,7 +2547,7 @@ components: enum: - default - weighted - description: Scoring mode - "default" weighs metrics equally, "weighted" uses each metric's configured score weight. + description: '"default" requires every condition and metric to pass; "weighted" allows a lower `successful_criteria` threshold, so a call can pass without meeting every one.' paused: type: boolean description: Whether QA processing for this cohort is paused. @@ -2913,10 +2924,10 @@ components: $ref: '#/components/schemas/MCP' description: A list of MCP server configurations to use for this conversation flow. nullable: true - is_transfer_llm: + is_transfer_cf: type: boolean example: false - description: Whether this conversation flow is used for transfer LLM. + description: Whether this conversation flow is used for warm transfer. Can only be set at creation, and is ignored on update. nullable: true nodes: type: array @@ -3262,6 +3273,14 @@ components: type: integer description: The maximum time in milliseconds the tool can run before it's considered timeout. If the tool times out, the agent would have that info. The minimum value allowed is 1000 ms (1 s), and maximum value allowed is 600,000 ms (10 min). By default, this is set to 120,000 ms (2 min). + max_retry: + type: integer + minimum: 0 + maximum: 5 + description: Maximum number of times to retry the request after a failed attempt, from 0 (no retry) to 5. Retries happen on any failure, with exponential backoff between attempts; the backoff + delay is not configurable. `timeout_ms` applies per attempt rather than as a budget across all attempts, so an attempt that times out is still retried and the worst-case total duration is `timeout_ms` + multiplied by (`max_retry` + 1) as well as any latency incurred by the exponential backoff + jitter between each retry. Only the final attempt's result is reported to the agent. Because retries + repeat the request, only set this above 0 if your endpoint is idempotent — a retried request may be processed more than once. Defaults to 0 (no retry). args_at_root: type: boolean description: If set to true, the parameters will be passed as root level JSON object instead of nested under "args". @@ -4511,14 +4530,6 @@ components: url: type: string description: URL used to be scraped and added to the knowledge base. - LanguageLegacy: - oneOf: - - $ref: '#/components/schemas/Language' - - type: string - enum: - - multi - example: en-US - description: Legacy single-string language format. Accepts any concrete locale from `Language`, plus the special scalar value `multi` for multilingual support. If unset, will use default value `en-US`. Language: type: string example: en-US @@ -4587,7 +4598,7 @@ components: - yue-CN - uk-UA description: Specifies what language (and dialect) the agent will operate in. For instance, selecting `en-GB` optimizes speech recognition for British English and indexes knowledge bases with English. - If unset, will use default value `en-US`. This enum does not include the legacy scalar value `multi`. + If unset, will use default value `en-US`. LLMModel: type: string enum: @@ -4612,6 +4623,8 @@ components: - gemini-3.0-flash - gemini-3.1-flash-lite - gemini-3.5-flash + - gemini-3.5-flash-lite + - gemini-3.6-flash description: Available LLM models for agents. MCPNode: allOf: @@ -4808,6 +4821,12 @@ components: type: string description: Content of the message example: hi how are you doing? + multimedia: + type: array + items: + $ref: '#/components/schemas/SmsMultimediaItem' + description: Multimedia attachments received with this message (MMS). Display only; a textual summary of each attachment is already included in content. Response only — supplying it in a request + has no effect and is silently ignored. Omitted from PII-scrubbed messages. created_timestamp: type: integer description: Create timestamp of the message @@ -5262,6 +5281,8 @@ components: - gemini-3.0-flash - gemini-3.1-flash-lite - gemini-3.5-flash + - gemini-3.5-flash-lite + - gemini-3.6-flash - null nullable: true description: Available LLM models for agents. @@ -5466,6 +5487,9 @@ components: type: string feature_bucket: type: object + description: 'Org feature gates. Includes Dynamo-stored buckets plus computed Redis rollout flags marked exposeToApi; computed flags win on name collision. + + ' use_stable_server: type: boolean conductor_overage: @@ -5478,6 +5502,16 @@ components: org_id: type: string description: Unique identifier of the organization + enterprise_plan_end: + type: string + description: Contract end date (YYYY-MM-DD) of the org's enterprise plan, if it belongs to one. + enterprise_plan_status: + type: string + enum: + - active + - expired + - terminated + description: Lifecycle status of the org's enterprise plan, if it belongs to one. AutoCreditReloadConfig: type: object description: Both values are in cents. `target_amount` must be strictly greater than `threshold`, and the gap must be at least 1000 cents ($10). @@ -5960,7 +5994,7 @@ components: enum: - asc - desc - description: Sort order. + description: Sort order. Defaults to "desc". skip: type: integer minimum: 0 @@ -6260,6 +6294,11 @@ components: $ref: '#/components/schemas/MCP' description: A list of MCPs to use for this LLM. nullable: true + is_transfer_llm: + type: boolean + example: false + description: Whether this Retell LLM is used for warm transfer. Can only be set at creation, and is ignored on update. + nullable: true ScoringCriteria: type: object properties: @@ -9934,6 +9973,41 @@ paths: $ref: '#/components/responses/Unauthorized' '500': $ref: '#/components/responses/InternalServerError' + /get-api-key-info: + get: + description: Get info about the API key used to authenticate, and the org that owns it. + operationId: getApiKeyInfo + x-retell-sdk-resource: api_key + x-retell-sdk-method: get-info + responses: + '200': + description: Successfully retrieved API key info. + content: + application/json: + schema: + type: object + required: + - org_id + - org_name + - api_key_name + properties: + org_id: + type: string + example: org_5cbb51d3cba24c2b8f4ec25b8ded + description: Unique id of the org that owns the API key. + org_name: + type: string + example: Acme Inc + description: Display name of the org. + api_key_name: + type: string + nullable: true + example: My API Key + description: Display name of the API key used, if it has one. + '401': + $ref: '#/components/responses/Unauthorized' + '500': + $ref: '#/components/responses/InternalServerError' /get-conversation-flow-component/{conversation_flow_component_id}: get: description: Get a shared conversation flow component @@ -10882,7 +10956,8 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/AgentRequest' + allOf: + - $ref: '#/components/schemas/AgentRequest' example: agent_name: Jarvis responses: