diff --git a/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.CreateKnowledgeBase.g.cs b/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.CreateKnowledgeBase.g.cs
index 7e2e914b..15e8dfc0 100644
--- a/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.CreateKnowledgeBase.g.cs
+++ b/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.CreateKnowledgeBase.g.cs
@@ -50,7 +50,7 @@ public partial interface IRetellAiClient
/// Example: true
///
///
- /// Maximum number of characters per chunk when splitting knowledge base content. Default is 2000. Immutable after creation.
+ /// Maximum number of characters per chunk when splitting knowledge base. Default is 2000. content. Immutable after creation.
/// Example: 2000
///
///
diff --git a/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.ImportPhoneNumber.g.cs b/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.ImportPhoneNumber.g.cs
index 69683980..3621b75e 100644
--- a/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.ImportPhoneNumber.g.cs
+++ b/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.ImportPhoneNumber.g.cs
@@ -40,7 +40,7 @@ public partial interface IRetellAiClient
/// Example: true
///
///
- /// The termination uri to uniquely identify your elastic SIP trunk. This is used for outbound calls. For Twilio elastic SIP trunks it always ends with ".pstn.twilio.com".
+ /// The termination uri to uniquely identify your elastic SIP trunk. This is used for outbound calls. For Twilio elastic SIP trunks it always end with ".pstn.twilio.com".
/// Example: someuri.pstn.twilio.com
///
///
diff --git a/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.UpdateAgent.g.cs b/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.UpdateAgent.g.cs
index 6a8366c6..0f61dbb6 100644
--- a/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.UpdateAgent.g.cs
+++ b/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.UpdateAgent.g.cs
@@ -116,7 +116,7 @@ public partial interface IRetellAiClient
/// Example: Use [sigh] for thoughtful pauses and [excited] for good news.
///
///
- /// Controls how responsive the agent is. Value ranging from [0,1]. Lower value means less responsive agent (wait more, respond slower), while higher value means faster exchanges (respond when it can). If unset, default value 1 will apply.
+ /// Controls how responsive is the agent. Value ranging from [0,1]. Lower value means less responsive agent (wait more, respond slower), while higher value means faster exchanges (respond when it can). If unset, default value 1 will apply.
/// Example: 1
///
///
@@ -161,7 +161,7 @@ public partial interface IRetellAiClient
/// 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 bind 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.
+ /// 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.
/// Example: https://webhook-url-here
///
///
diff --git a/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.UpdateChatAgent.g.cs b/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.UpdateChatAgent.g.cs
index 645f1157..acc9a1a7 100644
--- a/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.UpdateChatAgent.g.cs
+++ b/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.UpdateChatAgent.g.cs
@@ -76,7 +76,7 @@ public partial interface IRetellAiClient
/// 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 bind 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.
+ /// 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.
/// Example: https://webhook-url-here
///
///
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.ChartConfigWithId.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.ChartConfigWithId.g.cs
new file mode 100644
index 00000000..684b87b3
--- /dev/null
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.ChartConfigWithId.g.cs
@@ -0,0 +1,108 @@
+#nullable enable
+#pragma warning disable CS0618 // Type or member is obsolete
+
+namespace RetellAI.JsonConverters
+{
+ ///
+ public class ChartConfigWithIdJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::RetellAI.ChartConfigWithId 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();
+
+ global::RetellAI.ChartConfig? chartConfig = default;
+ try
+ {
+ var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::RetellAI.ChartConfig), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
+ throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::RetellAI.ChartConfig).Name}");
+ chartConfig = global::System.Text.Json.JsonSerializer.Deserialize(__rawJson, typeInfo);
+ }
+ catch (global::System.Text.Json.JsonException)
+ {
+ }
+ catch (global::System.InvalidOperationException)
+ {
+ }
+
+ object? chartConfigWithIdVariant2 = default;
+ try
+ {
+ var typeInfo = typeInfoResolver.GetTypeInfo(typeof(object), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
+ throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(object).Name}");
+ chartConfigWithIdVariant2 = global::System.Text.Json.JsonSerializer.Deserialize(__rawJson, typeInfo);
+ }
+ catch (global::System.Text.Json.JsonException)
+ {
+ }
+ catch (global::System.InvalidOperationException)
+ {
+ }
+ var __value = new global::RetellAI.ChartConfigWithId(
+ chartConfig,
+
+ chartConfigWithIdVariant2
+ );
+
+ return __value;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::RetellAI.ChartConfigWithId 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.");
+
+
+ writer.WriteStartObject();
+ var __writtenPropertyNames = new global::System.Collections.Generic.HashSet(global::System.StringComparer.Ordinal);
+ if (value.IsChartConfig)
+ {
+ var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::RetellAI.ChartConfig), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
+ throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::RetellAI.ChartConfig).Name}");
+ var __element0 = global::System.Text.Json.JsonSerializer.SerializeToElement(value.ChartConfig!, typeInfo);
+ if (__element0.ValueKind != global::System.Text.Json.JsonValueKind.Object)
+ {
+ throw new global::System.Text.Json.JsonException("AllOf values must serialize as JSON objects.");
+ }
+
+ foreach (var __property in __element0.EnumerateObject())
+ {
+ if (__writtenPropertyNames.Add(__property.Name))
+ {
+ __property.WriteTo(writer);
+ }
+ }
+ }
+ if (value.IsChartConfigWithIdVariant2)
+ {
+ var typeInfo = typeInfoResolver.GetTypeInfo(typeof(object), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
+ throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(object).Name}");
+ var __element1 = global::System.Text.Json.JsonSerializer.SerializeToElement(value.ChartConfigWithIdVariant2!, typeInfo);
+ if (__element1.ValueKind != global::System.Text.Json.JsonValueKind.Object)
+ {
+ throw new global::System.Text.Json.JsonException("AllOf values must serialize as JSON objects.");
+ }
+
+ foreach (var __property in __element1.EnumerateObject())
+ {
+ if (__writtenPropertyNames.Add(__property.Name))
+ {
+ __property.WriteTo(writer);
+ }
+ }
+ }
+ writer.WriteEndObject();
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.ChartUpdate.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.ChartUpdate.g.cs
new file mode 100644
index 00000000..a2a8d44b
--- /dev/null
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.ChartUpdate.g.cs
@@ -0,0 +1,108 @@
+#nullable enable
+#pragma warning disable CS0618 // Type or member is obsolete
+
+namespace RetellAI.JsonConverters
+{
+ ///
+ public class ChartUpdateJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::RetellAI.ChartUpdate 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();
+
+ global::RetellAI.ChartConfigWithId? configWithId = default;
+ try
+ {
+ var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::RetellAI.ChartConfigWithId), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
+ throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::RetellAI.ChartConfigWithId).Name}");
+ configWithId = global::System.Text.Json.JsonSerializer.Deserialize(__rawJson, typeInfo);
+ }
+ catch (global::System.Text.Json.JsonException)
+ {
+ }
+ catch (global::System.InvalidOperationException)
+ {
+ }
+
+ global::RetellAI.ChartUpdateVariant2? chartUpdateVariant2 = default;
+ try
+ {
+ var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::RetellAI.ChartUpdateVariant2), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
+ throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::RetellAI.ChartUpdateVariant2).Name}");
+ chartUpdateVariant2 = global::System.Text.Json.JsonSerializer.Deserialize(__rawJson, typeInfo);
+ }
+ catch (global::System.Text.Json.JsonException)
+ {
+ }
+ catch (global::System.InvalidOperationException)
+ {
+ }
+ var __value = new global::RetellAI.ChartUpdate(
+ configWithId,
+
+ chartUpdateVariant2
+ );
+
+ return __value;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::RetellAI.ChartUpdate 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.");
+
+
+ writer.WriteStartObject();
+ var __writtenPropertyNames = new global::System.Collections.Generic.HashSet(global::System.StringComparer.Ordinal);
+ if (value.IsConfigWithId)
+ {
+ var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::RetellAI.ChartConfigWithId), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
+ throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::RetellAI.ChartConfigWithId).Name}");
+ var __element0 = global::System.Text.Json.JsonSerializer.SerializeToElement(value.ConfigWithId!.Value, typeInfo);
+ if (__element0.ValueKind != global::System.Text.Json.JsonValueKind.Object)
+ {
+ throw new global::System.Text.Json.JsonException("AllOf values must serialize as JSON objects.");
+ }
+
+ foreach (var __property in __element0.EnumerateObject())
+ {
+ if (__writtenPropertyNames.Add(__property.Name))
+ {
+ __property.WriteTo(writer);
+ }
+ }
+ }
+ if (value.IsChartUpdateVariant2)
+ {
+ var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::RetellAI.ChartUpdateVariant2), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
+ throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::RetellAI.ChartUpdateVariant2).Name}");
+ var __element1 = global::System.Text.Json.JsonSerializer.SerializeToElement(value.ChartUpdateVariant2!, typeInfo);
+ if (__element1.ValueKind != global::System.Text.Json.JsonValueKind.Object)
+ {
+ throw new global::System.Text.Json.JsonException("AllOf values must serialize as JSON objects.");
+ }
+
+ foreach (var __property in __element1.EnumerateObject())
+ {
+ if (__writtenPropertyNames.Add(__property.Name))
+ {
+ __property.WriteTo(writer);
+ }
+ }
+ }
+ writer.WriteEndObject();
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CallTransport.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreditTopupInvoicePendingResponsePaymentStatus.g.cs
similarity index 60%
rename from src/libs/RetellAI/Generated/RetellAI.JsonConverters.CallTransport.g.cs
rename to src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreditTopupInvoicePendingResponsePaymentStatus.g.cs
index 28f519b5..818ed2ac 100644
--- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CallTransport.g.cs
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreditTopupInvoicePendingResponsePaymentStatus.g.cs
@@ -3,10 +3,10 @@
namespace RetellAI.JsonConverters
{
///
- public sealed class CallTransportJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ public sealed class CreateCreditTopupInvoicePendingResponsePaymentStatusJsonConverter : global::System.Text.Json.Serialization.JsonConverter
{
///
- public override global::RetellAI.CallTransport Read(
+ public override global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatus 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 CallTransportJsonConverter : global::System.Text.Json.Serial
var stringValue = reader.GetString();
if (stringValue != null)
{
- return global::RetellAI.CallTransportExtensions.ToEnum(stringValue) ?? default;
+ return global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatusExtensions.ToEnum(stringValue) ?? default;
}
break;
@@ -26,11 +26,11 @@ public sealed class CallTransportJsonConverter : global::System.Text.Json.Serial
case global::System.Text.Json.JsonTokenType.Number:
{
var numValue = reader.GetInt32();
- return (global::RetellAI.CallTransport)numValue;
+ return (global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatus)numValue;
}
case global::System.Text.Json.JsonTokenType.Null:
{
- return default(global::RetellAI.CallTransport);
+ return default(global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatus);
}
default:
throw new global::System.ArgumentOutOfRangeException(nameof(reader));
@@ -42,12 +42,12 @@ public sealed class CallTransportJsonConverter : global::System.Text.Json.Serial
///
public override void Write(
global::System.Text.Json.Utf8JsonWriter writer,
- global::RetellAI.CallTransport value,
+ global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatus value,
global::System.Text.Json.JsonSerializerOptions options)
{
writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
- writer.WriteStringValue(global::RetellAI.CallTransportExtensions.ToValueString(value));
+ writer.WriteStringValue(global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatusExtensions.ToValueString(value));
}
}
}
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CallTransportNullable.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreditTopupInvoicePendingResponsePaymentStatusNullable.g.cs
similarity index 62%
rename from src/libs/RetellAI/Generated/RetellAI.JsonConverters.CallTransportNullable.g.cs
rename to src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreditTopupInvoicePendingResponsePaymentStatusNullable.g.cs
index 478ab001..2d85659b 100644
--- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CallTransportNullable.g.cs
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreditTopupInvoicePendingResponsePaymentStatusNullable.g.cs
@@ -3,10 +3,10 @@
namespace RetellAI.JsonConverters
{
///
- public sealed class CallTransportNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ public sealed class CreateCreditTopupInvoicePendingResponsePaymentStatusNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
{
///
- public override global::RetellAI.CallTransport? Read(
+ public override global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatus? 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 CallTransportNullableJsonConverter : global::System.Text.Jso
var stringValue = reader.GetString();
if (stringValue != null)
{
- return global::RetellAI.CallTransportExtensions.ToEnum(stringValue);
+ return global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatusExtensions.ToEnum(stringValue);
}
break;
@@ -26,11 +26,11 @@ public sealed class CallTransportNullableJsonConverter : global::System.Text.Jso
case global::System.Text.Json.JsonTokenType.Number:
{
var numValue = reader.GetInt32();
- return (global::RetellAI.CallTransport)numValue;
+ return (global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatus)numValue;
}
case global::System.Text.Json.JsonTokenType.Null:
{
- return default(global::RetellAI.CallTransport?);
+ return default(global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatus?);
}
default:
throw new global::System.ArgumentOutOfRangeException(nameof(reader));
@@ -42,7 +42,7 @@ public sealed class CallTransportNullableJsonConverter : global::System.Text.Jso
///
public override void Write(
global::System.Text.Json.Utf8JsonWriter writer,
- global::RetellAI.CallTransport? value,
+ global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatus? 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.CallTransportExtensions.ToValueString(value.Value));
+ writer.WriteStringValue(global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatusExtensions.ToValueString(value.Value));
}
}
}
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.UpdateSpendBudgetRequest.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.UpdateSpendBudgetRequest.g.cs
index 562cc9e6..2676b3ac 100644
--- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.UpdateSpendBudgetRequest.g.cs
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.UpdateSpendBudgetRequest.g.cs
@@ -30,9 +30,10 @@ public class UpdateSpendBudgetRequestJsonConverter : global::System.Text.Json.Se
var __score0 = 0;
if (__jsonProps.Contains("enabled")) __score0++;
var __score1 = 0;
- if (__jsonProps.Contains("custom_alerts")) __score1++;
+ if (__jsonProps.Contains("alerts")) __score1++;
if (__jsonProps.Contains("enabled")) __score1++;
if (__jsonProps.Contains("monthly_budget_cents")) __score1++;
+ if (__jsonProps.Contains("recipients")) __score1++;
var __bestScore = 0;
var __bestIndex = -1;
if (__score0 > __bestScore) { __bestScore = __score0; __bestIndex = 0; }
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContext.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContext.g.cs
index e0b2edad..0fbae6d1 100644
--- a/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContext.g.cs
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContext.g.cs
@@ -308,6 +308,8 @@ namespace RetellAI
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateOrganizationRequestOld))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreditTopupInvoiceRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreditTopupInvoiceResponse))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreditTopupInvoicePendingResponse))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatus), TypeInfoPropertyName = "CreateCreditTopupInvoicePendingResponsePaymentStatus2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OptInBillingV2Request))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OptInBillingV2Response))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CustomMetricCriteria))]
@@ -512,8 +514,6 @@ namespace RetellAI
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.Organization))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OrganizationWebhookUrl))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.DateTimeOffset))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OrganizationCpsConfig))]
internal sealed partial class SourceGenerationContextChunk0 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
@@ -532,6 +532,8 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LLMModel?), TypeInfoPropertyName = "NullableLLMModel_RetellAI_LLMModel")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double_3")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.DateTimeOffset))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OrganizationCpsConfig))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AutoCreditReloadConfig))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ConductorOverageConfig), TypeInfoPropertyName = "ConductorOverageConfig2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OrganizationResponse), TypeInfoPropertyName = "OrganizationResponse2")]
@@ -719,9 +721,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.V2CallResponse), TypeInfoPropertyName = "V2CallResponse2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.V2WebCallResponse), TypeInfoPropertyName = "V2WebCallResponse2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.V2PhoneCallResponse), TypeInfoPropertyName = "V2PhoneCallResponse2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CallTransport), TypeInfoPropertyName = "CallTransport2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.IceServer))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OneOf>), TypeInfoPropertyName = "OneOfStringIListString2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.V3CallResponse), TypeInfoPropertyName = "V3CallResponse2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.V3WebCallResponse), TypeInfoPropertyName = "V3WebCallResponse2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.V3PhoneCallResponse), TypeInfoPropertyName = "V3PhoneCallResponse2")]
@@ -737,7 +736,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.V3PhoneCallResponseVariant1TelephonyIdentifier))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.V3WebCallResponseVariant1))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.V3WebCallResponseVariant1CallType), TypeInfoPropertyName = "V3WebCallResponseVariant1CallType2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.V3ListCallsRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.V3ListCallsRequestSortOrder), TypeInfoPropertyName = "V3ListCallsRequestSortOrder2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.V2PhoneCallResponseVariant1))]
@@ -865,12 +863,13 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartTimeRangeVariant1WindowUnit), TypeInfoPropertyName = "ChartTimeRangeVariant1WindowUnit2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartTimeRangeVariant2))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartTimeRangeVariant2Type), TypeInfoPropertyName = "ChartTimeRangeVariant2Type2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartTimeRangeVariant3))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartTimeRangeVariant3Type), TypeInfoPropertyName = "ChartTimeRangeVariant3Type2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartTimeRangeVariant3Unit), TypeInfoPropertyName = "ChartTimeRangeVariant3Unit2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartTimeRangeVariant4))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartTimeRangeVariant4Type), TypeInfoPropertyName = "ChartTimeRangeVariant4Type2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartTimeRangeVariant5))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartTimeRangeVariant5Type), TypeInfoPropertyName = "ChartTimeRangeVariant5Type2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartConfig))]
@@ -883,6 +882,14 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AnyOf), TypeInfoPropertyName = "AnyOfStoredCallFilterChatFilter2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartConfigUnit), TypeInfoPropertyName = "ChartConfigUnit2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartDefinition), TypeInfoPropertyName = "ChartDefinition2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartConfigWithId), TypeInfoPropertyName = "ChartConfigWithId2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartsMap))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartUpdate), TypeInfoPropertyName = "ChartUpdate2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartUpdateVariant2))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartUpdateVariant2Size))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartUpdatesMap))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OneOf), TypeInfoPropertyName = "OneOfChartUpdateObject2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DashboardUpdateRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AllOf), TypeInfoPropertyName = "AllOfAgentRequestObject2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateBatchCallRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
@@ -1019,13 +1026,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.UpdateTestCaseDefinitionResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.UpdateTestCaseDefinitionResponseStatus), TypeInfoPropertyName = "UpdateTestCaseDefinitionResponseStatus2_3")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.UpdateTestCaseDefinitionResponse2))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.UpdateTestCaseDefinitionResponseStatus2), TypeInfoPropertyName = "UpdateTestCaseDefinitionResponseStatus22")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.UpdateTestCaseDefinitionResponse3))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.UpdateTestCaseDefinitionResponseStatus3), TypeInfoPropertyName = "UpdateTestCaseDefinitionResponseStatus32")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.UpdateTestCaseDefinitionResponse4))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.UpdateTestCaseDefinitionResponseStatus4), TypeInfoPropertyName = "UpdateTestCaseDefinitionResponseStatus42")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.UpdateTestCaseDefinitionResponse5))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.UpdateTestCaseDefinitionResponseStatus5), TypeInfoPropertyName = "UpdateTestCaseDefinitionResponseStatus52")]
internal sealed partial class SourceGenerationContextChunk1 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
@@ -1044,6 +1044,13 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LLMModel?), TypeInfoPropertyName = "NullableLLMModel_RetellAI_LLMModel")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double_3")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.UpdateTestCaseDefinitionResponseStatus2), TypeInfoPropertyName = "UpdateTestCaseDefinitionResponseStatus22")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.UpdateTestCaseDefinitionResponse3))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.UpdateTestCaseDefinitionResponseStatus3), TypeInfoPropertyName = "UpdateTestCaseDefinitionResponseStatus32")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.UpdateTestCaseDefinitionResponse4))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.UpdateTestCaseDefinitionResponseStatus4), TypeInfoPropertyName = "UpdateTestCaseDefinitionResponseStatus42")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.UpdateTestCaseDefinitionResponse5))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.UpdateTestCaseDefinitionResponseStatus5), TypeInfoPropertyName = "UpdateTestCaseDefinitionResponseStatus52")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GetBatchTestResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GetBatchTestResponseStatus), TypeInfoPropertyName = "GetBatchTestResponseStatus2_3")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.GetBatchTestResponse2))]
@@ -1531,13 +1538,6 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PublishAgentVersionResponse3))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PublishAgentVersionResponseStatus3), TypeInfoPropertyName = "PublishAgentVersionResponseStatus32")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PublishAgentVersionResponse4))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PublishAgentVersionResponseStatus4), TypeInfoPropertyName = "PublishAgentVersionResponseStatus42")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PublishAgentVersionResponse5))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PublishAgentVersionResponseStatus5), TypeInfoPropertyName = "PublishAgentVersionResponseStatus52")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteAgentVersionResponse))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteAgentVersionResponseStatus), TypeInfoPropertyName = "DeleteAgentVersionResponseStatus2_3")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteAgentVersionResponse2))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteAgentVersionResponseStatus2), TypeInfoPropertyName = "DeleteAgentVersionResponseStatus22")]
internal sealed partial class SourceGenerationContextChunk2 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
@@ -1556,6 +1556,13 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LLMModel?), TypeInfoPropertyName = "NullableLLMModel_RetellAI_LLMModel")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double_3")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PublishAgentVersionResponseStatus4), TypeInfoPropertyName = "PublishAgentVersionResponseStatus42")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PublishAgentVersionResponse5))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PublishAgentVersionResponseStatus5), TypeInfoPropertyName = "PublishAgentVersionResponseStatus52")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteAgentVersionResponse))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteAgentVersionResponseStatus), TypeInfoPropertyName = "DeleteAgentVersionResponseStatus2_3")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteAgentVersionResponse2))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteAgentVersionResponseStatus2), TypeInfoPropertyName = "DeleteAgentVersionResponseStatus22")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteAgentVersionResponse3))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteAgentVersionResponseStatus3), TypeInfoPropertyName = "DeleteAgentVersionResponseStatus32")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteAgentVersionResponse4))]
@@ -2043,13 +2050,6 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentSwapToolExecutionMessageType?), TypeInfoPropertyName = "NullableAgentSwapToolExecutionMessageType2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AnalysisData?), TypeInfoPropertyName = "NullableAnalysisData2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PostChatAnalysisData?), TypeInfoPropertyName = "NullablePostChatAnalysisData2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.BookAppointmentCalToolType?), TypeInfoPropertyName = "NullableBookAppointmentCalToolType2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OneOf?), TypeInfoPropertyName = "NullableOneOfDoubleString2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.BooleanAnalysisDataType?), TypeInfoPropertyName = "NullableBooleanAnalysisDataType2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.BranchNode?), TypeInfoPropertyName = "NullableBranchNode2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.BranchNodeVariant2Type?), TypeInfoPropertyName = "NullableBranchNodeVariant2Type2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ElseEdge?), TypeInfoPropertyName = "NullableElseEdge2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.BridgeTransferNode?), TypeInfoPropertyName = "NullableBridgeTransferNode2")]
internal sealed partial class SourceGenerationContextChunk3 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
@@ -2068,6 +2068,13 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LLMModel?), TypeInfoPropertyName = "NullableLLMModel_RetellAI_LLMModel")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double_3")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.BookAppointmentCalToolType?), TypeInfoPropertyName = "NullableBookAppointmentCalToolType2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OneOf?), TypeInfoPropertyName = "NullableOneOfDoubleString2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.BooleanAnalysisDataType?), TypeInfoPropertyName = "NullableBooleanAnalysisDataType2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.BranchNode?), TypeInfoPropertyName = "NullableBranchNode2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.BranchNodeVariant2Type?), TypeInfoPropertyName = "NullableBranchNodeVariant2Type2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ElseEdge?), TypeInfoPropertyName = "NullableElseEdge2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.BridgeTransferNode?), TypeInfoPropertyName = "NullableBridgeTransferNode2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.BridgeTransferNodeVariant2Type?), TypeInfoPropertyName = "NullableBridgeTransferNodeVariant2Type2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.BridgeTransferToolType?), TypeInfoPropertyName = "NullableBridgeTransferToolType2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.BridgeTransferToolExecutionMessageType?), TypeInfoPropertyName = "NullableBridgeTransferToolExecutionMessageType2")]
@@ -2128,6 +2135,7 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.Tool?), TypeInfoPropertyName = "NullableTool2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateConversationFlowRequest?), TypeInfoPropertyName = "NullableCreateConversationFlowRequest2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateOrganizationRequest?), TypeInfoPropertyName = "NullableCreateOrganizationRequest2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatus?), TypeInfoPropertyName = "NullableCreateCreditTopupInvoicePendingResponsePaymentStatus2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CustomToolType?), TypeInfoPropertyName = "NullableCustomToolType2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CustomToolMethod?), TypeInfoPropertyName = "NullableCustomToolMethod2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CustomToolExecutionMessageType?), TypeInfoPropertyName = "NullableCustomToolExecutionMessageType2")]
@@ -2324,8 +2332,6 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.V2CallResponse?), TypeInfoPropertyName = "NullableV2CallResponse2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.V2WebCallResponse?), TypeInfoPropertyName = "NullableV2WebCallResponse2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.V2PhoneCallResponse?), TypeInfoPropertyName = "NullableV2PhoneCallResponse2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CallTransport?), TypeInfoPropertyName = "NullableCallTransport2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OneOf>?), TypeInfoPropertyName = "NullableOneOfStringIListString2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.V3CallResponse?), TypeInfoPropertyName = "NullableV3CallResponse2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.V3WebCallResponse?), TypeInfoPropertyName = "NullableV3WebCallResponse2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.V3PhoneCallResponse?), TypeInfoPropertyName = "NullableV3PhoneCallResponse2")]
@@ -2411,6 +2417,9 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AnyOf?), TypeInfoPropertyName = "NullableAnyOfStoredCallFilterChatFilter2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartConfigUnit?), TypeInfoPropertyName = "NullableChartConfigUnit2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartDefinition?), TypeInfoPropertyName = "NullableChartDefinition2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartConfigWithId?), TypeInfoPropertyName = "NullableChartConfigWithId2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChartUpdate?), TypeInfoPropertyName = "NullableChartUpdate2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OneOf?), TypeInfoPropertyName = "NullableOneOfChartUpdateObject2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AllOf?), TypeInfoPropertyName = "NullableAllOfAgentRequestObject2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AllOf?), TypeInfoPropertyName = "NullableAllOfTestCaseDefinitionInputObject2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AllOf?), TypeInfoPropertyName = "NullableAllOfChatAgentRequestObject2")]
@@ -2553,15 +2562,6 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateSmsChatResponseStatus6?), TypeInfoPropertyName = "NullableCreateSmsChatResponseStatus62")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteAgentResponseStatus?), TypeInfoPropertyName = "NullableDeleteAgentResponseStatus2_3")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteAgentResponseStatus2?), TypeInfoPropertyName = "NullableDeleteAgentResponseStatus22")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteAgentResponseStatus3?), TypeInfoPropertyName = "NullableDeleteAgentResponseStatus32")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteAgentResponseStatus4?), TypeInfoPropertyName = "NullableDeleteAgentResponseStatus42")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteChatResponseStatus?), TypeInfoPropertyName = "NullableDeleteChatResponseStatus2_3")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteChatResponseStatus2?), TypeInfoPropertyName = "NullableDeleteChatResponseStatus22")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteChatResponseStatus3?), TypeInfoPropertyName = "NullableDeleteChatResponseStatus32")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteChatResponseStatus4?), TypeInfoPropertyName = "NullableDeleteChatResponseStatus42")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteChatAgentResponseStatus?), TypeInfoPropertyName = "NullableDeleteChatAgentResponseStatus2_3")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteChatAgentResponseStatus2?), TypeInfoPropertyName = "NullableDeleteChatAgentResponseStatus22")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteChatAgentResponseStatus3?), TypeInfoPropertyName = "NullableDeleteChatAgentResponseStatus32")]
internal sealed partial class SourceGenerationContextChunk4 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
@@ -2580,6 +2580,15 @@ internal sealed partial class SourceGenerationContextChunk4 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LLMModel?), TypeInfoPropertyName = "NullableLLMModel_RetellAI_LLMModel")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double_3")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteAgentResponseStatus3?), TypeInfoPropertyName = "NullableDeleteAgentResponseStatus32")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteAgentResponseStatus4?), TypeInfoPropertyName = "NullableDeleteAgentResponseStatus42")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteChatResponseStatus?), TypeInfoPropertyName = "NullableDeleteChatResponseStatus2_3")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteChatResponseStatus2?), TypeInfoPropertyName = "NullableDeleteChatResponseStatus22")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteChatResponseStatus3?), TypeInfoPropertyName = "NullableDeleteChatResponseStatus32")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteChatResponseStatus4?), TypeInfoPropertyName = "NullableDeleteChatResponseStatus42")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteChatAgentResponseStatus?), TypeInfoPropertyName = "NullableDeleteChatAgentResponseStatus2_3")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteChatAgentResponseStatus2?), TypeInfoPropertyName = "NullableDeleteChatAgentResponseStatus22")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteChatAgentResponseStatus3?), TypeInfoPropertyName = "NullableDeleteChatAgentResponseStatus32")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteChatAgentResponseStatus4?), TypeInfoPropertyName = "NullableDeleteChatAgentResponseStatus42")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteConversationFlowComponentResponseStatus?), TypeInfoPropertyName = "NullableDeleteConversationFlowComponentResponseStatus2_3")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteConversationFlowComponentResponseStatus2?), TypeInfoPropertyName = "NullableDeleteConversationFlowComponentResponseStatus22")]
@@ -3018,13 +3027,12 @@ internal sealed partial class SourceGenerationContextChunk4 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OneOf>))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
@@ -3175,6 +3183,8 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o
options.Converters.Add(new global::RetellAI.JsonConverters.ChartShowItemJsonConverter());
options.Converters.Add(new global::RetellAI.JsonConverters.ChartTimeRangeJsonConverter());
options.Converters.Add(new global::RetellAI.JsonConverters.ChartDefinitionJsonConverter());
+ options.Converters.Add(new global::RetellAI.JsonConverters.ChartConfigWithIdJsonConverter());
+ options.Converters.Add(new global::RetellAI.JsonConverters.ChartUpdateJsonConverter());
options.Converters.Add(new global::RetellAI.JsonConverters.AllOfJsonConverter());
options.Converters.Add(new global::RetellAI.JsonConverters.AllOfJsonConverter());
options.Converters.Add(new global::RetellAI.JsonConverters.AllOfJsonConverter());
@@ -3231,9 +3241,10 @@ private SourceGenerationContext(global::System.Text.Json.JsonSerializerOptions o
options.Converters.Add(new global::RetellAI.JsonConverters.OneOfJsonConverter());
options.Converters.Add(new global::RetellAI.JsonConverters.OneOfJsonConverter());
options.Converters.Add(new global::RetellAI.JsonConverters.OneOfJsonConverter());
- options.Converters.Add(new global::RetellAI.JsonConverters.OneOfJsonConverter>());
options.Converters.Add(new global::RetellAI.JsonConverters.OneOfJsonConverter());
options.Converters.Add(new global::RetellAI.JsonConverters.AnyOfJsonConverter());
+ options.Converters.Add(new global::RetellAI.JsonConverters.OneOfJsonConverter());
+ options.Converters.Add(new global::RetellAI.JsonConverters.AnyOfJsonConverter());
options.Converters.Add(new global::RetellAI.JsonConverters.AllOfJsonConverter());
options.Converters.Add(new global::RetellAI.JsonConverters.AllOfJsonConverter());
options.Converters.Add(new global::RetellAI.JsonConverters.AllOfJsonConverter());
@@ -3521,6 +3532,10 @@ public override bool CanConvert(global::System.Type typeToConvert)
|| typeToConvert == typeof(global::RetellAI.SubagentNodeVariant3Type?)
+ || typeToConvert == typeof(global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatus)
+
+ || typeToConvert == typeof(global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatus?)
+
|| typeToConvert == typeof(global::RetellAI.CustomToolType)
|| typeToConvert == typeof(global::RetellAI.CustomToolType?)
@@ -4117,10 +4132,6 @@ public override bool CanConvert(global::System.Type typeToConvert)
|| typeToConvert == typeof(global::RetellAI.V2CallBaseDataStorageSetting?)
- || typeToConvert == typeof(global::RetellAI.CallTransport)
-
- || typeToConvert == typeof(global::RetellAI.CallTransport?)
-
|| typeToConvert == typeof(global::RetellAI.V3CallBaseCallStatus)
|| typeToConvert == typeof(global::RetellAI.V3CallBaseCallStatus?)
@@ -7012,6 +7023,16 @@ public override bool CanConvert(global::System.Type typeToConvert)
return new global::RetellAI.JsonConverters.SubagentNodeVariant3TypeNullableJsonConverter();
}
+ if (typeToConvert == typeof(global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatus))
+ {
+ return new global::RetellAI.JsonConverters.CreateCreditTopupInvoicePendingResponsePaymentStatusJsonConverter();
+ }
+
+ if (typeToConvert == typeof(global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatus?))
+ {
+ return new global::RetellAI.JsonConverters.CreateCreditTopupInvoicePendingResponsePaymentStatusNullableJsonConverter();
+ }
+
if (typeToConvert == typeof(global::RetellAI.CustomToolType))
{
return new global::RetellAI.JsonConverters.CustomToolTypeJsonConverter();
@@ -8502,16 +8523,6 @@ public override bool CanConvert(global::System.Type typeToConvert)
return new global::RetellAI.JsonConverters.V2CallBaseDataStorageSettingNullableJsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CallTransport))
- {
- return new global::RetellAI.JsonConverters.CallTransportJsonConverter();
- }
-
- if (typeToConvert == typeof(global::RetellAI.CallTransport?))
- {
- return new global::RetellAI.JsonConverters.CallTransportNullableJsonConverter();
- }
-
if (typeToConvert == typeof(global::RetellAI.V3CallBaseCallStatus))
{
return new global::RetellAI.JsonConverters.V3CallBaseCallStatusJsonConverter();
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContextTypes.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContextTypes.g.cs
index 25228755..ff68e133 100644
--- a/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContextTypes.g.cs
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContextTypes.g.cs
@@ -1173,6483 +1173,6511 @@ public sealed partial class JsonSerializerContextTypes
///
///
///
- public global::RetellAI.OptInBillingV2Request? Type285 { get; set; }
+ public global::RetellAI.CreateCreditTopupInvoicePendingResponse? Type285 { get; set; }
///
///
///
- public global::RetellAI.OptInBillingV2Response? Type286 { get; set; }
+ public global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatus? Type286 { get; set; }
///
///
///
- public global::RetellAI.CustomMetricCriteria? Type287 { get; set; }
+ public global::RetellAI.OptInBillingV2Request? Type287 { get; set; }
///
///
///
- public global::RetellAI.CustomTool? Type288 { get; set; }
+ public global::RetellAI.OptInBillingV2Response? Type288 { get; set; }
///
///
///
- public global::RetellAI.CustomToolType? Type289 { get; set; }
+ public global::RetellAI.CustomMetricCriteria? Type289 { get; set; }
///
///
///
- public global::RetellAI.CustomToolMethod? Type290 { get; set; }
+ public global::RetellAI.CustomTool? Type290 { get; set; }
///
///
///
- public global::RetellAI.ToolParameter? Type291 { get; set; }
+ public global::RetellAI.CustomToolType? Type291 { get; set; }
///
///
///
- public global::RetellAI.CustomToolExecutionMessageType? Type292 { get; set; }
+ public global::RetellAI.CustomToolMethod? Type292 { get; set; }
///
///
///
- public global::RetellAI.CustomToolParameterType? Type293 { get; set; }
+ public global::RetellAI.ToolParameter? Type293 { get; set; }
///
///
///
- public global::RetellAI.CodeTool? Type294 { get; set; }
+ public global::RetellAI.CustomToolExecutionMessageType? Type294 { get; set; }
///
///
///
- public global::RetellAI.CodeToolType? Type295 { get; set; }
+ public global::RetellAI.CustomToolParameterType? Type295 { get; set; }
///
///
///
- public global::RetellAI.CodeToolExecutionMessageType? Type296 { get; set; }
+ public global::RetellAI.CodeTool? Type296 { get; set; }
///
///
///
- public global::RetellAI.DTMFUtterance? Type297 { get; set; }
+ public global::RetellAI.CodeToolType? Type297 { get; set; }
///
///
///
- public global::RetellAI.DTMFUtteranceRole? Type298 { get; set; }
+ public global::RetellAI.CodeToolExecutionMessageType? Type298 { get; set; }
///
///
///
- public global::RetellAI.SmsUtterance? Type299 { get; set; }
+ public global::RetellAI.DTMFUtterance? Type299 { get; set; }
///
///
///
- public global::RetellAI.SmsUtteranceRole? Type300 { get; set; }
+ public global::RetellAI.DTMFUtteranceRole? Type300 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type301 { get; set; }
+ public global::RetellAI.SmsUtterance? Type301 { get; set; }
///
///
///
- public global::RetellAI.SmsMultimediaItem? Type302 { get; set; }
+ public global::RetellAI.SmsUtteranceRole? Type302 { get; set; }
///
///
///
- public global::RetellAI.InjectedUtterance? Type303 { get; set; }
+ public global::System.Collections.Generic.IList? Type303 { get; set; }
///
///
///
- public global::RetellAI.InjectedUtteranceRole? Type304 { get; set; }
+ public global::RetellAI.SmsMultimediaItem? Type304 { get; set; }
///
///
///
- public global::RetellAI.StringFilterType? Type305 { get; set; }
+ public global::RetellAI.InjectedUtterance? Type305 { get; set; }
///
///
///
- public global::RetellAI.StringFilterOp? Type306 { get; set; }
+ public global::RetellAI.InjectedUtteranceRole? Type306 { get; set; }
///
///
///
- public global::RetellAI.NumberFilterType? Type307 { get; set; }
+ public global::RetellAI.StringFilterType? Type307 { get; set; }
///
///
///
- public global::RetellAI.NumberFilterOp? Type308 { get; set; }
+ public global::RetellAI.StringFilterOp? Type308 { get; set; }
///
///
///
- public global::RetellAI.BooleanFilter? Type309 { get; set; }
+ public global::RetellAI.NumberFilterType? Type309 { get; set; }
///
///
///
- public global::RetellAI.BooleanFilterType? Type310 { get; set; }
+ public global::RetellAI.NumberFilterOp? Type310 { get; set; }
///
///
///
- public global::RetellAI.BooleanFilterOp? Type311 { get; set; }
+ public global::RetellAI.BooleanFilter? Type311 { get; set; }
///
///
///
- public global::RetellAI.RangeFilterType? Type312 { get; set; }
+ public global::RetellAI.BooleanFilterType? Type312 { get; set; }
///
///
///
- public global::RetellAI.RangeFilterOp? Type313 { get; set; }
+ public global::RetellAI.BooleanFilterOp? Type313 { get; set; }
///
///
///
- public global::RetellAI.EnumFilterType? Type314 { get; set; }
+ public global::RetellAI.RangeFilterType? Type314 { get; set; }
///
///
///
- public global::RetellAI.EnumFilterOp? Type315 { get; set; }
+ public global::RetellAI.RangeFilterOp? Type315 { get; set; }
///
///
///
- public global::RetellAI.PresentFilter? Type316 { get; set; }
+ public global::RetellAI.EnumFilterType? Type316 { get; set; }
///
///
///
- public global::RetellAI.PresentFilterType? Type317 { get; set; }
+ public global::RetellAI.EnumFilterOp? Type317 { get; set; }
///
///
///
- public global::RetellAI.PresentFilterOp? Type318 { get; set; }
+ public global::RetellAI.PresentFilter? Type318 { get; set; }
///
///
///
- public global::RetellAI.ValueFilter? Type319 { get; set; }
+ public global::RetellAI.PresentFilterType? Type319 { get; set; }
///
///
///
- public global::RetellAI.CustomFieldFilterVariant2? Type320 { get; set; }
+ public global::RetellAI.PresentFilterOp? Type320 { get; set; }
///
///
///
- public global::RetellAI.ToolCallFilter? Type321 { get; set; }
+ public global::RetellAI.ValueFilter? Type321 { get; set; }
///
///
///
- public global::RetellAI.CallFilter? Type322 { get; set; }
+ public global::RetellAI.CustomFieldFilterVariant2? Type322 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type323 { get; set; }
+ public global::RetellAI.ToolCallFilter? Type323 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type324 { get; set; }
+ public global::RetellAI.CallFilter? Type324 { get; set; }
///
///
///
- public global::RetellAI.CallFilterCallStatus? Type325 { get; set; }
+ public global::RetellAI.OneOf? Type325 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type326 { get; set; }
+ public global::RetellAI.AllOf? Type326 { get; set; }
///
///
///
- public global::RetellAI.CallFilterCallStatusValueItem? Type327 { get; set; }
+ public global::RetellAI.CallFilterCallStatus? Type327 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type328 { get; set; }
+ public global::System.Collections.Generic.IList? Type328 { get; set; }
///
///
///
- public global::RetellAI.CallFilterDisconnectionReason? Type329 { get; set; }
+ public global::RetellAI.CallFilterCallStatusValueItem? Type329 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type330 { get; set; }
+ public global::RetellAI.AllOf? Type330 { get; set; }
///
///
///
- public global::RetellAI.CallFilterCallType? Type331 { get; set; }
+ public global::RetellAI.CallFilterDisconnectionReason? Type331 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type332 { get; set; }
+ public global::RetellAI.AllOf? Type332 { get; set; }
///
///
///
- public global::RetellAI.CallFilterCallTypeValueItem? Type333 { get; set; }
+ public global::RetellAI.CallFilterCallType? Type333 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type334 { get; set; }
+ public global::System.Collections.Generic.IList? Type334 { get; set; }
///
///
///
- public global::RetellAI.CallFilterDirection? Type335 { get; set; }
+ public global::RetellAI.CallFilterCallTypeValueItem? Type335 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type336 { get; set; }
+ public global::RetellAI.AllOf? Type336 { get; set; }
///
///
///
- public global::RetellAI.CallFilterDirectionValueItem? Type337 { get; set; }
+ public global::RetellAI.CallFilterDirection? Type337 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type338 { get; set; }
+ public global::System.Collections.Generic.IList? Type338 { get; set; }
///
///
///
- public global::RetellAI.CallFilterUserSentiment? Type339 { get; set; }
+ public global::RetellAI.CallFilterDirectionValueItem? Type339 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type340 { get; set; }
+ public global::RetellAI.AllOf? Type340 { get; set; }
///
///
///
- public global::RetellAI.CallFilterUserSentimentValueItem? Type341 { get; set; }
+ public global::RetellAI.CallFilterUserSentiment? Type341 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type342 { get; set; }
+ public global::System.Collections.Generic.IList? Type342 { get; set; }
///
///
///
- public global::RetellAI.CallFilterDataStorageSetting? Type343 { get; set; }
+ public global::RetellAI.CallFilterUserSentimentValueItem? Type343 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type344 { get; set; }
+ public global::RetellAI.AllOf? Type344 { get; set; }
///
///
///
- public global::RetellAI.CallFilterDataStorageSettingValueItem? Type345 { get; set; }
+ public global::RetellAI.CallFilterDataStorageSetting? Type345 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type346 { get; set; }
+ public global::System.Collections.Generic.IList? Type346 { get; set; }
///
///
///
- public global::RetellAI.StoredCallFilter? Type347 { get; set; }
+ public global::RetellAI.CallFilterDataStorageSettingValueItem? Type347 { get; set; }
///
///
///
- public global::RetellAI.StoredCallFilterVariant2? Type348 { get; set; }
+ public global::System.Collections.Generic.IList? Type348 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type349 { get; set; }
+ public global::RetellAI.StoredCallFilter? Type349 { get; set; }
///
///
///
- public global::RetellAI.ChatFilterChatStatus? Type350 { get; set; }
+ public global::RetellAI.StoredCallFilterVariant2? Type350 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type351 { get; set; }
+ public global::RetellAI.AllOf? Type351 { get; set; }
///
///
///
- public global::RetellAI.ChatFilterChatStatusValueItem? Type352 { get; set; }
+ public global::RetellAI.ChatFilterChatStatus? Type352 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type353 { get; set; }
+ public global::System.Collections.Generic.IList? Type353 { get; set; }
///
///
///
- public global::RetellAI.ChatFilterDisconnectionReason? Type354 { get; set; }
+ public global::RetellAI.ChatFilterChatStatusValueItem? Type354 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type355 { get; set; }
+ public global::RetellAI.AllOf? Type355 { get; set; }
///
///
///
- public global::RetellAI.ChatFilterUserSentiment? Type356 { get; set; }
+ public global::RetellAI.ChatFilterDisconnectionReason? Type356 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type357 { get; set; }
+ public global::RetellAI.AllOf? Type357 { get; set; }
///
///
///
- public global::RetellAI.ChatFilterUserSentimentValueItem? Type358 { get; set; }
+ public global::RetellAI.ChatFilterUserSentiment? Type358 { get; set; }
///
///
///
- public global::RetellAI.ContactFilter? Type359 { get; set; }
+ public global::System.Collections.Generic.IList? Type359 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type360 { get; set; }
+ public global::RetellAI.ChatFilterUserSentimentValueItem? Type360 { get; set; }
///
///
///
- public global::RetellAI.ListContactsRequest? Type361 { get; set; }
+ public global::RetellAI.ContactFilter? Type361 { get; set; }
///
///
///
- public global::RetellAI.ListContactsRequestSortOrder? Type362 { get; set; }
+ public global::RetellAI.OneOf? Type362 { get; set; }
///
///
///
- public global::RetellAI.Duration? Type363 { get; set; }
+ public global::RetellAI.ListContactsRequest? Type363 { get; set; }
///
///
///
- public global::RetellAI.ElseEdgeVariant2? Type364 { get; set; }
+ public global::RetellAI.ListContactsRequestSortOrder? Type364 { get; set; }
///
///
///
- public global::RetellAI.ElseEdgeVariant2TransitionCondition? Type365 { get; set; }
+ public global::RetellAI.Duration? Type365 { get; set; }
///
///
///
- public global::RetellAI.ElseEdgeVariant2TransitionConditionType? Type366 { get; set; }
+ public global::RetellAI.ElseEdgeVariant2? Type366 { get; set; }
///
///
///
- public global::RetellAI.ElseEdgeVariant2TransitionConditionPrompt? Type367 { get; set; }
+ public global::RetellAI.ElseEdgeVariant2TransitionCondition? Type367 { get; set; }
///
///
///
- public global::RetellAI.EndCallTool? Type368 { get; set; }
+ public global::RetellAI.ElseEdgeVariant2TransitionConditionType? Type368 { get; set; }
///
///
///
- public global::RetellAI.EndCallToolType? Type369 { get; set; }
+ public global::RetellAI.ElseEdgeVariant2TransitionConditionPrompt? Type369 { get; set; }
///
///
///
- public global::RetellAI.EndCallToolExecutionMessageType? Type370 { get; set; }
+ public global::RetellAI.EndCallTool? Type370 { get; set; }
///
///
///
- public global::RetellAI.EndNodeVariant2? Type371 { get; set; }
+ public global::RetellAI.EndCallToolType? Type371 { get; set; }
///
///
///
- public global::RetellAI.EndNodeVariant2Type? Type372 { get; set; }
+ public global::RetellAI.EndCallToolExecutionMessageType? Type372 { get; set; }
///
///
///
- public global::RetellAI.EnumAnalysisDataType? Type373 { get; set; }
+ public global::RetellAI.EndNodeVariant2? Type373 { get; set; }
///
///
///
- public global::RetellAI.EquationCondition? Type374 { get; set; }
+ public global::RetellAI.EndNodeVariant2Type? Type374 { get; set; }
///
///
///
- public global::RetellAI.EquationConditionType? Type375 { get; set; }
+ public global::RetellAI.EnumAnalysisDataType? Type375 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type376 { get; set; }
+ public global::RetellAI.EquationCondition? Type376 { get; set; }
///
///
///
- public global::RetellAI.Equation? Type377 { get; set; }
+ public global::RetellAI.EquationConditionType? Type377 { get; set; }
///
///
///
- public global::RetellAI.EquationConditionOperator? Type378 { get; set; }
+ public global::System.Collections.Generic.IList? Type378 { get; set; }
///
///
///
- public global::RetellAI.EquationOperator? Type379 { get; set; }
+ public global::RetellAI.Equation? Type379 { get; set; }
///
///
///
- public global::RetellAI.ExtractDynamicVariableTool? Type380 { get; set; }
+ public global::RetellAI.EquationConditionOperator? Type380 { get; set; }
///
///
///
- public global::RetellAI.ExtractDynamicVariableToolType? Type381 { get; set; }
+ public global::RetellAI.EquationOperator? Type381 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type382 { get; set; }
+ public global::RetellAI.ExtractDynamicVariableTool? Type382 { get; set; }
///
///
///
- public global::RetellAI.ExtractDynamicVariablesNodeVariant2? Type383 { get; set; }
+ public global::RetellAI.ExtractDynamicVariableToolType? Type383 { get; set; }
///
///
///
- public global::RetellAI.ExtractDynamicVariablesNodeVariant2Type? Type384 { get; set; }
+ public global::System.Collections.Generic.IList? Type384 { get; set; }
///
///
///
- public global::RetellAI.FinetuneExampleUtterance? Type385 { get; set; }
+ public global::RetellAI.ExtractDynamicVariablesNodeVariant2? Type385 { get; set; }
///
///
///
- public global::RetellAI.FinetuneExampleUtteranceVariant1? Type386 { get; set; }
+ public global::RetellAI.ExtractDynamicVariablesNodeVariant2Type? Type386 { get; set; }
///
///
///
- public global::RetellAI.FinetuneExampleUtteranceVariant1Role? Type387 { get; set; }
+ public global::RetellAI.FinetuneExampleUtterance? Type387 { get; set; }
///
///
///
- public global::RetellAI.FinetuneExampleUtteranceVariant2? Type388 { get; set; }
+ public global::RetellAI.FinetuneExampleUtteranceVariant1? Type388 { get; set; }
///
///
///
- public global::RetellAI.FinetuneExampleUtteranceVariant2Role? Type389 { get; set; }
+ public global::RetellAI.FinetuneExampleUtteranceVariant1Role? Type389 { get; set; }
///
///
///
- public global::RetellAI.FinetuneExampleUtteranceVariant3? Type390 { get; set; }
+ public global::RetellAI.FinetuneExampleUtteranceVariant2? Type390 { get; set; }
///
///
///
- public global::RetellAI.FinetuneExampleUtteranceVariant3Role? Type391 { get; set; }
+ public global::RetellAI.FinetuneExampleUtteranceVariant2Role? Type391 { get; set; }
///
///
///
- public global::RetellAI.FunctionNodeVariant2? Type392 { get; set; }
+ public global::RetellAI.FinetuneExampleUtteranceVariant3? Type392 { get; set; }
///
///
///
- public global::RetellAI.FunctionNodeVariant2Type? Type393 { get; set; }
+ public global::RetellAI.FinetuneExampleUtteranceVariant3Role? Type393 { get; set; }
///
///
///
- public global::RetellAI.FunctionNodeVariant2ToolType? Type394 { get; set; }
+ public global::RetellAI.FunctionNodeVariant2? Type394 { get; set; }
///
///
///
- public global::RetellAI.CodeNodeVariant2? Type395 { get; set; }
+ public global::RetellAI.FunctionNodeVariant2Type? Type395 { get; set; }
///
///
///
- public global::RetellAI.CodeNodeVariant2Type? Type396 { get; set; }
+ public global::RetellAI.FunctionNodeVariant2ToolType? Type396 { get; set; }
///
///
///
- public global::RetellAI.GlobalNodeFinetuneTransitionExample? Type397 { get; set; }
+ public global::RetellAI.CodeNodeVariant2? Type397 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type398 { get; set; }
+ public global::RetellAI.CodeNodeVariant2Type? Type398 { get; set; }
///
///
///
- public global::RetellAI.GlobalNodeSetting? Type399 { get; set; }
+ public global::RetellAI.GlobalNodeFinetuneTransitionExample? Type399 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type400 { get; set; }
+ public global::System.Collections.Generic.IList? Type400 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type401 { get; set; }
+ public global::RetellAI.GlobalNodeSetting? Type401 { get; set; }
///
///
///
- public global::RetellAI.UtteranceHallucination? Type402 { get; set; }
+ public global::System.Collections.Generic.IList? Type402 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type403 { get; set; }
+ public global::System.Collections.Generic.IList? Type403 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseAddSourcesRequest? Type404 { get; set; }
+ public global::RetellAI.UtteranceHallucination? Type404 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type405 { get; set; }
+ public global::System.Collections.Generic.IList? Type405 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseAddSourcesRequestKnowledgeBaseText? Type406 { get; set; }
+ public global::RetellAI.KnowledgeBaseAddSourcesRequest? Type406 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type407 { get; set; }
+ public global::System.Collections.Generic.IList? Type407 { get; set; }
///
///
///
- public byte[]? Type408 { get; set; }
+ public global::RetellAI.KnowledgeBaseAddSourcesRequestKnowledgeBaseText? Type408 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseRequest? Type409 { get; set; }
+ public global::System.Collections.Generic.IList? Type409 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type410 { get; set; }
+ public byte[]? Type410 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseRequestKnowledgeBaseText? Type411 { get; set; }
+ public global::RetellAI.KnowledgeBaseRequest? Type411 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseResponse? Type412 { get; set; }
+ public global::System.Collections.Generic.IList? Type412 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseResponseStatus? Type413 { get; set; }
+ public global::RetellAI.KnowledgeBaseRequestKnowledgeBaseText? Type413 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type414 { get; set; }
+ public global::RetellAI.KnowledgeBaseResponse? Type414 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type415 { get; set; }
+ public global::RetellAI.KnowledgeBaseResponseStatus? Type415 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseSourceDocument? Type416 { get; set; }
+ public global::System.Collections.Generic.IList>? Type416 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseSourceText? Type417 { get; set; }
+ public global::RetellAI.OneOf? Type417 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseSourceUrl? Type418 { get; set; }
+ public global::RetellAI.KnowledgeBaseSourceDocument? Type418 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseSourceDocumentType? Type419 { get; set; }
+ public global::RetellAI.KnowledgeBaseSourceText? Type419 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseSourceTextType? Type420 { get; set; }
+ public global::RetellAI.KnowledgeBaseSourceUrl? Type420 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseSourceUrlType? Type421 { get; set; }
+ public global::RetellAI.KnowledgeBaseSourceDocumentType? Type421 { get; set; }
///
///
///
- public global::RetellAI.MCPNodeVariant2? Type422 { get; set; }
+ public global::RetellAI.KnowledgeBaseSourceTextType? Type422 { get; set; }
///
///
///
- public global::RetellAI.MCPNodeVariant2Type? Type423 { get; set; }
+ public global::RetellAI.KnowledgeBaseSourceUrlType? Type423 { get; set; }
///
///
///
- public global::RetellAI.MCPToolDefinition? Type424 { get; set; }
+ public global::RetellAI.MCPNodeVariant2? Type424 { get; set; }
///
///
///
- public global::RetellAI.MCPTool? Type425 { get; set; }
+ public global::RetellAI.MCPNodeVariant2Type? Type425 { get; set; }
///
///
///
- public global::RetellAI.MCPToolType? Type426 { get; set; }
+ public global::RetellAI.MCPToolDefinition? Type426 { get; set; }
///
///
///
- public global::RetellAI.MCPToolExecutionMessageType? Type427 { get; set; }
+ public global::RetellAI.MCPTool? Type427 { get; set; }
///
///
///
- public global::RetellAI.Message? Type428 { get; set; }
+ public global::RetellAI.MCPToolType? Type428 { get; set; }
///
///
///
- public global::RetellAI.ToolCallInvocationMessage? Type429 { get; set; }
+ public global::RetellAI.MCPToolExecutionMessageType? Type429 { get; set; }
///
///
///
- public global::RetellAI.ToolCallResultMessage? Type430 { get; set; }
+ public global::RetellAI.Message? Type430 { get; set; }
///
///
///
- public global::RetellAI.NodeTransitionMessage? Type431 { get; set; }
+ public global::RetellAI.ToolCallInvocationMessage? Type431 { get; set; }
///
///
///
- public global::RetellAI.StateTransitionMessage? Type432 { get; set; }
+ public global::RetellAI.ToolCallResultMessage? Type432 { get; set; }
///
///
///
- public global::RetellAI.InjectedMessage? Type433 { get; set; }
+ public global::RetellAI.NodeTransitionMessage? Type433 { get; set; }
///
///
///
- public global::RetellAI.SmsMessage? Type434 { get; set; }
+ public global::RetellAI.StateTransitionMessage? Type434 { get; set; }
///
///
///
- public global::RetellAI.ChatMessageInput? Type435 { get; set; }
+ public global::RetellAI.InjectedMessage? Type435 { get; set; }
///
///
///
- public global::RetellAI.MessageBase? Type436 { get; set; }
+ public global::RetellAI.SmsMessage? Type436 { get; set; }
///
///
///
- public global::RetellAI.ToolCallInvocationMessageBase? Type437 { get; set; }
+ public global::RetellAI.ChatMessageInput? Type437 { get; set; }
///
///
///
- public global::RetellAI.ToolCallResultMessageBase? Type438 { get; set; }
+ public global::RetellAI.MessageBase? Type438 { get; set; }
///
///
///
- public global::RetellAI.NodeTransitionMessageBase? Type439 { get; set; }
+ public global::RetellAI.ToolCallInvocationMessageBase? Type439 { get; set; }
///
///
///
- public global::RetellAI.StateTransitionMessageBase? Type440 { get; set; }
+ public global::RetellAI.ToolCallResultMessageBase? Type440 { get; set; }
///
///
///
- public global::RetellAI.InjectedMessageBase? Type441 { get; set; }
+ public global::RetellAI.NodeTransitionMessageBase? Type441 { get; set; }
///
///
///
- public global::RetellAI.SmsMessageBase? Type442 { get; set; }
+ public global::RetellAI.StateTransitionMessageBase? Type442 { get; set; }
///
///
///
- public global::RetellAI.MessageBaseRole? Type443 { get; set; }
+ public global::RetellAI.InjectedMessageBase? Type443 { get; set; }
///
///
///
- public global::RetellAI.InjectedMessageBaseRole? Type444 { get; set; }
+ public global::RetellAI.SmsMessageBase? Type444 { get; set; }
///
///
///
- public global::RetellAI.SmsMessageBaseRole? Type445 { get; set; }
+ public global::RetellAI.MessageBaseRole? Type445 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type446 { get; set; }
+ public global::RetellAI.InjectedMessageBaseRole? Type446 { get; set; }
///
///
///
- public global::RetellAI.PerformanceMetricCriteria? Type447 { get; set; }
+ public global::RetellAI.SmsMessageBaseRole? Type447 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type448 { get; set; }
+ public global::RetellAI.OneOf? Type448 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type449 { get; set; }
+ public global::RetellAI.PerformanceMetricCriteria? Type449 { get; set; }
///
///
///
- public global::RetellAI.UtteranceTranscriptionError? Type450 { get; set; }
+ public global::RetellAI.OneOf? Type450 { get; set; }
///
///
///
- public global::RetellAI.Wer? Type451 { get; set; }
+ public global::System.Collections.Generic.IList? Type451 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type452 { get; set; }
+ public global::RetellAI.UtteranceTranscriptionError? Type452 { get; set; }
///
///
///
- public global::RetellAI.UtteranceTranscriptionErrorMieDetail? Type453 { get; set; }
+ public global::RetellAI.Wer? Type453 { get; set; }
///
///
///
- public global::RetellAI.ModelChoiceCascading? Type454 { get; set; }
+ public global::System.Collections.Generic.IList? Type454 { get; set; }
///
///
///
- public global::RetellAI.ModelChoiceCascadingType? Type455 { get; set; }
+ public global::RetellAI.UtteranceTranscriptionErrorMieDetail? Type455 { get; set; }
///
///
///
- public global::RetellAI.ModelChoice? Type456 { get; set; }
+ public global::RetellAI.ModelChoiceCascading? Type456 { get; set; }
///
///
///
- public global::RetellAI.NaturalnessIssue? Type457 { get; set; }
+ public global::RetellAI.ModelChoiceCascadingType? Type457 { get; set; }
///
///
///
- public global::RetellAI.NodeBaseVariant2? Type458 { get; set; }
+ public global::RetellAI.ModelChoice? Type458 { get; set; }
///
///
///
- public global::RetellAI.NodeBaseCommonDisplayPosition? Type459 { get; set; }
+ public global::RetellAI.NaturalnessIssue? Type459 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type460 { get; set; }
+ public global::RetellAI.NodeBaseVariant2? Type460 { get; set; }
///
///
///
- public global::RetellAI.PromptCondition? Type461 { get; set; }
+ public global::RetellAI.NodeBaseCommonDisplayPosition? Type461 { get; set; }
///
///
///
- public global::RetellAI.NodeInstructionPromptType? Type462 { get; set; }
+ public global::RetellAI.OneOf? Type462 { get; set; }
///
///
///
- public global::RetellAI.NodeInstructionStaticText? Type463 { get; set; }
+ public global::RetellAI.PromptCondition? Type463 { get; set; }
///
///
///
- public global::RetellAI.NodeInstructionStaticTextType? Type464 { get; set; }
+ public global::RetellAI.NodeInstructionPromptType? Type464 { get; set; }
///
///
///
- public global::RetellAI.SmsInstructionTemplate? Type465 { get; set; }
+ public global::RetellAI.NodeInstructionStaticText? Type465 { get; set; }
///
///
///
- public global::RetellAI.SmsInstructionTemplateType? Type466 { get; set; }
+ public global::RetellAI.NodeInstructionStaticTextType? Type466 { get; set; }
///
///
///
- public global::RetellAI.SmsInstructionTemplateTemplate? Type467 { get; set; }
+ public global::RetellAI.SmsInstructionTemplate? Type467 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type468 { get; set; }
+ public global::RetellAI.SmsInstructionTemplateType? Type468 { get; set; }
///
///
///
- public global::RetellAI.NodeToolVariant2? Type469 { get; set; }
+ public global::RetellAI.SmsInstructionTemplateTemplate? Type469 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type470 { get; set; }
+ public global::RetellAI.OneOf? Type470 { get; set; }
///
///
///
- public global::RetellAI.NodeTransitionAnalysisDetail? Type471 { get; set; }
+ public global::RetellAI.NodeToolVariant2? Type471 { get; set; }
///
///
///
- public global::RetellAI.NodeTransitionMessageBaseRole? Type472 { get; set; }
+ public global::System.Collections.Generic.IList? Type472 { get; set; }
///
///
///
- public global::RetellAI.NodeTransitionMessageBaseTransitionType? Type473 { get; set; }
+ public global::RetellAI.NodeTransitionAnalysisDetail? Type473 { get; set; }
///
///
///
- public global::RetellAI.NodeTransitionUtterance? Type474 { get; set; }
+ public global::RetellAI.NodeTransitionMessageBaseRole? Type474 { get; set; }
///
///
///
- public global::RetellAI.NodeTransitionUtteranceRole? Type475 { get; set; }
+ public global::RetellAI.NodeTransitionMessageBaseTransitionType? Type475 { get; set; }
///
///
///
- public global::RetellAI.NodeTransitionUtteranceTransitionType? Type476 { get; set; }
+ public global::RetellAI.NodeTransitionUtterance? Type476 { get; set; }
///
///
///
- public global::RetellAI.NumberAnalysisDataType? Type477 { get; set; }
+ public global::RetellAI.NodeTransitionUtteranceRole? Type477 { get; set; }
///
///
///
- public global::RetellAI.PresetAnalysisData? Type478 { get; set; }
+ public global::RetellAI.NodeTransitionUtteranceTransitionType? Type478 { get; set; }
///
///
///
- public global::RetellAI.PresetAnalysisDataType? Type479 { get; set; }
+ public global::RetellAI.NumberAnalysisDataType? Type479 { get; set; }
///
///
///
- public global::RetellAI.PresetAnalysisDataName? Type480 { get; set; }
+ public global::RetellAI.PresetAnalysisData? Type480 { get; set; }
///
///
///
- public global::RetellAI.CallPresetAnalysisDataType? Type481 { get; set; }
+ public global::RetellAI.PresetAnalysisDataType? Type481 { get; set; }
///
///
///
- public global::RetellAI.CallPresetAnalysisDataName? Type482 { get; set; }
+ public global::RetellAI.PresetAnalysisDataName? Type482 { get; set; }
///
///
///
- public global::RetellAI.ChatPresetAnalysisDataType? Type483 { get; set; }
+ public global::RetellAI.CallPresetAnalysisDataType? Type483 { get; set; }
///
///
///
- public global::RetellAI.ChatPresetAnalysisDataName? Type484 { get; set; }
+ public global::RetellAI.CallPresetAnalysisDataName? Type484 { get; set; }
///
///
///
- public global::RetellAI.Organization? Type485 { get; set; }
+ public global::RetellAI.ChatPresetAnalysisDataType? Type485 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type486 { get; set; }
+ public global::RetellAI.ChatPresetAnalysisDataName? Type486 { get; set; }
///
///
///
- public global::RetellAI.OrganizationWebhookUrl? Type487 { get; set; }
+ public global::RetellAI.Organization? Type487 { get; set; }
///
///
///
- public global::System.DateTimeOffset? Type488 { get; set; }
+ public global::System.Collections.Generic.IList? Type488 { get; set; }
///
///
///
- public global::RetellAI.OrganizationCpsConfig? Type489 { get; set; }
+ public global::RetellAI.OrganizationWebhookUrl? Type489 { get; set; }
///
///
///
- public global::RetellAI.AutoCreditReloadConfig? Type490 { get; set; }
+ public global::System.DateTimeOffset? Type490 { get; set; }
///
///
///
- public global::RetellAI.ConductorOverageConfig? Type491 { get; set; }
+ public global::RetellAI.OrganizationCpsConfig? Type491 { get; set; }
///
///
///
- public global::RetellAI.OrganizationResponse? Type492 { get; set; }
+ public global::RetellAI.AutoCreditReloadConfig? Type492 { get; set; }
///
///
///
- public global::RetellAI.OrganizationResponseVariant2? Type493 { get; set; }
+ public global::RetellAI.ConductorOverageConfig? Type493 { get; set; }
///
///
///
- public global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatus? Type494 { get; set; }
+ public global::RetellAI.OrganizationResponse? Type494 { get; set; }
///
///
///
- public global::RetellAI.PIIConfigMode? Type495 { get; set; }
+ public global::RetellAI.OrganizationResponseVariant2? Type495 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type496 { get; set; }
+ public global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatus? Type496 { get; set; }
///
///
///
- public global::RetellAI.PIIConfigCategorie? Type497 { get; set; }
+ public global::RetellAI.PIIConfigMode? Type497 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type498 { get; set; }
+ public global::System.Collections.Generic.IList? Type498 { get; set; }
///
///
///
- public global::RetellAI.GuardrailConfigOutputTopic? Type499 { get; set; }
+ public global::RetellAI.PIIConfigCategorie? Type499 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type500 { get; set; }
+ public global::System.Collections.Generic.IList? Type500 { get; set; }
///
///
///
- public global::RetellAI.GuardrailConfigInputTopic? Type501 { get; set; }
+ public global::RetellAI.GuardrailConfigOutputTopic? Type501 { get; set; }
///
///
///
- public global::RetellAI.PerformanceMetricCriteriaOp? Type502 { get; set; }
+ public global::System.Collections.Generic.IList? Type502 { get; set; }
///
///
///
- public global::RetellAI.PhoneNumberResponse? Type503 { get; set; }
+ public global::RetellAI.GuardrailConfigInputTopic? Type503 { get; set; }
///
///
///
- public global::RetellAI.PhoneNumberResponsePhoneNumberType? Type504 { get; set; }
+ public global::RetellAI.PerformanceMetricCriteriaOp? Type504 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type505 { get; set; }
+ public global::RetellAI.PhoneNumberResponse? Type505 { get; set; }
///
///
///
- public global::RetellAI.PhoneNumberResponseSipOutboundTrunkConfig? Type506 { get; set; }
+ public global::RetellAI.PhoneNumberResponsePhoneNumberType? Type506 { get; set; }
///
///
///
- public global::RetellAI.PressDigitNodeVariant2? Type507 { get; set; }
+ public global::System.Collections.Generic.IList? Type507 { get; set; }
///
///
///
- public global::RetellAI.PressDigitNodeVariant2Type? Type508 { get; set; }
+ public global::RetellAI.PhoneNumberResponseSipOutboundTrunkConfig? Type508 { get; set; }
///
///
///
- public global::RetellAI.PressDigitTool? Type509 { get; set; }
+ public global::RetellAI.PressDigitNodeVariant2? Type509 { get; set; }
///
///
///
- public global::RetellAI.PressDigitToolType? Type510 { get; set; }
+ public global::RetellAI.PressDigitNodeVariant2Type? Type510 { get; set; }
///
///
///
- public global::RetellAI.PromptConditionType? Type511 { get; set; }
+ public global::RetellAI.PressDigitTool? Type511 { get; set; }
///
///
///
- public global::RetellAI.QaViewFilter? Type512 { get; set; }
+ public global::RetellAI.PressDigitToolType? Type512 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type513 { get; set; }
+ public global::RetellAI.PromptConditionType? Type513 { get; set; }
///
///
///
- public global::RetellAI.QaViewFilterDisconnectionReason? Type514 { get; set; }
+ public global::RetellAI.QaViewFilter? Type514 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type515 { get; set; }
+ public global::RetellAI.AllOf? Type515 { get; set; }
///
///
///
- public global::RetellAI.QaViewFilterScoreRange? Type516 { get; set; }
+ public global::RetellAI.QaViewFilterDisconnectionReason? Type516 { get; set; }
///
///
///
- public global::RetellAI.QaViewFilterScoreRangeType? Type517 { get; set; }
+ public global::RetellAI.OneOf? Type517 { get; set; }
///
///
///
- public global::RetellAI.QaViewFilterScoreRangeOp? Type518 { get; set; }
+ public global::RetellAI.QaViewFilterScoreRange? Type518 { get; set; }
///
///
///
- public global::RetellAI.CohortQaListArgs? Type519 { get; set; }
+ public global::RetellAI.QaViewFilterScoreRangeType? Type519 { get; set; }
///
///
///
- public global::RetellAI.CohortQaListArgsSortKey? Type520 { get; set; }
+ public global::RetellAI.QaViewFilterScoreRangeOp? Type520 { get; set; }
///
///
///
- public global::RetellAI.CohortQaListArgsOrder? Type521 { get; set; }
+ public global::RetellAI.CohortQaListArgs? Type521 { get; set; }
///
///
///
- public global::RetellAI.RAGAccuracy? Type522 { get; set; }
+ public global::RetellAI.CohortQaListArgsSortKey? Type522 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type523 { get; set; }
+ public global::RetellAI.CohortQaListArgsOrder? Type523 { get; set; }
///
///
///
- public global::RetellAI.RAGAccuracyMissedChunk? Type524 { get; set; }
+ public global::RetellAI.RAGAccuracy? Type524 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type525 { get; set; }
+ public global::System.Collections.Generic.IList? Type525 { get; set; }
///
///
///
- public global::RetellAI.ResponseEngineConversationFlow? Type526 { get; set; }
+ public global::RetellAI.RAGAccuracyMissedChunk? Type526 { get; set; }
///
///
///
- public global::RetellAI.ResponseEngineConversationFlowType? Type527 { get; set; }
+ public global::System.Collections.Generic.IList? Type527 { get; set; }
///
///
///
- public global::RetellAI.ResponseEngineCustomLm? Type528 { get; set; }
+ public global::RetellAI.ResponseEngineConversationFlow? Type528 { get; set; }
///
///
///
- public global::RetellAI.ResponseEngineCustomLmType? Type529 { get; set; }
+ public global::RetellAI.ResponseEngineConversationFlowType? Type529 { get; set; }
///
///
///
- public global::RetellAI.ResponseEngineRetellLm? Type530 { get; set; }
+ public global::RetellAI.ResponseEngineCustomLm? Type530 { get; set; }
///
///
///
- public global::RetellAI.ResponseEngineRetellLmType? Type531 { get; set; }
+ public global::RetellAI.ResponseEngineCustomLmType? Type531 { get; set; }
///
///
///
- public global::RetellAI.RetellResponseEngine? Type532 { get; set; }
+ public global::RetellAI.ResponseEngineRetellLm? Type532 { get; set; }
///
///
///
- public global::RetellAI.RetellLLMResponse? Type533 { get; set; }
+ public global::RetellAI.ResponseEngineRetellLmType? Type533 { get; set; }
///
///
///
- public global::RetellAI.RetellLLMResponseVariant1? Type534 { get; set; }
+ public global::RetellAI.RetellResponseEngine? Type534 { get; set; }
///
///
///
- public global::RetellAI.RetellLlmRequest? Type535 { get; set; }
+ public global::RetellAI.RetellLLMResponse? Type535 { get; set; }
///
///
///
- public global::RetellAI.RetellLLMResponseVariant3? Type536 { get; set; }
+ public global::RetellAI.RetellLLMResponseVariant1? Type536 { get; set; }
///
///
///
- public global::RetellAI.RetellLlmOverrideS2sModel? Type537 { get; set; }
+ public global::RetellAI.RetellLlmRequest? Type537 { get; set; }
///
///
///
- public global::RetellAI.RetellLlmOverrideStartSpeaker? Type538 { get; set; }
+ public global::RetellAI.RetellLLMResponseVariant3? Type538 { get; set; }
///
///
///
- public global::RetellAI.RetellLlmRequestVariant2? Type539 { get; set; }
+ public global::RetellAI.RetellLlmOverrideS2sModel? Type539 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type540 { get; set; }
+ public global::RetellAI.RetellLlmOverrideStartSpeaker? Type540 { get; set; }
///
///
///
- public global::RetellAI.State? Type541 { get; set; }
+ public global::RetellAI.RetellLlmRequestVariant2? Type541 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type542 { get; set; }
+ public global::System.Collections.Generic.IList? Type542 { get; set; }
///
///
///
- public global::RetellAI.ScoringCriteriaCustomCondition? Type543 { get; set; }
+ public global::RetellAI.State? Type543 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type544 { get; set; }
+ public global::System.Collections.Generic.IList? Type544 { get; set; }
///
///
///
- public global::RetellAI.SendSMSTool? Type545 { get; set; }
+ public global::RetellAI.ScoringCriteriaCustomCondition? Type545 { get; set; }
///
///
///
- public global::RetellAI.SendSMSToolType? Type546 { get; set; }
+ public global::System.Collections.Generic.IList? Type546 { get; set; }
///
///
///
- public global::RetellAI.SendSMSToolExecutionMessageType? Type547 { get; set; }
+ public global::RetellAI.SendSMSTool? Type547 { get; set; }
///
///
///
- public global::RetellAI.SmsContent? Type548 { get; set; }
+ public global::RetellAI.SendSMSToolType? Type548 { get; set; }
///
///
///
- public global::RetellAI.SmsSender? Type549 { get; set; }
+ public global::RetellAI.SendSMSToolExecutionMessageType? Type549 { get; set; }
///
///
///
- public global::RetellAI.SmsSenderVariant1? Type550 { get; set; }
+ public global::RetellAI.SmsContent? Type550 { get; set; }
///
///
///
- public global::RetellAI.SmsSenderVariant1Type? Type551 { get; set; }
+ public global::RetellAI.SmsSender? Type551 { get; set; }
///
///
///
- public global::RetellAI.SmsSenderVariant2? Type552 { get; set; }
+ public global::RetellAI.SmsSenderVariant1? Type552 { get; set; }
///
///
///
- public global::RetellAI.SmsSenderVariant2Type? Type553 { get; set; }
+ public global::RetellAI.SmsSenderVariant1Type? Type553 { get; set; }
///
///
///
- public global::RetellAI.SmsDestination? Type554 { get; set; }
+ public global::RetellAI.SmsSenderVariant2? Type554 { get; set; }
///
///
///
- public global::RetellAI.SmsDestinationVariant1? Type555 { get; set; }
+ public global::RetellAI.SmsSenderVariant2Type? Type555 { get; set; }
///
///
///
- public global::RetellAI.SmsDestinationVariant1Type? Type556 { get; set; }
+ public global::RetellAI.SmsDestination? Type556 { get; set; }
///
///
///
- public global::RetellAI.SmsDestinationVariant2? Type557 { get; set; }
+ public global::RetellAI.SmsDestinationVariant1? Type557 { get; set; }
///
///
///
- public global::RetellAI.SmsDestinationVariant2Type? Type558 { get; set; }
+ public global::RetellAI.SmsDestinationVariant1Type? Type558 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type559 { get; set; }
+ public global::RetellAI.SmsDestinationVariant2? Type559 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type560 { get; set; }
+ public global::RetellAI.SmsDestinationVariant2Type? Type560 { get; set; }
///
///
///
- public global::RetellAI.SentimentAnalysisDetailVariant1? Type561 { get; set; }
+ public global::System.Collections.Generic.IList>? Type561 { get; set; }
///
///
///
- public global::RetellAI.SentimentAnalysisDetailVariant1Sentiment? Type562 { get; set; }
+ public global::RetellAI.OneOf? Type562 { get; set; }
///
///
///
- public global::RetellAI.SentimentAnalysisDetailVariant2? Type563 { get; set; }
+ public global::RetellAI.SentimentAnalysisDetailVariant1? Type563 { get; set; }
///
///
///
- public global::RetellAI.SentimentAnalysisDetailVariant2Sentiment? Type564 { get; set; }
+ public global::RetellAI.SentimentAnalysisDetailVariant1Sentiment? Type564 { get; set; }
///
///
///
- public global::RetellAI.SkipResponseEdgeVariant2? Type565 { get; set; }
+ public global::RetellAI.SentimentAnalysisDetailVariant2? Type565 { get; set; }
///
///
///
- public global::RetellAI.SkipResponseEdgeVariant2TransitionCondition? Type566 { get; set; }
+ public global::RetellAI.SentimentAnalysisDetailVariant2Sentiment? Type566 { get; set; }
///
///
///
- public global::RetellAI.SkipResponseEdgeVariant2TransitionConditionType? Type567 { get; set; }
+ public global::RetellAI.SkipResponseEdgeVariant2? Type567 { get; set; }
///
///
///
- public global::RetellAI.SkipResponseEdgeVariant2TransitionConditionPrompt? Type568 { get; set; }
+ public global::RetellAI.SkipResponseEdgeVariant2TransitionCondition? Type568 { get; set; }
///
///
///
- public global::RetellAI.AlwaysEdgeVariant2? Type569 { get; set; }
+ public global::RetellAI.SkipResponseEdgeVariant2TransitionConditionType? Type569 { get; set; }
///
///
///
- public global::RetellAI.AlwaysEdgeVariant2TransitionCondition? Type570 { get; set; }
+ public global::RetellAI.SkipResponseEdgeVariant2TransitionConditionPrompt? Type570 { get; set; }
///
///
///
- public global::RetellAI.AlwaysEdgeVariant2TransitionConditionType? Type571 { get; set; }
+ public global::RetellAI.AlwaysEdgeVariant2? Type571 { get; set; }
///
///
///
- public global::RetellAI.AlwaysEdgeVariant2TransitionConditionPrompt? Type572 { get; set; }
+ public global::RetellAI.AlwaysEdgeVariant2TransitionCondition? Type572 { get; set; }
///
///
///
- public global::RetellAI.SmsContentInferred? Type573 { get; set; }
+ public global::RetellAI.AlwaysEdgeVariant2TransitionConditionType? Type573 { get; set; }
///
///
///
- public global::RetellAI.SmsContentInferredType? Type574 { get; set; }
+ public global::RetellAI.AlwaysEdgeVariant2TransitionConditionPrompt? Type574 { get; set; }
///
///
///
- public global::RetellAI.SmsContentPredefined? Type575 { get; set; }
+ public global::RetellAI.SmsContentInferred? Type575 { get; set; }
///
///
///
- public global::RetellAI.SmsContentPredefinedType? Type576 { get; set; }
+ public global::RetellAI.SmsContentInferredType? Type576 { get; set; }
///
///
///
- public global::RetellAI.SmsContentTemplate? Type577 { get; set; }
+ public global::RetellAI.SmsContentPredefined? Type577 { get; set; }
///
///
///
- public global::RetellAI.SmsContentTemplateType? Type578 { get; set; }
+ public global::RetellAI.SmsContentPredefinedType? Type578 { get; set; }
///
///
///
- public global::RetellAI.SmsContentTemplateTemplate? Type579 { get; set; }
+ public global::RetellAI.SmsContentTemplate? Type579 { get; set; }
///
///
///
- public global::RetellAI.SmsFailedEdge? Type580 { get; set; }
+ public global::RetellAI.SmsContentTemplateType? Type580 { get; set; }
///
///
///
- public global::RetellAI.SmsFailedEdgeVariant2? Type581 { get; set; }
+ public global::RetellAI.SmsContentTemplateTemplate? Type581 { get; set; }
///
///
///
- public global::RetellAI.SmsFailedEdgeVariant2TransitionCondition? Type582 { get; set; }
+ public global::RetellAI.SmsFailedEdge? Type582 { get; set; }
///
///
///
- public global::RetellAI.SmsFailedEdgeVariant2TransitionConditionType? Type583 { get; set; }
+ public global::RetellAI.SmsFailedEdgeVariant2? Type583 { get; set; }
///
///
///
- public global::RetellAI.SmsFailedEdgeVariant2TransitionConditionPrompt? Type584 { get; set; }
+ public global::RetellAI.SmsFailedEdgeVariant2TransitionCondition? Type584 { get; set; }
///
///
///
- public global::RetellAI.SmsNodeVariant2? Type585 { get; set; }
+ public global::RetellAI.SmsFailedEdgeVariant2TransitionConditionType? Type585 { get; set; }
///
///
///
- public global::RetellAI.SmsNodeVariant2Type? Type586 { get; set; }
+ public global::RetellAI.SmsFailedEdgeVariant2TransitionConditionPrompt? Type586 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type587 { get; set; }
+ public global::RetellAI.SmsNodeVariant2? Type587 { get; set; }
///
///
///
- public global::RetellAI.SmsSuccessEdge? Type588 { get; set; }
+ public global::RetellAI.SmsNodeVariant2Type? Type588 { get; set; }
///
///
///
- public global::RetellAI.SmsSuccessEdgeVariant2? Type589 { get; set; }
+ public global::RetellAI.OneOf? Type589 { get; set; }
///
///
///
- public global::RetellAI.SmsSuccessEdgeVariant2TransitionCondition? Type590 { get; set; }
+ public global::RetellAI.SmsSuccessEdge? Type590 { get; set; }
///
///
///
- public global::RetellAI.SmsSuccessEdgeVariant2TransitionConditionType? Type591 { get; set; }
+ public global::RetellAI.SmsSuccessEdgeVariant2? Type591 { get; set; }
///
///
///
- public global::RetellAI.SmsSuccessEdgeVariant2TransitionConditionPrompt? Type592 { get; set; }
+ public global::RetellAI.SmsSuccessEdgeVariant2TransitionCondition? Type592 { get; set; }
///
///
///
- public global::RetellAI.StateEdge? Type593 { get; set; }
+ public global::RetellAI.SmsSuccessEdgeVariant2TransitionConditionType? Type593 { get; set; }
///
///
///
- public global::RetellAI.StateTransitionMessageBaseRole? Type594 { get; set; }
+ public global::RetellAI.SmsSuccessEdgeVariant2TransitionConditionPrompt? Type594 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type595 { get; set; }
+ public global::RetellAI.StateEdge? Type595 { get; set; }
///
///
///
- public global::RetellAI.StringAnalysisDataType? Type596 { get; set; }
+ public global::RetellAI.StateTransitionMessageBaseRole? Type596 { get; set; }
///
///
///
- public global::RetellAI.TestCaseBatchJob? Type597 { get; set; }
+ public global::System.Collections.Generic.IList? Type597 { get; set; }
///
///
///
- public global::RetellAI.TestCaseBatchJobStatus? Type598 { get; set; }
+ public global::RetellAI.StringAnalysisDataType? Type598 { get; set; }
///
///
///
- public global::RetellAI.TestCaseDefinitionInput? Type599 { get; set; }
+ public global::RetellAI.TestCaseBatchJob? Type599 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type600 { get; set; }
+ public global::RetellAI.TestCaseBatchJobStatus? Type600 { get; set; }
///
///
///
- public global::RetellAI.ToolMock? Type601 { get; set; }
+ public global::RetellAI.TestCaseDefinitionInput? Type601 { get; set; }
///
///
///
- public global::RetellAI.TestCaseDefinition? Type602 { get; set; }
+ public global::System.Collections.Generic.IList? Type602 { get; set; }
///
///
///
- public global::RetellAI.TestCaseDefinitionVariant2? Type603 { get; set; }
+ public global::RetellAI.ToolMock? Type603 { get; set; }
///
///
///
- public global::RetellAI.TestCaseDefinitionVariant2Type? Type604 { get; set; }
+ public global::RetellAI.TestCaseDefinition? Type604 { get; set; }
///
///
///
- public global::RetellAI.TestCaseJob? Type605 { get; set; }
+ public global::RetellAI.TestCaseDefinitionVariant2? Type605 { get; set; }
///
///
///
- public global::RetellAI.TestCaseJobStatus? Type606 { get; set; }
+ public global::RetellAI.TestCaseDefinitionVariant2Type? Type606 { get; set; }
///
///
///
- public global::RetellAI.ToolMockInputMatchRule? Type607 { get; set; }
+ public global::RetellAI.TestCaseJob? Type607 { get; set; }
///
///
///
- public global::RetellAI.ToolMockInputMatchRuleVariant1? Type608 { get; set; }
+ public global::RetellAI.TestCaseJobStatus? Type608 { get; set; }
///
///
///
- public global::RetellAI.ToolMockInputMatchRuleVariant1Type? Type609 { get; set; }
+ public global::RetellAI.ToolMockInputMatchRule? Type609 { get; set; }
///
///
///
- public global::RetellAI.ToolMockInputMatchRuleVariant2? Type610 { get; set; }
+ public global::RetellAI.ToolMockInputMatchRuleVariant1? Type610 { get; set; }
///
///
///
- public global::RetellAI.ToolMockInputMatchRuleVariant2Type? Type611 { get; set; }
+ public global::RetellAI.ToolMockInputMatchRuleVariant1Type? Type611 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type612 { get; set; }
+ public global::RetellAI.ToolMockInputMatchRuleVariant2? Type612 { get; set; }
///
///
///
- public global::RetellAI.UtteranceToolCallAccuracy? Type613 { get; set; }
+ public global::RetellAI.ToolMockInputMatchRuleVariant2Type? Type613 { get; set; }
///
///
///
- public global::RetellAI.ToolCallInvocationMessageBaseRole? Type614 { get; set; }
+ public global::System.Collections.Generic.IList? Type614 { get; set; }
///
///
///
- public global::RetellAI.ToolCallInvocationUtterance? Type615 { get; set; }
+ public global::RetellAI.UtteranceToolCallAccuracy? Type615 { get; set; }
///
///
///
- public global::RetellAI.ToolCallInvocationUtteranceRole? Type616 { get; set; }
+ public global::RetellAI.ToolCallInvocationMessageBaseRole? Type616 { get; set; }
///
///
///
- public global::RetellAI.ToolCallResultMessageBaseRole? Type617 { get; set; }
+ public global::RetellAI.ToolCallInvocationUtterance? Type617 { get; set; }
///
///
///
- public global::RetellAI.ToolCallResultUtterance? Type618 { get; set; }
+ public global::RetellAI.ToolCallInvocationUtteranceRole? Type618 { get; set; }
///
///
///
- public global::RetellAI.ToolCallResultUtteranceRole? Type619 { get; set; }
+ public global::RetellAI.ToolCallResultMessageBaseRole? Type619 { get; set; }
///
///
///
- public global::RetellAI.ToolParameterType? Type620 { get; set; }
+ public global::RetellAI.ToolCallResultUtterance? Type620 { get; set; }
///
///
///
- public global::RetellAI.TransferCallTool? Type621 { get; set; }
+ public global::RetellAI.ToolCallResultUtteranceRole? Type621 { get; set; }
///
///
///
- public global::RetellAI.TransferCallNodeVariant2? Type622 { get; set; }
+ public global::RetellAI.ToolParameterType? Type622 { get; set; }
///
///
///
- public global::RetellAI.TransferCallNodeVariant2Type? Type623 { get; set; }
+ public global::RetellAI.TransferCallTool? Type623 { get; set; }
///
///
///
- public global::RetellAI.TransferDestination? Type624 { get; set; }
+ public global::RetellAI.TransferCallNodeVariant2? Type624 { get; set; }
///
///
///
- public global::RetellAI.TransferOption? Type625 { get; set; }
+ public global::RetellAI.TransferCallNodeVariant2Type? Type625 { get; set; }
///
///
///
- public global::RetellAI.TransferCallToolType? Type626 { get; set; }
+ public global::RetellAI.TransferDestination? Type626 { get; set; }
///
///
///
- public global::RetellAI.TransferCallToolExecutionMessageType? Type627 { get; set; }
+ public global::RetellAI.TransferOption? Type627 { get; set; }
///
///
///
- public global::RetellAI.TransferDestinationInferred? Type628 { get; set; }
+ public global::RetellAI.TransferCallToolType? Type628 { get; set; }
///
///
///
- public global::RetellAI.TransferDestinationInferredType? Type629 { get; set; }
+ public global::RetellAI.TransferCallToolExecutionMessageType? Type629 { get; set; }
///
///
///
- public global::RetellAI.TransferDestinationPredefined? Type630 { get; set; }
+ public global::RetellAI.TransferDestinationInferred? Type630 { get; set; }
///
///
///
- public global::RetellAI.TransferDestinationPredefinedType? Type631 { get; set; }
+ public global::RetellAI.TransferDestinationInferredType? Type631 { get; set; }
///
///
///
- public global::RetellAI.TransferFailedEdgeVariant2? Type632 { get; set; }
+ public global::RetellAI.TransferDestinationPredefined? Type632 { get; set; }
///
///
///
- public global::RetellAI.TransferFailedEdgeVariant2TransitionCondition? Type633 { get; set; }
+ public global::RetellAI.TransferDestinationPredefinedType? Type633 { get; set; }
///
///
///
- public global::RetellAI.TransferFailedEdgeVariant2TransitionConditionType? Type634 { get; set; }
+ public global::RetellAI.TransferFailedEdgeVariant2? Type634 { get; set; }
///
///
///
- public global::RetellAI.TransferFailedEdgeVariant2TransitionConditionPrompt? Type635 { get; set; }
+ public global::RetellAI.TransferFailedEdgeVariant2TransitionCondition? Type635 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionAgenticWarmTransfer? Type636 { get; set; }
+ public global::RetellAI.TransferFailedEdgeVariant2TransitionConditionType? Type636 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionAgenticWarmTransferType? Type637 { get; set; }
+ public global::RetellAI.TransferFailedEdgeVariant2TransitionConditionPrompt? Type637 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionAgenticWarmTransferOnHoldMusic? Type638 { get; set; }
+ public global::RetellAI.TransferOptionAgenticWarmTransfer? Type638 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type639 { get; set; }
+ public global::RetellAI.TransferOptionAgenticWarmTransferType? Type639 { get; set; }
///
///
///
- public global::RetellAI.WarmTransferPrompt? Type640 { get; set; }
+ public global::RetellAI.TransferOptionAgenticWarmTransferOnHoldMusic? Type640 { get; set; }
///
///
///
- public global::RetellAI.WarmTransferStaticMessage? Type641 { get; set; }
+ public global::RetellAI.OneOf? Type641 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfig? Type642 { get; set; }
+ public global::RetellAI.WarmTransferPrompt? Type642 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfigTransferAgent? Type643 { get; set; }
+ public global::RetellAI.WarmTransferStaticMessage? Type643 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfigActionOnTimeout? Type644 { get; set; }
+ public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfig? Type644 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionColdTransfer? Type645 { get; set; }
+ public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfigTransferAgent? Type645 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionColdTransferType? Type646 { get; set; }
+ public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfigActionOnTimeout? Type646 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionColdTransferColdTransferMode? Type647 { get; set; }
+ public global::RetellAI.TransferOptionColdTransfer? Type647 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionWarmTransfer? Type648 { get; set; }
+ public global::RetellAI.TransferOptionColdTransferType? Type648 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionWarmTransferType? Type649 { get; set; }
+ public global::RetellAI.TransferOptionColdTransferColdTransferMode? Type649 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionWarmTransferOnHoldMusic? Type650 { get; set; }
+ public global::RetellAI.TransferOptionWarmTransfer? Type650 { get; set; }
///
///
///
- public global::RetellAI.UpdateOrganizationRequest? Type651 { get; set; }
+ public global::RetellAI.TransferOptionWarmTransferType? Type651 { get; set; }
///
///
///
- public global::RetellAI.UpdateOrganizationRequestAutoCreditReloadConfig? Type652 { get; set; }
+ public global::RetellAI.TransferOptionWarmTransferOnHoldMusic? Type652 { get; set; }
///
///
///
- public global::RetellAI.SpendBudgetCustomAlertRequest? Type653 { get; set; }
+ public global::RetellAI.UpdateOrganizationRequest? Type653 { get; set; }
///
///
///
- public global::RetellAI.UpdateSpendBudgetRequest? Type654 { get; set; }
+ public global::RetellAI.UpdateOrganizationRequestAutoCreditReloadConfig? Type654 { get; set; }
///
///
///
- public global::RetellAI.UpdateSpendBudgetRequestVariant1? Type655 { get; set; }
+ public global::RetellAI.SpendBudgetCustomAlertRequest? Type655 { get; set; }
///
///
///
- public global::RetellAI.UpdateSpendBudgetRequestVariant2? Type656 { get; set; }
+ public global::RetellAI.UpdateSpendBudgetRequest? Type656 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type657 { get; set; }
+ public global::RetellAI.UpdateSpendBudgetRequestVariant1? Type657 { get; set; }
///
///
///
- public global::RetellAI.UserFormRequest? Type658 { get; set; }
+ public global::RetellAI.UpdateSpendBudgetRequestVariant2? Type658 { get; set; }
///
///
///
- public global::RetellAI.UtteranceHallucinationHallucinationType? Type659 { get; set; }
+ public global::System.Collections.Generic.IList? Type659 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type660 { get; set; }
+ public global::RetellAI.UserFormRequest? Type660 { get; set; }
///
///
///
- public global::RetellAI.UtteranceOrToolCall? Type661 { get; set; }
+ public global::RetellAI.UtteranceHallucinationHallucinationType? Type661 { get; set; }
///
///
///
- public global::RetellAI.Utterance? Type662 { get; set; }
+ public global::System.Collections.Generic.IList? Type662 { get; set; }
///
///
///
- public global::RetellAI.UtteranceRole? Type663 { get; set; }
+ public global::RetellAI.UtteranceOrToolCall? Type663 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type664 { get; set; }
+ public global::RetellAI.Utterance? Type664 { get; set; }
///
///
///
- public global::RetellAI.UtteranceWord? Type665 { get; set; }
+ public global::RetellAI.UtteranceRole? Type665 { get; set; }
///
///
///
- public global::RetellAI.V2CallBase? Type666 { get; set; }
+ public global::System.Collections.Generic.IList? Type666 { get; set; }
///
///
///
- public global::RetellAI.V2CallBaseCallStatus? Type667 { get; set; }
+ public global::RetellAI.UtteranceWord? Type667 { get; set; }
///
///
///
- public global::RetellAI.V2CallBaseDataStorageSetting? Type668 { get; set; }
+ public global::RetellAI.V2CallBase? Type668 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type669 { get; set; }
+ public global::RetellAI.V2CallBaseCallStatus? Type669 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type670 { get; set; }
+ public global::RetellAI.V2CallBaseDataStorageSetting? Type670 { get; set; }
///
///
///
- public global::RetellAI.V2CallBaseLatency? Type671 { get; set; }
+ public global::System.Collections.Generic.IList? Type671 { get; set; }
///
///
///
- public global::RetellAI.V2CallBaseCallCost? Type672 { get; set; }
+ public global::System.Collections.Generic.IList? Type672 { get; set; }
///
///
///
- public global::RetellAI.V2CallBaseLlmTokenUsage? Type673 { get; set; }
+ public global::RetellAI.V2CallBaseLatency? Type673 { get; set; }
///
///
///
- public global::RetellAI.V2CallResponse? Type674 { get; set; }
+ public global::RetellAI.V2CallBaseCallCost? Type674 { get; set; }
///
///
///
- public global::RetellAI.V2WebCallResponse? Type675 { get; set; }
+ public global::RetellAI.V2CallBaseLlmTokenUsage? Type675 { get; set; }
///
///
///
- public global::RetellAI.V2PhoneCallResponse? Type676 { get; set; }
+ public global::RetellAI.V2CallResponse? Type676 { get; set; }
///
///
///
- public global::RetellAI.CallTransport? Type677 { get; set; }
+ public global::RetellAI.V2WebCallResponse? Type677 { get; set; }
///
///
///
- public global::RetellAI.IceServer? Type678 { get; set; }
+ public global::RetellAI.V2PhoneCallResponse? Type678 { get; set; }
///
///
///
- public global::RetellAI.OneOf>? Type679 { get; set; }
+ public global::RetellAI.V3CallResponse? Type679 { get; set; }
///
///
///
- public global::RetellAI.V3CallResponse? Type680 { get; set; }
+ public global::RetellAI.V3WebCallResponse? Type680 { get; set; }
///
///
///
- public global::RetellAI.V3WebCallResponse? Type681 { get; set; }
+ public global::RetellAI.V3PhoneCallResponse? Type681 { get; set; }
///
///
///
- public global::RetellAI.V3PhoneCallResponse? Type682 { get; set; }
+ public global::RetellAI.V3CallBase? Type682 { get; set; }
///
///
///
- public global::RetellAI.V3CallBase? Type683 { get; set; }
+ public global::RetellAI.V3CallBaseCallStatus? Type683 { get; set; }
///
///
///
- public global::RetellAI.V3CallBaseCallStatus? Type684 { get; set; }
+ public global::RetellAI.V3CallBaseDataStorageSetting? Type684 { get; set; }
///
///
///
- public global::RetellAI.V3CallBaseDataStorageSetting? Type685 { get; set; }
+ public global::RetellAI.V3CallBaseLatency? Type685 { get; set; }
///
///
///
- public global::RetellAI.V3CallBaseLatency? Type686 { get; set; }
+ public global::RetellAI.V3CallBaseCallCost? Type686 { get; set; }
///
///
///
- public global::RetellAI.V3CallBaseCallCost? Type687 { get; set; }
+ public global::RetellAI.V3CallBaseLlmTokenUsage? Type687 { get; set; }
///
///
///
- public global::RetellAI.V3CallBaseLlmTokenUsage? Type688 { get; set; }
+ public global::RetellAI.V3PhoneCallResponseVariant1? Type688 { get; set; }
///
///
///
- public global::RetellAI.V3PhoneCallResponseVariant1? Type689 { get; set; }
+ public global::RetellAI.V3PhoneCallResponseVariant1CallType? Type689 { get; set; }
///
///
///
- public global::RetellAI.V3PhoneCallResponseVariant1CallType? Type690 { get; set; }
+ public global::RetellAI.V3PhoneCallResponseVariant1Direction? Type690 { get; set; }
///
///
///
- public global::RetellAI.V3PhoneCallResponseVariant1Direction? Type691 { get; set; }
+ public global::RetellAI.V3PhoneCallResponseVariant1TelephonyIdentifier? Type691 { get; set; }
///
///
///
- public global::RetellAI.V3PhoneCallResponseVariant1TelephonyIdentifier? Type692 { get; set; }
+ public global::RetellAI.V3WebCallResponseVariant1? Type692 { get; set; }
///
///
///
- public global::RetellAI.V3WebCallResponseVariant1? Type693 { get; set; }
+ public global::RetellAI.V3WebCallResponseVariant1CallType? Type693 { get; set; }
///
///
///
- public global::RetellAI.V3WebCallResponseVariant1CallType? Type694 { get; set; }
+ public global::RetellAI.V3ListCallsRequest? Type694 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type695 { get; set; }
+ public global::RetellAI.V3ListCallsRequestSortOrder? Type695 { get; set; }
///
///
///
- public global::RetellAI.V3ListCallsRequest? Type696 { get; set; }
+ public global::RetellAI.V2PhoneCallResponseVariant1? Type696 { get; set; }
///
///
///
- public global::RetellAI.V3ListCallsRequestSortOrder? Type697 { get; set; }
+ public global::RetellAI.V2PhoneCallResponseVariant1CallType? Type697 { get; set; }
///
///
///
- public global::RetellAI.V2PhoneCallResponseVariant1? Type698 { get; set; }
+ public global::RetellAI.V2PhoneCallResponseVariant1Direction? Type698 { get; set; }
///
///
///
- public global::RetellAI.V2PhoneCallResponseVariant1CallType? Type699 { get; set; }
+ public global::RetellAI.V2PhoneCallResponseVariant1TelephonyIdentifier? Type699 { get; set; }
///
///
///
- public global::RetellAI.V2PhoneCallResponseVariant1Direction? Type700 { get; set; }
+ public global::RetellAI.V2WebCallResponseVariant1? Type700 { get; set; }
///
///
///
- public global::RetellAI.V2PhoneCallResponseVariant1TelephonyIdentifier? Type701 { get; set; }
+ public global::RetellAI.V2WebCallResponseVariant1CallType? Type701 { get; set; }
///
///
///
- public global::RetellAI.V2WebCallResponseVariant1? Type702 { get; set; }
+ public global::RetellAI.VoiceResponse? Type702 { get; set; }
///
///
///
- public global::RetellAI.V2WebCallResponseVariant1CallType? Type703 { get; set; }
+ public global::RetellAI.VoiceResponseProvider? Type703 { get; set; }
///
///
///
- public global::RetellAI.VoiceResponse? Type704 { get; set; }
+ public global::RetellAI.VoiceResponseGender? Type704 { get; set; }
///
///
///
- public global::RetellAI.VoiceResponseProvider? Type705 { get; set; }
+ public global::RetellAI.VoicemailActionBridgeTransfer? Type705 { get; set; }
///
///
///
- public global::RetellAI.VoiceResponseGender? Type706 { get; set; }
+ public global::RetellAI.VoicemailActionBridgeTransferType? Type706 { get; set; }
///
///
///
- public global::RetellAI.VoicemailActionBridgeTransfer? Type707 { get; set; }
+ public global::RetellAI.VoicemailActionHangup? Type707 { get; set; }
///
///
///
- public global::RetellAI.VoicemailActionBridgeTransferType? Type708 { get; set; }
+ public global::RetellAI.VoicemailActionHangupType? Type708 { get; set; }
///
///
///
- public global::RetellAI.VoicemailActionHangup? Type709 { get; set; }
+ public global::RetellAI.VoicemailActionPrompt? Type709 { get; set; }
///
///
///
- public global::RetellAI.VoicemailActionHangupType? Type710 { get; set; }
+ public global::RetellAI.VoicemailActionPromptType? Type710 { get; set; }
///
///
///
- public global::RetellAI.VoicemailActionPrompt? Type711 { get; set; }
+ public global::RetellAI.VoicemailActionStaticText? Type711 { get; set; }
///
///
///
- public global::RetellAI.VoicemailActionPromptType? Type712 { get; set; }
+ public global::RetellAI.VoicemailActionStaticTextType? Type712 { get; set; }
///
///
///
- public global::RetellAI.VoicemailActionStaticText? Type713 { get; set; }
+ public global::RetellAI.IvrActionHangup? Type713 { get; set; }
///
///
///
- public global::RetellAI.VoicemailActionStaticTextType? Type714 { get; set; }
+ public global::RetellAI.IvrActionHangupType? Type714 { get; set; }
///
///
///
- public global::RetellAI.IvrActionHangup? Type715 { get; set; }
+ public global::RetellAI.IvrAction? Type715 { get; set; }
///
///
///
- public global::RetellAI.IvrActionHangupType? Type716 { get; set; }
+ public global::RetellAI.WarmTransferPromptType? Type716 { get; set; }
///
///
///
- public global::RetellAI.IvrAction? Type717 { get; set; }
+ public global::RetellAI.WarmTransferStaticMessageType? Type717 { get; set; }
///
///
///
- public global::RetellAI.WarmTransferPromptType? Type718 { get; set; }
+ public global::RetellAI.ConductorOverageConfigVariant1? Type718 { get; set; }
///
///
///
- public global::RetellAI.WarmTransferStaticMessageType? Type719 { get; set; }
+ public global::RetellAI.ConductorOverageConfigVariant1Mode? Type719 { get; set; }
///
///
///
- public global::RetellAI.ConductorOverageConfigVariant1? Type720 { get; set; }
+ public global::RetellAI.ConductorOverageConfigVariant2? Type720 { get; set; }
///
///
///
- public global::RetellAI.ConductorOverageConfigVariant1Mode? Type721 { get; set; }
+ public global::RetellAI.ConductorOverageConfigVariant2Mode? Type721 { get; set; }
///
///
///
- public global::RetellAI.ConductorOverageConfigVariant2? Type722 { get; set; }
+ public global::RetellAI.ConductorOverageConfigVariant3? Type722 { get; set; }
///
///
///
- public global::RetellAI.ConductorOverageConfigVariant2Mode? Type723 { get; set; }
+ public global::RetellAI.ConductorOverageConfigVariant3Mode? Type723 { get; set; }
///
///
///
- public global::RetellAI.ConductorOverageConfigVariant3? Type724 { get; set; }
+ public global::RetellAI.Contact? Type724 { get; set; }
///
///
///
- public global::RetellAI.ConductorOverageConfigVariant3Mode? Type725 { get; set; }
+ public global::RetellAI.ContactListResponse? Type725 { get; set; }
///
///
///
- public global::RetellAI.Contact? Type726 { get; set; }
+ public global::RetellAI.ContactListResponseVariant2? Type726 { get; set; }
///
///
///
- public global::RetellAI.ContactListResponse? Type727 { get; set; }
+ public global::System.Collections.Generic.IList? Type727 { get; set; }
///
///
///
- public global::RetellAI.ContactListResponseVariant2? Type728 { get; set; }
+ public global::RetellAI.ContactConversation? Type728 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type729 { get; set; }
+ public global::RetellAI.ContactCall? Type729 { get; set; }
///
///
///
- public global::RetellAI.ContactConversation? Type730 { get; set; }
+ public global::RetellAI.ContactChat? Type730 { get; set; }
///
///
///
- public global::RetellAI.ContactCall? Type731 { get; set; }
+ public global::RetellAI.ContactCallType? Type731 { get; set; }
///
///
///
- public global::RetellAI.ContactChat? Type732 { get; set; }
+ public global::RetellAI.ContactCallDirection? Type732 { get; set; }
///
///
///
- public global::RetellAI.ContactCallType? Type733 { get; set; }
+ public global::RetellAI.ContactCallSentiment? Type733 { get; set; }
///
///
///
- public global::RetellAI.ContactCallDirection? Type734 { get; set; }
+ public global::RetellAI.ContactChatType? Type734 { get; set; }
///
///
///
- public global::RetellAI.ContactCallSentiment? Type735 { get; set; }
+ public global::RetellAI.ContactChatDirection? Type735 { get; set; }
///
///
///
- public global::RetellAI.ContactChatType? Type736 { get; set; }
+ public global::RetellAI.ContactChatSentiment? Type736 { get; set; }
///
///
///
- public global::RetellAI.ContactChatDirection? Type737 { get; set; }
+ public global::RetellAI.ContactConversationListResponse? Type737 { get; set; }
///
///
///
- public global::RetellAI.ContactChatSentiment? Type738 { get; set; }
+ public global::RetellAI.ContactConversationListResponseVariant2? Type738 { get; set; }
///
///
///
- public global::RetellAI.ContactConversationListResponse? Type739 { get; set; }
+ public global::System.Collections.Generic.IList? Type739 { get; set; }
///
///
///
- public global::RetellAI.ContactConversationListResponseVariant2? Type740 { get; set; }
+ public global::RetellAI.AppType? Type740 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type741 { get; set; }
+ public global::RetellAI.AppConnectionStatus? Type741 { get; set; }
///
///
///
- public global::RetellAI.AppType? Type742 { get; set; }
+ public global::RetellAI.OAuthConfigRequest? Type742 { get; set; }
///
///
///
- public global::RetellAI.AppConnectionStatus? Type743 { get; set; }
+ public global::RetellAI.OAuthConfigRequestType? Type743 { get; set; }
///
///
///
- public global::RetellAI.OAuthConfigRequest? Type744 { get; set; }
+ public global::RetellAI.ApiKeyAuthConfigRequest? Type744 { get; set; }
///
///
///
- public global::RetellAI.OAuthConfigRequestType? Type745 { get; set; }
+ public global::RetellAI.ApiKeyAuthConfigRequestType? Type745 { get; set; }
///
///
///
- public global::RetellAI.ApiKeyAuthConfigRequest? Type746 { get; set; }
+ public global::RetellAI.BasicAuthConfigRequest? Type746 { get; set; }
///
///
///
- public global::RetellAI.ApiKeyAuthConfigRequestType? Type747 { get; set; }
+ public global::RetellAI.BasicAuthConfigRequestType? Type747 { get; set; }
///
///
///
- public global::RetellAI.BasicAuthConfigRequest? Type748 { get; set; }
+ public global::RetellAI.AuthConfigRequest? Type748 { get; set; }
///
///
///
- public global::RetellAI.BasicAuthConfigRequestType? Type749 { get; set; }
+ public global::RetellAI.OAuthConfigResponse? Type749 { get; set; }
///
///
///
- public global::RetellAI.AuthConfigRequest? Type750 { get; set; }
+ public global::RetellAI.OAuthConfigResponseType? Type750 { get; set; }
///
///
///
- public global::RetellAI.OAuthConfigResponse? Type751 { get; set; }
+ public global::RetellAI.ApiKeyAuthConfigResponse? Type751 { get; set; }
///
///
///
- public global::RetellAI.OAuthConfigResponseType? Type752 { get; set; }
+ public global::RetellAI.ApiKeyAuthConfigResponseType? Type752 { get; set; }
///
///
///
- public global::RetellAI.ApiKeyAuthConfigResponse? Type753 { get; set; }
+ public global::RetellAI.AccessTokenAuthConfigResponse? Type753 { get; set; }
///
///
///
- public global::RetellAI.ApiKeyAuthConfigResponseType? Type754 { get; set; }
+ public global::RetellAI.AccessTokenAuthConfigResponseType? Type754 { get; set; }
///
///
///
- public global::RetellAI.AccessTokenAuthConfigResponse? Type755 { get; set; }
+ public global::RetellAI.BasicAuthConfigResponse? Type755 { get; set; }
///
///
///
- public global::RetellAI.AccessTokenAuthConfigResponseType? Type756 { get; set; }
+ public global::RetellAI.BasicAuthConfigResponseType? Type756 { get; set; }
///
///
///
- public global::RetellAI.BasicAuthConfigResponse? Type757 { get; set; }
+ public global::RetellAI.RefreshTokenAuthConfigResponse? Type757 { get; set; }
///
///
///
- public global::RetellAI.BasicAuthConfigResponseType? Type758 { get; set; }
+ public global::RetellAI.RefreshTokenAuthConfigResponseType? Type758 { get; set; }
///
///
///
- public global::RetellAI.RefreshTokenAuthConfigResponse? Type759 { get; set; }
+ public global::RetellAI.AppAuthConfigResponse? Type759 { get; set; }
///
///
///
- public global::RetellAI.RefreshTokenAuthConfigResponseType? Type760 { get; set; }
+ public global::RetellAI.CRMSyncMapping? Type760 { get; set; }
///
///
///
- public global::RetellAI.AppAuthConfigResponse? Type761 { get; set; }
+ public global::RetellAI.AppCRMConfig? Type761 { get; set; }
///
///
///
- public global::RetellAI.CRMSyncMapping? Type762 { get; set; }
+ public global::System.Collections.Generic.IList? Type762 { get; set; }
///
///
///
- public global::RetellAI.AppCRMConfig? Type763 { get; set; }
+ public global::RetellAI.AppResponse? Type763 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type764 { get; set; }
+ public global::RetellAI.AppResponseTenantType? Type764 { get; set; }
///
///
///
- public global::RetellAI.AppResponse? Type765 { get; set; }
+ public global::RetellAI.AppUsageResponse? Type765 { get; set; }
///
///
///
- public global::RetellAI.AppResponseTenantType? Type766 { get; set; }
+ public global::RetellAI.AgentAppUsage? Type766 { get; set; }
///
///
///
- public global::RetellAI.AppUsageResponse? Type767 { get; set; }
+ public global::RetellAI.KnowledgeBaseAppUsage? Type767 { get; set; }
///
///
///
- public global::RetellAI.AgentAppUsage? Type768 { get; set; }
+ public global::RetellAI.AgentAppUsageType? Type768 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseAppUsage? Type769 { get; set; }
+ public global::RetellAI.KnowledgeBaseAppUsageType? Type769 { get; set; }
///
///
///
- public global::RetellAI.AgentAppUsageType? Type770 { get; set; }
+ public global::RetellAI.CRMCustomFieldSchema? Type770 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseAppUsageType? Type771 { get; set; }
+ public global::RetellAI.CRMCustomFieldSchemaType? Type771 { get; set; }
///
///
///
- public global::RetellAI.CRMCustomFieldSchema? Type772 { get; set; }
+ public global::RetellAI.CRMAnalysisDataMapping? Type772 { get; set; }
///
///
///
- public global::RetellAI.CRMCustomFieldSchemaType? Type773 { get; set; }
+ public global::RetellAI.CRMAnalysisDataMappingUpdateMode? Type773 { get; set; }
///
///
///
- public global::RetellAI.CRMAnalysisDataMapping? Type774 { get; set; }
+ public global::RetellAI.CRMConfig? Type774 { get; set; }
///
///
///
- public global::RetellAI.CRMAnalysisDataMappingUpdateMode? Type775 { get; set; }
+ public global::System.Collections.Generic.IList? Type775 { get; set; }
///
///
///
- public global::RetellAI.CRMConfig? Type776 { get; set; }
+ public global::System.Collections.Generic.IList? Type776 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type777 { get; set; }
+ public global::RetellAI.JobStatus? Type777 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type778 { get; set; }
+ public global::RetellAI.JobStatusStatus? Type778 { get; set; }
///
///
///
- public global::RetellAI.JobStatus? Type779 { get; set; }
+ public global::RetellAI.JobStatusTriggeredBy? Type779 { get; set; }
///
///
///
- public global::RetellAI.JobStatusStatus? Type780 { get; set; }
+ public global::RetellAI.ChartGroupType? Type780 { get; set; }
///
///
///
- public global::RetellAI.JobStatusTriggeredBy? Type781 { get; set; }
+ public global::RetellAI.DashboardSource? Type781 { get; set; }
///
///
///
- public global::RetellAI.ChartGroupType? Type782 { get; set; }
+ public global::RetellAI.ChartGroupItem? Type782 { get; set; }
///
///
///
- public global::RetellAI.DashboardSource? Type783 { get; set; }
+ public global::RetellAI.ChartGroupItemVariant1? Type783 { get; set; }
///
///
///
- public global::RetellAI.ChartGroupItem? Type784 { get; set; }
+ public global::RetellAI.ChartGroupItemVariant1Type? Type784 { get; set; }
///
///
///
- public global::RetellAI.ChartGroupItemVariant1? Type785 { get; set; }
+ public global::RetellAI.ChartGroupItemVariant2? Type785 { get; set; }
///
///
///
- public global::RetellAI.ChartGroupItemVariant1Type? Type786 { get; set; }
+ public global::RetellAI.ChartGroupItemVariant2Type? Type786 { get; set; }
///
///
///
- public global::RetellAI.ChartGroupItemVariant2? Type787 { get; set; }
+ public global::RetellAI.ChartShowItem? Type787 { get; set; }
///
///
///
- public global::RetellAI.ChartGroupItemVariant2Type? Type788 { get; set; }
+ public global::RetellAI.ChartShowItemKeywordSource? Type788 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItem? Type789 { get; set; }
+ public global::RetellAI.ChartShowItemKeywordSourceSource? Type789 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemKeywordSource? Type790 { get; set; }
+ public global::RetellAI.ChartShowItemKeywordSourceSourceType? Type790 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemKeywordSourceSource? Type791 { get; set; }
+ public global::RetellAI.ChartShowItemKeywordSourceMeasurement? Type791 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemKeywordSourceSourceType? Type792 { get; set; }
+ public global::RetellAI.ChartShowItemKeywordSourceMeasurementType? Type792 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemKeywordSourceMeasurement? Type793 { get; set; }
+ public global::RetellAI.ChartShowItemNumericSource? Type793 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemKeywordSourceMeasurementType? Type794 { get; set; }
+ public global::RetellAI.ChartShowItemNumericSourceSource? Type794 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemNumericSource? Type795 { get; set; }
+ public global::RetellAI.ChartShowItemNumericSourceSourceType? Type795 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemNumericSourceSource? Type796 { get; set; }
+ public global::RetellAI.ChartShowItemNumericSourceMeasurement? Type796 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemNumericSourceSourceType? Type797 { get; set; }
+ public global::RetellAI.ChartShowItemNumericSourceMeasurementType? Type797 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemNumericSourceMeasurement? Type798 { get; set; }
+ public global::RetellAI.ChartShowItemCustomFieldSource? Type798 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemNumericSourceMeasurementType? Type799 { get; set; }
+ public global::RetellAI.ChartShowItemCustomFieldSourceSource? Type799 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemCustomFieldSource? Type800 { get; set; }
+ public global::RetellAI.ChartShowItemCustomFieldSourceSourceType? Type800 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemCustomFieldSourceSource? Type801 { get; set; }
+ public global::RetellAI.ChartShowItemCustomFieldSourceSourceCast? Type801 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemCustomFieldSourceSourceType? Type802 { get; set; }
+ public global::RetellAI.ChartShowItemCustomFieldSourceMeasurement? Type802 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemCustomFieldSourceSourceCast? Type803 { get; set; }
+ public global::RetellAI.ChartShowItemCustomFieldSourceMeasurementType? Type803 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemCustomFieldSourceMeasurement? Type804 { get; set; }
+ public global::RetellAI.ChartShowItemConcurrencySource? Type804 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemCustomFieldSourceMeasurementType? Type805 { get; set; }
+ public global::RetellAI.ChartShowItemConcurrencySourceSource? Type805 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemConcurrencySource? Type806 { get; set; }
+ public global::RetellAI.ChartShowItemConcurrencySourceSourceType? Type806 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemConcurrencySourceSource? Type807 { get; set; }
+ public global::RetellAI.ChartShowItemConcurrencySourceMeasurement? Type807 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemConcurrencySourceSourceType? Type808 { get; set; }
+ public global::RetellAI.ChartShowItemConcurrencySourceMeasurementType? Type808 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemConcurrencySourceMeasurement? Type809 { get; set; }
+ public global::RetellAI.ChartShowItemCustomToolSource? Type809 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemConcurrencySourceMeasurementType? Type810 { get; set; }
+ public global::RetellAI.ChartShowItemCustomToolSourceSource? Type810 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemCustomToolSource? Type811 { get; set; }
+ public global::RetellAI.ChartShowItemCustomToolSourceSourceType? Type811 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemCustomToolSourceSource? Type812 { get; set; }
+ public global::RetellAI.ChartShowItemCustomToolSourceMeasurement? Type812 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemCustomToolSourceSourceType? Type813 { get; set; }
+ public global::RetellAI.ChartShowItemCustomToolSourceMeasurementType? Type813 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemCustomToolSourceMeasurement? Type814 { get; set; }
+ public global::RetellAI.ChartTimeRange? Type814 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemCustomToolSourceMeasurementType? Type815 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant1? Type815 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRange? Type816 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant1Type? Type816 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant1? Type817 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant1Window? Type817 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant1Type? Type818 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant1WindowUnit? Type818 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant1Window? Type819 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant2? Type819 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant1WindowUnit? Type820 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant2Type? Type820 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant2? Type821 { get; set; }
+ public global::System.Collections.Generic.IList? Type821 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant2Type? Type822 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant3? Type822 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type823 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant3Type? Type823 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant3? Type824 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant3Unit? Type824 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant3Type? Type825 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant4? Type825 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant3Unit? Type826 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant4Type? Type826 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant4? Type827 { get; set; }
+ public global::System.Collections.Generic.IList? Type827 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant4Type? Type828 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant5? Type828 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant5? Type829 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant5Type? Type829 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant5Type? Type830 { get; set; }
+ public global::RetellAI.ChartConfig? Type830 { get; set; }
///
///
///
- public global::RetellAI.ChartConfig? Type831 { get; set; }
+ public global::RetellAI.ChartConfigType? Type831 { get; set; }
///
///
///
- public global::RetellAI.ChartConfigType? Type832 { get; set; }
+ public global::RetellAI.OneOf? Type832 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type833 { get; set; }
+ public global::RetellAI.ChartConfigSizeEnum? Type833 { get; set; }
///
///
///
- public global::RetellAI.ChartConfigSizeEnum? Type834 { get; set; }
+ public global::RetellAI.ChartConfigSizeEnum2? Type834 { get; set; }
///
///
///
- public global::RetellAI.ChartConfigSizeEnum2? Type835 { get; set; }
+ public global::System.Collections.Generic.IList? Type835 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type836 { get; set; }
+ public global::System.Collections.Generic.IList? Type836 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type837 { get; set; }
+ public global::RetellAI.AnyOf? Type837 { get; set; }
///
///
///
- public global::RetellAI.AnyOf? Type838 { get; set; }
+ public global::RetellAI.ChartConfigUnit? Type838 { get; set; }
///
///
///
- public global::RetellAI.ChartConfigUnit? Type839 { get; set; }
+ public global::RetellAI.ChartDefinition? Type839 { get; set; }
///
///
///
- public global::RetellAI.ChartDefinition? Type840 { get; set; }
+ public global::RetellAI.ChartConfigWithId? Type840 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type841 { get; set; }
+ public global::RetellAI.ChartsMap? Type841 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchCallRequest? Type842 { get; set; }
+ public global::RetellAI.ChartUpdate? Type842 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type843 { get; set; }
+ public global::RetellAI.ChartUpdateVariant2? Type843 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchTestRequest? Type844 { get; set; }
+ public global::RetellAI.ChartUpdateVariant2Size? Type844 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type845 { get; set; }
+ public global::RetellAI.ChartUpdatesMap? Type845 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type846 { get; set; }
+ public global::RetellAI.OneOf? Type846 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionRequest? Type847 { get; set; }
+ public global::RetellAI.DashboardUpdateRequest? Type847 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type848 { get; set; }
+ public global::RetellAI.AllOf? Type848 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionRequest? Type849 { get; set; }
+ public global::RetellAI.CreateBatchCallRequest? Type849 { get; set; }
///
///
///
- public global::RetellAI.CreateChatRequest? Type850 { get; set; }
+ public global::System.Collections.Generic.IList? Type850 { get; set; }
///
///
///
- public global::RetellAI.CreateAssetRequest? Type851 { get; set; }
+ public global::RetellAI.CreateBatchTestRequest? Type851 { get; set; }
///
///
///
- public global::RetellAI.CreatePhoneNumberRequest? Type852 { get; set; }
+ public global::RetellAI.AllOf? Type852 { get; set; }
///
///
///
- public global::RetellAI.CreatePhoneNumberRequestNumberProvider? Type853 { get; set; }
+ public global::RetellAI.AllOf? Type853 { get; set; }
///
///
///
- public global::RetellAI.CreatePhoneNumberRequestCountryCode? Type854 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionRequest? Type854 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatRequest? Type855 { get; set; }
+ public global::System.Collections.Generic.IList? Type855 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceRequest? Type856 { get; set; }
+ public global::RetellAI.CreateChatCompletionRequest? Type856 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceRequestVoiceProvider? Type857 { get; set; }
+ public global::RetellAI.CreateChatRequest? Type857 { get; set; }
///
///
///
- public global::RetellAI.AddCommunityVoiceRequest? Type858 { get; set; }
+ public global::RetellAI.CreateAssetRequest? Type858 { get; set; }
///
///
///
- public global::RetellAI.AddCommunityVoiceRequestVoiceProvider? Type859 { get; set; }
+ public global::RetellAI.CreatePhoneNumberRequest? Type859 { get; set; }
///
///
///
- public global::RetellAI.SearchCommunityVoiceRequest? Type860 { get; set; }
+ public global::RetellAI.CreatePhoneNumberRequestNumberProvider? Type860 { get; set; }
///
///
///
- public global::RetellAI.SearchCommunityVoiceRequestVoiceProvider? Type861 { get; set; }
+ public global::RetellAI.CreatePhoneNumberRequestCountryCode? Type861 { get; set; }
///
///
///
- public global::RetellAI.ImportPhoneNumberRequest? Type862 { get; set; }
+ public global::RetellAI.CreateSmsChatRequest? Type862 { get; set; }
///
///
///
- public global::RetellAI.ListAgentsRequest? Type863 { get; set; }
+ public global::RetellAI.CloneVoiceRequest? Type863 { get; set; }
///
///
///
- public global::RetellAI.UpdateChatMetadataRequest? Type864 { get; set; }
+ public global::RetellAI.CloneVoiceRequestVoiceProvider? Type864 { get; set; }
///
///
///
- public global::RetellAI.UpdateChatMetadataRequestDataStorageSetting? Type865 { get; set; }
+ public global::RetellAI.AddCommunityVoiceRequest? Type865 { get; set; }
///
///
///
- public global::RetellAI.UpdatePhoneNumberRequest? Type866 { get; set; }
+ public global::RetellAI.AddCommunityVoiceRequestVoiceProvider? Type866 { get; set; }
///
///
///
- public global::RetellAI.CreatePhoneCallRequest? Type867 { get; set; }
+ public global::RetellAI.SearchCommunityVoiceRequest? Type867 { get; set; }
///
///
///
- public global::RetellAI.CreateWebCallRequest? Type868 { get; set; }
+ public global::RetellAI.SearchCommunityVoiceRequestVoiceProvider? Type868 { get; set; }
///
///
///
- public global::RetellAI.RegisterPhoneCallRequest? Type869 { get; set; }
+ public global::RetellAI.ImportPhoneNumberRequest? Type869 { get; set; }
///
///
///
- public global::RetellAI.RegisterPhoneCallRequestDirection? Type870 { get; set; }
+ public global::RetellAI.ListAgentsRequest? Type870 { get; set; }
///
///
///
- public global::RetellAI.UpdateCallMetadataRequest? Type871 { get; set; }
+ public global::RetellAI.UpdateChatMetadataRequest? Type871 { get; set; }
///
///
///
- public global::RetellAI.UpdateCallMetadataRequestDataStorageSetting? Type872 { get; set; }
+ public global::RetellAI.UpdateChatMetadataRequestDataStorageSetting? Type872 { get; set; }
///
///
///
- public global::RetellAI.UpdateLiveCallRequest? Type873 { get; set; }
+ public global::RetellAI.UpdatePhoneNumberRequest? Type873 { get; set; }
///
///
///
- public global::RetellAI.UpdateLiveCallRequestFieldsToOverride? Type874 { get; set; }
+ public global::RetellAI.CreatePhoneCallRequest? Type874 { get; set; }
///
///
///
- public global::RetellAI.UpdateLiveCallRequestFieldsToOverrideDataStorageSetting? Type875 { get; set; }
+ public global::RetellAI.CreateWebCallRequest? Type875 { get; set; }
///
///
///
- public global::RetellAI.UpdateLiveCallRequestCallControl? Type876 { get; set; }
+ public global::RetellAI.RegisterPhoneCallRequest? Type876 { get; set; }
///
///
///
- public global::RetellAI.CreateContactRequest? Type877 { get; set; }
+ public global::RetellAI.RegisterPhoneCallRequestDirection? Type877 { get; set; }
///
///
///
- public global::RetellAI.UploadContactImportFileRequest? Type878 { get; set; }
+ public global::RetellAI.UpdateCallMetadataRequest? Type878 { get; set; }
///
///
///
- public global::RetellAI.CreateContactImportRequest? Type879 { get; set; }
+ public global::RetellAI.UpdateCallMetadataRequestDataStorageSetting? Type879 { get; set; }
///
///
///
- public global::RetellAI.UpdateContactRequest? Type880 { get; set; }
+ public global::RetellAI.UpdateLiveCallRequest? Type880 { get; set; }
///
///
///
- public global::RetellAI.CreateAppRequest? Type881 { get; set; }
+ public global::RetellAI.UpdateLiveCallRequestFieldsToOverride? Type881 { get; set; }
///
///
///
- public global::RetellAI.UpdateAppRequest? Type882 { get; set; }
+ public global::RetellAI.UpdateLiveCallRequestFieldsToOverrideDataStorageSetting? Type882 { get; set; }
///
///
///
- public global::RetellAI.UpdateCrmConfigRequest? Type883 { get; set; }
+ public global::RetellAI.UpdateLiveCallRequestCallControl? Type883 { get; set; }
///
///
///
- public global::RetellAI.BackfillContactAnalysisDataRequest? Type884 { get; set; }
+ public global::RetellAI.CreateContactRequest? Type884 { get; set; }
///
///
///
- public global::RetellAI.BackfillContactAnalysisDataRequestBackfillCallFilter? Type885 { get; set; }
+ public global::RetellAI.UploadContactImportFileRequest? Type885 { get; set; }
///
///
///
- public global::RetellAI.ListTestCaseDefinitionsType? Type886 { get; set; }
+ public global::RetellAI.CreateContactImportRequest? Type886 { get; set; }
///
///
///
- public global::RetellAI.ListBatchTestsType? Type887 { get; set; }
+ public global::RetellAI.UpdateContactRequest? Type887 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsSortOrder? Type888 { get; set; }
+ public global::RetellAI.CreateAppRequest? Type888 { get; set; }
///
///
///
- public global::RetellAI.ListAgentsSortOrder? Type889 { get; set; }
+ public global::RetellAI.UpdateAppRequest? Type889 { get; set; }
///
///
///
- public global::RetellAI.ListConversationFlowComponentsSortOrder? Type890 { get; set; }
+ public global::RetellAI.UpdateCrmConfigRequest? Type890 { get; set; }
///
///
///
- public global::RetellAI.ListConversationFlowsSortOrder? Type891 { get; set; }
+ public global::RetellAI.BackfillContactAnalysisDataRequest? Type891 { get; set; }
///
///
///
- public global::RetellAI.ListPhoneNumbersSortOrder? Type892 { get; set; }
+ public global::RetellAI.BackfillContactAnalysisDataRequestBackfillCallFilter? Type892 { get; set; }
///
///
///
- public global::RetellAI.ListRetellLLMSortOrder? Type893 { get; set; }
+ public global::RetellAI.ListTestCaseDefinitionsType? Type893 { get; set; }
///
///
///
- public global::RetellAI.ListExportRequestsSortOrder? Type894 { get; set; }
+ public global::RetellAI.ListBatchTestsType? Type894 { get; set; }
///
///
///
- public global::RetellAI.ListAppsSortOrder? Type895 { get; set; }
+ public global::RetellAI.ListAgentVersionsSortOrder? Type895 { get; set; }
///
///
///
- public global::RetellAI.ListAppUsagesSortOrder? Type896 { get; set; }
+ public global::RetellAI.ListAgentsSortOrder? Type896 { get; set; }
///
///
///
- public global::RetellAI.AddKnowledgeBaseSourcesResponse? Type897 { get; set; }
+ public global::RetellAI.ListConversationFlowComponentsSortOrder? Type897 { get; set; }
///
///
///
- public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus? Type898 { get; set; }
+ public global::RetellAI.ListConversationFlowsSortOrder? Type898 { get; set; }
///
///
///
- public global::RetellAI.AddKnowledgeBaseSourcesResponse2? Type899 { get; set; }
+ public global::RetellAI.ListPhoneNumbersSortOrder? Type899 { get; set; }
///
///
///
- public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus2? Type900 { get; set; }
+ public global::RetellAI.ListRetellLLMSortOrder? Type900 { get; set; }
///
///
///
- public global::RetellAI.AddKnowledgeBaseSourcesResponse3? Type901 { get; set; }
+ public global::RetellAI.ListExportRequestsSortOrder? Type901 { get; set; }
///
///
///
- public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus3? Type902 { get; set; }
+ public global::RetellAI.ListAppsSortOrder? Type902 { get; set; }
///
///
///
- public global::RetellAI.AddKnowledgeBaseSourcesResponse4? Type903 { get; set; }
+ public global::RetellAI.ListAppUsagesSortOrder? Type903 { get; set; }
///
///
///
- public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus4? Type904 { get; set; }
+ public global::RetellAI.AddKnowledgeBaseSourcesResponse? Type904 { get; set; }
///
///
///
- public global::RetellAI.AddKnowledgeBaseSourcesResponse5? Type905 { get; set; }
+ public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus? Type905 { get; set; }
///
///
///
- public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus5? Type906 { get; set; }
+ public global::RetellAI.AddKnowledgeBaseSourcesResponse2? Type906 { get; set; }
///
///
///
- public global::RetellAI.CreateAgentResponse? Type907 { get; set; }
+ public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus2? Type907 { get; set; }
///
///
///
- public global::RetellAI.CreateAgentResponseStatus? Type908 { get; set; }
+ public global::RetellAI.AddKnowledgeBaseSourcesResponse3? Type908 { get; set; }
///
///
///
- public global::RetellAI.CreateAgentResponse2? Type909 { get; set; }
+ public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus3? Type909 { get; set; }
///
///
///
- public global::RetellAI.CreateAgentResponseStatus2? Type910 { get; set; }
+ public global::RetellAI.AddKnowledgeBaseSourcesResponse4? Type910 { get; set; }
///
///
///
- public global::RetellAI.CreateAgentResponse3? Type911 { get; set; }
+ public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus4? Type911 { get; set; }
///
///
///
- public global::RetellAI.CreateAgentResponseStatus3? Type912 { get; set; }
+ public global::RetellAI.AddKnowledgeBaseSourcesResponse5? Type912 { get; set; }
///
///
///
- public global::RetellAI.CreateAgentResponse4? Type913 { get; set; }
+ public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus5? Type913 { get; set; }
///
///
///
- public global::RetellAI.CreateAgentResponseStatus4? Type914 { get; set; }
+ public global::RetellAI.CreateAgentResponse? Type914 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchCallResponse? Type915 { get; set; }
+ public global::RetellAI.CreateAgentResponseStatus? Type915 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchCallResponseStatus? Type916 { get; set; }
+ public global::RetellAI.CreateAgentResponse2? Type916 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchCallResponse2? Type917 { get; set; }
+ public global::RetellAI.CreateAgentResponseStatus2? Type917 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchCallResponseStatus2? Type918 { get; set; }
+ public global::RetellAI.CreateAgentResponse3? Type918 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchCallResponse3? Type919 { get; set; }
+ public global::RetellAI.CreateAgentResponseStatus3? Type919 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchCallResponseStatus3? Type920 { get; set; }
+ public global::RetellAI.CreateAgentResponse4? Type920 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchCallResponse4? Type921 { get; set; }
+ public global::RetellAI.CreateAgentResponseStatus4? Type921 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchCallResponseStatus4? Type922 { get; set; }
+ public global::RetellAI.CreateBatchCallResponse? Type922 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchTestResponse? Type923 { get; set; }
+ public global::RetellAI.CreateBatchCallResponseStatus? Type923 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchTestResponseStatus? Type924 { get; set; }
+ public global::RetellAI.CreateBatchCallResponse2? Type924 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchTestResponse2? Type925 { get; set; }
+ public global::RetellAI.CreateBatchCallResponseStatus2? Type925 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchTestResponseStatus2? Type926 { get; set; }
+ public global::RetellAI.CreateBatchCallResponse3? Type926 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchTestResponse3? Type927 { get; set; }
+ public global::RetellAI.CreateBatchCallResponseStatus3? Type927 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchTestResponseStatus3? Type928 { get; set; }
+ public global::RetellAI.CreateBatchCallResponse4? Type928 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchTestResponse4? Type929 { get; set; }
+ public global::RetellAI.CreateBatchCallResponseStatus4? Type929 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchTestResponseStatus4? Type930 { get; set; }
+ public global::RetellAI.CreateBatchTestResponse? Type930 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchTestResponse5? Type931 { get; set; }
+ public global::RetellAI.CreateBatchTestResponseStatus? Type931 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchTestResponseStatus5? Type932 { get; set; }
+ public global::RetellAI.CreateBatchTestResponse2? Type932 { get; set; }
///
///
///
- public global::RetellAI.CreateTestCaseDefinitionResponse? Type933 { get; set; }
+ public global::RetellAI.CreateBatchTestResponseStatus2? Type933 { get; set; }
///
///
///
- public global::RetellAI.CreateTestCaseDefinitionResponseStatus? Type934 { get; set; }
+ public global::RetellAI.CreateBatchTestResponse3? Type934 { get; set; }
///
///
///
- public global::RetellAI.CreateTestCaseDefinitionResponse2? Type935 { get; set; }
+ public global::RetellAI.CreateBatchTestResponseStatus3? Type935 { get; set; }
///
///
///
- public global::RetellAI.CreateTestCaseDefinitionResponseStatus2? Type936 { get; set; }
+ public global::RetellAI.CreateBatchTestResponse4? Type936 { get; set; }
///
///
///
- public global::RetellAI.CreateTestCaseDefinitionResponse3? Type937 { get; set; }
+ public global::RetellAI.CreateBatchTestResponseStatus4? Type937 { get; set; }
///
///
///
- public global::RetellAI.CreateTestCaseDefinitionResponseStatus3? Type938 { get; set; }
+ public global::RetellAI.CreateBatchTestResponse5? Type938 { get; set; }
///
///
///
- public global::RetellAI.CreateTestCaseDefinitionResponse4? Type939 { get; set; }
+ public global::RetellAI.CreateBatchTestResponseStatus5? Type939 { get; set; }
///
///
///
- public global::RetellAI.CreateTestCaseDefinitionResponseStatus4? Type940 { get; set; }
+ public global::RetellAI.CreateTestCaseDefinitionResponse? Type940 { get; set; }
///
///
///
- public global::RetellAI.CreateTestCaseDefinitionResponse5? Type941 { get; set; }
+ public global::RetellAI.CreateTestCaseDefinitionResponseStatus? Type941 { get; set; }
///
///
///
- public global::RetellAI.CreateTestCaseDefinitionResponseStatus5? Type942 { get; set; }
+ public global::RetellAI.CreateTestCaseDefinitionResponse2? Type942 { get; set; }
///
///
///
- public global::RetellAI.DeleteTestCaseDefinitionResponse? Type943 { get; set; }
+ public global::RetellAI.CreateTestCaseDefinitionResponseStatus2? Type943 { get; set; }
///
///
///
- public global::RetellAI.DeleteTestCaseDefinitionResponseStatus? Type944 { get; set; }
+ public global::RetellAI.CreateTestCaseDefinitionResponse3? Type944 { get; set; }
///
///
///
- public global::RetellAI.DeleteTestCaseDefinitionResponse2? Type945 { get; set; }
+ public global::RetellAI.CreateTestCaseDefinitionResponseStatus3? Type945 { get; set; }
///
///
///
- public global::RetellAI.DeleteTestCaseDefinitionResponseStatus2? Type946 { get; set; }
+ public global::RetellAI.CreateTestCaseDefinitionResponse4? Type946 { get; set; }
///
///
///
- public global::RetellAI.DeleteTestCaseDefinitionResponse3? Type947 { get; set; }
+ public global::RetellAI.CreateTestCaseDefinitionResponseStatus4? Type947 { get; set; }
///
///
///
- public global::RetellAI.DeleteTestCaseDefinitionResponseStatus3? Type948 { get; set; }
+ public global::RetellAI.CreateTestCaseDefinitionResponse5? Type948 { get; set; }
///
///
///
- public global::RetellAI.DeleteTestCaseDefinitionResponse4? Type949 { get; set; }
+ public global::RetellAI.CreateTestCaseDefinitionResponseStatus5? Type949 { get; set; }
///
///
///
- public global::RetellAI.DeleteTestCaseDefinitionResponseStatus4? Type950 { get; set; }
+ public global::RetellAI.DeleteTestCaseDefinitionResponse? Type950 { get; set; }
///
///
///
- public global::RetellAI.DeleteTestCaseDefinitionResponse5? Type951 { get; set; }
+ public global::RetellAI.DeleteTestCaseDefinitionResponseStatus? Type951 { get; set; }
///
///
///
- public global::RetellAI.DeleteTestCaseDefinitionResponseStatus5? Type952 { get; set; }
+ public global::RetellAI.DeleteTestCaseDefinitionResponse2? Type952 { get; set; }
///
///
///
- public global::RetellAI.GetTestCaseDefinitionResponse? Type953 { get; set; }
+ public global::RetellAI.DeleteTestCaseDefinitionResponseStatus2? Type953 { get; set; }
///
///
///
- public global::RetellAI.GetTestCaseDefinitionResponseStatus? Type954 { get; set; }
+ public global::RetellAI.DeleteTestCaseDefinitionResponse3? Type954 { get; set; }
///
///
///
- public global::RetellAI.GetTestCaseDefinitionResponse2? Type955 { get; set; }
+ public global::RetellAI.DeleteTestCaseDefinitionResponseStatus3? Type955 { get; set; }
///
///
///
- public global::RetellAI.GetTestCaseDefinitionResponseStatus2? Type956 { get; set; }
+ public global::RetellAI.DeleteTestCaseDefinitionResponse4? Type956 { get; set; }
///
///
///
- public global::RetellAI.GetTestCaseDefinitionResponse3? Type957 { get; set; }
+ public global::RetellAI.DeleteTestCaseDefinitionResponseStatus4? Type957 { get; set; }
///
///
///
- public global::RetellAI.GetTestCaseDefinitionResponseStatus3? Type958 { get; set; }
+ public global::RetellAI.DeleteTestCaseDefinitionResponse5? Type958 { get; set; }
///
///
///
- public global::RetellAI.GetTestCaseDefinitionResponse4? Type959 { get; set; }
+ public global::RetellAI.DeleteTestCaseDefinitionResponseStatus5? Type959 { get; set; }
///
///
///
- public global::RetellAI.GetTestCaseDefinitionResponseStatus4? Type960 { get; set; }
+ public global::RetellAI.GetTestCaseDefinitionResponse? Type960 { get; set; }
///
///
///
- public global::RetellAI.GetTestCaseDefinitionResponse5? Type961 { get; set; }
+ public global::RetellAI.GetTestCaseDefinitionResponseStatus? Type961 { get; set; }
///
///
///
- public global::RetellAI.GetTestCaseDefinitionResponseStatus5? Type962 { get; set; }
+ public global::RetellAI.GetTestCaseDefinitionResponse2? Type962 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type963 { get; set; }
+ public global::RetellAI.GetTestCaseDefinitionResponseStatus2? Type963 { get; set; }
///
///
///
- public global::RetellAI.ListTestCaseDefinitionsResponse2? Type964 { get; set; }
+ public global::RetellAI.GetTestCaseDefinitionResponse3? Type964 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type965 { get; set; }
+ public global::RetellAI.GetTestCaseDefinitionResponseStatus3? Type965 { get; set; }
///
///
///
- public global::RetellAI.ListTestCaseDefinitionsResponse3? Type966 { get; set; }
+ public global::RetellAI.GetTestCaseDefinitionResponse4? Type966 { get; set; }
///
///
///
- public global::RetellAI.ListTestCaseDefinitionsResponseStatus? Type967 { get; set; }
+ public global::RetellAI.GetTestCaseDefinitionResponseStatus4? Type967 { get; set; }
///
///
///
- public global::RetellAI.ListTestCaseDefinitionsResponse4? Type968 { get; set; }
+ public global::RetellAI.GetTestCaseDefinitionResponse5? Type968 { get; set; }
///
///
///
- public global::RetellAI.ListTestCaseDefinitionsResponseStatus2? Type969 { get; set; }
+ public global::RetellAI.GetTestCaseDefinitionResponseStatus5? Type969 { get; set; }
///
///
///
- public global::RetellAI.ListTestCaseDefinitionsResponse5? Type970 { get; set; }
+ public global::RetellAI.AllOf? Type970 { get; set; }
///
///
///
- public global::RetellAI.ListTestCaseDefinitionsResponseStatus3? Type971 { get; set; }
+ public global::RetellAI.ListTestCaseDefinitionsResponse2? Type971 { get; set; }
///
///
///
- public global::RetellAI.ListTestCaseDefinitionsResponse6? Type972 { get; set; }
+ public global::System.Collections.Generic.IList? Type972 { get; set; }
///
///
///
- public global::RetellAI.ListTestCaseDefinitionsResponseStatus4? Type973 { get; set; }
+ public global::RetellAI.ListTestCaseDefinitionsResponse3? Type973 { get; set; }
///
///
///
- public global::RetellAI.UpdateTestCaseDefinitionResponse? Type974 { get; set; }
+ public global::RetellAI.ListTestCaseDefinitionsResponseStatus? Type974 { get; set; }
///
///
///
- public global::RetellAI.UpdateTestCaseDefinitionResponseStatus? Type975 { get; set; }
+ public global::RetellAI.ListTestCaseDefinitionsResponse4? Type975 { get; set; }
///
///
///
- public global::RetellAI.UpdateTestCaseDefinitionResponse2? Type976 { get; set; }
+ public global::RetellAI.ListTestCaseDefinitionsResponseStatus2? Type976 { get; set; }
///
///
///
- public global::RetellAI.UpdateTestCaseDefinitionResponseStatus2? Type977 { get; set; }
+ public global::RetellAI.ListTestCaseDefinitionsResponse5? Type977 { get; set; }
///
///
///
- public global::RetellAI.UpdateTestCaseDefinitionResponse3? Type978 { get; set; }
+ public global::RetellAI.ListTestCaseDefinitionsResponseStatus3? Type978 { get; set; }
///
///
///
- public global::RetellAI.UpdateTestCaseDefinitionResponseStatus3? Type979 { get; set; }
+ public global::RetellAI.ListTestCaseDefinitionsResponse6? Type979 { get; set; }
///
///
///
- public global::RetellAI.UpdateTestCaseDefinitionResponse4? Type980 { get; set; }
+ public global::RetellAI.ListTestCaseDefinitionsResponseStatus4? Type980 { get; set; }
///
///
///
- public global::RetellAI.UpdateTestCaseDefinitionResponseStatus4? Type981 { get; set; }
+ public global::RetellAI.UpdateTestCaseDefinitionResponse? Type981 { get; set; }
///
///
///
- public global::RetellAI.UpdateTestCaseDefinitionResponse5? Type982 { get; set; }
+ public global::RetellAI.UpdateTestCaseDefinitionResponseStatus? Type982 { get; set; }
///
///
///
- public global::RetellAI.UpdateTestCaseDefinitionResponseStatus5? Type983 { get; set; }
+ public global::RetellAI.UpdateTestCaseDefinitionResponse2? Type983 { get; set; }
///
///
///
- public global::RetellAI.GetBatchTestResponse? Type984 { get; set; }
+ public global::RetellAI.UpdateTestCaseDefinitionResponseStatus2? Type984 { get; set; }
///
///
///
- public global::RetellAI.GetBatchTestResponseStatus? Type985 { get; set; }
+ public global::RetellAI.UpdateTestCaseDefinitionResponse3? Type985 { get; set; }
///
///
///
- public global::RetellAI.GetBatchTestResponse2? Type986 { get; set; }
+ public global::RetellAI.UpdateTestCaseDefinitionResponseStatus3? Type986 { get; set; }
///
///
///
- public global::RetellAI.GetBatchTestResponseStatus2? Type987 { get; set; }
+ public global::RetellAI.UpdateTestCaseDefinitionResponse4? Type987 { get; set; }
///
///
///
- public global::RetellAI.GetBatchTestResponse3? Type988 { get; set; }
+ public global::RetellAI.UpdateTestCaseDefinitionResponseStatus4? Type988 { get; set; }
///
///
///
- public global::RetellAI.GetBatchTestResponseStatus3? Type989 { get; set; }
+ public global::RetellAI.UpdateTestCaseDefinitionResponse5? Type989 { get; set; }
///
///
///
- public global::RetellAI.GetBatchTestResponse4? Type990 { get; set; }
+ public global::RetellAI.UpdateTestCaseDefinitionResponseStatus5? Type990 { get; set; }
///
///
///
- public global::RetellAI.GetBatchTestResponseStatus4? Type991 { get; set; }
+ public global::RetellAI.GetBatchTestResponse? Type991 { get; set; }
///
///
///
- public global::RetellAI.GetBatchTestResponse5? Type992 { get; set; }
+ public global::RetellAI.GetBatchTestResponseStatus? Type992 { get; set; }
///
///
///
- public global::RetellAI.GetBatchTestResponseStatus5? Type993 { get; set; }
+ public global::RetellAI.GetBatchTestResponse2? Type993 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type994 { get; set; }
+ public global::RetellAI.GetBatchTestResponseStatus2? Type994 { get; set; }
///
///
///
- public global::RetellAI.ListBatchTestsResponse2? Type995 { get; set; }
+ public global::RetellAI.GetBatchTestResponse3? Type995 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type996 { get; set; }
+ public global::RetellAI.GetBatchTestResponseStatus3? Type996 { get; set; }
///
///
///
- public global::RetellAI.ListBatchTestsResponse3? Type997 { get; set; }
+ public global::RetellAI.GetBatchTestResponse4? Type997 { get; set; }
///
///
///
- public global::RetellAI.ListBatchTestsResponseStatus? Type998 { get; set; }
+ public global::RetellAI.GetBatchTestResponseStatus4? Type998 { get; set; }
///
///
///
- public global::RetellAI.ListBatchTestsResponse4? Type999 { get; set; }
+ public global::RetellAI.GetBatchTestResponse5? Type999 { get; set; }
///
///
///
- public global::RetellAI.ListBatchTestsResponseStatus2? Type1000 { get; set; }
+ public global::RetellAI.GetBatchTestResponseStatus5? Type1000 { get; set; }
///
///
///
- public global::RetellAI.ListBatchTestsResponse5? Type1001 { get; set; }
+ public global::RetellAI.AllOf? Type1001 { get; set; }
///
///
///
- public global::RetellAI.ListBatchTestsResponseStatus3? Type1002 { get; set; }
+ public global::RetellAI.ListBatchTestsResponse2? Type1002 { get; set; }
///
///
///
- public global::RetellAI.ListBatchTestsResponse6? Type1003 { get; set; }
+ public global::System.Collections.Generic.IList? Type1003 { get; set; }
///
///
///
- public global::RetellAI.ListBatchTestsResponseStatus4? Type1004 { get; set; }
+ public global::RetellAI.ListBatchTestsResponse3? Type1004 { get; set; }
///
///
///
- public global::RetellAI.GetTestRunResponse? Type1005 { get; set; }
+ public global::RetellAI.ListBatchTestsResponseStatus? Type1005 { get; set; }
///
///
///
- public global::RetellAI.GetTestRunResponseStatus? Type1006 { get; set; }
+ public global::RetellAI.ListBatchTestsResponse4? Type1006 { get; set; }
///
///
///
- public global::RetellAI.GetTestRunResponse2? Type1007 { get; set; }
+ public global::RetellAI.ListBatchTestsResponseStatus2? Type1007 { get; set; }
///
///
///
- public global::RetellAI.GetTestRunResponseStatus2? Type1008 { get; set; }
+ public global::RetellAI.ListBatchTestsResponse5? Type1008 { get; set; }
///
///
///
- public global::RetellAI.GetTestRunResponse3? Type1009 { get; set; }
+ public global::RetellAI.ListBatchTestsResponseStatus3? Type1009 { get; set; }
///
///
///
- public global::RetellAI.GetTestRunResponseStatus3? Type1010 { get; set; }
+ public global::RetellAI.ListBatchTestsResponse6? Type1010 { get; set; }
///
///
///
- public global::RetellAI.GetTestRunResponse4? Type1011 { get; set; }
+ public global::RetellAI.ListBatchTestsResponseStatus4? Type1011 { get; set; }
///
///
///
- public global::RetellAI.GetTestRunResponseStatus4? Type1012 { get; set; }
+ public global::RetellAI.GetTestRunResponse? Type1012 { get; set; }
///
///
///
- public global::RetellAI.GetTestRunResponse5? Type1013 { get; set; }
+ public global::RetellAI.GetTestRunResponseStatus? Type1013 { get; set; }
///
///
///
- public global::RetellAI.GetTestRunResponseStatus5? Type1014 { get; set; }
+ public global::RetellAI.GetTestRunResponse2? Type1014 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type1015 { get; set; }
+ public global::RetellAI.GetTestRunResponseStatus2? Type1015 { get; set; }
///
///
///
- public global::RetellAI.ListTestRunsResponse2? Type1016 { get; set; }
+ public global::RetellAI.GetTestRunResponse3? Type1016 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1017 { get; set; }
+ public global::RetellAI.GetTestRunResponseStatus3? Type1017 { get; set; }
///
///
///
- public global::RetellAI.ListTestRunsResponse3? Type1018 { get; set; }
+ public global::RetellAI.GetTestRunResponse4? Type1018 { get; set; }
///
///
///
- public global::RetellAI.ListTestRunsResponseStatus? Type1019 { get; set; }
+ public global::RetellAI.GetTestRunResponseStatus4? Type1019 { get; set; }
///
///
///
- public global::RetellAI.ListTestRunsResponse4? Type1020 { get; set; }
+ public global::RetellAI.GetTestRunResponse5? Type1020 { get; set; }
///
///
///
- public global::RetellAI.ListTestRunsResponseStatus2? Type1021 { get; set; }
+ public global::RetellAI.GetTestRunResponseStatus5? Type1021 { get; set; }
///
///
///
- public global::RetellAI.ListTestRunsResponse5? Type1022 { get; set; }
+ public global::RetellAI.AllOf? Type1022 { get; set; }
///
///
///
- public global::RetellAI.ListTestRunsResponseStatus3? Type1023 { get; set; }
+ public global::RetellAI.ListTestRunsResponse2? Type1023 { get; set; }
///
///
///
- public global::RetellAI.ListTestRunsResponse6? Type1024 { get; set; }
+ public global::System.Collections.Generic.IList? Type1024 { get; set; }
///
///
///
- public global::RetellAI.ListTestRunsResponseStatus4? Type1025 { get; set; }
+ public global::RetellAI.ListTestRunsResponse3? Type1025 { get; set; }
///
///
///
- public global::RetellAI.ListTestRunsResponse7? Type1026 { get; set; }
+ public global::RetellAI.ListTestRunsResponseStatus? Type1026 { get; set; }
///
///
///
- public global::RetellAI.ListTestRunsResponseStatus5? Type1027 { get; set; }
+ public global::RetellAI.ListTestRunsResponse4? Type1027 { get; set; }
///
///
///
- public global::RetellAI.CreateChatAgentResponse? Type1028 { get; set; }
+ public global::RetellAI.ListTestRunsResponseStatus2? Type1028 { get; set; }
///
///
///
- public global::RetellAI.CreateChatAgentResponseStatus? Type1029 { get; set; }
+ public global::RetellAI.ListTestRunsResponse5? Type1029 { get; set; }
///
///
///
- public global::RetellAI.CreateChatAgentResponse2? Type1030 { get; set; }
+ public global::RetellAI.ListTestRunsResponseStatus3? Type1030 { get; set; }
///
///
///
- public global::RetellAI.CreateChatAgentResponseStatus2? Type1031 { get; set; }
+ public global::RetellAI.ListTestRunsResponse6? Type1031 { get; set; }
///
///
///
- public global::RetellAI.CreateChatAgentResponse3? Type1032 { get; set; }
+ public global::RetellAI.ListTestRunsResponseStatus4? Type1032 { get; set; }
///
///
///
- public global::RetellAI.CreateChatAgentResponseStatus3? Type1033 { get; set; }
+ public global::RetellAI.ListTestRunsResponse7? Type1033 { get; set; }
///
///
///
- public global::RetellAI.CreateChatAgentResponse4? Type1034 { get; set; }
+ public global::RetellAI.ListTestRunsResponseStatus5? Type1034 { get; set; }
///
///
///
- public global::RetellAI.CreateChatAgentResponseStatus4? Type1035 { get; set; }
+ public global::RetellAI.CreateChatAgentResponse? Type1035 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponse? Type1036 { get; set; }
+ public global::RetellAI.CreateChatAgentResponseStatus? Type1036 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponse2? Type1037 { get; set; }
+ public global::RetellAI.CreateChatAgentResponse2? Type1037 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponseStatus? Type1038 { get; set; }
+ public global::RetellAI.CreateChatAgentResponseStatus2? Type1038 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponse3? Type1039 { get; set; }
+ public global::RetellAI.CreateChatAgentResponse3? Type1039 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponseStatus2? Type1040 { get; set; }
+ public global::RetellAI.CreateChatAgentResponseStatus3? Type1040 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponse4? Type1041 { get; set; }
+ public global::RetellAI.CreateChatAgentResponse4? Type1041 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponseStatus3? Type1042 { get; set; }
+ public global::RetellAI.CreateChatAgentResponseStatus4? Type1042 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponse5? Type1043 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponse? Type1043 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponseStatus4? Type1044 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponse2? Type1044 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponse6? Type1045 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponseStatus? Type1045 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponseStatus5? Type1046 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponse3? Type1046 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponse7? Type1047 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponseStatus2? Type1047 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponseStatus6? Type1048 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponse4? Type1048 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponse? Type1049 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponseStatus3? Type1049 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponse2? Type1050 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponse5? Type1050 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponseStatus? Type1051 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponseStatus4? Type1051 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponse3? Type1052 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponse6? Type1052 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponseStatus2? Type1053 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponseStatus5? Type1053 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponse4? Type1054 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponse7? Type1054 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponseStatus3? Type1055 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponseStatus6? Type1055 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponse5? Type1056 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponse? Type1056 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponseStatus4? Type1057 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponse2? Type1057 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponse6? Type1058 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponseStatus? Type1058 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponseStatus5? Type1059 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponse3? Type1059 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponse7? Type1060 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponseStatus2? Type1060 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponseStatus6? Type1061 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponse4? Type1061 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponse? Type1062 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponseStatus3? Type1062 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponseStatus? Type1063 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponse5? Type1063 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponse2? Type1064 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponseStatus4? Type1064 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponseStatus2? Type1065 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponse6? Type1065 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponse3? Type1066 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponseStatus5? Type1066 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponseStatus3? Type1067 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponse7? Type1067 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponse4? Type1068 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponseStatus6? Type1068 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponseStatus4? Type1069 { get; set; }
+ public global::RetellAI.CreateChatResponse? Type1069 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponse5? Type1070 { get; set; }
+ public global::RetellAI.CreateChatResponseStatus? Type1070 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponseStatus5? Type1071 { get; set; }
+ public global::RetellAI.CreateChatResponse2? Type1071 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponse6? Type1072 { get; set; }
+ public global::RetellAI.CreateChatResponseStatus2? Type1072 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponseStatus6? Type1073 { get; set; }
+ public global::RetellAI.CreateChatResponse3? Type1073 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowComponentResponse? Type1074 { get; set; }
+ public global::RetellAI.CreateChatResponseStatus3? Type1074 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowComponentResponseStatus? Type1075 { get; set; }
+ public global::RetellAI.CreateChatResponse4? Type1075 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowComponentResponse2? Type1076 { get; set; }
+ public global::RetellAI.CreateChatResponseStatus4? Type1076 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowComponentResponseStatus2? Type1077 { get; set; }
+ public global::RetellAI.CreateChatResponse5? Type1077 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowComponentResponse3? Type1078 { get; set; }
+ public global::RetellAI.CreateChatResponseStatus5? Type1078 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowComponentResponseStatus3? Type1079 { get; set; }
+ public global::RetellAI.CreateChatResponse6? Type1079 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowComponentResponse4? Type1080 { get; set; }
+ public global::RetellAI.CreateChatResponseStatus6? Type1080 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowComponentResponseStatus4? Type1081 { get; set; }
+ public global::RetellAI.CreateConversationFlowComponentResponse? Type1081 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowComponentResponse5? Type1082 { get; set; }
+ public global::RetellAI.CreateConversationFlowComponentResponseStatus? Type1082 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowComponentResponseStatus5? Type1083 { get; set; }
+ public global::RetellAI.CreateConversationFlowComponentResponse2? Type1083 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowResponse? Type1084 { get; set; }
+ public global::RetellAI.CreateConversationFlowComponentResponseStatus2? Type1084 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowResponseStatus? Type1085 { get; set; }
+ public global::RetellAI.CreateConversationFlowComponentResponse3? Type1085 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowResponse2? Type1086 { get; set; }
+ public global::RetellAI.CreateConversationFlowComponentResponseStatus3? Type1086 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowResponseStatus2? Type1087 { get; set; }
+ public global::RetellAI.CreateConversationFlowComponentResponse4? Type1087 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowResponse3? Type1088 { get; set; }
+ public global::RetellAI.CreateConversationFlowComponentResponseStatus4? Type1088 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowResponseStatus3? Type1089 { get; set; }
+ public global::RetellAI.CreateConversationFlowComponentResponse5? Type1089 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowResponse4? Type1090 { get; set; }
+ public global::RetellAI.CreateConversationFlowComponentResponseStatus5? Type1090 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowResponseStatus4? Type1091 { get; set; }
+ public global::RetellAI.CreateConversationFlowResponse? Type1091 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowResponse5? Type1092 { get; set; }
+ public global::RetellAI.CreateConversationFlowResponseStatus? Type1092 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowResponseStatus5? Type1093 { get; set; }
+ public global::RetellAI.CreateConversationFlowResponse2? Type1093 { get; set; }
///
///
///
- public global::RetellAI.CreateAssetResponse? Type1094 { get; set; }
+ public global::RetellAI.CreateConversationFlowResponseStatus2? Type1094 { get; set; }
///
///
///
- public global::RetellAI.CreateAssetResponseStatus? Type1095 { get; set; }
+ public global::RetellAI.CreateConversationFlowResponse3? Type1095 { get; set; }
///
///
///
- public global::RetellAI.CreateAssetResponse2? Type1096 { get; set; }
+ public global::RetellAI.CreateConversationFlowResponseStatus3? Type1096 { get; set; }
///
///
///
- public global::RetellAI.CreateAssetResponseStatus2? Type1097 { get; set; }
+ public global::RetellAI.CreateConversationFlowResponse4? Type1097 { get; set; }
///
///
///
- public global::RetellAI.CreateAssetResponse3? Type1098 { get; set; }
+ public global::RetellAI.CreateConversationFlowResponseStatus4? Type1098 { get; set; }
///
///
///
- public global::RetellAI.CreateAssetResponseStatus3? Type1099 { get; set; }
+ public global::RetellAI.CreateConversationFlowResponse5? Type1099 { get; set; }
///
///
///
- public global::RetellAI.CreateAssetResponse4? Type1100 { get; set; }
+ public global::RetellAI.CreateConversationFlowResponseStatus5? Type1100 { get; set; }
///
///
///
- public global::RetellAI.CreateAssetResponseStatus4? Type1101 { get; set; }
+ public global::RetellAI.CreateAssetResponse? Type1101 { get; set; }
///
///
///
- public global::RetellAI.CreateKnowledgeBaseResponse? Type1102 { get; set; }
+ public global::RetellAI.CreateAssetResponseStatus? Type1102 { get; set; }
///
///
///
- public global::RetellAI.CreateKnowledgeBaseResponseStatus? Type1103 { get; set; }
+ public global::RetellAI.CreateAssetResponse2? Type1103 { get; set; }
///
///
///
- public global::RetellAI.CreateKnowledgeBaseResponse2? Type1104 { get; set; }
+ public global::RetellAI.CreateAssetResponseStatus2? Type1104 { get; set; }
///
///
///
- public global::RetellAI.CreateKnowledgeBaseResponseStatus2? Type1105 { get; set; }
+ public global::RetellAI.CreateAssetResponse3? Type1105 { get; set; }
///
///
///
- public global::RetellAI.CreateKnowledgeBaseResponse3? Type1106 { get; set; }
+ public global::RetellAI.CreateAssetResponseStatus3? Type1106 { get; set; }
///
///
///
- public global::RetellAI.CreateKnowledgeBaseResponseStatus3? Type1107 { get; set; }
+ public global::RetellAI.CreateAssetResponse4? Type1107 { get; set; }
///
///
///
- public global::RetellAI.CreateKnowledgeBaseResponse4? Type1108 { get; set; }
+ public global::RetellAI.CreateAssetResponseStatus4? Type1108 { get; set; }
///
///
///
- public global::RetellAI.CreateKnowledgeBaseResponseStatus4? Type1109 { get; set; }
+ public global::RetellAI.CreateKnowledgeBaseResponse? Type1109 { get; set; }
///
///
///
- public global::RetellAI.CreateKnowledgeBaseResponse5? Type1110 { get; set; }
+ public global::RetellAI.CreateKnowledgeBaseResponseStatus? Type1110 { get; set; }
///
///
///
- public global::RetellAI.CreateKnowledgeBaseResponseStatus5? Type1111 { get; set; }
+ public global::RetellAI.CreateKnowledgeBaseResponse2? Type1111 { get; set; }
///
///
///
- public global::RetellAI.CreatePhoneNumberResponse? Type1112 { get; set; }
+ public global::RetellAI.CreateKnowledgeBaseResponseStatus2? Type1112 { get; set; }
///
///
///
- public global::RetellAI.CreatePhoneNumberResponseStatus? Type1113 { get; set; }
+ public global::RetellAI.CreateKnowledgeBaseResponse3? Type1113 { get; set; }
///
///
///
- public global::RetellAI.CreatePhoneNumberResponse2? Type1114 { get; set; }
+ public global::RetellAI.CreateKnowledgeBaseResponseStatus3? Type1114 { get; set; }
///
///
///
- public global::RetellAI.CreatePhoneNumberResponseStatus2? Type1115 { get; set; }
+ public global::RetellAI.CreateKnowledgeBaseResponse4? Type1115 { get; set; }
///
///
///
- public global::RetellAI.CreatePhoneNumberResponse3? Type1116 { get; set; }
+ public global::RetellAI.CreateKnowledgeBaseResponseStatus4? Type1116 { get; set; }
///
///
///
- public global::RetellAI.CreatePhoneNumberResponseStatus3? Type1117 { get; set; }
+ public global::RetellAI.CreateKnowledgeBaseResponse5? Type1117 { get; set; }
///
///
///
- public global::RetellAI.CreateRetellLLMResponse? Type1118 { get; set; }
+ public global::RetellAI.CreateKnowledgeBaseResponseStatus5? Type1118 { get; set; }
///
///
///
- public global::RetellAI.CreateRetellLLMResponseStatus? Type1119 { get; set; }
+ public global::RetellAI.CreatePhoneNumberResponse? Type1119 { get; set; }
///
///
///
- public global::RetellAI.CreateRetellLLMResponse2? Type1120 { get; set; }
+ public global::RetellAI.CreatePhoneNumberResponseStatus? Type1120 { get; set; }
///
///
///
- public global::RetellAI.CreateRetellLLMResponseStatus2? Type1121 { get; set; }
+ public global::RetellAI.CreatePhoneNumberResponse2? Type1121 { get; set; }
///
///
///
- public global::RetellAI.CreateRetellLLMResponse3? Type1122 { get; set; }
+ public global::RetellAI.CreatePhoneNumberResponseStatus2? Type1122 { get; set; }
///
///
///
- public global::RetellAI.CreateRetellLLMResponseStatus3? Type1123 { get; set; }
+ public global::RetellAI.CreatePhoneNumberResponse3? Type1123 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponse? Type1124 { get; set; }
+ public global::RetellAI.CreatePhoneNumberResponseStatus3? Type1124 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponseStatus? Type1125 { get; set; }
+ public global::RetellAI.CreateRetellLLMResponse? Type1125 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponse2? Type1126 { get; set; }
+ public global::RetellAI.CreateRetellLLMResponseStatus? Type1126 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponseStatus2? Type1127 { get; set; }
+ public global::RetellAI.CreateRetellLLMResponse2? Type1127 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponse3? Type1128 { get; set; }
+ public global::RetellAI.CreateRetellLLMResponseStatus2? Type1128 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponseStatus3? Type1129 { get; set; }
+ public global::RetellAI.CreateRetellLLMResponse3? Type1129 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponse4? Type1130 { get; set; }
+ public global::RetellAI.CreateRetellLLMResponseStatus3? Type1130 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponseStatus4? Type1131 { get; set; }
+ public global::RetellAI.CreateSmsChatResponse? Type1131 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponse5? Type1132 { get; set; }
+ public global::RetellAI.CreateSmsChatResponseStatus? Type1132 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponseStatus5? Type1133 { get; set; }
+ public global::RetellAI.CreateSmsChatResponse2? Type1133 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponse6? Type1134 { get; set; }
+ public global::RetellAI.CreateSmsChatResponseStatus2? Type1134 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponseStatus6? Type1135 { get; set; }
+ public global::RetellAI.CreateSmsChatResponse3? Type1135 { get; set; }
///
///
///
- public global::RetellAI.DeleteAgentResponse? Type1136 { get; set; }
+ public global::RetellAI.CreateSmsChatResponseStatus3? Type1136 { get; set; }
///
///
///
- public global::RetellAI.DeleteAgentResponseStatus? Type1137 { get; set; }
+ public global::RetellAI.CreateSmsChatResponse4? Type1137 { get; set; }
///
///
///
- public global::RetellAI.DeleteAgentResponse2? Type1138 { get; set; }
+ public global::RetellAI.CreateSmsChatResponseStatus4? Type1138 { get; set; }
///
///
///
- public global::RetellAI.DeleteAgentResponseStatus2? Type1139 { get; set; }
+ public global::RetellAI.CreateSmsChatResponse5? Type1139 { get; set; }
///
///
///
- public global::RetellAI.DeleteAgentResponse3? Type1140 { get; set; }
+ public global::RetellAI.CreateSmsChatResponseStatus5? Type1140 { get; set; }
///
///
///
- public global::RetellAI.DeleteAgentResponseStatus3? Type1141 { get; set; }
+ public global::RetellAI.CreateSmsChatResponse6? Type1141 { get; set; }
///
///
///
- public global::RetellAI.DeleteAgentResponse4? Type1142 { get; set; }
+ public global::RetellAI.CreateSmsChatResponseStatus6? Type1142 { get; set; }
///
///
///
- public global::RetellAI.DeleteAgentResponseStatus4? Type1143 { get; set; }
+ public global::RetellAI.DeleteAgentResponse? Type1143 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatResponse? Type1144 { get; set; }
+ public global::RetellAI.DeleteAgentResponseStatus? Type1144 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatResponseStatus? Type1145 { get; set; }
+ public global::RetellAI.DeleteAgentResponse2? Type1145 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatResponse2? Type1146 { get; set; }
+ public global::RetellAI.DeleteAgentResponseStatus2? Type1146 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatResponseStatus2? Type1147 { get; set; }
+ public global::RetellAI.DeleteAgentResponse3? Type1147 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatResponse3? Type1148 { get; set; }
+ public global::RetellAI.DeleteAgentResponseStatus3? Type1148 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatResponseStatus3? Type1149 { get; set; }
+ public global::RetellAI.DeleteAgentResponse4? Type1149 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatResponse4? Type1150 { get; set; }
+ public global::RetellAI.DeleteAgentResponseStatus4? Type1150 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatResponseStatus4? Type1151 { get; set; }
+ public global::RetellAI.DeleteChatResponse? Type1151 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatAgentResponse? Type1152 { get; set; }
+ public global::RetellAI.DeleteChatResponseStatus? Type1152 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatAgentResponseStatus? Type1153 { get; set; }
+ public global::RetellAI.DeleteChatResponse2? Type1153 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatAgentResponse2? Type1154 { get; set; }
+ public global::RetellAI.DeleteChatResponseStatus2? Type1154 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatAgentResponseStatus2? Type1155 { get; set; }
+ public global::RetellAI.DeleteChatResponse3? Type1155 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatAgentResponse3? Type1156 { get; set; }
+ public global::RetellAI.DeleteChatResponseStatus3? Type1156 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatAgentResponseStatus3? Type1157 { get; set; }
+ public global::RetellAI.DeleteChatResponse4? Type1157 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatAgentResponse4? Type1158 { get; set; }
+ public global::RetellAI.DeleteChatResponseStatus4? Type1158 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatAgentResponseStatus4? Type1159 { get; set; }
+ public global::RetellAI.DeleteChatAgentResponse? Type1159 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowComponentResponse? Type1160 { get; set; }
+ public global::RetellAI.DeleteChatAgentResponseStatus? Type1160 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowComponentResponseStatus? Type1161 { get; set; }
+ public global::RetellAI.DeleteChatAgentResponse2? Type1161 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowComponentResponse2? Type1162 { get; set; }
+ public global::RetellAI.DeleteChatAgentResponseStatus2? Type1162 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowComponentResponseStatus2? Type1163 { get; set; }
+ public global::RetellAI.DeleteChatAgentResponse3? Type1163 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowComponentResponse3? Type1164 { get; set; }
+ public global::RetellAI.DeleteChatAgentResponseStatus3? Type1164 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowComponentResponseStatus3? Type1165 { get; set; }
+ public global::RetellAI.DeleteChatAgentResponse4? Type1165 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowComponentResponse4? Type1166 { get; set; }
+ public global::RetellAI.DeleteChatAgentResponseStatus4? Type1166 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowComponentResponseStatus4? Type1167 { get; set; }
+ public global::RetellAI.DeleteConversationFlowComponentResponse? Type1167 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowResponse? Type1168 { get; set; }
+ public global::RetellAI.DeleteConversationFlowComponentResponseStatus? Type1168 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowResponseStatus? Type1169 { get; set; }
+ public global::RetellAI.DeleteConversationFlowComponentResponse2? Type1169 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowResponse2? Type1170 { get; set; }
+ public global::RetellAI.DeleteConversationFlowComponentResponseStatus2? Type1170 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowResponseStatus2? Type1171 { get; set; }
+ public global::RetellAI.DeleteConversationFlowComponentResponse3? Type1171 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowResponse3? Type1172 { get; set; }
+ public global::RetellAI.DeleteConversationFlowComponentResponseStatus3? Type1172 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowResponseStatus3? Type1173 { get; set; }
+ public global::RetellAI.DeleteConversationFlowComponentResponse4? Type1173 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowResponse4? Type1174 { get; set; }
+ public global::RetellAI.DeleteConversationFlowComponentResponseStatus4? Type1174 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowResponseStatus4? Type1175 { get; set; }
+ public global::RetellAI.DeleteConversationFlowResponse? Type1175 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowResponse5? Type1176 { get; set; }
+ public global::RetellAI.DeleteConversationFlowResponseStatus? Type1176 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowResponseStatus5? Type1177 { get; set; }
+ public global::RetellAI.DeleteConversationFlowResponse2? Type1177 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseSourceResponse? Type1178 { get; set; }
+ public global::RetellAI.DeleteConversationFlowResponseStatus2? Type1178 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus? Type1179 { get; set; }
+ public global::RetellAI.DeleteConversationFlowResponse3? Type1179 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseSourceResponse2? Type1180 { get; set; }
+ public global::RetellAI.DeleteConversationFlowResponseStatus3? Type1180 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus2? Type1181 { get; set; }
+ public global::RetellAI.DeleteConversationFlowResponse4? Type1181 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseSourceResponse3? Type1182 { get; set; }
+ public global::RetellAI.DeleteConversationFlowResponseStatus4? Type1182 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus3? Type1183 { get; set; }
+ public global::RetellAI.DeleteConversationFlowResponse5? Type1183 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseSourceResponse4? Type1184 { get; set; }
+ public global::RetellAI.DeleteConversationFlowResponseStatus5? Type1184 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus4? Type1185 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseSourceResponse? Type1185 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseResponse? Type1186 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus? Type1186 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseResponseStatus? Type1187 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseSourceResponse2? Type1187 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseResponse2? Type1188 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus2? Type1188 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseResponseStatus2? Type1189 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseSourceResponse3? Type1189 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseResponse3? Type1190 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus3? Type1190 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseResponseStatus3? Type1191 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseSourceResponse4? Type1191 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseResponse4? Type1192 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus4? Type1192 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseResponseStatus4? Type1193 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseResponse? Type1193 { get; set; }
///
///
///
- public global::RetellAI.DeletePhoneNumberResponse? Type1194 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseResponseStatus? Type1194 { get; set; }
///
///
///
- public global::RetellAI.DeletePhoneNumberResponseStatus? Type1195 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseResponse2? Type1195 { get; set; }
///
///
///
- public global::RetellAI.DeletePhoneNumberResponse2? Type1196 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseResponseStatus2? Type1196 { get; set; }
///
///
///
- public global::RetellAI.DeletePhoneNumberResponseStatus2? Type1197 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseResponse3? Type1197 { get; set; }
///
///
///
- public global::RetellAI.DeletePhoneNumberResponse3? Type1198 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseResponseStatus3? Type1198 { get; set; }
///
///
///
- public global::RetellAI.DeletePhoneNumberResponseStatus3? Type1199 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseResponse4? Type1199 { get; set; }
///
///
///
- public global::RetellAI.DeleteRetellLLMResponse? Type1200 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseResponseStatus4? Type1200 { get; set; }
///
///
///
- public global::RetellAI.DeleteRetellLLMResponseStatus? Type1201 { get; set; }
+ public global::RetellAI.DeletePhoneNumberResponse? Type1201 { get; set; }
///
///
///
- public global::RetellAI.DeleteRetellLLMResponse2? Type1202 { get; set; }
+ public global::RetellAI.DeletePhoneNumberResponseStatus? Type1202 { get; set; }
///
///
///
- public global::RetellAI.DeleteRetellLLMResponseStatus2? Type1203 { get; set; }
+ public global::RetellAI.DeletePhoneNumberResponse2? Type1203 { get; set; }
///
///
///
- public global::RetellAI.DeleteRetellLLMResponse3? Type1204 { get; set; }
+ public global::RetellAI.DeletePhoneNumberResponseStatus2? Type1204 { get; set; }
///
///
///
- public global::RetellAI.DeleteRetellLLMResponseStatus3? Type1205 { get; set; }
+ public global::RetellAI.DeletePhoneNumberResponse3? Type1205 { get; set; }
///
///
///
- public global::RetellAI.DeleteRetellLLMResponse4? Type1206 { get; set; }
+ public global::RetellAI.DeletePhoneNumberResponseStatus3? Type1206 { get; set; }
///
///
///
- public global::RetellAI.DeleteRetellLLMResponseStatus4? Type1207 { get; set; }
+ public global::RetellAI.DeleteRetellLLMResponse? Type1207 { get; set; }
///
///
///
- public global::RetellAI.EndChatResponse? Type1208 { get; set; }
+ public global::RetellAI.DeleteRetellLLMResponseStatus? Type1208 { get; set; }
///
///
///
- public global::RetellAI.EndChatResponseStatus? Type1209 { get; set; }
+ public global::RetellAI.DeleteRetellLLMResponse2? Type1209 { get; set; }
///
///
///
- public global::RetellAI.EndChatResponse2? Type1210 { get; set; }
+ public global::RetellAI.DeleteRetellLLMResponseStatus2? Type1210 { get; set; }
///
///
///
- public global::RetellAI.EndChatResponseStatus2? Type1211 { get; set; }
+ public global::RetellAI.DeleteRetellLLMResponse3? Type1211 { get; set; }
///
///
///
- public global::RetellAI.EndChatResponse3? Type1212 { get; set; }
+ public global::RetellAI.DeleteRetellLLMResponseStatus3? Type1212 { get; set; }
///
///
///
- public global::RetellAI.EndChatResponseStatus3? Type1213 { get; set; }
+ public global::RetellAI.DeleteRetellLLMResponse4? Type1213 { get; set; }
///
///
///
- public global::RetellAI.EndChatResponse4? Type1214 { get; set; }
+ public global::RetellAI.DeleteRetellLLMResponseStatus4? Type1214 { get; set; }
///
///
///
- public global::RetellAI.EndChatResponseStatus4? Type1215 { get; set; }
+ public global::RetellAI.EndChatResponse? Type1215 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type1216 { get; set; }
+ public global::RetellAI.EndChatResponseStatus? Type1216 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponse2? Type1217 { get; set; }
+ public global::RetellAI.EndChatResponse2? Type1217 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1218 { get; set; }
+ public global::RetellAI.EndChatResponseStatus2? Type1218 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponse3? Type1219 { get; set; }
+ public global::RetellAI.EndChatResponse3? Type1219 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponseStatus? Type1220 { get; set; }
+ public global::RetellAI.EndChatResponseStatus3? Type1220 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponse4? Type1221 { get; set; }
+ public global::RetellAI.EndChatResponse4? Type1221 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponseStatus2? Type1222 { get; set; }
+ public global::RetellAI.EndChatResponseStatus4? Type1222 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponse5? Type1223 { get; set; }
+ public global::RetellAI.AllOf? Type1223 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponseStatus3? Type1224 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponse2? Type1224 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponse6? Type1225 { get; set; }
+ public global::System.Collections.Generic.IList? Type1225 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponseStatus4? Type1226 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponse3? Type1226 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponse7? Type1227 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponseStatus? Type1227 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponseStatus5? Type1228 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponse4? Type1228 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponse8? Type1229 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponseStatus2? Type1229 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponseStatus6? Type1230 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponse5? Type1230 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1231 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponseStatus3? Type1231 { get; set; }
///
///
///
- public global::RetellAI.GetAgentVersionsResponse? Type1232 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponse6? Type1232 { get; set; }
///
///
///
- public global::RetellAI.GetAgentVersionsResponseStatus? Type1233 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponseStatus4? Type1233 { get; set; }
///
///
///
- public global::RetellAI.GetAgentVersionsResponse2? Type1234 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponse7? Type1234 { get; set; }
///
///
///
- public global::RetellAI.GetAgentVersionsResponseStatus2? Type1235 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponseStatus5? Type1235 { get; set; }
///
///
///
- public global::RetellAI.GetAgentVersionsResponse3? Type1236 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponse8? Type1236 { get; set; }
///
///
///
- public global::RetellAI.GetAgentVersionsResponseStatus3? Type1237 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponseStatus6? Type1237 { get; set; }
///
///
///
- public global::RetellAI.GetAgentVersionsResponse4? Type1238 { get; set; }
+ public global::System.Collections.Generic.IList? Type1238 { get; set; }
///
///
///
- public global::RetellAI.GetAgentVersionsResponseStatus4? Type1239 { get; set; }
+ public global::RetellAI.GetAgentVersionsResponse? Type1239 { get; set; }
///
///
///
- public global::RetellAI.GetAgentResponse? Type1240 { get; set; }
+ public global::RetellAI.GetAgentVersionsResponseStatus? Type1240 { get; set; }
///
///
///
- public global::RetellAI.GetAgentResponseStatus? Type1241 { get; set; }
+ public global::RetellAI.GetAgentVersionsResponse2? Type1241 { get; set; }
///
///
///
- public global::RetellAI.GetAgentResponse2? Type1242 { get; set; }
+ public global::RetellAI.GetAgentVersionsResponseStatus2? Type1242 { get; set; }
///
///
///
- public global::RetellAI.GetAgentResponseStatus2? Type1243 { get; set; }
+ public global::RetellAI.GetAgentVersionsResponse3? Type1243 { get; set; }
///
///
///
- public global::RetellAI.GetAgentResponse3? Type1244 { get; set; }
+ public global::RetellAI.GetAgentVersionsResponseStatus3? Type1244 { get; set; }
///
///
///
- public global::RetellAI.GetAgentResponseStatus3? Type1245 { get; set; }
+ public global::RetellAI.GetAgentVersionsResponse4? Type1245 { get; set; }
///
///
///
- public global::RetellAI.GetAgentResponse4? Type1246 { get; set; }
+ public global::RetellAI.GetAgentVersionsResponseStatus4? Type1246 { get; set; }
///
///
///
- public global::RetellAI.GetAgentResponseStatus4? Type1247 { get; set; }
+ public global::RetellAI.GetAgentResponse? Type1247 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1248 { get; set; }
+ public global::RetellAI.GetAgentResponseStatus? Type1248 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentVersionsResponse? Type1249 { get; set; }
+ public global::RetellAI.GetAgentResponse2? Type1249 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentVersionsResponseStatus? Type1250 { get; set; }
+ public global::RetellAI.GetAgentResponseStatus2? Type1250 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentVersionsResponse2? Type1251 { get; set; }
+ public global::RetellAI.GetAgentResponse3? Type1251 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentVersionsResponseStatus2? Type1252 { get; set; }
+ public global::RetellAI.GetAgentResponseStatus3? Type1252 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentVersionsResponse3? Type1253 { get; set; }
+ public global::RetellAI.GetAgentResponse4? Type1253 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentVersionsResponseStatus3? Type1254 { get; set; }
+ public global::RetellAI.GetAgentResponseStatus4? Type1254 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentResponse? Type1255 { get; set; }
+ public global::System.Collections.Generic.IList? Type1255 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentResponseStatus? Type1256 { get; set; }
+ public global::RetellAI.GetChatAgentVersionsResponse? Type1256 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentResponse2? Type1257 { get; set; }
+ public global::RetellAI.GetChatAgentVersionsResponseStatus? Type1257 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentResponseStatus2? Type1258 { get; set; }
+ public global::RetellAI.GetChatAgentVersionsResponse2? Type1258 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentResponse3? Type1259 { get; set; }
+ public global::RetellAI.GetChatAgentVersionsResponseStatus2? Type1259 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentResponseStatus3? Type1260 { get; set; }
+ public global::RetellAI.GetChatAgentVersionsResponse3? Type1260 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentResponse4? Type1261 { get; set; }
+ public global::RetellAI.GetChatAgentVersionsResponseStatus3? Type1261 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentResponseStatus4? Type1262 { get; set; }
+ public global::RetellAI.GetChatAgentResponse? Type1262 { get; set; }
///
///
///
- public global::RetellAI.GetChatResponse? Type1263 { get; set; }
+ public global::RetellAI.GetChatAgentResponseStatus? Type1263 { get; set; }
///
///
///
- public global::RetellAI.GetChatResponseStatus? Type1264 { get; set; }
+ public global::RetellAI.GetChatAgentResponse2? Type1264 { get; set; }
///
///
///
- public global::RetellAI.GetChatResponse2? Type1265 { get; set; }
+ public global::RetellAI.GetChatAgentResponseStatus2? Type1265 { get; set; }
///
///
///
- public global::RetellAI.GetChatResponseStatus2? Type1266 { get; set; }
+ public global::RetellAI.GetChatAgentResponse3? Type1266 { get; set; }
///
///
///
- public global::RetellAI.GetChatResponse3? Type1267 { get; set; }
+ public global::RetellAI.GetChatAgentResponseStatus3? Type1267 { get; set; }
///
///
///
- public global::RetellAI.GetChatResponseStatus3? Type1268 { get; set; }
+ public global::RetellAI.GetChatAgentResponse4? Type1268 { get; set; }
///
///
///
- public global::RetellAI.GetChatResponse4? Type1269 { get; set; }
+ public global::RetellAI.GetChatAgentResponseStatus4? Type1269 { get; set; }
///
///
///
- public global::RetellAI.GetChatResponseStatus4? Type1270 { get; set; }
+ public global::RetellAI.GetChatResponse? Type1270 { get; set; }
///
///
///
- public global::RetellAI.GetConcurrencyResponse? Type1271 { get; set; }
+ public global::RetellAI.GetChatResponseStatus? Type1271 { get; set; }
///
///
///
- public global::RetellAI.GetConcurrencyResponse2? Type1272 { get; set; }
+ public global::RetellAI.GetChatResponse2? Type1272 { get; set; }
///
///
///
- public global::RetellAI.GetConcurrencyResponseStatus? Type1273 { get; set; }
+ public global::RetellAI.GetChatResponseStatus2? Type1273 { get; set; }
///
///
///
- public global::RetellAI.GetConcurrencyResponse3? Type1274 { get; set; }
+ public global::RetellAI.GetChatResponse3? Type1274 { get; set; }
///
///
///
- public global::RetellAI.GetConcurrencyResponseStatus2? Type1275 { get; set; }
+ public global::RetellAI.GetChatResponseStatus3? Type1275 { get; set; }
///
///
///
- public global::RetellAI.GetApiKeyInfoResponse? Type1276 { get; set; }
+ public global::RetellAI.GetChatResponse4? Type1276 { get; set; }
///
///
///
- public global::RetellAI.GetApiKeyInfoResponse2? Type1277 { get; set; }
+ public global::RetellAI.GetChatResponseStatus4? Type1277 { get; set; }
///
///
///
- public global::RetellAI.GetApiKeyInfoResponseStatus? Type1278 { get; set; }
+ public global::RetellAI.GetConcurrencyResponse? Type1278 { get; set; }
///
///
///
- public global::RetellAI.GetApiKeyInfoResponse3? Type1279 { get; set; }
+ public global::RetellAI.GetConcurrencyResponse2? Type1279 { get; set; }
///
///
///
- public global::RetellAI.GetApiKeyInfoResponseStatus2? Type1280 { get; set; }
+ public global::RetellAI.GetConcurrencyResponseStatus? Type1280 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowComponentResponse? Type1281 { get; set; }
+ public global::RetellAI.GetConcurrencyResponse3? Type1281 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowComponentResponseStatus? Type1282 { get; set; }
+ public global::RetellAI.GetConcurrencyResponseStatus2? Type1282 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowComponentResponse2? Type1283 { get; set; }
+ public global::RetellAI.GetApiKeyInfoResponse? Type1283 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowComponentResponseStatus2? Type1284 { get; set; }
+ public global::RetellAI.GetApiKeyInfoResponse2? Type1284 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowComponentResponse3? Type1285 { get; set; }
+ public global::RetellAI.GetApiKeyInfoResponseStatus? Type1285 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowComponentResponseStatus3? Type1286 { get; set; }
+ public global::RetellAI.GetApiKeyInfoResponse3? Type1286 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowComponentResponse4? Type1287 { get; set; }
+ public global::RetellAI.GetApiKeyInfoResponseStatus2? Type1287 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowComponentResponseStatus4? Type1288 { get; set; }
+ public global::RetellAI.GetConversationFlowComponentResponse? Type1288 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowResponse? Type1289 { get; set; }
+ public global::RetellAI.GetConversationFlowComponentResponseStatus? Type1289 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowResponseStatus? Type1290 { get; set; }
+ public global::RetellAI.GetConversationFlowComponentResponse2? Type1290 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowResponse2? Type1291 { get; set; }
+ public global::RetellAI.GetConversationFlowComponentResponseStatus2? Type1291 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowResponseStatus2? Type1292 { get; set; }
+ public global::RetellAI.GetConversationFlowComponentResponse3? Type1292 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowResponse3? Type1293 { get; set; }
+ public global::RetellAI.GetConversationFlowComponentResponseStatus3? Type1293 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowResponseStatus3? Type1294 { get; set; }
+ public global::RetellAI.GetConversationFlowComponentResponse4? Type1294 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowResponse4? Type1295 { get; set; }
+ public global::RetellAI.GetConversationFlowComponentResponseStatus4? Type1295 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowResponseStatus4? Type1296 { get; set; }
+ public global::RetellAI.GetConversationFlowResponse? Type1296 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowResponse5? Type1297 { get; set; }
+ public global::RetellAI.GetConversationFlowResponseStatus? Type1297 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowResponseStatus5? Type1298 { get; set; }
+ public global::RetellAI.GetConversationFlowResponse2? Type1298 { get; set; }
///
///
///
- public global::RetellAI.GetKnowledgeBaseResponse? Type1299 { get; set; }
+ public global::RetellAI.GetConversationFlowResponseStatus2? Type1299 { get; set; }
///
///
///
- public global::RetellAI.GetKnowledgeBaseResponseStatus? Type1300 { get; set; }
+ public global::RetellAI.GetConversationFlowResponse3? Type1300 { get; set; }
///
///
///
- public global::RetellAI.GetKnowledgeBaseResponse2? Type1301 { get; set; }
+ public global::RetellAI.GetConversationFlowResponseStatus3? Type1301 { get; set; }
///
///
///
- public global::RetellAI.GetKnowledgeBaseResponseStatus2? Type1302 { get; set; }
+ public global::RetellAI.GetConversationFlowResponse4? Type1302 { get; set; }
///
///
///
- public global::RetellAI.GetKnowledgeBaseResponse3? Type1303 { get; set; }
+ public global::RetellAI.GetConversationFlowResponseStatus4? Type1303 { get; set; }
///
///
///
- public global::RetellAI.GetKnowledgeBaseResponseStatus3? Type1304 { get; set; }
+ public global::RetellAI.GetConversationFlowResponse5? Type1304 { get; set; }
///
///
///
- public global::RetellAI.GetKnowledgeBaseResponse4? Type1305 { get; set; }
+ public global::RetellAI.GetConversationFlowResponseStatus5? Type1305 { get; set; }
///
///
///
- public global::RetellAI.GetKnowledgeBaseResponseStatus4? Type1306 { get; set; }
+ public global::RetellAI.GetKnowledgeBaseResponse? Type1306 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1307 { get; set; }
+ public global::RetellAI.GetKnowledgeBaseResponseStatus? Type1307 { get; set; }
///
///
///
- public global::RetellAI.GetMCPToolsResponse? Type1308 { get; set; }
+ public global::RetellAI.GetKnowledgeBaseResponse2? Type1308 { get; set; }
///
///
///
- public global::RetellAI.GetMCPToolsResponseStatus? Type1309 { get; set; }
+ public global::RetellAI.GetKnowledgeBaseResponseStatus2? Type1309 { get; set; }
///
///
///
- public global::RetellAI.GetMCPToolsResponse2? Type1310 { get; set; }
+ public global::RetellAI.GetKnowledgeBaseResponse3? Type1310 { get; set; }
///
///
///
- public global::RetellAI.GetMCPToolsResponseStatus2? Type1311 { get; set; }
+ public global::RetellAI.GetKnowledgeBaseResponseStatus3? Type1311 { get; set; }
///
///
///
- public global::RetellAI.GetMCPToolsResponse3? Type1312 { get; set; }
+ public global::RetellAI.GetKnowledgeBaseResponse4? Type1312 { get; set; }
///
///
///
- public global::RetellAI.GetMCPToolsResponseStatus3? Type1313 { get; set; }
+ public global::RetellAI.GetKnowledgeBaseResponseStatus4? Type1313 { get; set; }
///
///
///
- public global::RetellAI.GetMCPToolsResponse4? Type1314 { get; set; }
+ public global::System.Collections.Generic.IList? Type1314 { get; set; }
///
///
///
- public global::RetellAI.GetMCPToolsResponseStatus4? Type1315 { get; set; }
+ public global::RetellAI.GetMCPToolsResponse? Type1315 { get; set; }
///
///
///
- public global::RetellAI.GetPhoneNumberResponse? Type1316 { get; set; }
+ public global::RetellAI.GetMCPToolsResponseStatus? Type1316 { get; set; }
///
///
///
- public global::RetellAI.GetPhoneNumberResponseStatus? Type1317 { get; set; }
+ public global::RetellAI.GetMCPToolsResponse2? Type1317 { get; set; }
///
///
///
- public global::RetellAI.GetPhoneNumberResponse2? Type1318 { get; set; }
+ public global::RetellAI.GetMCPToolsResponseStatus2? Type1318 { get; set; }
///
///
///
- public global::RetellAI.GetPhoneNumberResponseStatus2? Type1319 { get; set; }
+ public global::RetellAI.GetMCPToolsResponse3? Type1319 { get; set; }
///
///
///
- public global::RetellAI.GetPhoneNumberResponse3? Type1320 { get; set; }
+ public global::RetellAI.GetMCPToolsResponseStatus3? Type1320 { get; set; }
///
///
///
- public global::RetellAI.GetPhoneNumberResponseStatus3? Type1321 { get; set; }
+ public global::RetellAI.GetMCPToolsResponse4? Type1321 { get; set; }
///
///
///
- public global::RetellAI.GetPhoneNumberResponse4? Type1322 { get; set; }
+ public global::RetellAI.GetMCPToolsResponseStatus4? Type1322 { get; set; }
///
///
///
- public global::RetellAI.GetPhoneNumberResponseStatus4? Type1323 { get; set; }
+ public global::RetellAI.GetPhoneNumberResponse? Type1323 { get; set; }
///
///
///
- public global::RetellAI.GetRetellLLMResponse? Type1324 { get; set; }
+ public global::RetellAI.GetPhoneNumberResponseStatus? Type1324 { get; set; }
///
///
///
- public global::RetellAI.GetRetellLLMResponseStatus? Type1325 { get; set; }
+ public global::RetellAI.GetPhoneNumberResponse2? Type1325 { get; set; }
///
///
///
- public global::RetellAI.GetRetellLLMResponse2? Type1326 { get; set; }
+ public global::RetellAI.GetPhoneNumberResponseStatus2? Type1326 { get; set; }
///
///
///
- public global::RetellAI.GetRetellLLMResponseStatus2? Type1327 { get; set; }
+ public global::RetellAI.GetPhoneNumberResponse3? Type1327 { get; set; }
///
///
///
- public global::RetellAI.GetRetellLLMResponse3? Type1328 { get; set; }
+ public global::RetellAI.GetPhoneNumberResponseStatus3? Type1328 { get; set; }
///
///
///
- public global::RetellAI.GetRetellLLMResponseStatus3? Type1329 { get; set; }
+ public global::RetellAI.GetPhoneNumberResponse4? Type1329 { get; set; }
///
///
///
- public global::RetellAI.GetRetellLLMResponse4? Type1330 { get; set; }
+ public global::RetellAI.GetPhoneNumberResponseStatus4? Type1330 { get; set; }
///
///
///
- public global::RetellAI.GetRetellLLMResponseStatus4? Type1331 { get; set; }
+ public global::RetellAI.GetRetellLLMResponse? Type1331 { get; set; }
///
///
///
- public global::RetellAI.GetVoiceResponse? Type1332 { get; set; }
+ public global::RetellAI.GetRetellLLMResponseStatus? Type1332 { get; set; }
///
///
///
- public global::RetellAI.GetVoiceResponseStatus? Type1333 { get; set; }
+ public global::RetellAI.GetRetellLLMResponse2? Type1333 { get; set; }
///
///
///
- public global::RetellAI.GetVoiceResponse2? Type1334 { get; set; }
+ public global::RetellAI.GetRetellLLMResponseStatus2? Type1334 { get; set; }
///
///
///
- public global::RetellAI.GetVoiceResponseStatus2? Type1335 { get; set; }
+ public global::RetellAI.GetRetellLLMResponse3? Type1335 { get; set; }
///
///
///
- public global::RetellAI.GetVoiceResponse3? Type1336 { get; set; }
+ public global::RetellAI.GetRetellLLMResponseStatus3? Type1336 { get; set; }
///
///
///
- public global::RetellAI.GetVoiceResponseStatus3? Type1337 { get; set; }
+ public global::RetellAI.GetRetellLLMResponse4? Type1337 { get; set; }
///
///
///
- public global::RetellAI.GetVoiceResponse4? Type1338 { get; set; }
+ public global::RetellAI.GetRetellLLMResponseStatus4? Type1338 { get; set; }
///
///
///
- public global::RetellAI.GetVoiceResponseStatus4? Type1339 { get; set; }
+ public global::RetellAI.GetVoiceResponse? Type1339 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceResponse? Type1340 { get; set; }
+ public global::RetellAI.GetVoiceResponseStatus? Type1340 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceResponseStatus? Type1341 { get; set; }
+ public global::RetellAI.GetVoiceResponse2? Type1341 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceResponse2? Type1342 { get; set; }
+ public global::RetellAI.GetVoiceResponseStatus2? Type1342 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceResponseStatus2? Type1343 { get; set; }
+ public global::RetellAI.GetVoiceResponse3? Type1343 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceResponse3? Type1344 { get; set; }
+ public global::RetellAI.GetVoiceResponseStatus3? Type1344 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceResponseStatus3? Type1345 { get; set; }
+ public global::RetellAI.GetVoiceResponse4? Type1345 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceResponse4? Type1346 { get; set; }
+ public global::RetellAI.GetVoiceResponseStatus4? Type1346 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceResponseStatus4? Type1347 { get; set; }
+ public global::RetellAI.CloneVoiceResponse? Type1347 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceResponse5? Type1348 { get; set; }
+ public global::RetellAI.CloneVoiceResponseStatus? Type1348 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceResponseStatus5? Type1349 { get; set; }
+ public global::RetellAI.CloneVoiceResponse2? Type1349 { get; set; }
///
///
///
- public global::RetellAI.AddCommunityVoiceResponse? Type1350 { get; set; }
+ public global::RetellAI.CloneVoiceResponseStatus2? Type1350 { get; set; }
///
///
///
- public global::RetellAI.AddCommunityVoiceResponseStatus? Type1351 { get; set; }
+ public global::RetellAI.CloneVoiceResponse3? Type1351 { get; set; }
///
///
///
- public global::RetellAI.AddCommunityVoiceResponse2? Type1352 { get; set; }
+ public global::RetellAI.CloneVoiceResponseStatus3? Type1352 { get; set; }
///
///
///
- public global::RetellAI.AddCommunityVoiceResponseStatus2? Type1353 { get; set; }
+ public global::RetellAI.CloneVoiceResponse4? Type1353 { get; set; }
///
///
///
- public global::RetellAI.AddCommunityVoiceResponse3? Type1354 { get; set; }
+ public global::RetellAI.CloneVoiceResponseStatus4? Type1354 { get; set; }
///
///
///
- public global::RetellAI.AddCommunityVoiceResponseStatus3? Type1355 { get; set; }
+ public global::RetellAI.CloneVoiceResponse5? Type1355 { get; set; }
///
///
///
- public global::RetellAI.AddCommunityVoiceResponse4? Type1356 { get; set; }
+ public global::RetellAI.CloneVoiceResponseStatus5? Type1356 { get; set; }
///
///
///
- public global::RetellAI.AddCommunityVoiceResponseStatus4? Type1357 { get; set; }
+ public global::RetellAI.AddCommunityVoiceResponse? Type1357 { get; set; }
///
///
///
- public global::RetellAI.SearchCommunityVoiceResponse? Type1358 { get; set; }
+ public global::RetellAI.AddCommunityVoiceResponseStatus? Type1358 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1359 { get; set; }
+ public global::RetellAI.AddCommunityVoiceResponse2? Type1359 { get; set; }
///
///
///
- public global::RetellAI.SearchCommunityVoiceResponseVoice? Type1360 { get; set; }
+ public global::RetellAI.AddCommunityVoiceResponseStatus2? Type1360 { get; set; }
///
///
///
- public global::RetellAI.SearchCommunityVoiceResponse2? Type1361 { get; set; }
+ public global::RetellAI.AddCommunityVoiceResponse3? Type1361 { get; set; }
///
///
///
- public global::RetellAI.SearchCommunityVoiceResponseStatus? Type1362 { get; set; }
+ public global::RetellAI.AddCommunityVoiceResponseStatus3? Type1362 { get; set; }
///
///
///
- public global::RetellAI.SearchCommunityVoiceResponse3? Type1363 { get; set; }
+ public global::RetellAI.AddCommunityVoiceResponse4? Type1363 { get; set; }
///
///
///
- public global::RetellAI.SearchCommunityVoiceResponseStatus2? Type1364 { get; set; }
+ public global::RetellAI.AddCommunityVoiceResponseStatus4? Type1364 { get; set; }
///
///
///
- public global::RetellAI.SearchCommunityVoiceResponse4? Type1365 { get; set; }
+ public global::RetellAI.SearchCommunityVoiceResponse? Type1365 { get; set; }
///
///
///
- public global::RetellAI.SearchCommunityVoiceResponseStatus3? Type1366 { get; set; }
+ public global::System.Collections.Generic.IList? Type1366 { get; set; }
///