diff --git a/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.BackfillContactAnalysisData.g.cs b/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.BackfillContactAnalysisData.g.cs
index 8789c96e..dff84edf 100644
--- a/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.BackfillContactAnalysisData.g.cs
+++ b/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.BackfillContactAnalysisData.g.cs
@@ -5,7 +5,7 @@ namespace RetellAI
public partial interface IRetellAiClient
{
///
- /// Trigger a backfill job that re-applies analysis data mappings to contacts using historical call data. Only one backfill job can run per organization at a time.
+ ///
///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
@@ -17,7 +17,7 @@ public partial interface IRetellAiClient
global::RetellAI.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
- /// Trigger a backfill job that re-applies analysis data mappings to contacts using historical call data. Only one backfill job can run per organization at a time.
+ ///
///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
@@ -29,14 +29,10 @@ public partial interface IRetellAiClient
global::RetellAI.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
- /// Trigger a backfill job that re-applies analysis data mappings to contacts using historical call data. Only one backfill job can run per organization at a time.
+ ///
///
- ///
- /// Optional call filter to scope which calls are processed. Supports agent and start_timestamp from the standard call filter.
- ///
- ///
- /// Contact fields to recompute. Each one must still exist as a contact field and have an analysis data mapping configured, otherwise the request is rejected rather than running a job that writes nothing.
- ///
+ ///
+ ///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
diff --git a/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.CreateWebCallV3.g.cs b/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.CreateWebCall.g.cs
similarity index 95%
rename from src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.CreateWebCallV3.g.cs
rename to src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.CreateWebCall.g.cs
index d42596f2..7d174e77 100644
--- a/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.CreateWebCallV3.g.cs
+++ b/src/libs/RetellAI/Generated/RetellAI.IRetellAiClient.CreateWebCall.g.cs
@@ -11,9 +11,9 @@ public partial interface IRetellAiClient
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task CreateWebCallV3Async(
+ global::System.Threading.Tasks.Task CreateWebCallAsync(
- global::RetellAI.CreateWebCallV3Request request,
+ global::RetellAI.CreateWebCallRequest request,
global::RetellAI.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -23,9 +23,9 @@ public partial interface IRetellAiClient
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task> CreateWebCallV3AsResponseAsync(
+ global::System.Threading.Tasks.Task> CreateWebCallAsResponseAsync(
- global::RetellAI.CreateWebCallV3Request request,
+ global::RetellAI.CreateWebCallRequest request,
global::RetellAI.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
@@ -59,7 +59,7 @@ public partial interface IRetellAiClient
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task CreateWebCallV3Async(
+ global::System.Threading.Tasks.Task CreateWebCallAsync(
string agentId,
global::RetellAI.AgentVersionReference? agentVersion = default,
global::RetellAI.AgentOverrideRequest? agentOverride = default,
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.AgentOverrideConfigSttMode.g.cs
similarity index 65%
rename from src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus.g.cs
rename to src/libs/RetellAI/Generated/RetellAI.JsonConverters.AgentOverrideConfigSttMode.g.cs
index 630f5f1a..9b07d089 100644
--- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus.g.cs
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.AgentOverrideConfigSttMode.g.cs
@@ -3,10 +3,10 @@
namespace RetellAI.JsonConverters
{
///
- public sealed class CreateWebCallV3ResponseStatusJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ public sealed class AgentOverrideConfigSttModeJsonConverter : global::System.Text.Json.Serialization.JsonConverter
{
///
- public override global::RetellAI.CreateWebCallV3ResponseStatus Read(
+ public override global::RetellAI.AgentOverrideConfigSttMode Read(
ref global::System.Text.Json.Utf8JsonReader reader,
global::System.Type typeToConvert,
global::System.Text.Json.JsonSerializerOptions options)
@@ -18,7 +18,7 @@ public sealed class CreateWebCallV3ResponseStatusJsonConverter : global::System.
var stringValue = reader.GetString();
if (stringValue != null)
{
- return global::RetellAI.CreateWebCallV3ResponseStatusExtensions.ToEnum(stringValue) ?? default;
+ return global::RetellAI.AgentOverrideConfigSttModeExtensions.ToEnum(stringValue) ?? default;
}
break;
@@ -26,11 +26,11 @@ public sealed class CreateWebCallV3ResponseStatusJsonConverter : global::System.
case global::System.Text.Json.JsonTokenType.Number:
{
var numValue = reader.GetInt32();
- return (global::RetellAI.CreateWebCallV3ResponseStatus)numValue;
+ return (global::RetellAI.AgentOverrideConfigSttMode)numValue;
}
case global::System.Text.Json.JsonTokenType.Null:
{
- return default(global::RetellAI.CreateWebCallV3ResponseStatus);
+ return default(global::RetellAI.AgentOverrideConfigSttMode);
}
default:
throw new global::System.ArgumentOutOfRangeException(nameof(reader));
@@ -42,12 +42,12 @@ public sealed class CreateWebCallV3ResponseStatusJsonConverter : global::System.
///
public override void Write(
global::System.Text.Json.Utf8JsonWriter writer,
- global::RetellAI.CreateWebCallV3ResponseStatus value,
+ global::RetellAI.AgentOverrideConfigSttMode value,
global::System.Text.Json.JsonSerializerOptions options)
{
writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
- writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatusExtensions.ToValueString(value));
+ writer.WriteStringValue(global::RetellAI.AgentOverrideConfigSttModeExtensions.ToValueString(value));
}
}
}
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatusNullable.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.AgentOverrideConfigSttModeNullable.g.cs
similarity index 67%
rename from src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatusNullable.g.cs
rename to src/libs/RetellAI/Generated/RetellAI.JsonConverters.AgentOverrideConfigSttModeNullable.g.cs
index 33b8c783..617e713d 100644
--- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatusNullable.g.cs
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.AgentOverrideConfigSttModeNullable.g.cs
@@ -3,10 +3,10 @@
namespace RetellAI.JsonConverters
{
///
- public sealed class CreateWebCallV3ResponseStatusNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ public sealed class AgentOverrideConfigSttModeNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
{
///
- public override global::RetellAI.CreateWebCallV3ResponseStatus? Read(
+ public override global::RetellAI.AgentOverrideConfigSttMode? Read(
ref global::System.Text.Json.Utf8JsonReader reader,
global::System.Type typeToConvert,
global::System.Text.Json.JsonSerializerOptions options)
@@ -18,7 +18,7 @@ public sealed class CreateWebCallV3ResponseStatusNullableJsonConverter : global:
var stringValue = reader.GetString();
if (stringValue != null)
{
- return global::RetellAI.CreateWebCallV3ResponseStatusExtensions.ToEnum(stringValue);
+ return global::RetellAI.AgentOverrideConfigSttModeExtensions.ToEnum(stringValue);
}
break;
@@ -26,11 +26,11 @@ public sealed class CreateWebCallV3ResponseStatusNullableJsonConverter : global:
case global::System.Text.Json.JsonTokenType.Number:
{
var numValue = reader.GetInt32();
- return (global::RetellAI.CreateWebCallV3ResponseStatus)numValue;
+ return (global::RetellAI.AgentOverrideConfigSttMode)numValue;
}
case global::System.Text.Json.JsonTokenType.Null:
{
- return default(global::RetellAI.CreateWebCallV3ResponseStatus?);
+ return default(global::RetellAI.AgentOverrideConfigSttMode?);
}
default:
throw new global::System.ArgumentOutOfRangeException(nameof(reader));
@@ -42,7 +42,7 @@ public sealed class CreateWebCallV3ResponseStatusNullableJsonConverter : global:
///
public override void Write(
global::System.Text.Json.Utf8JsonWriter writer,
- global::RetellAI.CreateWebCallV3ResponseStatus? value,
+ global::RetellAI.AgentOverrideConfigSttMode? value,
global::System.Text.Json.JsonSerializerOptions options)
{
writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
@@ -53,7 +53,7 @@ public override void Write(
}
else
{
- writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatusExtensions.ToValueString(value.Value));
+ writer.WriteStringValue(global::RetellAI.AgentOverrideConfigSttModeExtensions.ToValueString(value.Value));
}
}
}
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus3.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus.g.cs
similarity index 64%
rename from src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus3.g.cs
rename to src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus.g.cs
index 2d66c48a..9c9d5992 100644
--- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus3.g.cs
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus.g.cs
@@ -3,10 +3,10 @@
namespace RetellAI.JsonConverters
{
///
- public sealed class CreateWebCallV3ResponseStatus3JsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ public sealed class CreateCreateWebCallResponseStatusJsonConverter : global::System.Text.Json.Serialization.JsonConverter
{
///
- public override global::RetellAI.CreateWebCallV3ResponseStatus3 Read(
+ public override global::RetellAI.CreateCreateWebCallResponseStatus Read(
ref global::System.Text.Json.Utf8JsonReader reader,
global::System.Type typeToConvert,
global::System.Text.Json.JsonSerializerOptions options)
@@ -18,7 +18,7 @@ public sealed class CreateWebCallV3ResponseStatus3JsonConverter : global::System
var stringValue = reader.GetString();
if (stringValue != null)
{
- return global::RetellAI.CreateWebCallV3ResponseStatus3Extensions.ToEnum(stringValue) ?? default;
+ return global::RetellAI.CreateCreateWebCallResponseStatusExtensions.ToEnum(stringValue) ?? default;
}
break;
@@ -26,11 +26,11 @@ public sealed class CreateWebCallV3ResponseStatus3JsonConverter : global::System
case global::System.Text.Json.JsonTokenType.Number:
{
var numValue = reader.GetInt32();
- return (global::RetellAI.CreateWebCallV3ResponseStatus3)numValue;
+ return (global::RetellAI.CreateCreateWebCallResponseStatus)numValue;
}
case global::System.Text.Json.JsonTokenType.Null:
{
- return default(global::RetellAI.CreateWebCallV3ResponseStatus3);
+ return default(global::RetellAI.CreateCreateWebCallResponseStatus);
}
default:
throw new global::System.ArgumentOutOfRangeException(nameof(reader));
@@ -42,12 +42,12 @@ public sealed class CreateWebCallV3ResponseStatus3JsonConverter : global::System
///
public override void Write(
global::System.Text.Json.Utf8JsonWriter writer,
- global::RetellAI.CreateWebCallV3ResponseStatus3 value,
+ global::RetellAI.CreateCreateWebCallResponseStatus value,
global::System.Text.Json.JsonSerializerOptions options)
{
writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
- writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatus3Extensions.ToValueString(value));
+ writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatusExtensions.ToValueString(value));
}
}
}
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus2.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus2.g.cs
similarity index 64%
rename from src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus2.g.cs
rename to src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus2.g.cs
index 5d12e72e..6b9993aa 100644
--- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus2.g.cs
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus2.g.cs
@@ -3,10 +3,10 @@
namespace RetellAI.JsonConverters
{
///
- public sealed class CreateWebCallV3ResponseStatus2JsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ public sealed class CreateCreateWebCallResponseStatus2JsonConverter : global::System.Text.Json.Serialization.JsonConverter
{
///
- public override global::RetellAI.CreateWebCallV3ResponseStatus2 Read(
+ public override global::RetellAI.CreateCreateWebCallResponseStatus2 Read(
ref global::System.Text.Json.Utf8JsonReader reader,
global::System.Type typeToConvert,
global::System.Text.Json.JsonSerializerOptions options)
@@ -18,7 +18,7 @@ public sealed class CreateWebCallV3ResponseStatus2JsonConverter : global::System
var stringValue = reader.GetString();
if (stringValue != null)
{
- return global::RetellAI.CreateWebCallV3ResponseStatus2Extensions.ToEnum(stringValue) ?? default;
+ return global::RetellAI.CreateCreateWebCallResponseStatus2Extensions.ToEnum(stringValue) ?? default;
}
break;
@@ -26,11 +26,11 @@ public sealed class CreateWebCallV3ResponseStatus2JsonConverter : global::System
case global::System.Text.Json.JsonTokenType.Number:
{
var numValue = reader.GetInt32();
- return (global::RetellAI.CreateWebCallV3ResponseStatus2)numValue;
+ return (global::RetellAI.CreateCreateWebCallResponseStatus2)numValue;
}
case global::System.Text.Json.JsonTokenType.Null:
{
- return default(global::RetellAI.CreateWebCallV3ResponseStatus2);
+ return default(global::RetellAI.CreateCreateWebCallResponseStatus2);
}
default:
throw new global::System.ArgumentOutOfRangeException(nameof(reader));
@@ -42,12 +42,12 @@ public sealed class CreateWebCallV3ResponseStatus2JsonConverter : global::System
///
public override void Write(
global::System.Text.Json.Utf8JsonWriter writer,
- global::RetellAI.CreateWebCallV3ResponseStatus2 value,
+ global::RetellAI.CreateCreateWebCallResponseStatus2 value,
global::System.Text.Json.JsonSerializerOptions options)
{
writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
- writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatus2Extensions.ToValueString(value));
+ writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatus2Extensions.ToValueString(value));
}
}
}
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus4Nullable.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus2Nullable.g.cs
similarity index 66%
rename from src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus4Nullable.g.cs
rename to src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus2Nullable.g.cs
index 5105c3a6..a2091c5d 100644
--- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus4Nullable.g.cs
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus2Nullable.g.cs
@@ -3,10 +3,10 @@
namespace RetellAI.JsonConverters
{
///
- public sealed class CreateWebCallV3ResponseStatus4NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ public sealed class CreateCreateWebCallResponseStatus2NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
{
///
- public override global::RetellAI.CreateWebCallV3ResponseStatus4? Read(
+ public override global::RetellAI.CreateCreateWebCallResponseStatus2? Read(
ref global::System.Text.Json.Utf8JsonReader reader,
global::System.Type typeToConvert,
global::System.Text.Json.JsonSerializerOptions options)
@@ -18,7 +18,7 @@ public sealed class CreateWebCallV3ResponseStatus4NullableJsonConverter : global
var stringValue = reader.GetString();
if (stringValue != null)
{
- return global::RetellAI.CreateWebCallV3ResponseStatus4Extensions.ToEnum(stringValue);
+ return global::RetellAI.CreateCreateWebCallResponseStatus2Extensions.ToEnum(stringValue);
}
break;
@@ -26,11 +26,11 @@ public sealed class CreateWebCallV3ResponseStatus4NullableJsonConverter : global
case global::System.Text.Json.JsonTokenType.Number:
{
var numValue = reader.GetInt32();
- return (global::RetellAI.CreateWebCallV3ResponseStatus4)numValue;
+ return (global::RetellAI.CreateCreateWebCallResponseStatus2)numValue;
}
case global::System.Text.Json.JsonTokenType.Null:
{
- return default(global::RetellAI.CreateWebCallV3ResponseStatus4?);
+ return default(global::RetellAI.CreateCreateWebCallResponseStatus2?);
}
default:
throw new global::System.ArgumentOutOfRangeException(nameof(reader));
@@ -42,7 +42,7 @@ public sealed class CreateWebCallV3ResponseStatus4NullableJsonConverter : global
///
public override void Write(
global::System.Text.Json.Utf8JsonWriter writer,
- global::RetellAI.CreateWebCallV3ResponseStatus4? value,
+ global::RetellAI.CreateCreateWebCallResponseStatus2? value,
global::System.Text.Json.JsonSerializerOptions options)
{
writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
@@ -53,7 +53,7 @@ public override void Write(
}
else
{
- writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatus4Extensions.ToValueString(value.Value));
+ writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatus2Extensions.ToValueString(value.Value));
}
}
}
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus4.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus3.g.cs
similarity index 64%
rename from src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus4.g.cs
rename to src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus3.g.cs
index 2f90cdd0..d03f2e70 100644
--- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus4.g.cs
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus3.g.cs
@@ -3,10 +3,10 @@
namespace RetellAI.JsonConverters
{
///
- public sealed class CreateWebCallV3ResponseStatus4JsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ public sealed class CreateCreateWebCallResponseStatus3JsonConverter : global::System.Text.Json.Serialization.JsonConverter
{
///
- public override global::RetellAI.CreateWebCallV3ResponseStatus4 Read(
+ public override global::RetellAI.CreateCreateWebCallResponseStatus3 Read(
ref global::System.Text.Json.Utf8JsonReader reader,
global::System.Type typeToConvert,
global::System.Text.Json.JsonSerializerOptions options)
@@ -18,7 +18,7 @@ public sealed class CreateWebCallV3ResponseStatus4JsonConverter : global::System
var stringValue = reader.GetString();
if (stringValue != null)
{
- return global::RetellAI.CreateWebCallV3ResponseStatus4Extensions.ToEnum(stringValue) ?? default;
+ return global::RetellAI.CreateCreateWebCallResponseStatus3Extensions.ToEnum(stringValue) ?? default;
}
break;
@@ -26,11 +26,11 @@ public sealed class CreateWebCallV3ResponseStatus4JsonConverter : global::System
case global::System.Text.Json.JsonTokenType.Number:
{
var numValue = reader.GetInt32();
- return (global::RetellAI.CreateWebCallV3ResponseStatus4)numValue;
+ return (global::RetellAI.CreateCreateWebCallResponseStatus3)numValue;
}
case global::System.Text.Json.JsonTokenType.Null:
{
- return default(global::RetellAI.CreateWebCallV3ResponseStatus4);
+ return default(global::RetellAI.CreateCreateWebCallResponseStatus3);
}
default:
throw new global::System.ArgumentOutOfRangeException(nameof(reader));
@@ -42,12 +42,12 @@ public sealed class CreateWebCallV3ResponseStatus4JsonConverter : global::System
///
public override void Write(
global::System.Text.Json.Utf8JsonWriter writer,
- global::RetellAI.CreateWebCallV3ResponseStatus4 value,
+ global::RetellAI.CreateCreateWebCallResponseStatus3 value,
global::System.Text.Json.JsonSerializerOptions options)
{
writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
- writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatus4Extensions.ToValueString(value));
+ writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatus3Extensions.ToValueString(value));
}
}
}
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus5Nullable.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus3Nullable.g.cs
similarity index 66%
rename from src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus5Nullable.g.cs
rename to src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus3Nullable.g.cs
index f572b48a..bce55fb3 100644
--- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus5Nullable.g.cs
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus3Nullable.g.cs
@@ -3,10 +3,10 @@
namespace RetellAI.JsonConverters
{
///
- public sealed class CreateWebCallV3ResponseStatus5NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ public sealed class CreateCreateWebCallResponseStatus3NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
{
///
- public override global::RetellAI.CreateWebCallV3ResponseStatus5? Read(
+ public override global::RetellAI.CreateCreateWebCallResponseStatus3? Read(
ref global::System.Text.Json.Utf8JsonReader reader,
global::System.Type typeToConvert,
global::System.Text.Json.JsonSerializerOptions options)
@@ -18,7 +18,7 @@ public sealed class CreateWebCallV3ResponseStatus5NullableJsonConverter : global
var stringValue = reader.GetString();
if (stringValue != null)
{
- return global::RetellAI.CreateWebCallV3ResponseStatus5Extensions.ToEnum(stringValue);
+ return global::RetellAI.CreateCreateWebCallResponseStatus3Extensions.ToEnum(stringValue);
}
break;
@@ -26,11 +26,11 @@ public sealed class CreateWebCallV3ResponseStatus5NullableJsonConverter : global
case global::System.Text.Json.JsonTokenType.Number:
{
var numValue = reader.GetInt32();
- return (global::RetellAI.CreateWebCallV3ResponseStatus5)numValue;
+ return (global::RetellAI.CreateCreateWebCallResponseStatus3)numValue;
}
case global::System.Text.Json.JsonTokenType.Null:
{
- return default(global::RetellAI.CreateWebCallV3ResponseStatus5?);
+ return default(global::RetellAI.CreateCreateWebCallResponseStatus3?);
}
default:
throw new global::System.ArgumentOutOfRangeException(nameof(reader));
@@ -42,7 +42,7 @@ public sealed class CreateWebCallV3ResponseStatus5NullableJsonConverter : global
///
public override void Write(
global::System.Text.Json.Utf8JsonWriter writer,
- global::RetellAI.CreateWebCallV3ResponseStatus5? value,
+ global::RetellAI.CreateCreateWebCallResponseStatus3? value,
global::System.Text.Json.JsonSerializerOptions options)
{
writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
@@ -53,7 +53,7 @@ public override void Write(
}
else
{
- writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatus5Extensions.ToValueString(value.Value));
+ writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatus3Extensions.ToValueString(value.Value));
}
}
}
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus4.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus4.g.cs
new file mode 100644
index 00000000..e785c1dd
--- /dev/null
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus4.g.cs
@@ -0,0 +1,53 @@
+#nullable enable
+
+namespace RetellAI.JsonConverters
+{
+ ///
+ public sealed class CreateCreateWebCallResponseStatus4JsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::RetellAI.CreateCreateWebCallResponseStatus4 Read(
+ ref global::System.Text.Json.Utf8JsonReader reader,
+ global::System.Type typeToConvert,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ switch (reader.TokenType)
+ {
+ case global::System.Text.Json.JsonTokenType.String:
+ {
+ var stringValue = reader.GetString();
+ if (stringValue != null)
+ {
+ return global::RetellAI.CreateCreateWebCallResponseStatus4Extensions.ToEnum(stringValue) ?? default;
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::RetellAI.CreateCreateWebCallResponseStatus4)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::RetellAI.CreateCreateWebCallResponseStatus4);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::RetellAI.CreateCreateWebCallResponseStatus4 value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
+
+ writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatus4Extensions.ToValueString(value));
+ }
+ }
+}
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus2Nullable.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus4Nullable.g.cs
similarity index 66%
rename from src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus2Nullable.g.cs
rename to src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus4Nullable.g.cs
index bb402482..8730f9e6 100644
--- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus2Nullable.g.cs
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus4Nullable.g.cs
@@ -3,10 +3,10 @@
namespace RetellAI.JsonConverters
{
///
- public sealed class CreateWebCallV3ResponseStatus2NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ public sealed class CreateCreateWebCallResponseStatus4NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
{
///
- public override global::RetellAI.CreateWebCallV3ResponseStatus2? Read(
+ public override global::RetellAI.CreateCreateWebCallResponseStatus4? Read(
ref global::System.Text.Json.Utf8JsonReader reader,
global::System.Type typeToConvert,
global::System.Text.Json.JsonSerializerOptions options)
@@ -18,7 +18,7 @@ public sealed class CreateWebCallV3ResponseStatus2NullableJsonConverter : global
var stringValue = reader.GetString();
if (stringValue != null)
{
- return global::RetellAI.CreateWebCallV3ResponseStatus2Extensions.ToEnum(stringValue);
+ return global::RetellAI.CreateCreateWebCallResponseStatus4Extensions.ToEnum(stringValue);
}
break;
@@ -26,11 +26,11 @@ public sealed class CreateWebCallV3ResponseStatus2NullableJsonConverter : global
case global::System.Text.Json.JsonTokenType.Number:
{
var numValue = reader.GetInt32();
- return (global::RetellAI.CreateWebCallV3ResponseStatus2)numValue;
+ return (global::RetellAI.CreateCreateWebCallResponseStatus4)numValue;
}
case global::System.Text.Json.JsonTokenType.Null:
{
- return default(global::RetellAI.CreateWebCallV3ResponseStatus2?);
+ return default(global::RetellAI.CreateCreateWebCallResponseStatus4?);
}
default:
throw new global::System.ArgumentOutOfRangeException(nameof(reader));
@@ -42,7 +42,7 @@ public sealed class CreateWebCallV3ResponseStatus2NullableJsonConverter : global
///
public override void Write(
global::System.Text.Json.Utf8JsonWriter writer,
- global::RetellAI.CreateWebCallV3ResponseStatus2? value,
+ global::RetellAI.CreateCreateWebCallResponseStatus4? value,
global::System.Text.Json.JsonSerializerOptions options)
{
writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
@@ -53,7 +53,7 @@ public override void Write(
}
else
{
- writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatus2Extensions.ToValueString(value.Value));
+ writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatus4Extensions.ToValueString(value.Value));
}
}
}
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus5.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus5.g.cs
new file mode 100644
index 00000000..72ffb29c
--- /dev/null
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus5.g.cs
@@ -0,0 +1,53 @@
+#nullable enable
+
+namespace RetellAI.JsonConverters
+{
+ ///
+ public sealed class CreateCreateWebCallResponseStatus5JsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::RetellAI.CreateCreateWebCallResponseStatus5 Read(
+ ref global::System.Text.Json.Utf8JsonReader reader,
+ global::System.Type typeToConvert,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ switch (reader.TokenType)
+ {
+ case global::System.Text.Json.JsonTokenType.String:
+ {
+ var stringValue = reader.GetString();
+ if (stringValue != null)
+ {
+ return global::RetellAI.CreateCreateWebCallResponseStatus5Extensions.ToEnum(stringValue) ?? default;
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::RetellAI.CreateCreateWebCallResponseStatus5)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::RetellAI.CreateCreateWebCallResponseStatus5);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::RetellAI.CreateCreateWebCallResponseStatus5 value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
+
+ writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatus5Extensions.ToValueString(value));
+ }
+ }
+}
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus5Nullable.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus5Nullable.g.cs
new file mode 100644
index 00000000..c53994f7
--- /dev/null
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus5Nullable.g.cs
@@ -0,0 +1,60 @@
+#nullable enable
+
+namespace RetellAI.JsonConverters
+{
+ ///
+ public sealed class CreateCreateWebCallResponseStatus5NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::RetellAI.CreateCreateWebCallResponseStatus5? Read(
+ ref global::System.Text.Json.Utf8JsonReader reader,
+ global::System.Type typeToConvert,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ switch (reader.TokenType)
+ {
+ case global::System.Text.Json.JsonTokenType.String:
+ {
+ var stringValue = reader.GetString();
+ if (stringValue != null)
+ {
+ return global::RetellAI.CreateCreateWebCallResponseStatus5Extensions.ToEnum(stringValue);
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::RetellAI.CreateCreateWebCallResponseStatus5)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::RetellAI.CreateCreateWebCallResponseStatus5?);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::RetellAI.CreateCreateWebCallResponseStatus5? value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
+
+ if (value == null)
+ {
+ writer.WriteNullValue();
+ }
+ else
+ {
+ writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatus5Extensions.ToValueString(value.Value));
+ }
+ }
+ }
+}
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus6.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus6.g.cs
new file mode 100644
index 00000000..e4c95c36
--- /dev/null
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus6.g.cs
@@ -0,0 +1,53 @@
+#nullable enable
+
+namespace RetellAI.JsonConverters
+{
+ ///
+ public sealed class CreateCreateWebCallResponseStatus6JsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::RetellAI.CreateCreateWebCallResponseStatus6 Read(
+ ref global::System.Text.Json.Utf8JsonReader reader,
+ global::System.Type typeToConvert,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ switch (reader.TokenType)
+ {
+ case global::System.Text.Json.JsonTokenType.String:
+ {
+ var stringValue = reader.GetString();
+ if (stringValue != null)
+ {
+ return global::RetellAI.CreateCreateWebCallResponseStatus6Extensions.ToEnum(stringValue) ?? default;
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::RetellAI.CreateCreateWebCallResponseStatus6)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::RetellAI.CreateCreateWebCallResponseStatus6);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::RetellAI.CreateCreateWebCallResponseStatus6 value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
+
+ writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatus6Extensions.ToValueString(value));
+ }
+ }
+}
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus6Nullable.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus6Nullable.g.cs
new file mode 100644
index 00000000..378915a0
--- /dev/null
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatus6Nullable.g.cs
@@ -0,0 +1,60 @@
+#nullable enable
+
+namespace RetellAI.JsonConverters
+{
+ ///
+ public sealed class CreateCreateWebCallResponseStatus6NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ {
+ ///
+ public override global::RetellAI.CreateCreateWebCallResponseStatus6? Read(
+ ref global::System.Text.Json.Utf8JsonReader reader,
+ global::System.Type typeToConvert,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ switch (reader.TokenType)
+ {
+ case global::System.Text.Json.JsonTokenType.String:
+ {
+ var stringValue = reader.GetString();
+ if (stringValue != null)
+ {
+ return global::RetellAI.CreateCreateWebCallResponseStatus6Extensions.ToEnum(stringValue);
+ }
+
+ break;
+ }
+ case global::System.Text.Json.JsonTokenType.Number:
+ {
+ var numValue = reader.GetInt32();
+ return (global::RetellAI.CreateCreateWebCallResponseStatus6)numValue;
+ }
+ case global::System.Text.Json.JsonTokenType.Null:
+ {
+ return default(global::RetellAI.CreateCreateWebCallResponseStatus6?);
+ }
+ default:
+ throw new global::System.ArgumentOutOfRangeException(nameof(reader));
+ }
+
+ return default;
+ }
+
+ ///
+ public override void Write(
+ global::System.Text.Json.Utf8JsonWriter writer,
+ global::RetellAI.CreateCreateWebCallResponseStatus6? value,
+ global::System.Text.Json.JsonSerializerOptions options)
+ {
+ writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
+
+ if (value == null)
+ {
+ writer.WriteNullValue();
+ }
+ else
+ {
+ writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatus6Extensions.ToValueString(value.Value));
+ }
+ }
+ }
+}
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus3Nullable.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatusNullable.g.cs
similarity index 66%
rename from src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus3Nullable.g.cs
rename to src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatusNullable.g.cs
index 38bff06b..d9cb31a8 100644
--- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus3Nullable.g.cs
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateCreateWebCallResponseStatusNullable.g.cs
@@ -3,10 +3,10 @@
namespace RetellAI.JsonConverters
{
///
- public sealed class CreateWebCallV3ResponseStatus3NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
+ public sealed class CreateCreateWebCallResponseStatusNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
{
///
- public override global::RetellAI.CreateWebCallV3ResponseStatus3? Read(
+ public override global::RetellAI.CreateCreateWebCallResponseStatus? Read(
ref global::System.Text.Json.Utf8JsonReader reader,
global::System.Type typeToConvert,
global::System.Text.Json.JsonSerializerOptions options)
@@ -18,7 +18,7 @@ public sealed class CreateWebCallV3ResponseStatus3NullableJsonConverter : global
var stringValue = reader.GetString();
if (stringValue != null)
{
- return global::RetellAI.CreateWebCallV3ResponseStatus3Extensions.ToEnum(stringValue);
+ return global::RetellAI.CreateCreateWebCallResponseStatusExtensions.ToEnum(stringValue);
}
break;
@@ -26,11 +26,11 @@ public sealed class CreateWebCallV3ResponseStatus3NullableJsonConverter : global
case global::System.Text.Json.JsonTokenType.Number:
{
var numValue = reader.GetInt32();
- return (global::RetellAI.CreateWebCallV3ResponseStatus3)numValue;
+ return (global::RetellAI.CreateCreateWebCallResponseStatus)numValue;
}
case global::System.Text.Json.JsonTokenType.Null:
{
- return default(global::RetellAI.CreateWebCallV3ResponseStatus3?);
+ return default(global::RetellAI.CreateCreateWebCallResponseStatus?);
}
default:
throw new global::System.ArgumentOutOfRangeException(nameof(reader));
@@ -42,7 +42,7 @@ public sealed class CreateWebCallV3ResponseStatus3NullableJsonConverter : global
///
public override void Write(
global::System.Text.Json.Utf8JsonWriter writer,
- global::RetellAI.CreateWebCallV3ResponseStatus3? value,
+ global::RetellAI.CreateCreateWebCallResponseStatus? value,
global::System.Text.Json.JsonSerializerOptions options)
{
writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
@@ -53,7 +53,7 @@ public override void Write(
}
else
{
- writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatus3Extensions.ToValueString(value.Value));
+ writer.WriteStringValue(global::RetellAI.CreateCreateWebCallResponseStatusExtensions.ToValueString(value.Value));
}
}
}
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus5.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus5.g.cs
deleted file mode 100644
index 011aae4a..00000000
--- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus5.g.cs
+++ /dev/null
@@ -1,53 +0,0 @@
-#nullable enable
-
-namespace RetellAI.JsonConverters
-{
- ///
- public sealed class CreateWebCallV3ResponseStatus5JsonConverter : global::System.Text.Json.Serialization.JsonConverter
- {
- ///
- public override global::RetellAI.CreateWebCallV3ResponseStatus5 Read(
- ref global::System.Text.Json.Utf8JsonReader reader,
- global::System.Type typeToConvert,
- global::System.Text.Json.JsonSerializerOptions options)
- {
- switch (reader.TokenType)
- {
- case global::System.Text.Json.JsonTokenType.String:
- {
- var stringValue = reader.GetString();
- if (stringValue != null)
- {
- return global::RetellAI.CreateWebCallV3ResponseStatus5Extensions.ToEnum(stringValue) ?? default;
- }
-
- break;
- }
- case global::System.Text.Json.JsonTokenType.Number:
- {
- var numValue = reader.GetInt32();
- return (global::RetellAI.CreateWebCallV3ResponseStatus5)numValue;
- }
- case global::System.Text.Json.JsonTokenType.Null:
- {
- return default(global::RetellAI.CreateWebCallV3ResponseStatus5);
- }
- default:
- throw new global::System.ArgumentOutOfRangeException(nameof(reader));
- }
-
- return default;
- }
-
- ///
- public override void Write(
- global::System.Text.Json.Utf8JsonWriter writer,
- global::RetellAI.CreateWebCallV3ResponseStatus5 value,
- global::System.Text.Json.JsonSerializerOptions options)
- {
- writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
-
- writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatus5Extensions.ToValueString(value));
- }
- }
-}
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus6.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus6.g.cs
deleted file mode 100644
index 24bc11ed..00000000
--- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus6.g.cs
+++ /dev/null
@@ -1,53 +0,0 @@
-#nullable enable
-
-namespace RetellAI.JsonConverters
-{
- ///
- public sealed class CreateWebCallV3ResponseStatus6JsonConverter : global::System.Text.Json.Serialization.JsonConverter
- {
- ///
- public override global::RetellAI.CreateWebCallV3ResponseStatus6 Read(
- ref global::System.Text.Json.Utf8JsonReader reader,
- global::System.Type typeToConvert,
- global::System.Text.Json.JsonSerializerOptions options)
- {
- switch (reader.TokenType)
- {
- case global::System.Text.Json.JsonTokenType.String:
- {
- var stringValue = reader.GetString();
- if (stringValue != null)
- {
- return global::RetellAI.CreateWebCallV3ResponseStatus6Extensions.ToEnum(stringValue) ?? default;
- }
-
- break;
- }
- case global::System.Text.Json.JsonTokenType.Number:
- {
- var numValue = reader.GetInt32();
- return (global::RetellAI.CreateWebCallV3ResponseStatus6)numValue;
- }
- case global::System.Text.Json.JsonTokenType.Null:
- {
- return default(global::RetellAI.CreateWebCallV3ResponseStatus6);
- }
- default:
- throw new global::System.ArgumentOutOfRangeException(nameof(reader));
- }
-
- return default;
- }
-
- ///
- public override void Write(
- global::System.Text.Json.Utf8JsonWriter writer,
- global::RetellAI.CreateWebCallV3ResponseStatus6 value,
- global::System.Text.Json.JsonSerializerOptions options)
- {
- writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
-
- writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatus6Extensions.ToValueString(value));
- }
- }
-}
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus6Nullable.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus6Nullable.g.cs
deleted file mode 100644
index 6510b41d..00000000
--- a/src/libs/RetellAI/Generated/RetellAI.JsonConverters.CreateWebCallV3ResponseStatus6Nullable.g.cs
+++ /dev/null
@@ -1,60 +0,0 @@
-#nullable enable
-
-namespace RetellAI.JsonConverters
-{
- ///
- public sealed class CreateWebCallV3ResponseStatus6NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
- {
- ///
- public override global::RetellAI.CreateWebCallV3ResponseStatus6? Read(
- ref global::System.Text.Json.Utf8JsonReader reader,
- global::System.Type typeToConvert,
- global::System.Text.Json.JsonSerializerOptions options)
- {
- switch (reader.TokenType)
- {
- case global::System.Text.Json.JsonTokenType.String:
- {
- var stringValue = reader.GetString();
- if (stringValue != null)
- {
- return global::RetellAI.CreateWebCallV3ResponseStatus6Extensions.ToEnum(stringValue);
- }
-
- break;
- }
- case global::System.Text.Json.JsonTokenType.Number:
- {
- var numValue = reader.GetInt32();
- return (global::RetellAI.CreateWebCallV3ResponseStatus6)numValue;
- }
- case global::System.Text.Json.JsonTokenType.Null:
- {
- return default(global::RetellAI.CreateWebCallV3ResponseStatus6?);
- }
- default:
- throw new global::System.ArgumentOutOfRangeException(nameof(reader));
- }
-
- return default;
- }
-
- ///
- public override void Write(
- global::System.Text.Json.Utf8JsonWriter writer,
- global::RetellAI.CreateWebCallV3ResponseStatus6? value,
- global::System.Text.Json.JsonSerializerOptions options)
- {
- writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
-
- if (value == null)
- {
- writer.WriteNullValue();
- }
- else
- {
- writer.WriteStringValue(global::RetellAI.CreateWebCallV3ResponseStatus6Extensions.ToValueString(value.Value));
- }
- }
- }
-}
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContext.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContext.g.cs
index e025aaaf..b8d1135b 100644
--- a/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContext.g.cs
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContext.g.cs
@@ -282,6 +282,8 @@ namespace RetellAI
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ExtractDynamicVariablesNode), TypeInfoPropertyName = "ExtractDynamicVariablesNode2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.MCPNode), TypeInfoPropertyName = "MCPNode2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentOverrideConfig))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentOverrideConfigSttMode), TypeInfoPropertyName = "AgentOverrideConfigSttMode2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentOverrideConfigCustomSttConfig))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.KBConfig))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ConversationFlowOverrideStartSpeaker), TypeInfoPropertyName = "ConversationFlowOverrideStartSpeaker2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ConversationFlowResponse), TypeInfoPropertyName = "ConversationFlowResponse2")]
@@ -512,8 +514,6 @@ namespace RetellAI
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChatPresetAnalysisDataType), TypeInfoPropertyName = "ChatPresetAnalysisDataType2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ChatPresetAnalysisDataName), TypeInfoPropertyName = "ChatPresetAnalysisDataName2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.Organization))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OrganizationWebhookUrl))]
internal sealed partial class SourceGenerationContextChunk0 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
@@ -532,6 +532,8 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LLMModel?), TypeInfoPropertyName = "NullableLLMModel_RetellAI_LLMModel")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double_3")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OrganizationWebhookUrl))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.DateTimeOffset))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.OrganizationCpsConfig))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AutoCreditReloadConfig))]
@@ -922,8 +924,8 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.UpdateChatMetadataRequestDataStorageSetting), TypeInfoPropertyName = "UpdateChatMetadataRequestDataStorageSetting2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.UpdatePhoneNumberRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreatePhoneCallRequest))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallRequest))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3Request))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.TakeOverLiveCallRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.RegisterPhoneCallRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.RegisterPhoneCallRequestDirection), TypeInfoPropertyName = "RegisterPhoneCallRequestDirection2")]
@@ -1024,8 +1026,6 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListTestCaseDefinitionsResponse3))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListTestCaseDefinitionsResponseStatus), TypeInfoPropertyName = "ListTestCaseDefinitionsResponseStatus2_3")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListTestCaseDefinitionsResponse4))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListTestCaseDefinitionsResponseStatus2), TypeInfoPropertyName = "ListTestCaseDefinitionsResponseStatus22")]
internal sealed partial class SourceGenerationContextChunk1 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
@@ -1044,6 +1044,8 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LLMModel?), TypeInfoPropertyName = "NullableLLMModel_RetellAI_LLMModel")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double_3")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListTestCaseDefinitionsResponse4))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListTestCaseDefinitionsResponseStatus2), TypeInfoPropertyName = "ListTestCaseDefinitionsResponseStatus22")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListTestCaseDefinitionsResponse5))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListTestCaseDefinitionsResponseStatus3), TypeInfoPropertyName = "ListTestCaseDefinitionsResponseStatus32")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ListTestCaseDefinitionsResponse6))]
@@ -1536,8 +1538,6 @@ internal sealed partial class SourceGenerationContextChunk1 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateAgentVersionResponseStatus3), TypeInfoPropertyName = "CreateAgentVersionResponseStatus32")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateAgentVersionResponse5))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateAgentVersionResponseStatus4), TypeInfoPropertyName = "CreateAgentVersionResponseStatus42")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateAgentVersionResponse6))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateAgentVersionResponseStatus5), TypeInfoPropertyName = "CreateAgentVersionResponseStatus52")]
internal sealed partial class SourceGenerationContextChunk2 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
@@ -1556,6 +1556,8 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LLMModel?), TypeInfoPropertyName = "NullableLLMModel_RetellAI_LLMModel")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double_3")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateAgentVersionResponse6))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateAgentVersionResponseStatus5), TypeInfoPropertyName = "CreateAgentVersionResponseStatus52")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PublishAgentVersionResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PublishAgentVersionResponseStatus), TypeInfoPropertyName = "PublishAgentVersionResponseStatus2_3")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.PublishAgentVersionResponse2))]
@@ -1696,6 +1698,18 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreatePhoneCallResponseStatus5), TypeInfoPropertyName = "CreatePhoneCallResponseStatus52")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreatePhoneCallResponse6))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreatePhoneCallResponseStatus6), TypeInfoPropertyName = "CreatePhoneCallResponseStatus62")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponse))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus), TypeInfoPropertyName = "CreateCreateWebCallResponseStatus2_3")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponse2))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus2), TypeInfoPropertyName = "CreateCreateWebCallResponseStatus22")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponse3))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus3), TypeInfoPropertyName = "CreateCreateWebCallResponseStatus32")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponse4))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus4), TypeInfoPropertyName = "CreateCreateWebCallResponseStatus42")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponse5))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus5), TypeInfoPropertyName = "CreateCreateWebCallResponseStatus52")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponse6))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus6), TypeInfoPropertyName = "CreateCreateWebCallResponseStatus62")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponseStatus), TypeInfoPropertyName = "CreateWebCallResponseStatus2_3")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponse2))]
@@ -1708,18 +1722,6 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponseStatus5), TypeInfoPropertyName = "CreateWebCallResponseStatus52")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponse6))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponseStatus6), TypeInfoPropertyName = "CreateWebCallResponseStatus62")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3Response))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus), TypeInfoPropertyName = "CreateWebCallV3ResponseStatus2_3")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3Response2))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus2), TypeInfoPropertyName = "CreateWebCallV3ResponseStatus22")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3Response3))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus3), TypeInfoPropertyName = "CreateWebCallV3ResponseStatus32")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3Response4))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus4), TypeInfoPropertyName = "CreateWebCallV3ResponseStatus42")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3Response5))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus5), TypeInfoPropertyName = "CreateWebCallV3ResponseStatus52")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3Response6))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus6), TypeInfoPropertyName = "CreateWebCallV3ResponseStatus62")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteCallResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteCallResponseStatus), TypeInfoPropertyName = "DeleteCallResponseStatus2_3")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteCallResponse2))]
@@ -2048,8 +2050,6 @@ internal sealed partial class SourceGenerationContextChunk2 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AlertIncidentResponseFrequency?), TypeInfoPropertyName = "NullableAlertIncidentResponseFrequency2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AlertIncidentResponseWindow?), TypeInfoPropertyName = "NullableAlertIncidentResponseWindow2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AlertRuleRequestThresholdType?), TypeInfoPropertyName = "NullableAlertRuleRequestThresholdType2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AlertRuleRequestComparator?), TypeInfoPropertyName = "NullableAlertRuleRequestComparator2")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AlertRuleRequestFrequency?), TypeInfoPropertyName = "NullableAlertRuleRequestFrequency2")]
internal sealed partial class SourceGenerationContextChunk3 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
@@ -2068,6 +2068,8 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LLMModel?), TypeInfoPropertyName = "NullableLLMModel_RetellAI_LLMModel")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double_3")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AlertRuleRequestComparator?), TypeInfoPropertyName = "NullableAlertRuleRequestComparator2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AlertRuleRequestFrequency?), TypeInfoPropertyName = "NullableAlertRuleRequestFrequency2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AlertRuleRequestWindow?), TypeInfoPropertyName = "NullableAlertRuleRequestWindow2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AlertRuleResponseThresholdType?), TypeInfoPropertyName = "NullableAlertRuleResponseThresholdType2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AlertRuleResponseComparator?), TypeInfoPropertyName = "NullableAlertRuleResponseComparator2")]
@@ -2165,6 +2167,7 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.SmsNode?), TypeInfoPropertyName = "NullableSmsNode2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ExtractDynamicVariablesNode?), TypeInfoPropertyName = "NullableExtractDynamicVariablesNode2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.MCPNode?), TypeInfoPropertyName = "NullableMCPNode2")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentOverrideConfigSttMode?), TypeInfoPropertyName = "NullableAgentOverrideConfigSttMode2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ConversationFlowOverrideStartSpeaker?), TypeInfoPropertyName = "NullableConversationFlowOverrideStartSpeaker2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ConversationFlowResponse?), TypeInfoPropertyName = "NullableConversationFlowResponse2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.ConversationFlow?), TypeInfoPropertyName = "NullableConversationFlow2")]
@@ -2559,9 +2562,6 @@ internal sealed partial class SourceGenerationContextChunk3 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentPlaygroundCompletionResponseStatus5?), TypeInfoPropertyName = "NullableAgentPlaygroundCompletionResponseStatus52")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.AgentPlaygroundCompletionResponseStatus6?), TypeInfoPropertyName = "NullableAgentPlaygroundCompletionResponseStatus62")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatCompletionResponseStatus?), TypeInfoPropertyName = "NullableCreateChatCompletionResponseStatus2_3")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatCompletionResponseStatus2?), TypeInfoPropertyName = "NullableCreateChatCompletionResponseStatus22")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatCompletionResponseStatus3?), TypeInfoPropertyName = "NullableCreateChatCompletionResponseStatus32")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatCompletionResponseStatus4?), TypeInfoPropertyName = "NullableCreateChatCompletionResponseStatus42")]
internal sealed partial class SourceGenerationContextChunk4 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
@@ -2580,6 +2580,9 @@ internal sealed partial class SourceGenerationContextChunk4 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LLMModel?), TypeInfoPropertyName = "NullableLLMModel_RetellAI_LLMModel")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double_3")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatCompletionResponseStatus2?), TypeInfoPropertyName = "NullableCreateChatCompletionResponseStatus22")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatCompletionResponseStatus3?), TypeInfoPropertyName = "NullableCreateChatCompletionResponseStatus32")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatCompletionResponseStatus4?), TypeInfoPropertyName = "NullableCreateChatCompletionResponseStatus42")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatCompletionResponseStatus5?), TypeInfoPropertyName = "NullableCreateChatCompletionResponseStatus52")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatCompletionResponseStatus6?), TypeInfoPropertyName = "NullableCreateChatCompletionResponseStatus62")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateChatResponseStatus?), TypeInfoPropertyName = "NullableCreateChatResponseStatus2_3")]
@@ -2845,18 +2848,18 @@ internal sealed partial class SourceGenerationContextChunk4 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreatePhoneCallResponseStatus4?), TypeInfoPropertyName = "NullableCreatePhoneCallResponseStatus42")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreatePhoneCallResponseStatus5?), TypeInfoPropertyName = "NullableCreatePhoneCallResponseStatus52")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreatePhoneCallResponseStatus6?), TypeInfoPropertyName = "NullableCreatePhoneCallResponseStatus62")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus?), TypeInfoPropertyName = "NullableCreateCreateWebCallResponseStatus2_3")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus2?), TypeInfoPropertyName = "NullableCreateCreateWebCallResponseStatus22")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus3?), TypeInfoPropertyName = "NullableCreateCreateWebCallResponseStatus32")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus4?), TypeInfoPropertyName = "NullableCreateCreateWebCallResponseStatus42")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus5?), TypeInfoPropertyName = "NullableCreateCreateWebCallResponseStatus52")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateCreateWebCallResponseStatus6?), TypeInfoPropertyName = "NullableCreateCreateWebCallResponseStatus62")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponseStatus?), TypeInfoPropertyName = "NullableCreateWebCallResponseStatus2_3")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponseStatus2?), TypeInfoPropertyName = "NullableCreateWebCallResponseStatus22")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponseStatus3?), TypeInfoPropertyName = "NullableCreateWebCallResponseStatus32")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponseStatus4?), TypeInfoPropertyName = "NullableCreateWebCallResponseStatus42")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponseStatus5?), TypeInfoPropertyName = "NullableCreateWebCallResponseStatus52")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallResponseStatus6?), TypeInfoPropertyName = "NullableCreateWebCallResponseStatus62")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus?), TypeInfoPropertyName = "NullableCreateWebCallV3ResponseStatus2_3")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus2?), TypeInfoPropertyName = "NullableCreateWebCallV3ResponseStatus22")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus3?), TypeInfoPropertyName = "NullableCreateWebCallV3ResponseStatus32")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus4?), TypeInfoPropertyName = "NullableCreateWebCallV3ResponseStatus42")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus5?), TypeInfoPropertyName = "NullableCreateWebCallV3ResponseStatus52")]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.CreateWebCallV3ResponseStatus6?), TypeInfoPropertyName = "NullableCreateWebCallV3ResponseStatus62")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteCallResponseStatus?), TypeInfoPropertyName = "NullableDeleteCallResponseStatus2_3")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteCallResponseStatus2?), TypeInfoPropertyName = "NullableDeleteCallResponseStatus22")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.DeleteCallResponseStatus3?), TypeInfoPropertyName = "NullableDeleteCallResponseStatus32")]
@@ -3071,9 +3074,6 @@ internal sealed partial class SourceGenerationContextChunk4 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
internal sealed partial class SourceGenerationContextChunk5 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
@@ -3092,6 +3092,9 @@ internal sealed partial class SourceGenerationContextChunk5 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::RetellAI.LLMModel?), TypeInfoPropertyName = "NullableLLMModel_RetellAI_LLMModel")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List), TypeInfoPropertyName = "ListDouble_System_Collections_Generic_List_double_3")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List>))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List))]
@@ -3602,6 +3605,10 @@ public override bool CanConvert(global::System.Type typeToConvert)
|| typeToConvert == typeof(global::RetellAI.ComponentNodeVariant2ComponentType?)
+ || typeToConvert == typeof(global::RetellAI.AgentOverrideConfigSttMode)
+
+ || typeToConvert == typeof(global::RetellAI.AgentOverrideConfigSttMode?)
+
|| typeToConvert == typeof(global::RetellAI.ConversationFlowOverrideStartSpeaker)
|| typeToConvert == typeof(global::RetellAI.ConversationFlowOverrideStartSpeaker?)
@@ -5902,53 +5909,53 @@ public override bool CanConvert(global::System.Type typeToConvert)
|| typeToConvert == typeof(global::RetellAI.CreatePhoneCallResponseStatus6?)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus)
+ || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus?)
+ || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus?)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus2)
+ || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus2)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus2?)
+ || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus2?)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus3)
+ || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus3)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus3?)
+ || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus3?)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus4)
+ || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus4)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus4?)
+ || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus4?)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus5)
+ || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus5)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus5?)
+ || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus5?)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus6)
+ || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus6)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus6?)
+ || typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus6?)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus)
+ || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus?)
+ || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus?)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus2)
+ || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus2)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus2?)
+ || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus2?)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus3)
+ || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus3)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus3?)
+ || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus3?)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus4)
+ || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus4)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus4?)
+ || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus4?)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus5)
+ || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus5)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus5?)
+ || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus5?)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus6)
+ || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus6)
- || typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus6?)
+ || typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus6?)
|| typeToConvert == typeof(global::RetellAI.DeleteCallResponseStatus)
@@ -7143,6 +7150,16 @@ public override bool CanConvert(global::System.Type typeToConvert)
return new global::RetellAI.JsonConverters.ComponentNodeVariant2ComponentTypeNullableJsonConverter();
}
+ if (typeToConvert == typeof(global::RetellAI.AgentOverrideConfigSttMode))
+ {
+ return new global::RetellAI.JsonConverters.AgentOverrideConfigSttModeJsonConverter();
+ }
+
+ if (typeToConvert == typeof(global::RetellAI.AgentOverrideConfigSttMode?))
+ {
+ return new global::RetellAI.JsonConverters.AgentOverrideConfigSttModeNullableJsonConverter();
+ }
+
if (typeToConvert == typeof(global::RetellAI.ConversationFlowOverrideStartSpeaker))
{
return new global::RetellAI.JsonConverters.ConversationFlowOverrideStartSpeakerJsonConverter();
@@ -12893,124 +12910,124 @@ public override bool CanConvert(global::System.Type typeToConvert)
return new global::RetellAI.JsonConverters.CreatePhoneCallResponseStatus6NullableJsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus))
+ if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus))
{
- return new global::RetellAI.JsonConverters.CreateWebCallResponseStatusJsonConverter();
+ return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatusJsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus?))
+ if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus?))
{
- return new global::RetellAI.JsonConverters.CreateWebCallResponseStatusNullableJsonConverter();
+ return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatusNullableJsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus2))
+ if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus2))
{
- return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus2JsonConverter();
+ return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus2JsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus2?))
+ if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus2?))
{
- return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus2NullableJsonConverter();
+ return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus2NullableJsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus3))
+ if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus3))
{
- return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus3JsonConverter();
+ return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus3JsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus3?))
+ if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus3?))
{
- return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus3NullableJsonConverter();
+ return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus3NullableJsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus4))
+ if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus4))
{
- return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus4JsonConverter();
+ return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus4JsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus4?))
+ if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus4?))
{
- return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus4NullableJsonConverter();
+ return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus4NullableJsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus5))
+ if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus5))
{
- return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus5JsonConverter();
+ return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus5JsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus5?))
+ if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus5?))
{
- return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus5NullableJsonConverter();
+ return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus5NullableJsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus6))
+ if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus6))
{
- return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus6JsonConverter();
+ return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus6JsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus6?))
+ if (typeToConvert == typeof(global::RetellAI.CreateCreateWebCallResponseStatus6?))
{
- return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus6NullableJsonConverter();
+ return new global::RetellAI.JsonConverters.CreateCreateWebCallResponseStatus6NullableJsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus))
+ if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus))
{
- return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatusJsonConverter();
+ return new global::RetellAI.JsonConverters.CreateWebCallResponseStatusJsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus?))
+ if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus?))
{
- return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatusNullableJsonConverter();
+ return new global::RetellAI.JsonConverters.CreateWebCallResponseStatusNullableJsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus2))
+ if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus2))
{
- return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus2JsonConverter();
+ return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus2JsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus2?))
+ if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus2?))
{
- return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus2NullableJsonConverter();
+ return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus2NullableJsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus3))
+ if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus3))
{
- return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus3JsonConverter();
+ return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus3JsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus3?))
+ if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus3?))
{
- return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus3NullableJsonConverter();
+ return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus3NullableJsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus4))
+ if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus4))
{
- return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus4JsonConverter();
+ return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus4JsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus4?))
+ if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus4?))
{
- return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus4NullableJsonConverter();
+ return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus4NullableJsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus5))
+ if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus5))
{
- return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus5JsonConverter();
+ return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus5JsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus5?))
+ if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus5?))
{
- return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus5NullableJsonConverter();
+ return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus5NullableJsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus6))
+ if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus6))
{
- return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus6JsonConverter();
+ return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus6JsonConverter();
}
- if (typeToConvert == typeof(global::RetellAI.CreateWebCallV3ResponseStatus6?))
+ if (typeToConvert == typeof(global::RetellAI.CreateWebCallResponseStatus6?))
{
- return new global::RetellAI.JsonConverters.CreateWebCallV3ResponseStatus6NullableJsonConverter();
+ return new global::RetellAI.JsonConverters.CreateWebCallResponseStatus6NullableJsonConverter();
}
if (typeToConvert == typeof(global::RetellAI.DeleteCallResponseStatus))
diff --git a/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContextTypes.g.cs b/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContextTypes.g.cs
index ebab0c3e..fdd0dfb9 100644
--- a/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContextTypes.g.cs
+++ b/src/libs/RetellAI/Generated/RetellAI.JsonSerializerContextTypes.g.cs
@@ -1069,6775 +1069,6783 @@ public sealed partial class JsonSerializerContextTypes
///
///
///
- public global::RetellAI.KBConfig? Type259 { get; set; }
+ public global::RetellAI.AgentOverrideConfigSttMode? Type259 { get; set; }
///
///
///
- public global::RetellAI.ConversationFlowOverrideStartSpeaker? Type260 { get; set; }
+ public global::RetellAI.AgentOverrideConfigCustomSttConfig? Type260 { get; set; }
///
///
///
- public global::RetellAI.ConversationFlowResponse? Type261 { get; set; }
+ public global::RetellAI.KBConfig? Type261 { get; set; }
///
///
///
- public global::RetellAI.ConversationFlow? Type262 { get; set; }
+ public global::RetellAI.ConversationFlowOverrideStartSpeaker? Type262 { get; set; }
///
///
///
- public global::RetellAI.ConversationFlowResponseVariant2? Type263 { get; set; }
+ public global::RetellAI.ConversationFlowResponse? Type263 { get; set; }
///
///
///
- public global::RetellAI.ConversationFlowVariant2? Type264 { get; set; }
+ public global::RetellAI.ConversationFlow? Type264 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type265 { get; set; }
+ public global::RetellAI.ConversationFlowResponseVariant2? Type265 { get; set; }
///
///
///
- public global::RetellAI.ConversationFlowVariant2BeginTagDisplayPosition? Type266 { get; set; }
+ public global::RetellAI.ConversationFlowVariant2? Type266 { get; set; }
///
///
///
- public global::RetellAI.ConversationNodeVariant3? Type267 { get; set; }
+ public global::System.Collections.Generic.IList? Type267 { get; set; }
///
///
///
- public global::RetellAI.ConversationNodeVariant3Type? Type268 { get; set; }
+ public global::RetellAI.ConversationFlowVariant2BeginTagDisplayPosition? Type268 { get; set; }
///
///
///
- public global::RetellAI.SkipResponseEdge? Type269 { get; set; }
+ public global::RetellAI.ConversationNodeVariant3? Type269 { get; set; }
///
///
///
- public global::RetellAI.AlwaysEdge? Type270 { get; set; }
+ public global::RetellAI.ConversationNodeVariant3Type? Type270 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type271 { get; set; }
+ public global::RetellAI.SkipResponseEdge? Type271 { get; set; }
///
///
///
- public global::RetellAI.NodeFinetuneConversationExample? Type272 { get; set; }
+ public global::RetellAI.AlwaysEdge? Type272 { get; set; }
///
///
///
- public global::RetellAI.SubagentNodeVariant3? Type273 { get; set; }
+ public global::System.Collections.Generic.IList? Type273 { get; set; }
///
///
///
- public global::RetellAI.SubagentNodeVariant3Type? Type274 { get; set; }
+ public global::RetellAI.NodeFinetuneConversationExample? Type274 { get; set; }
///
///
///
- public global::RetellAI.NodeInstructionPrompt? Type275 { get; set; }
+ public global::RetellAI.SubagentNodeVariant3? Type275 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type276 { get; set; }
+ public global::RetellAI.SubagentNodeVariant3Type? Type276 { get; set; }
///
///
///
- public global::RetellAI.Tool? Type277 { get; set; }
+ public global::RetellAI.NodeInstructionPrompt? Type277 { get; set; }
///
///
///
- public global::RetellAI.CpsConfig? Type278 { get; set; }
+ public global::System.Collections.Generic.IList? Type278 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowRequest? Type279 { get; set; }
+ public global::RetellAI.Tool? Type279 { get; set; }
///
///
///
- public global::RetellAI.CreateOrganizationRequest? Type280 { get; set; }
+ public global::RetellAI.CpsConfig? Type280 { get; set; }
///
///
///
- public global::RetellAI.CreateOrganizationRequestNew? Type281 { get; set; }
+ public global::RetellAI.CreateConversationFlowRequest? Type281 { get; set; }
///
///
///
- public global::RetellAI.CreateOrganizationRequestOld? Type282 { get; set; }
+ public global::RetellAI.CreateOrganizationRequest? Type282 { get; set; }
///
///
///
- public global::RetellAI.CreateCreditTopupInvoiceRequest? Type283 { get; set; }
+ public global::RetellAI.CreateOrganizationRequestNew? Type283 { get; set; }
///
///
///
- public global::RetellAI.CreateCreditTopupInvoiceResponse? Type284 { get; set; }
+ public global::RetellAI.CreateOrganizationRequestOld? Type284 { get; set; }
///
///
///
- public global::RetellAI.CreateCreditTopupInvoicePendingResponse? Type285 { get; set; }
+ public global::RetellAI.CreateCreditTopupInvoiceRequest? Type285 { get; set; }
///
///
///
- public global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatus? Type286 { get; set; }
+ public global::RetellAI.CreateCreditTopupInvoiceResponse? Type286 { get; set; }
///
///
///
- public global::RetellAI.OptInCreditBasedRequest? Type287 { get; set; }
+ public global::RetellAI.CreateCreditTopupInvoicePendingResponse? Type287 { get; set; }
///
///
///
- public global::RetellAI.OptInCreditBasedResponse? Type288 { get; set; }
+ public global::RetellAI.CreateCreditTopupInvoicePendingResponsePaymentStatus? Type288 { get; set; }
///
///
///
- public global::RetellAI.CustomMetricCriteria? Type289 { get; set; }
+ public global::RetellAI.OptInCreditBasedRequest? Type289 { get; set; }
///
///
///
- public global::RetellAI.CustomTool? Type290 { get; set; }
+ public global::RetellAI.OptInCreditBasedResponse? Type290 { get; set; }
///
///
///
- public global::RetellAI.CustomToolType? Type291 { get; set; }
+ public global::RetellAI.CustomMetricCriteria? Type291 { get; set; }
///
///
///
- public global::RetellAI.CustomToolMethod? Type292 { get; set; }
+ public global::RetellAI.CustomTool? Type292 { get; set; }
///
///
///
- public global::RetellAI.ToolParameter? Type293 { get; set; }
+ public global::RetellAI.CustomToolType? Type293 { get; set; }
///
///
///
- public global::RetellAI.CustomToolExecutionMessageType? Type294 { get; set; }
+ public global::RetellAI.CustomToolMethod? Type294 { get; set; }
///
///
///
- public global::RetellAI.CustomToolParameterType? Type295 { get; set; }
+ public global::RetellAI.ToolParameter? Type295 { get; set; }
///
///
///
- public global::RetellAI.CodeTool? Type296 { get; set; }
+ public global::RetellAI.CustomToolExecutionMessageType? Type296 { get; set; }
///
///
///
- public global::RetellAI.CodeToolType? Type297 { get; set; }
+ public global::RetellAI.CustomToolParameterType? Type297 { get; set; }
///
///
///
- public global::RetellAI.CodeToolExecutionMessageType? Type298 { get; set; }
+ public global::RetellAI.CodeTool? Type298 { get; set; }
///
///
///
- public global::RetellAI.DTMFUtterance? Type299 { get; set; }
+ public global::RetellAI.CodeToolType? Type299 { get; set; }
///
///
///
- public global::RetellAI.DTMFUtteranceRole? Type300 { get; set; }
+ public global::RetellAI.CodeToolExecutionMessageType? Type300 { get; set; }
///
///
///
- public global::RetellAI.SmsUtterance? Type301 { get; set; }
+ public global::RetellAI.DTMFUtterance? Type301 { get; set; }
///
///
///
- public global::RetellAI.SmsUtteranceRole? Type302 { get; set; }
+ public global::RetellAI.DTMFUtteranceRole? Type302 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type303 { get; set; }
+ public global::RetellAI.SmsUtterance? Type303 { get; set; }
///
///
///
- public global::RetellAI.SmsMultimediaItem? Type304 { get; set; }
+ public global::RetellAI.SmsUtteranceRole? Type304 { get; set; }
///
///
///
- public global::RetellAI.InjectedUtterance? Type305 { get; set; }
+ public global::System.Collections.Generic.IList? Type305 { get; set; }
///
///
///
- public global::RetellAI.InjectedUtteranceRole? Type306 { get; set; }
+ public global::RetellAI.SmsMultimediaItem? Type306 { get; set; }
///
///
///
- public global::RetellAI.StringFilterType? Type307 { get; set; }
+ public global::RetellAI.InjectedUtterance? Type307 { get; set; }
///
///
///
- public global::RetellAI.StringFilterOp? Type308 { get; set; }
+ public global::RetellAI.InjectedUtteranceRole? Type308 { get; set; }
///
///
///
- public global::RetellAI.NumberFilterType? Type309 { get; set; }
+ public global::RetellAI.StringFilterType? Type309 { get; set; }
///
///
///
- public global::RetellAI.NumberFilterOp? Type310 { get; set; }
+ public global::RetellAI.StringFilterOp? Type310 { get; set; }
///
///
///
- public global::RetellAI.BooleanFilter? Type311 { get; set; }
+ public global::RetellAI.NumberFilterType? Type311 { get; set; }
///
///
///
- public global::RetellAI.BooleanFilterType? Type312 { get; set; }
+ public global::RetellAI.NumberFilterOp? Type312 { get; set; }
///
///
///
- public global::RetellAI.BooleanFilterOp? Type313 { get; set; }
+ public global::RetellAI.BooleanFilter? Type313 { get; set; }
///
///
///
- public global::RetellAI.RangeFilterType? Type314 { get; set; }
+ public global::RetellAI.BooleanFilterType? Type314 { get; set; }
///
///
///
- public global::RetellAI.RangeFilterOp? Type315 { get; set; }
+ public global::RetellAI.BooleanFilterOp? Type315 { get; set; }
///
///
///
- public global::RetellAI.EnumFilterType? Type316 { get; set; }
+ public global::RetellAI.RangeFilterType? Type316 { get; set; }
///
///
///
- public global::RetellAI.EnumFilterOp? Type317 { get; set; }
+ public global::RetellAI.RangeFilterOp? Type317 { get; set; }
///
///
///
- public global::RetellAI.PresentFilter? Type318 { get; set; }
+ public global::RetellAI.EnumFilterType? Type318 { get; set; }
///
///
///
- public global::RetellAI.PresentFilterType? Type319 { get; set; }
+ public global::RetellAI.EnumFilterOp? Type319 { get; set; }
///
///
///
- public global::RetellAI.PresentFilterOp? Type320 { get; set; }
+ public global::RetellAI.PresentFilter? Type320 { get; set; }
///
///
///
- public global::RetellAI.ValueFilter? Type321 { get; set; }
+ public global::RetellAI.PresentFilterType? Type321 { get; set; }
///
///
///
- public global::RetellAI.CustomFieldFilterVariant2? Type322 { get; set; }
+ public global::RetellAI.PresentFilterOp? Type322 { get; set; }
///
///
///
- public global::RetellAI.ToolCallFilter? Type323 { get; set; }
+ public global::RetellAI.ValueFilter? Type323 { get; set; }
///
///
///
- public global::RetellAI.CallFilter? Type324 { get; set; }
+ public global::RetellAI.CustomFieldFilterVariant2? Type324 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type325 { get; set; }
+ public global::RetellAI.ToolCallFilter? Type325 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type326 { get; set; }
+ public global::RetellAI.CallFilter? Type326 { get; set; }
///
///
///
- public global::RetellAI.CallFilterCallStatus? Type327 { get; set; }
+ public global::RetellAI.OneOf? Type327 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type328 { get; set; }
+ public global::RetellAI.AllOf? Type328 { get; set; }
///
///
///
- public global::RetellAI.CallFilterCallStatusValueItem? Type329 { get; set; }
+ public global::RetellAI.CallFilterCallStatus? Type329 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type330 { get; set; }
+ public global::System.Collections.Generic.IList? Type330 { get; set; }
///
///
///
- public global::RetellAI.CallFilterDisconnectionReason? Type331 { get; set; }
+ public global::RetellAI.CallFilterCallStatusValueItem? Type331 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type332 { get; set; }
+ public global::RetellAI.AllOf? Type332 { get; set; }
///
///
///
- public global::RetellAI.CallFilterCallType? Type333 { get; set; }
+ public global::RetellAI.CallFilterDisconnectionReason? Type333 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type334 { get; set; }
+ public global::RetellAI.AllOf? Type334 { get; set; }
///
///
///
- public global::RetellAI.CallFilterCallTypeValueItem? Type335 { get; set; }
+ public global::RetellAI.CallFilterCallType? Type335 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type336 { get; set; }
+ public global::System.Collections.Generic.IList? Type336 { get; set; }
///
///
///
- public global::RetellAI.CallFilterDirection? Type337 { get; set; }
+ public global::RetellAI.CallFilterCallTypeValueItem? Type337 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type338 { get; set; }
+ public global::RetellAI.AllOf? Type338 { get; set; }
///
///
///
- public global::RetellAI.CallFilterDirectionValueItem? Type339 { get; set; }
+ public global::RetellAI.CallFilterDirection? Type339 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type340 { get; set; }
+ public global::System.Collections.Generic.IList? Type340 { get; set; }
///
///
///
- public global::RetellAI.CallFilterUserSentiment? Type341 { get; set; }
+ public global::RetellAI.CallFilterDirectionValueItem? Type341 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type342 { get; set; }
+ public global::RetellAI.AllOf? Type342 { get; set; }
///
///
///
- public global::RetellAI.CallFilterUserSentimentValueItem? Type343 { get; set; }
+ public global::RetellAI.CallFilterUserSentiment? Type343 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type344 { get; set; }
+ public global::System.Collections.Generic.IList? Type344 { get; set; }
///
///
///
- public global::RetellAI.CallFilterDataStorageSetting? Type345 { get; set; }
+ public global::RetellAI.CallFilterUserSentimentValueItem? Type345 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type346 { get; set; }
+ public global::RetellAI.AllOf? Type346 { get; set; }
///
///
///
- public global::RetellAI.CallFilterDataStorageSettingValueItem? Type347 { get; set; }
+ public global::RetellAI.CallFilterDataStorageSetting? Type347 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type348 { get; set; }
+ public global::System.Collections.Generic.IList? Type348 { get; set; }
///
///
///
- public global::RetellAI.StoredCallFilter? Type349 { get; set; }
+ public global::RetellAI.CallFilterDataStorageSettingValueItem? Type349 { get; set; }
///
///
///
- public global::RetellAI.StoredCallFilterVariant2? Type350 { get; set; }
+ public global::System.Collections.Generic.IList? Type350 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type351 { get; set; }
+ public global::RetellAI.StoredCallFilter? Type351 { get; set; }
///
///
///
- public global::RetellAI.ChatFilterChatStatus? Type352 { get; set; }
+ public global::RetellAI.StoredCallFilterVariant2? Type352 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type353 { get; set; }
+ public global::RetellAI.AllOf? Type353 { get; set; }
///
///
///
- public global::RetellAI.ChatFilterChatStatusValueItem? Type354 { get; set; }
+ public global::RetellAI.ChatFilterChatStatus? Type354 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type355 { get; set; }
+ public global::System.Collections.Generic.IList? Type355 { get; set; }
///
///
///
- public global::RetellAI.ChatFilterDisconnectionReason? Type356 { get; set; }
+ public global::RetellAI.ChatFilterChatStatusValueItem? Type356 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type357 { get; set; }
+ public global::RetellAI.AllOf? Type357 { get; set; }
///
///
///
- public global::RetellAI.ChatFilterUserSentiment? Type358 { get; set; }
+ public global::RetellAI.ChatFilterDisconnectionReason? Type358 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type359 { get; set; }
+ public global::RetellAI.AllOf? Type359 { get; set; }
///
///
///
- public global::RetellAI.ChatFilterUserSentimentValueItem? Type360 { get; set; }
+ public global::RetellAI.ChatFilterUserSentiment? Type360 { get; set; }
///
///
///
- public global::RetellAI.ContactFilter? Type361 { get; set; }
+ public global::System.Collections.Generic.IList? Type361 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type362 { get; set; }
+ public global::RetellAI.ChatFilterUserSentimentValueItem? Type362 { get; set; }
///
///
///
- public global::RetellAI.ListContactsRequest? Type363 { get; set; }
+ public global::RetellAI.ContactFilter? Type363 { get; set; }
///
///
///
- public global::RetellAI.ListContactsRequestSortOrder? Type364 { get; set; }
+ public global::RetellAI.OneOf? Type364 { get; set; }
///
///
///
- public global::RetellAI.Duration? Type365 { get; set; }
+ public global::RetellAI.ListContactsRequest? Type365 { get; set; }
///
///
///
- public global::RetellAI.ElseEdgeVariant2? Type366 { get; set; }
+ public global::RetellAI.ListContactsRequestSortOrder? Type366 { get; set; }
///
///
///
- public global::RetellAI.ElseEdgeVariant2TransitionCondition? Type367 { get; set; }
+ public global::RetellAI.Duration? Type367 { get; set; }
///
///
///
- public global::RetellAI.ElseEdgeVariant2TransitionConditionType? Type368 { get; set; }
+ public global::RetellAI.ElseEdgeVariant2? Type368 { get; set; }
///
///
///
- public global::RetellAI.ElseEdgeVariant2TransitionConditionPrompt? Type369 { get; set; }
+ public global::RetellAI.ElseEdgeVariant2TransitionCondition? Type369 { get; set; }
///
///
///
- public global::RetellAI.EndCallTool? Type370 { get; set; }
+ public global::RetellAI.ElseEdgeVariant2TransitionConditionType? Type370 { get; set; }
///
///
///
- public global::RetellAI.EndCallToolType? Type371 { get; set; }
+ public global::RetellAI.ElseEdgeVariant2TransitionConditionPrompt? Type371 { get; set; }
///
///
///
- public global::RetellAI.EndCallToolExecutionMessageType? Type372 { get; set; }
+ public global::RetellAI.EndCallTool? Type372 { get; set; }
///
///
///
- public global::RetellAI.EndNodeVariant2? Type373 { get; set; }
+ public global::RetellAI.EndCallToolType? Type373 { get; set; }
///
///
///
- public global::RetellAI.EndNodeVariant2Type? Type374 { get; set; }
+ public global::RetellAI.EndCallToolExecutionMessageType? Type374 { get; set; }
///
///
///
- public global::RetellAI.EnumAnalysisDataType? Type375 { get; set; }
+ public global::RetellAI.EndNodeVariant2? Type375 { get; set; }
///
///
///
- public global::RetellAI.EquationCondition? Type376 { get; set; }
+ public global::RetellAI.EndNodeVariant2Type? Type376 { get; set; }
///
///
///
- public global::RetellAI.EquationConditionType? Type377 { get; set; }
+ public global::RetellAI.EnumAnalysisDataType? Type377 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type378 { get; set; }
+ public global::RetellAI.EquationCondition? Type378 { get; set; }
///
///
///
- public global::RetellAI.Equation? Type379 { get; set; }
+ public global::RetellAI.EquationConditionType? Type379 { get; set; }
///
///
///
- public global::RetellAI.EquationConditionOperator? Type380 { get; set; }
+ public global::System.Collections.Generic.IList? Type380 { get; set; }
///
///
///
- public global::RetellAI.EquationOperator? Type381 { get; set; }
+ public global::RetellAI.Equation? Type381 { get; set; }
///
///
///
- public global::RetellAI.ExtractDynamicVariableTool? Type382 { get; set; }
+ public global::RetellAI.EquationConditionOperator? Type382 { get; set; }
///
///
///
- public global::RetellAI.ExtractDynamicVariableToolType? Type383 { get; set; }
+ public global::RetellAI.EquationOperator? Type383 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type384 { get; set; }
+ public global::RetellAI.ExtractDynamicVariableTool? Type384 { get; set; }
///
///
///
- public global::RetellAI.ExtractDynamicVariablesNodeVariant2? Type385 { get; set; }
+ public global::RetellAI.ExtractDynamicVariableToolType? Type385 { get; set; }
///
///
///
- public global::RetellAI.ExtractDynamicVariablesNodeVariant2Type? Type386 { get; set; }
+ public global::System.Collections.Generic.IList? Type386 { get; set; }
///
///
///
- public global::RetellAI.FinetuneExampleUtterance? Type387 { get; set; }
+ public global::RetellAI.ExtractDynamicVariablesNodeVariant2? Type387 { get; set; }
///
///
///
- public global::RetellAI.FinetuneExampleUtteranceVariant1? Type388 { get; set; }
+ public global::RetellAI.ExtractDynamicVariablesNodeVariant2Type? Type388 { get; set; }
///
///
///
- public global::RetellAI.FinetuneExampleUtteranceVariant1Role? Type389 { get; set; }
+ public global::RetellAI.FinetuneExampleUtterance? Type389 { get; set; }
///
///
///
- public global::RetellAI.FinetuneExampleUtteranceVariant2? Type390 { get; set; }
+ public global::RetellAI.FinetuneExampleUtteranceVariant1? Type390 { get; set; }
///
///
///
- public global::RetellAI.FinetuneExampleUtteranceVariant2Role? Type391 { get; set; }
+ public global::RetellAI.FinetuneExampleUtteranceVariant1Role? Type391 { get; set; }
///
///
///
- public global::RetellAI.FinetuneExampleUtteranceVariant3? Type392 { get; set; }
+ public global::RetellAI.FinetuneExampleUtteranceVariant2? Type392 { get; set; }
///
///
///
- public global::RetellAI.FinetuneExampleUtteranceVariant3Role? Type393 { get; set; }
+ public global::RetellAI.FinetuneExampleUtteranceVariant2Role? Type393 { get; set; }
///
///
///
- public global::RetellAI.FunctionNodeVariant2? Type394 { get; set; }
+ public global::RetellAI.FinetuneExampleUtteranceVariant3? Type394 { get; set; }
///
///
///
- public global::RetellAI.FunctionNodeVariant2Type? Type395 { get; set; }
+ public global::RetellAI.FinetuneExampleUtteranceVariant3Role? Type395 { get; set; }
///
///
///
- public global::RetellAI.FunctionNodeVariant2ToolType? Type396 { get; set; }
+ public global::RetellAI.FunctionNodeVariant2? Type396 { get; set; }
///
///
///
- public global::RetellAI.CodeNodeVariant2? Type397 { get; set; }
+ public global::RetellAI.FunctionNodeVariant2Type? Type397 { get; set; }
///
///
///
- public global::RetellAI.CodeNodeVariant2Type? Type398 { get; set; }
+ public global::RetellAI.FunctionNodeVariant2ToolType? Type398 { get; set; }
///
///
///
- public global::RetellAI.GlobalNodeFinetuneTransitionExample? Type399 { get; set; }
+ public global::RetellAI.CodeNodeVariant2? Type399 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type400 { get; set; }
+ public global::RetellAI.CodeNodeVariant2Type? Type400 { get; set; }
///
///
///
- public global::RetellAI.GlobalNodeSetting? Type401 { get; set; }
+ public global::RetellAI.GlobalNodeFinetuneTransitionExample? Type401 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type402 { get; set; }
+ public global::System.Collections.Generic.IList? Type402 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type403 { get; set; }
+ public global::RetellAI.GlobalNodeSetting? Type403 { get; set; }
///
///
///
- public global::RetellAI.UtteranceHallucination? Type404 { get; set; }
+ public global::System.Collections.Generic.IList? Type404 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type405 { get; set; }
+ public global::System.Collections.Generic.IList? Type405 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseAddSourcesRequest? Type406 { get; set; }
+ public global::RetellAI.UtteranceHallucination? Type406 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type407 { get; set; }
+ public global::System.Collections.Generic.IList? Type407 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseAddSourcesRequestKnowledgeBaseText? Type408 { get; set; }
+ public global::RetellAI.KnowledgeBaseAddSourcesRequest? Type408 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type409 { get; set; }
+ public global::System.Collections.Generic.IList? Type409 { get; set; }
///
///
///
- public byte[]? Type410 { get; set; }
+ public global::RetellAI.KnowledgeBaseAddSourcesRequestKnowledgeBaseText? Type410 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseRequest? Type411 { get; set; }
+ public global::System.Collections.Generic.IList? Type411 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type412 { get; set; }
+ public byte[]? Type412 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseRequestKnowledgeBaseText? Type413 { get; set; }
+ public global::RetellAI.KnowledgeBaseRequest? Type413 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseResponse? Type414 { get; set; }
+ public global::System.Collections.Generic.IList? Type414 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseResponseStatus? Type415 { get; set; }
+ public global::RetellAI.KnowledgeBaseRequestKnowledgeBaseText? Type415 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type416 { get; set; }
+ public global::RetellAI.KnowledgeBaseResponse? Type416 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type417 { get; set; }
+ public global::RetellAI.KnowledgeBaseResponseStatus? Type417 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseSourceDocument? Type418 { get; set; }
+ public global::System.Collections.Generic.IList>? Type418 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseSourceText? Type419 { get; set; }
+ public global::RetellAI.OneOf? Type419 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseSourceUrl? Type420 { get; set; }
+ public global::RetellAI.KnowledgeBaseSourceDocument? Type420 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseSourceDocumentType? Type421 { get; set; }
+ public global::RetellAI.KnowledgeBaseSourceText? Type421 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseSourceTextType? Type422 { get; set; }
+ public global::RetellAI.KnowledgeBaseSourceUrl? Type422 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseSourceUrlType? Type423 { get; set; }
+ public global::RetellAI.KnowledgeBaseSourceDocumentType? Type423 { get; set; }
///
///
///
- public global::RetellAI.MCPNodeVariant2? Type424 { get; set; }
+ public global::RetellAI.KnowledgeBaseSourceTextType? Type424 { get; set; }
///
///
///
- public global::RetellAI.MCPNodeVariant2Type? Type425 { get; set; }
+ public global::RetellAI.KnowledgeBaseSourceUrlType? Type425 { get; set; }
///
///
///
- public global::RetellAI.MCPToolDefinition? Type426 { get; set; }
+ public global::RetellAI.MCPNodeVariant2? Type426 { get; set; }
///
///
///
- public global::RetellAI.MCPTool? Type427 { get; set; }
+ public global::RetellAI.MCPNodeVariant2Type? Type427 { get; set; }
///
///
///
- public global::RetellAI.MCPToolType? Type428 { get; set; }
+ public global::RetellAI.MCPToolDefinition? Type428 { get; set; }
///
///
///
- public global::RetellAI.MCPToolExecutionMessageType? Type429 { get; set; }
+ public global::RetellAI.MCPTool? Type429 { get; set; }
///
///
///
- public global::RetellAI.Message? Type430 { get; set; }
+ public global::RetellAI.MCPToolType? Type430 { get; set; }
///
///
///
- public global::RetellAI.ToolCallInvocationMessage? Type431 { get; set; }
+ public global::RetellAI.MCPToolExecutionMessageType? Type431 { get; set; }
///
///
///
- public global::RetellAI.ToolCallResultMessage? Type432 { get; set; }
+ public global::RetellAI.Message? Type432 { get; set; }
///
///
///
- public global::RetellAI.NodeTransitionMessage? Type433 { get; set; }
+ public global::RetellAI.ToolCallInvocationMessage? Type433 { get; set; }
///
///
///
- public global::RetellAI.StateTransitionMessage? Type434 { get; set; }
+ public global::RetellAI.ToolCallResultMessage? Type434 { get; set; }
///
///
///
- public global::RetellAI.InjectedMessage? Type435 { get; set; }
+ public global::RetellAI.NodeTransitionMessage? Type435 { get; set; }
///
///
///
- public global::RetellAI.SmsMessage? Type436 { get; set; }
+ public global::RetellAI.StateTransitionMessage? Type436 { get; set; }
///
///
///
- public global::RetellAI.ChatMessageInput? Type437 { get; set; }
+ public global::RetellAI.InjectedMessage? Type437 { get; set; }
///
///
///
- public global::RetellAI.MessageBase? Type438 { get; set; }
+ public global::RetellAI.SmsMessage? Type438 { get; set; }
///
///
///
- public global::RetellAI.ToolCallInvocationMessageBase? Type439 { get; set; }
+ public global::RetellAI.ChatMessageInput? Type439 { get; set; }
///
///
///
- public global::RetellAI.ToolCallResultMessageBase? Type440 { get; set; }
+ public global::RetellAI.MessageBase? Type440 { get; set; }
///
///
///
- public global::RetellAI.NodeTransitionMessageBase? Type441 { get; set; }
+ public global::RetellAI.ToolCallInvocationMessageBase? Type441 { get; set; }
///
///
///
- public global::RetellAI.StateTransitionMessageBase? Type442 { get; set; }
+ public global::RetellAI.ToolCallResultMessageBase? Type442 { get; set; }
///
///
///
- public global::RetellAI.InjectedMessageBase? Type443 { get; set; }
+ public global::RetellAI.NodeTransitionMessageBase? Type443 { get; set; }
///
///
///
- public global::RetellAI.SmsMessageBase? Type444 { get; set; }
+ public global::RetellAI.StateTransitionMessageBase? Type444 { get; set; }
///
///
///
- public global::RetellAI.MessageBaseRole? Type445 { get; set; }
+ public global::RetellAI.InjectedMessageBase? Type445 { get; set; }
///
///
///
- public global::RetellAI.InjectedMessageBaseRole? Type446 { get; set; }
+ public global::RetellAI.SmsMessageBase? Type446 { get; set; }
///
///
///
- public global::RetellAI.SmsMessageBaseRole? Type447 { get; set; }
+ public global::RetellAI.MessageBaseRole? Type447 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type448 { get; set; }
+ public global::RetellAI.InjectedMessageBaseRole? Type448 { get; set; }
///
///
///
- public global::RetellAI.PerformanceMetricCriteria? Type449 { get; set; }
+ public global::RetellAI.SmsMessageBaseRole? Type449 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type450 { get; set; }
+ public global::RetellAI.OneOf? Type450 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type451 { get; set; }
+ public global::RetellAI.PerformanceMetricCriteria? Type451 { get; set; }
///
///
///
- public global::RetellAI.UtteranceTranscriptionError? Type452 { get; set; }
+ public global::RetellAI.OneOf? Type452 { get; set; }
///
///
///
- public global::RetellAI.Wer? Type453 { get; set; }
+ public global::System.Collections.Generic.IList? Type453 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type454 { get; set; }
+ public global::RetellAI.UtteranceTranscriptionError? Type454 { get; set; }
///
///
///
- public global::RetellAI.UtteranceTranscriptionErrorMieDetail? Type455 { get; set; }
+ public global::RetellAI.Wer? Type455 { get; set; }
///
///
///
- public global::RetellAI.ModelChoiceCascading? Type456 { get; set; }
+ public global::System.Collections.Generic.IList? Type456 { get; set; }
///
///
///
- public global::RetellAI.ModelChoiceCascadingType? Type457 { get; set; }
+ public global::RetellAI.UtteranceTranscriptionErrorMieDetail? Type457 { get; set; }
///
///
///
- public global::RetellAI.ModelChoice? Type458 { get; set; }
+ public global::RetellAI.ModelChoiceCascading? Type458 { get; set; }
///
///
///
- public global::RetellAI.NaturalnessIssue? Type459 { get; set; }
+ public global::RetellAI.ModelChoiceCascadingType? Type459 { get; set; }
///
///
///
- public global::RetellAI.NodeBaseVariant2? Type460 { get; set; }
+ public global::RetellAI.ModelChoice? Type460 { get; set; }
///
///
///
- public global::RetellAI.NodeBaseCommonDisplayPosition? Type461 { get; set; }
+ public global::RetellAI.NaturalnessIssue? Type461 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type462 { get; set; }
+ public global::RetellAI.NodeBaseVariant2? Type462 { get; set; }
///
///
///
- public global::RetellAI.PromptCondition? Type463 { get; set; }
+ public global::RetellAI.NodeBaseCommonDisplayPosition? Type463 { get; set; }
///
///
///
- public global::RetellAI.NodeInstructionPromptType? Type464 { get; set; }
+ public global::RetellAI.OneOf? Type464 { get; set; }
///
///
///
- public global::RetellAI.NodeInstructionStaticText? Type465 { get; set; }
+ public global::RetellAI.PromptCondition? Type465 { get; set; }
///
///
///
- public global::RetellAI.NodeInstructionStaticTextType? Type466 { get; set; }
+ public global::RetellAI.NodeInstructionPromptType? Type466 { get; set; }
///
///
///
- public global::RetellAI.SmsInstructionTemplate? Type467 { get; set; }
+ public global::RetellAI.NodeInstructionStaticText? Type467 { get; set; }
///
///
///
- public global::RetellAI.SmsInstructionTemplateType? Type468 { get; set; }
+ public global::RetellAI.NodeInstructionStaticTextType? Type468 { get; set; }
///
///
///
- public global::RetellAI.SmsInstructionTemplateTemplate? Type469 { get; set; }
+ public global::RetellAI.SmsInstructionTemplate? Type469 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type470 { get; set; }
+ public global::RetellAI.SmsInstructionTemplateType? Type470 { get; set; }
///
///
///
- public global::RetellAI.NodeToolVariant2? Type471 { get; set; }
+ public global::RetellAI.SmsInstructionTemplateTemplate? Type471 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type472 { get; set; }
+ public global::RetellAI.OneOf? Type472 { get; set; }
///
///
///
- public global::RetellAI.NodeTransitionAnalysisDetail? Type473 { get; set; }
+ public global::RetellAI.NodeToolVariant2? Type473 { get; set; }
///
///
///
- public global::RetellAI.NodeTransitionMessageBaseRole? Type474 { get; set; }
+ public global::System.Collections.Generic.IList? Type474 { get; set; }
///
///
///
- public global::RetellAI.NodeTransitionMessageBaseTransitionType? Type475 { get; set; }
+ public global::RetellAI.NodeTransitionAnalysisDetail? Type475 { get; set; }
///
///
///
- public global::RetellAI.NodeTransitionUtterance? Type476 { get; set; }
+ public global::RetellAI.NodeTransitionMessageBaseRole? Type476 { get; set; }
///
///
///
- public global::RetellAI.NodeTransitionUtteranceRole? Type477 { get; set; }
+ public global::RetellAI.NodeTransitionMessageBaseTransitionType? Type477 { get; set; }
///
///
///
- public global::RetellAI.NodeTransitionUtteranceTransitionType? Type478 { get; set; }
+ public global::RetellAI.NodeTransitionUtterance? Type478 { get; set; }
///
///
///
- public global::RetellAI.NumberAnalysisDataType? Type479 { get; set; }
+ public global::RetellAI.NodeTransitionUtteranceRole? Type479 { get; set; }
///
///
///
- public global::RetellAI.PresetAnalysisData? Type480 { get; set; }
+ public global::RetellAI.NodeTransitionUtteranceTransitionType? Type480 { get; set; }
///
///
///
- public global::RetellAI.PresetAnalysisDataType? Type481 { get; set; }
+ public global::RetellAI.NumberAnalysisDataType? Type481 { get; set; }
///
///
///
- public global::RetellAI.PresetAnalysisDataName? Type482 { get; set; }
+ public global::RetellAI.PresetAnalysisData? Type482 { get; set; }
///
///
///
- public global::RetellAI.CallPresetAnalysisDataType? Type483 { get; set; }
+ public global::RetellAI.PresetAnalysisDataType? Type483 { get; set; }
///
///
///
- public global::RetellAI.CallPresetAnalysisDataName? Type484 { get; set; }
+ public global::RetellAI.PresetAnalysisDataName? Type484 { get; set; }
///
///
///
- public global::RetellAI.ChatPresetAnalysisDataType? Type485 { get; set; }
+ public global::RetellAI.CallPresetAnalysisDataType? Type485 { get; set; }
///
///
///
- public global::RetellAI.ChatPresetAnalysisDataName? Type486 { get; set; }
+ public global::RetellAI.CallPresetAnalysisDataName? Type486 { get; set; }
///
///
///
- public global::RetellAI.Organization? Type487 { get; set; }
+ public global::RetellAI.ChatPresetAnalysisDataType? Type487 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type488 { get; set; }
+ public global::RetellAI.ChatPresetAnalysisDataName? Type488 { get; set; }
///
///
///
- public global::RetellAI.OrganizationWebhookUrl? Type489 { get; set; }
+ public global::RetellAI.Organization? Type489 { get; set; }
///
///
///
- public global::System.DateTimeOffset? Type490 { get; set; }
+ public global::System.Collections.Generic.IList? Type490 { get; set; }
///
///
///
- public global::RetellAI.OrganizationCpsConfig? Type491 { get; set; }
+ public global::RetellAI.OrganizationWebhookUrl? Type491 { get; set; }
///
///
///
- public global::RetellAI.AutoCreditReloadConfig? Type492 { get; set; }
+ public global::System.DateTimeOffset? Type492 { get; set; }
///
///
///
- public global::RetellAI.ConductorOverageConfig? Type493 { get; set; }
+ public global::RetellAI.OrganizationCpsConfig? Type493 { get; set; }
///
///
///
- public global::RetellAI.OrganizationResponse? Type494 { get; set; }
+ public global::RetellAI.AutoCreditReloadConfig? Type494 { get; set; }
///
///
///
- public global::RetellAI.OrganizationResponseVariant2? Type495 { get; set; }
+ public global::RetellAI.ConductorOverageConfig? Type495 { get; set; }
///
///
///
- public global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatus? Type496 { get; set; }
+ public global::RetellAI.OrganizationResponse? Type496 { get; set; }
///
///
///
- public global::RetellAI.PIIConfigMode? Type497 { get; set; }
+ public global::RetellAI.OrganizationResponseVariant2? Type497 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type498 { get; set; }
+ public global::RetellAI.OrganizationResponseVariant2EnterprisePlanStatus? Type498 { get; set; }
///
///
///
- public global::RetellAI.PIIConfigCategorie? Type499 { get; set; }
+ public global::RetellAI.PIIConfigMode? Type499 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type500 { get; set; }
+ public global::System.Collections.Generic.IList? Type500 { get; set; }
///
///
///
- public global::RetellAI.GuardrailConfigOutputTopic? Type501 { get; set; }
+ public global::RetellAI.PIIConfigCategorie? Type501 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type502 { get; set; }
+ public global::System.Collections.Generic.IList? Type502 { get; set; }
///
///
///
- public global::RetellAI.GuardrailConfigInputTopic? Type503 { get; set; }
+ public global::RetellAI.GuardrailConfigOutputTopic? Type503 { get; set; }
///
///
///
- public global::RetellAI.PerformanceMetricCriteriaOp? Type504 { get; set; }
+ public global::System.Collections.Generic.IList? Type504 { get; set; }
///
///
///
- public global::RetellAI.PhoneNumberResponse? Type505 { get; set; }
+ public global::RetellAI.GuardrailConfigInputTopic? Type505 { get; set; }
///
///
///
- public global::RetellAI.PhoneNumberResponsePhoneNumberType? Type506 { get; set; }
+ public global::RetellAI.PerformanceMetricCriteriaOp? Type506 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type507 { get; set; }
+ public global::RetellAI.PhoneNumberResponse? Type507 { get; set; }
///
///
///
- public global::RetellAI.PhoneNumberResponseSipOutboundTrunkConfig? Type508 { get; set; }
+ public global::RetellAI.PhoneNumberResponsePhoneNumberType? Type508 { get; set; }
///
///
///
- public global::RetellAI.PressDigitNodeVariant2? Type509 { get; set; }
+ public global::System.Collections.Generic.IList? Type509 { get; set; }
///
///
///
- public global::RetellAI.PressDigitNodeVariant2Type? Type510 { get; set; }
+ public global::RetellAI.PhoneNumberResponseSipOutboundTrunkConfig? Type510 { get; set; }
///
///
///
- public global::RetellAI.PressDigitTool? Type511 { get; set; }
+ public global::RetellAI.PressDigitNodeVariant2? Type511 { get; set; }
///
///
///
- public global::RetellAI.PressDigitToolType? Type512 { get; set; }
+ public global::RetellAI.PressDigitNodeVariant2Type? Type512 { get; set; }
///
///
///
- public global::RetellAI.PromptConditionType? Type513 { get; set; }
+ public global::RetellAI.PressDigitTool? Type513 { get; set; }
///
///
///
- public global::RetellAI.QaViewFilter? Type514 { get; set; }
+ public global::RetellAI.PressDigitToolType? Type514 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type515 { get; set; }
+ public global::RetellAI.PromptConditionType? Type515 { get; set; }
///
///
///
- public global::RetellAI.QaViewFilterDisconnectionReason? Type516 { get; set; }
+ public global::RetellAI.QaViewFilter? Type516 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type517 { get; set; }
+ public global::RetellAI.AllOf? Type517 { get; set; }
///
///
///
- public global::RetellAI.QaViewFilterScoreRange? Type518 { get; set; }
+ public global::RetellAI.QaViewFilterDisconnectionReason? Type518 { get; set; }
///
///
///
- public global::RetellAI.QaViewFilterScoreRangeType? Type519 { get; set; }
+ public global::RetellAI.OneOf? Type519 { get; set; }
///
///
///
- public global::RetellAI.QaViewFilterScoreRangeOp? Type520 { get; set; }
+ public global::RetellAI.QaViewFilterScoreRange? Type520 { get; set; }
///
///
///
- public global::RetellAI.CohortQaListArgs? Type521 { get; set; }
+ public global::RetellAI.QaViewFilterScoreRangeType? Type521 { get; set; }
///
///
///
- public global::RetellAI.CohortQaListArgsSortKey? Type522 { get; set; }
+ public global::RetellAI.QaViewFilterScoreRangeOp? Type522 { get; set; }
///
///
///
- public global::RetellAI.CohortQaListArgsOrder? Type523 { get; set; }
+ public global::RetellAI.CohortQaListArgs? Type523 { get; set; }
///
///
///
- public global::RetellAI.RAGAccuracy? Type524 { get; set; }
+ public global::RetellAI.CohortQaListArgsSortKey? Type524 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type525 { get; set; }
+ public global::RetellAI.CohortQaListArgsOrder? Type525 { get; set; }
///
///
///
- public global::RetellAI.RAGAccuracyMissedChunk? Type526 { get; set; }
+ public global::RetellAI.RAGAccuracy? Type526 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type527 { get; set; }
+ public global::System.Collections.Generic.IList? Type527 { get; set; }
///
///
///
- public global::RetellAI.ResponseEngineConversationFlow? Type528 { get; set; }
+ public global::RetellAI.RAGAccuracyMissedChunk? Type528 { get; set; }
///
///
///
- public global::RetellAI.ResponseEngineConversationFlowType? Type529 { get; set; }
+ public global::System.Collections.Generic.IList? Type529 { get; set; }
///
///
///
- public global::RetellAI.ResponseEngineCustomLm? Type530 { get; set; }
+ public global::RetellAI.ResponseEngineConversationFlow? Type530 { get; set; }
///
///
///
- public global::RetellAI.ResponseEngineCustomLmType? Type531 { get; set; }
+ public global::RetellAI.ResponseEngineConversationFlowType? Type531 { get; set; }
///
///
///
- public global::RetellAI.ResponseEngineRetellLm? Type532 { get; set; }
+ public global::RetellAI.ResponseEngineCustomLm? Type532 { get; set; }
///
///
///
- public global::RetellAI.ResponseEngineRetellLmType? Type533 { get; set; }
+ public global::RetellAI.ResponseEngineCustomLmType? Type533 { get; set; }
///
///
///
- public global::RetellAI.RetellResponseEngine? Type534 { get; set; }
+ public global::RetellAI.ResponseEngineRetellLm? Type534 { get; set; }
///
///
///
- public global::RetellAI.RetellLLMResponse? Type535 { get; set; }
+ public global::RetellAI.ResponseEngineRetellLmType? Type535 { get; set; }
///
///
///
- public global::RetellAI.RetellLLMResponseVariant1? Type536 { get; set; }
+ public global::RetellAI.RetellResponseEngine? Type536 { get; set; }
///
///
///
- public global::RetellAI.RetellLlmRequest? Type537 { get; set; }
+ public global::RetellAI.RetellLLMResponse? Type537 { get; set; }
///
///
///
- public global::RetellAI.RetellLLMResponseVariant3? Type538 { get; set; }
+ public global::RetellAI.RetellLLMResponseVariant1? Type538 { get; set; }
///
///
///
- public global::RetellAI.RetellLlmOverrideS2sModel? Type539 { get; set; }
+ public global::RetellAI.RetellLlmRequest? Type539 { get; set; }
///
///
///
- public global::RetellAI.RetellLlmOverrideStartSpeaker? Type540 { get; set; }
+ public global::RetellAI.RetellLLMResponseVariant3? Type540 { get; set; }
///
///
///
- public global::RetellAI.RetellLlmRequestVariant2? Type541 { get; set; }
+ public global::RetellAI.RetellLlmOverrideS2sModel? Type541 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type542 { get; set; }
+ public global::RetellAI.RetellLlmOverrideStartSpeaker? Type542 { get; set; }
///
///
///
- public global::RetellAI.State? Type543 { get; set; }
+ public global::RetellAI.RetellLlmRequestVariant2? Type543 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type544 { get; set; }
+ public global::System.Collections.Generic.IList? Type544 { get; set; }
///
///
///
- public global::RetellAI.ScoringCriteriaCustomCondition? Type545 { get; set; }
+ public global::RetellAI.State? Type545 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type546 { get; set; }
+ public global::System.Collections.Generic.IList? Type546 { get; set; }
///
///
///
- public global::RetellAI.SendSMSTool? Type547 { get; set; }
+ public global::RetellAI.ScoringCriteriaCustomCondition? Type547 { get; set; }
///
///
///
- public global::RetellAI.SendSMSToolType? Type548 { get; set; }
+ public global::System.Collections.Generic.IList? Type548 { get; set; }
///
///
///
- public global::RetellAI.SendSMSToolExecutionMessageType? Type549 { get; set; }
+ public global::RetellAI.SendSMSTool? Type549 { get; set; }
///
///
///
- public global::RetellAI.SmsContent? Type550 { get; set; }
+ public global::RetellAI.SendSMSToolType? Type550 { get; set; }
///
///
///
- public global::RetellAI.SmsSender? Type551 { get; set; }
+ public global::RetellAI.SendSMSToolExecutionMessageType? Type551 { get; set; }
///
///
///
- public global::RetellAI.SmsSenderVariant1? Type552 { get; set; }
+ public global::RetellAI.SmsContent? Type552 { get; set; }
///
///
///
- public global::RetellAI.SmsSenderVariant1Type? Type553 { get; set; }
+ public global::RetellAI.SmsSender? Type553 { get; set; }
///
///
///
- public global::RetellAI.SmsSenderVariant2? Type554 { get; set; }
+ public global::RetellAI.SmsSenderVariant1? Type554 { get; set; }
///
///
///
- public global::RetellAI.SmsSenderVariant2Type? Type555 { get; set; }
+ public global::RetellAI.SmsSenderVariant1Type? Type555 { get; set; }
///
///
///
- public global::RetellAI.SmsDestination? Type556 { get; set; }
+ public global::RetellAI.SmsSenderVariant2? Type556 { get; set; }
///
///
///
- public global::RetellAI.SmsDestinationVariant1? Type557 { get; set; }
+ public global::RetellAI.SmsSenderVariant2Type? Type557 { get; set; }
///
///
///
- public global::RetellAI.SmsDestinationVariant1Type? Type558 { get; set; }
+ public global::RetellAI.SmsDestination? Type558 { get; set; }
///
///
///
- public global::RetellAI.SmsDestinationVariant2? Type559 { get; set; }
+ public global::RetellAI.SmsDestinationVariant1? Type559 { get; set; }
///
///
///
- public global::RetellAI.SmsDestinationVariant2Type? Type560 { get; set; }
+ public global::RetellAI.SmsDestinationVariant1Type? Type560 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type561 { get; set; }
+ public global::RetellAI.SmsDestinationVariant2? Type561 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type562 { get; set; }
+ public global::RetellAI.SmsDestinationVariant2Type? Type562 { get; set; }
///
///
///
- public global::RetellAI.SentimentAnalysisDetailVariant1? Type563 { get; set; }
+ public global::System.Collections.Generic.IList>? Type563 { get; set; }
///
///
///
- public global::RetellAI.SentimentAnalysisDetailVariant1Sentiment? Type564 { get; set; }
+ public global::RetellAI.OneOf? Type564 { get; set; }
///
///
///
- public global::RetellAI.SentimentAnalysisDetailVariant2? Type565 { get; set; }
+ public global::RetellAI.SentimentAnalysisDetailVariant1? Type565 { get; set; }
///
///
///
- public global::RetellAI.SentimentAnalysisDetailVariant2Sentiment? Type566 { get; set; }
+ public global::RetellAI.SentimentAnalysisDetailVariant1Sentiment? Type566 { get; set; }
///
///
///
- public global::RetellAI.SkipResponseEdgeVariant2? Type567 { get; set; }
+ public global::RetellAI.SentimentAnalysisDetailVariant2? Type567 { get; set; }
///
///
///
- public global::RetellAI.SkipResponseEdgeVariant2TransitionCondition? Type568 { get; set; }
+ public global::RetellAI.SentimentAnalysisDetailVariant2Sentiment? Type568 { get; set; }
///
///
///
- public global::RetellAI.SkipResponseEdgeVariant2TransitionConditionType? Type569 { get; set; }
+ public global::RetellAI.SkipResponseEdgeVariant2? Type569 { get; set; }
///
///
///
- public global::RetellAI.SkipResponseEdgeVariant2TransitionConditionPrompt? Type570 { get; set; }
+ public global::RetellAI.SkipResponseEdgeVariant2TransitionCondition? Type570 { get; set; }
///
///
///
- public global::RetellAI.AlwaysEdgeVariant2? Type571 { get; set; }
+ public global::RetellAI.SkipResponseEdgeVariant2TransitionConditionType? Type571 { get; set; }
///
///
///
- public global::RetellAI.AlwaysEdgeVariant2TransitionCondition? Type572 { get; set; }
+ public global::RetellAI.SkipResponseEdgeVariant2TransitionConditionPrompt? Type572 { get; set; }
///
///
///
- public global::RetellAI.AlwaysEdgeVariant2TransitionConditionType? Type573 { get; set; }
+ public global::RetellAI.AlwaysEdgeVariant2? Type573 { get; set; }
///
///
///
- public global::RetellAI.AlwaysEdgeVariant2TransitionConditionPrompt? Type574 { get; set; }
+ public global::RetellAI.AlwaysEdgeVariant2TransitionCondition? Type574 { get; set; }
///
///
///
- public global::RetellAI.SmsContentInferred? Type575 { get; set; }
+ public global::RetellAI.AlwaysEdgeVariant2TransitionConditionType? Type575 { get; set; }
///
///
///
- public global::RetellAI.SmsContentInferredType? Type576 { get; set; }
+ public global::RetellAI.AlwaysEdgeVariant2TransitionConditionPrompt? Type576 { get; set; }
///
///
///
- public global::RetellAI.SmsContentPredefined? Type577 { get; set; }
+ public global::RetellAI.SmsContentInferred? Type577 { get; set; }
///
///
///
- public global::RetellAI.SmsContentPredefinedType? Type578 { get; set; }
+ public global::RetellAI.SmsContentInferredType? Type578 { get; set; }
///
///
///
- public global::RetellAI.SmsContentTemplate? Type579 { get; set; }
+ public global::RetellAI.SmsContentPredefined? Type579 { get; set; }
///
///
///
- public global::RetellAI.SmsContentTemplateType? Type580 { get; set; }
+ public global::RetellAI.SmsContentPredefinedType? Type580 { get; set; }
///
///
///
- public global::RetellAI.SmsContentTemplateTemplate? Type581 { get; set; }
+ public global::RetellAI.SmsContentTemplate? Type581 { get; set; }
///
///
///
- public global::RetellAI.SmsFailedEdge? Type582 { get; set; }
+ public global::RetellAI.SmsContentTemplateType? Type582 { get; set; }
///
///
///
- public global::RetellAI.SmsFailedEdgeVariant2? Type583 { get; set; }
+ public global::RetellAI.SmsContentTemplateTemplate? Type583 { get; set; }
///
///
///
- public global::RetellAI.SmsFailedEdgeVariant2TransitionCondition? Type584 { get; set; }
+ public global::RetellAI.SmsFailedEdge? Type584 { get; set; }
///
///
///
- public global::RetellAI.SmsFailedEdgeVariant2TransitionConditionType? Type585 { get; set; }
+ public global::RetellAI.SmsFailedEdgeVariant2? Type585 { get; set; }
///
///
///
- public global::RetellAI.SmsFailedEdgeVariant2TransitionConditionPrompt? Type586 { get; set; }
+ public global::RetellAI.SmsFailedEdgeVariant2TransitionCondition? Type586 { get; set; }
///
///
///
- public global::RetellAI.SmsNodeVariant2? Type587 { get; set; }
+ public global::RetellAI.SmsFailedEdgeVariant2TransitionConditionType? Type587 { get; set; }
///
///
///
- public global::RetellAI.SmsNodeVariant2Type? Type588 { get; set; }
+ public global::RetellAI.SmsFailedEdgeVariant2TransitionConditionPrompt? Type588 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type589 { get; set; }
+ public global::RetellAI.SmsNodeVariant2? Type589 { get; set; }
///
///
///
- public global::RetellAI.SmsSuccessEdge? Type590 { get; set; }
+ public global::RetellAI.SmsNodeVariant2Type? Type590 { get; set; }
///
///
///
- public global::RetellAI.SmsSuccessEdgeVariant2? Type591 { get; set; }
+ public global::RetellAI.OneOf? Type591 { get; set; }
///
///
///
- public global::RetellAI.SmsSuccessEdgeVariant2TransitionCondition? Type592 { get; set; }
+ public global::RetellAI.SmsSuccessEdge? Type592 { get; set; }
///
///
///
- public global::RetellAI.SmsSuccessEdgeVariant2TransitionConditionType? Type593 { get; set; }
+ public global::RetellAI.SmsSuccessEdgeVariant2? Type593 { get; set; }
///
///
///
- public global::RetellAI.SmsSuccessEdgeVariant2TransitionConditionPrompt? Type594 { get; set; }
+ public global::RetellAI.SmsSuccessEdgeVariant2TransitionCondition? Type594 { get; set; }
///
///
///
- public global::RetellAI.StateEdge? Type595 { get; set; }
+ public global::RetellAI.SmsSuccessEdgeVariant2TransitionConditionType? Type595 { get; set; }
///
///
///
- public global::RetellAI.StateTransitionMessageBaseRole? Type596 { get; set; }
+ public global::RetellAI.SmsSuccessEdgeVariant2TransitionConditionPrompt? Type596 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type597 { get; set; }
+ public global::RetellAI.StateEdge? Type597 { get; set; }
///
///
///
- public global::RetellAI.StringAnalysisDataType? Type598 { get; set; }
+ public global::RetellAI.StateTransitionMessageBaseRole? Type598 { get; set; }
///
///
///
- public global::RetellAI.TestCaseBatchJob? Type599 { get; set; }
+ public global::System.Collections.Generic.IList? Type599 { get; set; }
///
///
///
- public global::RetellAI.TestCaseBatchJobStatus? Type600 { get; set; }
+ public global::RetellAI.StringAnalysisDataType? Type600 { get; set; }
///
///
///
- public global::RetellAI.TestCaseDefinitionInput? Type601 { get; set; }
+ public global::RetellAI.TestCaseBatchJob? Type601 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type602 { get; set; }
+ public global::RetellAI.TestCaseBatchJobStatus? Type602 { get; set; }
///
///
///
- public global::RetellAI.ToolMock? Type603 { get; set; }
+ public global::RetellAI.TestCaseDefinitionInput? Type603 { get; set; }
///
///
///
- public global::RetellAI.TestCaseDefinition? Type604 { get; set; }
+ public global::System.Collections.Generic.IList? Type604 { get; set; }
///
///
///
- public global::RetellAI.TestCaseDefinitionVariant2? Type605 { get; set; }
+ public global::RetellAI.ToolMock? Type605 { get; set; }
///
///
///
- public global::RetellAI.TestCaseDefinitionVariant2Type? Type606 { get; set; }
+ public global::RetellAI.TestCaseDefinition? Type606 { get; set; }
///
///
///
- public global::RetellAI.TestCaseJob? Type607 { get; set; }
+ public global::RetellAI.TestCaseDefinitionVariant2? Type607 { get; set; }
///
///
///
- public global::RetellAI.TestCaseJobStatus? Type608 { get; set; }
+ public global::RetellAI.TestCaseDefinitionVariant2Type? Type608 { get; set; }
///
///
///
- public global::RetellAI.ToolMockInputMatchRule? Type609 { get; set; }
+ public global::RetellAI.TestCaseJob? Type609 { get; set; }
///
///
///
- public global::RetellAI.ToolMockInputMatchRuleVariant1? Type610 { get; set; }
+ public global::RetellAI.TestCaseJobStatus? Type610 { get; set; }
///
///
///
- public global::RetellAI.ToolMockInputMatchRuleVariant1Type? Type611 { get; set; }
+ public global::RetellAI.ToolMockInputMatchRule? Type611 { get; set; }
///
///
///
- public global::RetellAI.ToolMockInputMatchRuleVariant2? Type612 { get; set; }
+ public global::RetellAI.ToolMockInputMatchRuleVariant1? Type612 { get; set; }
///
///
///
- public global::RetellAI.ToolMockInputMatchRuleVariant2Type? Type613 { get; set; }
+ public global::RetellAI.ToolMockInputMatchRuleVariant1Type? Type613 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type614 { get; set; }
+ public global::RetellAI.ToolMockInputMatchRuleVariant2? Type614 { get; set; }
///
///
///
- public global::RetellAI.UtteranceToolCallAccuracy? Type615 { get; set; }
+ public global::RetellAI.ToolMockInputMatchRuleVariant2Type? Type615 { get; set; }
///
///
///
- public global::RetellAI.ToolCallInvocationMessageBaseRole? Type616 { get; set; }
+ public global::System.Collections.Generic.IList? Type616 { get; set; }
///
///
///
- public global::RetellAI.ToolCallInvocationUtterance? Type617 { get; set; }
+ public global::RetellAI.UtteranceToolCallAccuracy? Type617 { get; set; }
///
///
///
- public global::RetellAI.ToolCallInvocationUtteranceRole? Type618 { get; set; }
+ public global::RetellAI.ToolCallInvocationMessageBaseRole? Type618 { get; set; }
///
///
///
- public global::RetellAI.ToolCallResultMessageBaseRole? Type619 { get; set; }
+ public global::RetellAI.ToolCallInvocationUtterance? Type619 { get; set; }
///
///
///
- public global::RetellAI.ToolCallResultUtterance? Type620 { get; set; }
+ public global::RetellAI.ToolCallInvocationUtteranceRole? Type620 { get; set; }
///
///
///
- public global::RetellAI.ToolCallResultUtteranceRole? Type621 { get; set; }
+ public global::RetellAI.ToolCallResultMessageBaseRole? Type621 { get; set; }
///
///
///
- public global::RetellAI.ToolParameterType? Type622 { get; set; }
+ public global::RetellAI.ToolCallResultUtterance? Type622 { get; set; }
///
///
///
- public global::RetellAI.TransferCallTool? Type623 { get; set; }
+ public global::RetellAI.ToolCallResultUtteranceRole? Type623 { get; set; }
///
///
///
- public global::RetellAI.TransferCallNodeVariant2? Type624 { get; set; }
+ public global::RetellAI.ToolParameterType? Type624 { get; set; }
///
///
///
- public global::RetellAI.TransferCallNodeVariant2Type? Type625 { get; set; }
+ public global::RetellAI.TransferCallTool? Type625 { get; set; }
///
///
///
- public global::RetellAI.TransferDestination? Type626 { get; set; }
+ public global::RetellAI.TransferCallNodeVariant2? Type626 { get; set; }
///
///
///
- public global::RetellAI.TransferOption? Type627 { get; set; }
+ public global::RetellAI.TransferCallNodeVariant2Type? Type627 { get; set; }
///
///
///
- public global::RetellAI.TransferCallToolType? Type628 { get; set; }
+ public global::RetellAI.TransferDestination? Type628 { get; set; }
///
///
///
- public global::RetellAI.TransferCallToolExecutionMessageType? Type629 { get; set; }
+ public global::RetellAI.TransferOption? Type629 { get; set; }
///
///
///
- public global::RetellAI.TransferDestinationInferred? Type630 { get; set; }
+ public global::RetellAI.TransferCallToolType? Type630 { get; set; }
///
///
///
- public global::RetellAI.TransferDestinationInferredType? Type631 { get; set; }
+ public global::RetellAI.TransferCallToolExecutionMessageType? Type631 { get; set; }
///
///
///
- public global::RetellAI.TransferDestinationPredefined? Type632 { get; set; }
+ public global::RetellAI.TransferDestinationInferred? Type632 { get; set; }
///
///
///
- public global::RetellAI.TransferDestinationPredefinedType? Type633 { get; set; }
+ public global::RetellAI.TransferDestinationInferredType? Type633 { get; set; }
///
///
///
- public global::RetellAI.TransferFailedEdgeVariant2? Type634 { get; set; }
+ public global::RetellAI.TransferDestinationPredefined? Type634 { get; set; }
///
///
///
- public global::RetellAI.TransferFailedEdgeVariant2TransitionCondition? Type635 { get; set; }
+ public global::RetellAI.TransferDestinationPredefinedType? Type635 { get; set; }
///
///
///
- public global::RetellAI.TransferFailedEdgeVariant2TransitionConditionType? Type636 { get; set; }
+ public global::RetellAI.TransferFailedEdgeVariant2? Type636 { get; set; }
///
///
///
- public global::RetellAI.TransferFailedEdgeVariant2TransitionConditionPrompt? Type637 { get; set; }
+ public global::RetellAI.TransferFailedEdgeVariant2TransitionCondition? Type637 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionAgenticWarmTransfer? Type638 { get; set; }
+ public global::RetellAI.TransferFailedEdgeVariant2TransitionConditionType? Type638 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionAgenticWarmTransferType? Type639 { get; set; }
+ public global::RetellAI.TransferFailedEdgeVariant2TransitionConditionPrompt? Type639 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionAgenticWarmTransferOnHoldMusic? Type640 { get; set; }
+ public global::RetellAI.TransferOptionAgenticWarmTransfer? Type640 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type641 { get; set; }
+ public global::RetellAI.TransferOptionAgenticWarmTransferType? Type641 { get; set; }
///
///
///
- public global::RetellAI.WarmTransferPrompt? Type642 { get; set; }
+ public global::RetellAI.TransferOptionAgenticWarmTransferOnHoldMusic? Type642 { get; set; }
///
///
///
- public global::RetellAI.WarmTransferStaticMessage? Type643 { get; set; }
+ public global::RetellAI.OneOf? Type643 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfig? Type644 { get; set; }
+ public global::RetellAI.WarmTransferPrompt? Type644 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfigTransferAgent? Type645 { get; set; }
+ public global::RetellAI.WarmTransferStaticMessage? Type645 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfigActionOnTimeout? Type646 { get; set; }
+ public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfig? Type646 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionColdTransfer? Type647 { get; set; }
+ public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfigTransferAgent? Type647 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionColdTransferType? Type648 { get; set; }
+ public global::RetellAI.TransferOptionAgenticWarmTransferAgenticTransferConfigActionOnTimeout? Type648 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionColdTransferColdTransferMode? Type649 { get; set; }
+ public global::RetellAI.TransferOptionColdTransfer? Type649 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionWarmTransfer? Type650 { get; set; }
+ public global::RetellAI.TransferOptionColdTransferType? Type650 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionWarmTransferType? Type651 { get; set; }
+ public global::RetellAI.TransferOptionColdTransferColdTransferMode? Type651 { get; set; }
///
///
///
- public global::RetellAI.TransferOptionWarmTransferOnHoldMusic? Type652 { get; set; }
+ public global::RetellAI.TransferOptionWarmTransfer? Type652 { get; set; }
///
///
///
- public global::RetellAI.UpdateOrganizationRequest? Type653 { get; set; }
+ public global::RetellAI.TransferOptionWarmTransferType? Type653 { get; set; }
///
///
///
- public global::RetellAI.UpdateOrganizationRequestAutoCreditReloadConfig? Type654 { get; set; }
+ public global::RetellAI.TransferOptionWarmTransferOnHoldMusic? Type654 { get; set; }
///
///
///
- public global::RetellAI.SpendBudgetCustomAlertRequest? Type655 { get; set; }
+ public global::RetellAI.UpdateOrganizationRequest? Type655 { get; set; }
///
///
///
- public global::RetellAI.UpdateSpendBudgetRequest? Type656 { get; set; }
+ public global::RetellAI.UpdateOrganizationRequestAutoCreditReloadConfig? Type656 { get; set; }
///
///
///
- public global::RetellAI.UpdateSpendBudgetRequestVariant1? Type657 { get; set; }
+ public global::RetellAI.SpendBudgetCustomAlertRequest? Type657 { get; set; }
///
///
///
- public global::RetellAI.UpdateSpendBudgetRequestVariant2? Type658 { get; set; }
+ public global::RetellAI.UpdateSpendBudgetRequest? Type658 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type659 { get; set; }
+ public global::RetellAI.UpdateSpendBudgetRequestVariant1? Type659 { get; set; }
///
///
///
- public global::RetellAI.UserFormRequest? Type660 { get; set; }
+ public global::RetellAI.UpdateSpendBudgetRequestVariant2? Type660 { get; set; }
///
///
///
- public global::RetellAI.UtteranceHallucinationHallucinationType? Type661 { get; set; }
+ public global::System.Collections.Generic.IList? Type661 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type662 { get; set; }
+ public global::RetellAI.UserFormRequest? Type662 { get; set; }
///
///
///
- public global::RetellAI.UtteranceOrToolCall? Type663 { get; set; }
+ public global::RetellAI.UtteranceHallucinationHallucinationType? Type663 { get; set; }
///
///
///
- public global::RetellAI.Utterance? Type664 { get; set; }
+ public global::System.Collections.Generic.IList? Type664 { get; set; }
///
///
///
- public global::RetellAI.UtteranceRole? Type665 { get; set; }
+ public global::RetellAI.UtteranceOrToolCall? Type665 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type666 { get; set; }
+ public global::RetellAI.Utterance? Type666 { get; set; }
///
///
///
- public global::RetellAI.UtteranceWord? Type667 { get; set; }
+ public global::RetellAI.UtteranceRole? Type667 { get; set; }
///
///
///
- public global::RetellAI.V2CallBase? Type668 { get; set; }
+ public global::System.Collections.Generic.IList? Type668 { get; set; }
///
///
///
- public global::RetellAI.V2CallBaseCallStatus? Type669 { get; set; }
+ public global::RetellAI.UtteranceWord? Type669 { get; set; }
///
///
///
- public global::RetellAI.V2CallBaseDataStorageSetting? Type670 { get; set; }
+ public global::RetellAI.V2CallBase? Type670 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type671 { get; set; }
+ public global::RetellAI.V2CallBaseCallStatus? Type671 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type672 { get; set; }
+ public global::RetellAI.V2CallBaseDataStorageSetting? Type672 { get; set; }
///
///
///
- public global::RetellAI.V2CallBaseLatency? Type673 { get; set; }
+ public global::System.Collections.Generic.IList? Type673 { get; set; }
///
///
///
- public global::RetellAI.V2CallBaseCallCost? Type674 { get; set; }
+ public global::System.Collections.Generic.IList? Type674 { get; set; }
///
///
///
- public global::RetellAI.V2CallBaseLlmTokenUsage? Type675 { get; set; }
+ public global::RetellAI.V2CallBaseLatency? Type675 { get; set; }
///
///
///
- public global::RetellAI.V2CallResponse? Type676 { get; set; }
+ public global::RetellAI.V2CallBaseCallCost? Type676 { get; set; }
///
///
///
- public global::RetellAI.V2WebCallResponse? Type677 { get; set; }
+ public global::RetellAI.V2CallBaseLlmTokenUsage? Type677 { get; set; }
///
///
///
- public global::RetellAI.V2PhoneCallResponse? Type678 { get; set; }
+ public global::RetellAI.V2CallResponse? Type678 { get; set; }
///
///
///
- public global::RetellAI.CallTransport? Type679 { get; set; }
+ public global::RetellAI.V2WebCallResponse? Type679 { get; set; }
///
///
///
- public global::RetellAI.IceServer? Type680 { get; set; }
+ public global::RetellAI.V2PhoneCallResponse? Type680 { get; set; }
///
///
///
- public global::RetellAI.OneOf>? Type681 { get; set; }
+ public global::RetellAI.CallTransport? Type681 { get; set; }
///
///
///
- public global::RetellAI.ListenLiveCallResponse? Type682 { get; set; }
+ public global::RetellAI.IceServer? Type682 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type683 { get; set; }
+ public global::RetellAI.OneOf>? Type683 { get; set; }
///
///
///
- public global::RetellAI.V3CallResponse? Type684 { get; set; }
+ public global::RetellAI.ListenLiveCallResponse? Type684 { get; set; }
///
///
///
- public global::RetellAI.V3WebCallResponse? Type685 { get; set; }
+ public global::System.Collections.Generic.IList? Type685 { get; set; }
///
///
///
- public global::RetellAI.V3PhoneCallResponse? Type686 { get; set; }
+ public global::RetellAI.V3CallResponse? Type686 { get; set; }
///
///
///
- public global::RetellAI.V3CreateWebCallResponse? Type687 { get; set; }
+ public global::RetellAI.V3WebCallResponse? Type687 { get; set; }
///
///
///
- public global::RetellAI.V3CreateWebCallResponseTransport? Type688 { get; set; }
+ public global::RetellAI.V3PhoneCallResponse? Type688 { get; set; }
///
///
///
- public global::RetellAI.V3CallBase? Type689 { get; set; }
+ public global::RetellAI.V3CreateWebCallResponse? Type689 { get; set; }
///
///
///
- public global::RetellAI.V3CallBaseCallStatus? Type690 { get; set; }
+ public global::RetellAI.V3CreateWebCallResponseTransport? Type690 { get; set; }
///
///
///
- public global::RetellAI.V3CallBaseDataStorageSetting? Type691 { get; set; }
+ public global::RetellAI.V3CallBase? Type691 { get; set; }
///
///
///
- public global::RetellAI.V3CallBaseLatency? Type692 { get; set; }
+ public global::RetellAI.V3CallBaseCallStatus? Type692 { get; set; }
///
///
///
- public global::RetellAI.V3CallBaseCallCost? Type693 { get; set; }
+ public global::RetellAI.V3CallBaseDataStorageSetting? Type693 { get; set; }
///
///
///
- public global::RetellAI.V3CallBaseLlmTokenUsage? Type694 { get; set; }
+ public global::RetellAI.V3CallBaseLatency? Type694 { get; set; }
///
///
///
- public global::RetellAI.V3PhoneCallResponseVariant1? Type695 { get; set; }
+ public global::RetellAI.V3CallBaseCallCost? Type695 { get; set; }
///
///
///
- public global::RetellAI.V3PhoneCallResponseVariant1CallType? Type696 { get; set; }
+ public global::RetellAI.V3CallBaseLlmTokenUsage? Type696 { get; set; }
///
///
///
- public global::RetellAI.V3PhoneCallResponseVariant1Direction? Type697 { get; set; }
+ public global::RetellAI.V3PhoneCallResponseVariant1? Type697 { get; set; }
///
///
///
- public global::RetellAI.V3PhoneCallResponseVariant1TelephonyIdentifier? Type698 { get; set; }
+ public global::RetellAI.V3PhoneCallResponseVariant1CallType? Type698 { get; set; }
///
///
///
- public global::RetellAI.V3WebCallResponseVariant1? Type699 { get; set; }
+ public global::RetellAI.V3PhoneCallResponseVariant1Direction? Type699 { get; set; }
///
///
///
- public global::RetellAI.V3WebCallResponseVariant1CallType? Type700 { get; set; }
+ public global::RetellAI.V3PhoneCallResponseVariant1TelephonyIdentifier? Type700 { get; set; }
///
///
///
- public global::RetellAI.V3ListCallsRequest? Type701 { get; set; }
+ public global::RetellAI.V3WebCallResponseVariant1? Type701 { get; set; }
///
///
///
- public global::RetellAI.V3ListCallsRequestSortOrder? Type702 { get; set; }
+ public global::RetellAI.V3WebCallResponseVariant1CallType? Type702 { get; set; }
///
///
///
- public global::RetellAI.V2PhoneCallResponseVariant1? Type703 { get; set; }
+ public global::RetellAI.V3ListCallsRequest? Type703 { get; set; }
///
///
///
- public global::RetellAI.V2PhoneCallResponseVariant1CallType? Type704 { get; set; }
+ public global::RetellAI.V3ListCallsRequestSortOrder? Type704 { get; set; }
///
///
///
- public global::RetellAI.V2PhoneCallResponseVariant1Direction? Type705 { get; set; }
+ public global::RetellAI.V2PhoneCallResponseVariant1? Type705 { get; set; }
///
///
///
- public global::RetellAI.V2PhoneCallResponseVariant1TelephonyIdentifier? Type706 { get; set; }
+ public global::RetellAI.V2PhoneCallResponseVariant1CallType? Type706 { get; set; }
///
///
///
- public global::RetellAI.V2WebCallResponseVariant1? Type707 { get; set; }
+ public global::RetellAI.V2PhoneCallResponseVariant1Direction? Type707 { get; set; }
///
///
///
- public global::RetellAI.V2WebCallResponseVariant1CallType? Type708 { get; set; }
+ public global::RetellAI.V2PhoneCallResponseVariant1TelephonyIdentifier? Type708 { get; set; }
///
///
///
- public global::RetellAI.VoiceResponse? Type709 { get; set; }
+ public global::RetellAI.V2WebCallResponseVariant1? Type709 { get; set; }
///
///
///
- public global::RetellAI.VoiceResponseProvider? Type710 { get; set; }
+ public global::RetellAI.V2WebCallResponseVariant1CallType? Type710 { get; set; }
///
///
///
- public global::RetellAI.VoiceResponseGender? Type711 { get; set; }
+ public global::RetellAI.VoiceResponse? Type711 { get; set; }
///
///
///
- public global::RetellAI.VoicemailActionBridgeTransfer? Type712 { get; set; }
+ public global::RetellAI.VoiceResponseProvider? Type712 { get; set; }
///
///
///
- public global::RetellAI.VoicemailActionBridgeTransferType? Type713 { get; set; }
+ public global::RetellAI.VoiceResponseGender? Type713 { get; set; }
///
///
///
- public global::RetellAI.VoicemailActionHangup? Type714 { get; set; }
+ public global::RetellAI.VoicemailActionBridgeTransfer? Type714 { get; set; }
///
///
///
- public global::RetellAI.VoicemailActionHangupType? Type715 { get; set; }
+ public global::RetellAI.VoicemailActionBridgeTransferType? Type715 { get; set; }
///
///
///
- public global::RetellAI.VoicemailActionPrompt? Type716 { get; set; }
+ public global::RetellAI.VoicemailActionHangup? Type716 { get; set; }
///
///
///
- public global::RetellAI.VoicemailActionPromptType? Type717 { get; set; }
+ public global::RetellAI.VoicemailActionHangupType? Type717 { get; set; }
///
///
///
- public global::RetellAI.VoicemailActionStaticText? Type718 { get; set; }
+ public global::RetellAI.VoicemailActionPrompt? Type718 { get; set; }
///
///
///
- public global::RetellAI.VoicemailActionStaticTextType? Type719 { get; set; }
+ public global::RetellAI.VoicemailActionPromptType? Type719 { get; set; }
///
///
///
- public global::RetellAI.IvrActionHangup? Type720 { get; set; }
+ public global::RetellAI.VoicemailActionStaticText? Type720 { get; set; }
///
///
///
- public global::RetellAI.IvrActionHangupType? Type721 { get; set; }
+ public global::RetellAI.VoicemailActionStaticTextType? Type721 { get; set; }
///
///
///
- public global::RetellAI.IvrAction? Type722 { get; set; }
+ public global::RetellAI.IvrActionHangup? Type722 { get; set; }
///
///
///
- public global::RetellAI.WarmTransferPromptType? Type723 { get; set; }
+ public global::RetellAI.IvrActionHangupType? Type723 { get; set; }
///
///
///
- public global::RetellAI.WarmTransferStaticMessageType? Type724 { get; set; }
+ public global::RetellAI.IvrAction? Type724 { get; set; }
///
///
///
- public global::RetellAI.ConductorOverageConfigVariant1? Type725 { get; set; }
+ public global::RetellAI.WarmTransferPromptType? Type725 { get; set; }
///
///
///
- public global::RetellAI.ConductorOverageConfigVariant1Mode? Type726 { get; set; }
+ public global::RetellAI.WarmTransferStaticMessageType? Type726 { get; set; }
///
///
///
- public global::RetellAI.ConductorOverageConfigVariant2? Type727 { get; set; }
+ public global::RetellAI.ConductorOverageConfigVariant1? Type727 { get; set; }
///
///
///
- public global::RetellAI.ConductorOverageConfigVariant2Mode? Type728 { get; set; }
+ public global::RetellAI.ConductorOverageConfigVariant1Mode? Type728 { get; set; }
///
///
///
- public global::RetellAI.ConductorOverageConfigVariant3? Type729 { get; set; }
+ public global::RetellAI.ConductorOverageConfigVariant2? Type729 { get; set; }
///
///
///
- public global::RetellAI.ConductorOverageConfigVariant3Mode? Type730 { get; set; }
+ public global::RetellAI.ConductorOverageConfigVariant2Mode? Type730 { get; set; }
///
///
///
- public global::RetellAI.Contact? Type731 { get; set; }
+ public global::RetellAI.ConductorOverageConfigVariant3? Type731 { get; set; }
///
///
///
- public global::RetellAI.ContactListResponse? Type732 { get; set; }
+ public global::RetellAI.ConductorOverageConfigVariant3Mode? Type732 { get; set; }
///
///
///
- public global::RetellAI.ContactListResponseVariant2? Type733 { get; set; }
+ public global::RetellAI.Contact? Type733 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type734 { get; set; }
+ public global::RetellAI.ContactListResponse? Type734 { get; set; }
///
///
///
- public global::RetellAI.ContactConversation? Type735 { get; set; }
+ public global::RetellAI.ContactListResponseVariant2? Type735 { get; set; }
///
///
///
- public global::RetellAI.ContactCall? Type736 { get; set; }
+ public global::System.Collections.Generic.IList? Type736 { get; set; }
///
///
///
- public global::RetellAI.ContactChat? Type737 { get; set; }
+ public global::RetellAI.ContactConversation? Type737 { get; set; }
///
///
///
- public global::RetellAI.ContactCallType? Type738 { get; set; }
+ public global::RetellAI.ContactCall? Type738 { get; set; }
///
///
///
- public global::RetellAI.ContactCallDirection? Type739 { get; set; }
+ public global::RetellAI.ContactChat? Type739 { get; set; }
///
///
///
- public global::RetellAI.ContactCallSentiment? Type740 { get; set; }
+ public global::RetellAI.ContactCallType? Type740 { get; set; }
///
///
///
- public global::RetellAI.ContactChatType? Type741 { get; set; }
+ public global::RetellAI.ContactCallDirection? Type741 { get; set; }
///
///
///
- public global::RetellAI.ContactChatDirection? Type742 { get; set; }
+ public global::RetellAI.ContactCallSentiment? Type742 { get; set; }
///
///
///
- public global::RetellAI.ContactChatSentiment? Type743 { get; set; }
+ public global::RetellAI.ContactChatType? Type743 { get; set; }
///
///
///
- public global::RetellAI.ContactConversationListResponse? Type744 { get; set; }
+ public global::RetellAI.ContactChatDirection? Type744 { get; set; }
///
///
///
- public global::RetellAI.ContactConversationListResponseVariant2? Type745 { get; set; }
+ public global::RetellAI.ContactChatSentiment? Type745 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type746 { get; set; }
+ public global::RetellAI.ContactConversationListResponse? Type746 { get; set; }
///
///
///
- public global::RetellAI.AppType? Type747 { get; set; }
+ public global::RetellAI.ContactConversationListResponseVariant2? Type747 { get; set; }
///
///
///
- public global::RetellAI.AppConnectionStatus? Type748 { get; set; }
+ public global::System.Collections.Generic.IList? Type748 { get; set; }
///
///
///
- public global::RetellAI.OAuthConfigRequest? Type749 { get; set; }
+ public global::RetellAI.AppType? Type749 { get; set; }
///
///
///
- public global::RetellAI.OAuthConfigRequestType? Type750 { get; set; }
+ public global::RetellAI.AppConnectionStatus? Type750 { get; set; }
///
///
///
- public global::RetellAI.ApiKeyAuthConfigRequest? Type751 { get; set; }
+ public global::RetellAI.OAuthConfigRequest? Type751 { get; set; }
///
///
///
- public global::RetellAI.ApiKeyAuthConfigRequestType? Type752 { get; set; }
+ public global::RetellAI.OAuthConfigRequestType? Type752 { get; set; }
///
///
///
- public global::RetellAI.BasicAuthConfigRequest? Type753 { get; set; }
+ public global::RetellAI.ApiKeyAuthConfigRequest? Type753 { get; set; }
///
///
///
- public global::RetellAI.BasicAuthConfigRequestType? Type754 { get; set; }
+ public global::RetellAI.ApiKeyAuthConfigRequestType? Type754 { get; set; }
///
///
///
- public global::RetellAI.AuthConfigRequest? Type755 { get; set; }
+ public global::RetellAI.BasicAuthConfigRequest? Type755 { get; set; }
///
///
///
- public global::RetellAI.OAuthConfigResponse? Type756 { get; set; }
+ public global::RetellAI.BasicAuthConfigRequestType? Type756 { get; set; }
///
///
///
- public global::RetellAI.OAuthConfigResponseType? Type757 { get; set; }
+ public global::RetellAI.AuthConfigRequest? Type757 { get; set; }
///
///
///
- public global::RetellAI.ApiKeyAuthConfigResponse? Type758 { get; set; }
+ public global::RetellAI.OAuthConfigResponse? Type758 { get; set; }
///
///
///
- public global::RetellAI.ApiKeyAuthConfigResponseType? Type759 { get; set; }
+ public global::RetellAI.OAuthConfigResponseType? Type759 { get; set; }
///
///
///
- public global::RetellAI.AccessTokenAuthConfigResponse? Type760 { get; set; }
+ public global::RetellAI.ApiKeyAuthConfigResponse? Type760 { get; set; }
///
///
///
- public global::RetellAI.AccessTokenAuthConfigResponseType? Type761 { get; set; }
+ public global::RetellAI.ApiKeyAuthConfigResponseType? Type761 { get; set; }
///
///
///
- public global::RetellAI.BasicAuthConfigResponse? Type762 { get; set; }
+ public global::RetellAI.AccessTokenAuthConfigResponse? Type762 { get; set; }
///
///
///
- public global::RetellAI.BasicAuthConfigResponseType? Type763 { get; set; }
+ public global::RetellAI.AccessTokenAuthConfigResponseType? Type763 { get; set; }
///
///
///
- public global::RetellAI.RefreshTokenAuthConfigResponse? Type764 { get; set; }
+ public global::RetellAI.BasicAuthConfigResponse? Type764 { get; set; }
///
///
///
- public global::RetellAI.RefreshTokenAuthConfigResponseType? Type765 { get; set; }
+ public global::RetellAI.BasicAuthConfigResponseType? Type765 { get; set; }
///
///
///
- public global::RetellAI.AppAuthConfigResponse? Type766 { get; set; }
+ public global::RetellAI.RefreshTokenAuthConfigResponse? Type766 { get; set; }
///
///
///
- public global::RetellAI.CRMSyncMapping? Type767 { get; set; }
+ public global::RetellAI.RefreshTokenAuthConfigResponseType? Type767 { get; set; }
///
///
///
- public global::RetellAI.AppCRMConfig? Type768 { get; set; }
+ public global::RetellAI.AppAuthConfigResponse? Type768 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type769 { get; set; }
+ public global::RetellAI.CRMSyncMapping? Type769 { get; set; }
///
///
///
- public global::RetellAI.AppResponse? Type770 { get; set; }
+ public global::RetellAI.AppCRMConfig? Type770 { get; set; }
///
///
///
- public global::RetellAI.AppResponseTenantType? Type771 { get; set; }
+ public global::System.Collections.Generic.IList? Type771 { get; set; }
///
///
///
- public global::RetellAI.AppUsageResponse? Type772 { get; set; }
+ public global::RetellAI.AppResponse? Type772 { get; set; }
///
///
///
- public global::RetellAI.AgentAppUsage? Type773 { get; set; }
+ public global::RetellAI.AppResponseTenantType? Type773 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseAppUsage? Type774 { get; set; }
+ public global::RetellAI.AppUsageResponse? Type774 { get; set; }
///
///
///
- public global::RetellAI.AgentAppUsageType? Type775 { get; set; }
+ public global::RetellAI.AgentAppUsage? Type775 { get; set; }
///
///
///
- public global::RetellAI.KnowledgeBaseAppUsageType? Type776 { get; set; }
+ public global::RetellAI.KnowledgeBaseAppUsage? Type776 { get; set; }
///
///
///
- public global::RetellAI.CRMCustomFieldSchema? Type777 { get; set; }
+ public global::RetellAI.AgentAppUsageType? Type777 { get; set; }
///
///
///
- public global::RetellAI.CRMCustomFieldSchemaType? Type778 { get; set; }
+ public global::RetellAI.KnowledgeBaseAppUsageType? Type778 { get; set; }
///
///
///
- public global::RetellAI.CRMAnalysisDataMapping? Type779 { get; set; }
+ public global::RetellAI.CRMCustomFieldSchema? Type779 { get; set; }
///
///
///
- public global::RetellAI.CRMAnalysisDataMappingUpdateMode? Type780 { get; set; }
+ public global::RetellAI.CRMCustomFieldSchemaType? Type780 { get; set; }
///
///
///
- public global::RetellAI.CRMConfig? Type781 { get; set; }
+ public global::RetellAI.CRMAnalysisDataMapping? Type781 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type782 { get; set; }
+ public global::RetellAI.CRMAnalysisDataMappingUpdateMode? Type782 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type783 { get; set; }
+ public global::RetellAI.CRMConfig? Type783 { get; set; }
///
///
///
- public global::RetellAI.JobStatus? Type784 { get; set; }
+ public global::System.Collections.Generic.IList? Type784 { get; set; }
///
///
///
- public global::RetellAI.JobStatusStatus? Type785 { get; set; }
+ public global::System.Collections.Generic.IList? Type785 { get; set; }
///
///
///
- public global::RetellAI.JobStatusTriggeredBy? Type786 { get; set; }
+ public global::RetellAI.JobStatus? Type786 { get; set; }
///
///
///
- public global::RetellAI.ChartGroupType? Type787 { get; set; }
+ public global::RetellAI.JobStatusStatus? Type787 { get; set; }
///
///
///
- public global::RetellAI.DashboardSource? Type788 { get; set; }
+ public global::RetellAI.JobStatusTriggeredBy? Type788 { get; set; }
///
///
///
- public global::RetellAI.ChartGroupItem? Type789 { get; set; }
+ public global::RetellAI.ChartGroupType? Type789 { get; set; }
///
///
///
- public global::RetellAI.ChartGroupItemVariant1? Type790 { get; set; }
+ public global::RetellAI.DashboardSource? Type790 { get; set; }
///
///
///
- public global::RetellAI.ChartGroupItemVariant1Type? Type791 { get; set; }
+ public global::RetellAI.ChartGroupItem? Type791 { get; set; }
///
///
///
- public global::RetellAI.ChartGroupItemVariant2? Type792 { get; set; }
+ public global::RetellAI.ChartGroupItemVariant1? Type792 { get; set; }
///
///
///
- public global::RetellAI.ChartGroupItemVariant2Type? Type793 { get; set; }
+ public global::RetellAI.ChartGroupItemVariant1Type? Type793 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItem? Type794 { get; set; }
+ public global::RetellAI.ChartGroupItemVariant2? Type794 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemKeywordSource? Type795 { get; set; }
+ public global::RetellAI.ChartGroupItemVariant2Type? Type795 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemKeywordSourceSource? Type796 { get; set; }
+ public global::RetellAI.ChartShowItem? Type796 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemKeywordSourceSourceType? Type797 { get; set; }
+ public global::RetellAI.ChartShowItemKeywordSource? Type797 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemKeywordSourceMeasurement? Type798 { get; set; }
+ public global::RetellAI.ChartShowItemKeywordSourceSource? Type798 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemKeywordSourceMeasurementType? Type799 { get; set; }
+ public global::RetellAI.ChartShowItemKeywordSourceSourceType? Type799 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemNumericSource? Type800 { get; set; }
+ public global::RetellAI.ChartShowItemKeywordSourceMeasurement? Type800 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemNumericSourceSource? Type801 { get; set; }
+ public global::RetellAI.ChartShowItemKeywordSourceMeasurementType? Type801 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemNumericSourceSourceType? Type802 { get; set; }
+ public global::RetellAI.ChartShowItemNumericSource? Type802 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemNumericSourceMeasurement? Type803 { get; set; }
+ public global::RetellAI.ChartShowItemNumericSourceSource? Type803 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemNumericSourceMeasurementType? Type804 { get; set; }
+ public global::RetellAI.ChartShowItemNumericSourceSourceType? Type804 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemCustomFieldSource? Type805 { get; set; }
+ public global::RetellAI.ChartShowItemNumericSourceMeasurement? Type805 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemCustomFieldSourceSource? Type806 { get; set; }
+ public global::RetellAI.ChartShowItemNumericSourceMeasurementType? Type806 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemCustomFieldSourceSourceType? Type807 { get; set; }
+ public global::RetellAI.ChartShowItemCustomFieldSource? Type807 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemCustomFieldSourceSourceCast? Type808 { get; set; }
+ public global::RetellAI.ChartShowItemCustomFieldSourceSource? Type808 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemCustomFieldSourceMeasurement? Type809 { get; set; }
+ public global::RetellAI.ChartShowItemCustomFieldSourceSourceType? Type809 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemCustomFieldSourceMeasurementType? Type810 { get; set; }
+ public global::RetellAI.ChartShowItemCustomFieldSourceSourceCast? Type810 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemConcurrencySource? Type811 { get; set; }
+ public global::RetellAI.ChartShowItemCustomFieldSourceMeasurement? Type811 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemConcurrencySourceSource? Type812 { get; set; }
+ public global::RetellAI.ChartShowItemCustomFieldSourceMeasurementType? Type812 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemConcurrencySourceSourceType? Type813 { get; set; }
+ public global::RetellAI.ChartShowItemConcurrencySource? Type813 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemConcurrencySourceMeasurement? Type814 { get; set; }
+ public global::RetellAI.ChartShowItemConcurrencySourceSource? Type814 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemConcurrencySourceMeasurementType? Type815 { get; set; }
+ public global::RetellAI.ChartShowItemConcurrencySourceSourceType? Type815 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemCustomToolSource? Type816 { get; set; }
+ public global::RetellAI.ChartShowItemConcurrencySourceMeasurement? Type816 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemCustomToolSourceSource? Type817 { get; set; }
+ public global::RetellAI.ChartShowItemConcurrencySourceMeasurementType? Type817 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemCustomToolSourceSourceType? Type818 { get; set; }
+ public global::RetellAI.ChartShowItemCustomToolSource? Type818 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemCustomToolSourceMeasurement? Type819 { get; set; }
+ public global::RetellAI.ChartShowItemCustomToolSourceSource? Type819 { get; set; }
///
///
///
- public global::RetellAI.ChartShowItemCustomToolSourceMeasurementType? Type820 { get; set; }
+ public global::RetellAI.ChartShowItemCustomToolSourceSourceType? Type820 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRange? Type821 { get; set; }
+ public global::RetellAI.ChartShowItemCustomToolSourceMeasurement? Type821 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant1? Type822 { get; set; }
+ public global::RetellAI.ChartShowItemCustomToolSourceMeasurementType? Type822 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant1Type? Type823 { get; set; }
+ public global::RetellAI.ChartTimeRange? Type823 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant1Window? Type824 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant1? Type824 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant1WindowUnit? Type825 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant1Type? Type825 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant2? Type826 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant1Window? Type826 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant2Type? Type827 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant1WindowUnit? Type827 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type828 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant2? Type828 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant3? Type829 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant2Type? Type829 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant3Type? Type830 { get; set; }
+ public global::System.Collections.Generic.IList? Type830 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant3Unit? Type831 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant3? Type831 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant4? Type832 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant3Type? Type832 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant4Type? Type833 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant3Unit? Type833 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type834 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant4? Type834 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant5? Type835 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant4Type? Type835 { get; set; }
///
///
///
- public global::RetellAI.ChartTimeRangeVariant5Type? Type836 { get; set; }
+ public global::System.Collections.Generic.IList? Type836 { get; set; }
///
///
///
- public global::RetellAI.ChartConfig? Type837 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant5? Type837 { get; set; }
///
///
///
- public global::RetellAI.ChartConfigType? Type838 { get; set; }
+ public global::RetellAI.ChartTimeRangeVariant5Type? Type838 { get; set; }
///
///
///
- public global::RetellAI.ChartConfigSize? Type839 { get; set; }
+ public global::RetellAI.ChartConfig? Type839 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type840 { get; set; }
+ public global::RetellAI.ChartConfigType? Type840 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type841 { get; set; }
+ public global::RetellAI.ChartConfigSize? Type841 { get; set; }
///
///
///
- public global::RetellAI.AnyOf? Type842 { get; set; }
+ public global::System.Collections.Generic.IList? Type842 { get; set; }
///
///
///
- public global::RetellAI.ChartConfigUnit? Type843 { get; set; }
+ public global::System.Collections.Generic.IList? Type843 { get; set; }
///
///
///
- public global::RetellAI.ChartDefinition? Type844 { get; set; }
+ public global::RetellAI.AnyOf? Type844 { get; set; }
///
///
///
- public global::RetellAI.ChartConfigWithId? Type845 { get; set; }
+ public global::RetellAI.ChartConfigUnit? Type845 { get; set; }
///
///
///
- public global::RetellAI.ChartsMap? Type846 { get; set; }
+ public global::RetellAI.ChartDefinition? Type846 { get; set; }
///
///
///
- public global::RetellAI.ChartUpdate? Type847 { get; set; }
+ public global::RetellAI.ChartConfigWithId? Type847 { get; set; }
///
///
///
- public global::RetellAI.ChartUpdateVariant2? Type848 { get; set; }
+ public global::RetellAI.ChartsMap? Type848 { get; set; }
///
///
///
- public global::RetellAI.ChartUpdateVariant2Size? Type849 { get; set; }
+ public global::RetellAI.ChartUpdate? Type849 { get; set; }
///
///
///
- public global::RetellAI.ChartUpdatesMap? Type850 { get; set; }
+ public global::RetellAI.ChartUpdateVariant2? Type850 { get; set; }
///
///
///
- public global::RetellAI.OneOf? Type851 { get; set; }
+ public global::RetellAI.ChartUpdateVariant2Size? Type851 { get; set; }
///
///
///
- public global::RetellAI.DashboardUpdateRequest? Type852 { get; set; }
+ public global::RetellAI.ChartUpdatesMap? Type852 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type853 { get; set; }
+ public global::RetellAI.OneOf? Type853 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchCallRequest? Type854 { get; set; }
+ public global::RetellAI.DashboardUpdateRequest? Type854 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type855 { get; set; }
+ public global::RetellAI.AllOf? Type855 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchTestRequest? Type856 { get; set; }
+ public global::RetellAI.CreateBatchCallRequest? Type856 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type857 { get; set; }
+ public global::System.Collections.Generic.IList? Type857 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type858 { get; set; }
+ public global::RetellAI.CreateBatchTestRequest? Type858 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionRequest? Type859 { get; set; }
+ public global::RetellAI.AllOf? Type859 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type860 { get; set; }
+ public global::RetellAI.AllOf? Type860 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionRequest? Type861 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionRequest? Type861 { get; set; }
///
///
///
- public global::RetellAI.CreateChatRequest? Type862 { get; set; }
+ public global::System.Collections.Generic.IList? Type862 { get; set; }
///
///
///
- public global::RetellAI.CreateAssetRequest? Type863 { get; set; }
+ public global::RetellAI.CreateChatCompletionRequest? Type863 { get; set; }
///
///
///
- public global::RetellAI.CreatePhoneNumberRequest? Type864 { get; set; }
+ public global::RetellAI.CreateChatRequest? Type864 { get; set; }
///
///
///
- public global::RetellAI.CreatePhoneNumberRequestNumberProvider? Type865 { get; set; }
+ public global::RetellAI.CreateAssetRequest? Type865 { get; set; }
///
///
///
- public global::RetellAI.CreatePhoneNumberRequestCountryCode? Type866 { get; set; }
+ public global::RetellAI.CreatePhoneNumberRequest? Type866 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatRequest? Type867 { get; set; }
+ public global::RetellAI.CreatePhoneNumberRequestNumberProvider? Type867 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceRequest? Type868 { get; set; }
+ public global::RetellAI.CreatePhoneNumberRequestCountryCode? Type868 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceRequestVoiceProvider? Type869 { get; set; }
+ public global::RetellAI.CreateSmsChatRequest? Type869 { get; set; }
///
///
///
- public global::RetellAI.AddCommunityVoiceRequest? Type870 { get; set; }
+ public global::RetellAI.CloneVoiceRequest? Type870 { get; set; }
///
///
///
- public global::RetellAI.AddCommunityVoiceRequestVoiceProvider? Type871 { get; set; }
+ public global::RetellAI.CloneVoiceRequestVoiceProvider? Type871 { get; set; }
///
///
///
- public global::RetellAI.SearchCommunityVoiceRequest? Type872 { get; set; }
+ public global::RetellAI.AddCommunityVoiceRequest? Type872 { get; set; }
///
///
///
- public global::RetellAI.SearchCommunityVoiceRequestVoiceProvider? Type873 { get; set; }
+ public global::RetellAI.AddCommunityVoiceRequestVoiceProvider? Type873 { get; set; }
///
///
///
- public global::RetellAI.ImportPhoneNumberRequest? Type874 { get; set; }
+ public global::RetellAI.SearchCommunityVoiceRequest? Type874 { get; set; }
///
///
///
- public global::RetellAI.ListAgentsRequest? Type875 { get; set; }
+ public global::RetellAI.SearchCommunityVoiceRequestVoiceProvider? Type875 { get; set; }
///
///
///
- public global::RetellAI.UpdateChatMetadataRequest? Type876 { get; set; }
+ public global::RetellAI.ImportPhoneNumberRequest? Type876 { get; set; }
///
///
///
- public global::RetellAI.UpdateChatMetadataRequestDataStorageSetting? Type877 { get; set; }
+ public global::RetellAI.ListAgentsRequest? Type877 { get; set; }
///
///
///
- public global::RetellAI.UpdatePhoneNumberRequest? Type878 { get; set; }
+ public global::RetellAI.UpdateChatMetadataRequest? Type878 { get; set; }
///
///
///
- public global::RetellAI.CreatePhoneCallRequest? Type879 { get; set; }
+ public global::RetellAI.UpdateChatMetadataRequestDataStorageSetting? Type879 { get; set; }
///
///
///
- public global::RetellAI.CreateWebCallRequest? Type880 { get; set; }
+ public global::RetellAI.UpdatePhoneNumberRequest? Type880 { get; set; }
///
///
///
- public global::RetellAI.CreateWebCallV3Request? Type881 { get; set; }
+ public global::RetellAI.CreatePhoneCallRequest? Type881 { get; set; }
///
///
///
- public global::RetellAI.TakeOverLiveCallRequest? Type882 { get; set; }
+ public global::RetellAI.CreateCreateWebCallRequest? Type882 { get; set; }
///
///
///
- public global::RetellAI.RegisterPhoneCallRequest? Type883 { get; set; }
+ public global::RetellAI.CreateWebCallRequest? Type883 { get; set; }
///
///
///
- public global::RetellAI.RegisterPhoneCallRequestDirection? Type884 { get; set; }
+ public global::RetellAI.TakeOverLiveCallRequest? Type884 { get; set; }
///
///
///
- public global::RetellAI.UpdateCallMetadataRequest? Type885 { get; set; }
+ public global::RetellAI.RegisterPhoneCallRequest? Type885 { get; set; }
///
///
///
- public global::RetellAI.UpdateCallMetadataRequestDataStorageSetting? Type886 { get; set; }
+ public global::RetellAI.RegisterPhoneCallRequestDirection? Type886 { get; set; }
///
///
///
- public global::RetellAI.UpdateLiveCallRequest? Type887 { get; set; }
+ public global::RetellAI.UpdateCallMetadataRequest? Type887 { get; set; }
///
///
///
- public global::RetellAI.UpdateLiveCallRequestFieldsToOverride? Type888 { get; set; }
+ public global::RetellAI.UpdateCallMetadataRequestDataStorageSetting? Type888 { get; set; }
///
///
///
- public global::RetellAI.UpdateLiveCallRequestFieldsToOverrideDataStorageSetting? Type889 { get; set; }
+ public global::RetellAI.UpdateLiveCallRequest? Type889 { get; set; }
///
///
///
- public global::RetellAI.UpdateLiveCallRequestCallControl? Type890 { get; set; }
+ public global::RetellAI.UpdateLiveCallRequestFieldsToOverride? Type890 { get; set; }
///
///
///
- public global::RetellAI.CreateContactRequest? Type891 { get; set; }
+ public global::RetellAI.UpdateLiveCallRequestFieldsToOverrideDataStorageSetting? Type891 { get; set; }
///
///
///
- public global::RetellAI.UploadContactImportFileRequest? Type892 { get; set; }
+ public global::RetellAI.UpdateLiveCallRequestCallControl? Type892 { get; set; }
///
///
///
- public global::RetellAI.CreateContactImportRequest? Type893 { get; set; }
+ public global::RetellAI.CreateContactRequest? Type893 { get; set; }
///
///
///
- public global::RetellAI.UpdateContactRequest? Type894 { get; set; }
+ public global::RetellAI.UploadContactImportFileRequest? Type894 { get; set; }
///
///
///
- public global::RetellAI.CreateAppRequest? Type895 { get; set; }
+ public global::RetellAI.CreateContactImportRequest? Type895 { get; set; }
///
///
///
- public global::RetellAI.UpdateAppRequest? Type896 { get; set; }
+ public global::RetellAI.UpdateContactRequest? Type896 { get; set; }
///
///
///
- public global::RetellAI.UpdateCrmConfigRequest? Type897 { get; set; }
+ public global::RetellAI.CreateAppRequest? Type897 { get; set; }
///
///
///
- public global::RetellAI.BackfillContactAnalysisDataRequest? Type898 { get; set; }
+ public global::RetellAI.UpdateAppRequest? Type898 { get; set; }
///
///
///
- public global::RetellAI.BackfillContactAnalysisDataRequestBackfillCallFilter? Type899 { get; set; }
+ public global::RetellAI.UpdateCrmConfigRequest? Type899 { get; set; }
///
///
///
- public global::RetellAI.ListTestCaseDefinitionsType? Type900 { get; set; }
+ public global::RetellAI.BackfillContactAnalysisDataRequest? Type900 { get; set; }
///
///
///
- public global::RetellAI.ListBatchTestsType? Type901 { get; set; }
+ public global::RetellAI.BackfillContactAnalysisDataRequestBackfillCallFilter? Type901 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsSortOrder? Type902 { get; set; }
+ public global::RetellAI.ListTestCaseDefinitionsType? Type902 { get; set; }
///
///
///
- public global::RetellAI.ListAgentsSortOrder? Type903 { get; set; }
+ public global::RetellAI.ListBatchTestsType? Type903 { get; set; }
///
///
///
- public global::RetellAI.ListConversationFlowComponentsSortOrder? Type904 { get; set; }
+ public global::RetellAI.ListAgentVersionsSortOrder? Type904 { get; set; }
///
///
///
- public global::RetellAI.ListConversationFlowsSortOrder? Type905 { get; set; }
+ public global::RetellAI.ListAgentsSortOrder? Type905 { get; set; }
///
///
///
- public global::RetellAI.ListPhoneNumbersSortOrder? Type906 { get; set; }
+ public global::RetellAI.ListConversationFlowComponentsSortOrder? Type906 { get; set; }
///
///
///
- public global::RetellAI.ListRetellLLMSortOrder? Type907 { get; set; }
+ public global::RetellAI.ListConversationFlowsSortOrder? Type907 { get; set; }
///
///
///
- public global::RetellAI.ListExportRequestsSortOrder? Type908 { get; set; }
+ public global::RetellAI.ListPhoneNumbersSortOrder? Type908 { get; set; }
///
///
///
- public global::RetellAI.ListAppsSortOrder? Type909 { get; set; }
+ public global::RetellAI.ListRetellLLMSortOrder? Type909 { get; set; }
///
///
///
- public global::RetellAI.ListAppUsagesSortOrder? Type910 { get; set; }
+ public global::RetellAI.ListExportRequestsSortOrder? Type910 { get; set; }
///
///
///
- public global::RetellAI.AddKnowledgeBaseSourcesResponse? Type911 { get; set; }
+ public global::RetellAI.ListAppsSortOrder? Type911 { get; set; }
///
///
///
- public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus? Type912 { get; set; }
+ public global::RetellAI.ListAppUsagesSortOrder? Type912 { get; set; }
///
///
///
- public global::RetellAI.AddKnowledgeBaseSourcesResponse2? Type913 { get; set; }
+ public global::RetellAI.AddKnowledgeBaseSourcesResponse? Type913 { get; set; }
///
///
///
- public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus2? Type914 { get; set; }
+ public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus? Type914 { get; set; }
///
///
///
- public global::RetellAI.AddKnowledgeBaseSourcesResponse3? Type915 { get; set; }
+ public global::RetellAI.AddKnowledgeBaseSourcesResponse2? Type915 { get; set; }
///
///
///
- public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus3? Type916 { get; set; }
+ public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus2? Type916 { get; set; }
///
///
///
- public global::RetellAI.AddKnowledgeBaseSourcesResponse4? Type917 { get; set; }
+ public global::RetellAI.AddKnowledgeBaseSourcesResponse3? Type917 { get; set; }
///
///
///
- public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus4? Type918 { get; set; }
+ public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus3? Type918 { get; set; }
///
///
///
- public global::RetellAI.AddKnowledgeBaseSourcesResponse5? Type919 { get; set; }
+ public global::RetellAI.AddKnowledgeBaseSourcesResponse4? Type919 { get; set; }
///
///
///
- public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus5? Type920 { get; set; }
+ public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus4? Type920 { get; set; }
///
///
///
- public global::RetellAI.CreateAgentResponse? Type921 { get; set; }
+ public global::RetellAI.AddKnowledgeBaseSourcesResponse5? Type921 { get; set; }
///
///
///
- public global::RetellAI.CreateAgentResponseStatus? Type922 { get; set; }
+ public global::RetellAI.AddKnowledgeBaseSourcesResponseStatus5? Type922 { get; set; }
///
///
///
- public global::RetellAI.CreateAgentResponse2? Type923 { get; set; }
+ public global::RetellAI.CreateAgentResponse? Type923 { get; set; }
///
///
///
- public global::RetellAI.CreateAgentResponseStatus2? Type924 { get; set; }
+ public global::RetellAI.CreateAgentResponseStatus? Type924 { get; set; }
///
///
///
- public global::RetellAI.CreateAgentResponse3? Type925 { get; set; }
+ public global::RetellAI.CreateAgentResponse2? Type925 { get; set; }
///
///
///
- public global::RetellAI.CreateAgentResponseStatus3? Type926 { get; set; }
+ public global::RetellAI.CreateAgentResponseStatus2? Type926 { get; set; }
///
///
///
- public global::RetellAI.CreateAgentResponse4? Type927 { get; set; }
+ public global::RetellAI.CreateAgentResponse3? Type927 { get; set; }
///
///
///
- public global::RetellAI.CreateAgentResponseStatus4? Type928 { get; set; }
+ public global::RetellAI.CreateAgentResponseStatus3? Type928 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchCallResponse? Type929 { get; set; }
+ public global::RetellAI.CreateAgentResponse4? Type929 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchCallResponseStatus? Type930 { get; set; }
+ public global::RetellAI.CreateAgentResponseStatus4? Type930 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchCallResponse2? Type931 { get; set; }
+ public global::RetellAI.CreateBatchCallResponse? Type931 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchCallResponseStatus2? Type932 { get; set; }
+ public global::RetellAI.CreateBatchCallResponseStatus? Type932 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchCallResponse3? Type933 { get; set; }
+ public global::RetellAI.CreateBatchCallResponse2? Type933 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchCallResponseStatus3? Type934 { get; set; }
+ public global::RetellAI.CreateBatchCallResponseStatus2? Type934 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchCallResponse4? Type935 { get; set; }
+ public global::RetellAI.CreateBatchCallResponse3? Type935 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchCallResponseStatus4? Type936 { get; set; }
+ public global::RetellAI.CreateBatchCallResponseStatus3? Type936 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchTestResponse? Type937 { get; set; }
+ public global::RetellAI.CreateBatchCallResponse4? Type937 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchTestResponseStatus? Type938 { get; set; }
+ public global::RetellAI.CreateBatchCallResponseStatus4? Type938 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchTestResponse2? Type939 { get; set; }
+ public global::RetellAI.CreateBatchTestResponse? Type939 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchTestResponseStatus2? Type940 { get; set; }
+ public global::RetellAI.CreateBatchTestResponseStatus? Type940 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchTestResponse3? Type941 { get; set; }
+ public global::RetellAI.CreateBatchTestResponse2? Type941 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchTestResponseStatus3? Type942 { get; set; }
+ public global::RetellAI.CreateBatchTestResponseStatus2? Type942 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchTestResponse4? Type943 { get; set; }
+ public global::RetellAI.CreateBatchTestResponse3? Type943 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchTestResponseStatus4? Type944 { get; set; }
+ public global::RetellAI.CreateBatchTestResponseStatus3? Type944 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchTestResponse5? Type945 { get; set; }
+ public global::RetellAI.CreateBatchTestResponse4? Type945 { get; set; }
///
///
///
- public global::RetellAI.CreateBatchTestResponseStatus5? Type946 { get; set; }
+ public global::RetellAI.CreateBatchTestResponseStatus4? Type946 { get; set; }
///
///
///
- public global::RetellAI.CreateTestCaseDefinitionResponse? Type947 { get; set; }
+ public global::RetellAI.CreateBatchTestResponse5? Type947 { get; set; }
///
///
///
- public global::RetellAI.CreateTestCaseDefinitionResponseStatus? Type948 { get; set; }
+ public global::RetellAI.CreateBatchTestResponseStatus5? Type948 { get; set; }
///
///
///
- public global::RetellAI.CreateTestCaseDefinitionResponse2? Type949 { get; set; }
+ public global::RetellAI.CreateTestCaseDefinitionResponse? Type949 { get; set; }
///
///
///
- public global::RetellAI.CreateTestCaseDefinitionResponseStatus2? Type950 { get; set; }
+ public global::RetellAI.CreateTestCaseDefinitionResponseStatus? Type950 { get; set; }
///
///
///
- public global::RetellAI.CreateTestCaseDefinitionResponse3? Type951 { get; set; }
+ public global::RetellAI.CreateTestCaseDefinitionResponse2? Type951 { get; set; }
///
///
///
- public global::RetellAI.CreateTestCaseDefinitionResponseStatus3? Type952 { get; set; }
+ public global::RetellAI.CreateTestCaseDefinitionResponseStatus2? Type952 { get; set; }
///
///
///
- public global::RetellAI.CreateTestCaseDefinitionResponse4? Type953 { get; set; }
+ public global::RetellAI.CreateTestCaseDefinitionResponse3? Type953 { get; set; }
///
///
///
- public global::RetellAI.CreateTestCaseDefinitionResponseStatus4? Type954 { get; set; }
+ public global::RetellAI.CreateTestCaseDefinitionResponseStatus3? Type954 { get; set; }
///
///
///
- public global::RetellAI.CreateTestCaseDefinitionResponse5? Type955 { get; set; }
+ public global::RetellAI.CreateTestCaseDefinitionResponse4? Type955 { get; set; }
///
///
///
- public global::RetellAI.CreateTestCaseDefinitionResponseStatus5? Type956 { get; set; }
+ public global::RetellAI.CreateTestCaseDefinitionResponseStatus4? Type956 { get; set; }
///
///
///
- public global::RetellAI.DeleteTestCaseDefinitionResponse? Type957 { get; set; }
+ public global::RetellAI.CreateTestCaseDefinitionResponse5? Type957 { get; set; }
///
///
///
- public global::RetellAI.DeleteTestCaseDefinitionResponseStatus? Type958 { get; set; }
+ public global::RetellAI.CreateTestCaseDefinitionResponseStatus5? Type958 { get; set; }
///
///
///
- public global::RetellAI.DeleteTestCaseDefinitionResponse2? Type959 { get; set; }
+ public global::RetellAI.DeleteTestCaseDefinitionResponse? Type959 { get; set; }
///
///
///
- public global::RetellAI.DeleteTestCaseDefinitionResponseStatus2? Type960 { get; set; }
+ public global::RetellAI.DeleteTestCaseDefinitionResponseStatus? Type960 { get; set; }
///
///
///
- public global::RetellAI.DeleteTestCaseDefinitionResponse3? Type961 { get; set; }
+ public global::RetellAI.DeleteTestCaseDefinitionResponse2? Type961 { get; set; }
///
///
///
- public global::RetellAI.DeleteTestCaseDefinitionResponseStatus3? Type962 { get; set; }
+ public global::RetellAI.DeleteTestCaseDefinitionResponseStatus2? Type962 { get; set; }
///
///
///
- public global::RetellAI.DeleteTestCaseDefinitionResponse4? Type963 { get; set; }
+ public global::RetellAI.DeleteTestCaseDefinitionResponse3? Type963 { get; set; }
///
///
///
- public global::RetellAI.DeleteTestCaseDefinitionResponseStatus4? Type964 { get; set; }
+ public global::RetellAI.DeleteTestCaseDefinitionResponseStatus3? Type964 { get; set; }
///
///
///
- public global::RetellAI.DeleteTestCaseDefinitionResponse5? Type965 { get; set; }
+ public global::RetellAI.DeleteTestCaseDefinitionResponse4? Type965 { get; set; }
///
///
///
- public global::RetellAI.DeleteTestCaseDefinitionResponseStatus5? Type966 { get; set; }
+ public global::RetellAI.DeleteTestCaseDefinitionResponseStatus4? Type966 { get; set; }
///
///
///
- public global::RetellAI.GetTestCaseDefinitionResponse? Type967 { get; set; }
+ public global::RetellAI.DeleteTestCaseDefinitionResponse5? Type967 { get; set; }
///
///
///
- public global::RetellAI.GetTestCaseDefinitionResponseStatus? Type968 { get; set; }
+ public global::RetellAI.DeleteTestCaseDefinitionResponseStatus5? Type968 { get; set; }
///
///
///
- public global::RetellAI.GetTestCaseDefinitionResponse2? Type969 { get; set; }
+ public global::RetellAI.GetTestCaseDefinitionResponse? Type969 { get; set; }
///
///
///
- public global::RetellAI.GetTestCaseDefinitionResponseStatus2? Type970 { get; set; }
+ public global::RetellAI.GetTestCaseDefinitionResponseStatus? Type970 { get; set; }
///
///
///
- public global::RetellAI.GetTestCaseDefinitionResponse3? Type971 { get; set; }
+ public global::RetellAI.GetTestCaseDefinitionResponse2? Type971 { get; set; }
///
///
///
- public global::RetellAI.GetTestCaseDefinitionResponseStatus3? Type972 { get; set; }
+ public global::RetellAI.GetTestCaseDefinitionResponseStatus2? Type972 { get; set; }
///
///
///
- public global::RetellAI.GetTestCaseDefinitionResponse4? Type973 { get; set; }
+ public global::RetellAI.GetTestCaseDefinitionResponse3? Type973 { get; set; }
///
///
///
- public global::RetellAI.GetTestCaseDefinitionResponseStatus4? Type974 { get; set; }
+ public global::RetellAI.GetTestCaseDefinitionResponseStatus3? Type974 { get; set; }
///
///
///
- public global::RetellAI.GetTestCaseDefinitionResponse5? Type975 { get; set; }
+ public global::RetellAI.GetTestCaseDefinitionResponse4? Type975 { get; set; }
///
///
///
- public global::RetellAI.GetTestCaseDefinitionResponseStatus5? Type976 { get; set; }
+ public global::RetellAI.GetTestCaseDefinitionResponseStatus4? Type976 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type977 { get; set; }
+ public global::RetellAI.GetTestCaseDefinitionResponse5? Type977 { get; set; }
///
///
///
- public global::RetellAI.ListTestCaseDefinitionsResponse2? Type978 { get; set; }
+ public global::RetellAI.GetTestCaseDefinitionResponseStatus5? Type978 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type979 { get; set; }
+ public global::RetellAI.AllOf? Type979 { get; set; }
///
///
///
- public global::RetellAI.ListTestCaseDefinitionsResponse3? Type980 { get; set; }
+ public global::RetellAI.ListTestCaseDefinitionsResponse2? Type980 { get; set; }
///
///
///
- public global::RetellAI.ListTestCaseDefinitionsResponseStatus? Type981 { get; set; }
+ public global::System.Collections.Generic.IList? Type981 { get; set; }
///
///
///
- public global::RetellAI.ListTestCaseDefinitionsResponse4? Type982 { get; set; }
+ public global::RetellAI.ListTestCaseDefinitionsResponse3? Type982 { get; set; }
///
///
///
- public global::RetellAI.ListTestCaseDefinitionsResponseStatus2? Type983 { get; set; }
+ public global::RetellAI.ListTestCaseDefinitionsResponseStatus? Type983 { get; set; }
///
///
///
- public global::RetellAI.ListTestCaseDefinitionsResponse5? Type984 { get; set; }
+ public global::RetellAI.ListTestCaseDefinitionsResponse4? Type984 { get; set; }
///
///
///
- public global::RetellAI.ListTestCaseDefinitionsResponseStatus3? Type985 { get; set; }
+ public global::RetellAI.ListTestCaseDefinitionsResponseStatus2? Type985 { get; set; }
///
///
///
- public global::RetellAI.ListTestCaseDefinitionsResponse6? Type986 { get; set; }
+ public global::RetellAI.ListTestCaseDefinitionsResponse5? Type986 { get; set; }
///
///
///
- public global::RetellAI.ListTestCaseDefinitionsResponseStatus4? Type987 { get; set; }
+ public global::RetellAI.ListTestCaseDefinitionsResponseStatus3? Type987 { get; set; }
///
///
///
- public global::RetellAI.UpdateTestCaseDefinitionResponse? Type988 { get; set; }
+ public global::RetellAI.ListTestCaseDefinitionsResponse6? Type988 { get; set; }
///
///
///
- public global::RetellAI.UpdateTestCaseDefinitionResponseStatus? Type989 { get; set; }
+ public global::RetellAI.ListTestCaseDefinitionsResponseStatus4? Type989 { get; set; }
///
///
///
- public global::RetellAI.UpdateTestCaseDefinitionResponse2? Type990 { get; set; }
+ public global::RetellAI.UpdateTestCaseDefinitionResponse? Type990 { get; set; }
///
///
///
- public global::RetellAI.UpdateTestCaseDefinitionResponseStatus2? Type991 { get; set; }
+ public global::RetellAI.UpdateTestCaseDefinitionResponseStatus? Type991 { get; set; }
///
///
///
- public global::RetellAI.UpdateTestCaseDefinitionResponse3? Type992 { get; set; }
+ public global::RetellAI.UpdateTestCaseDefinitionResponse2? Type992 { get; set; }
///
///
///
- public global::RetellAI.UpdateTestCaseDefinitionResponseStatus3? Type993 { get; set; }
+ public global::RetellAI.UpdateTestCaseDefinitionResponseStatus2? Type993 { get; set; }
///
///
///
- public global::RetellAI.UpdateTestCaseDefinitionResponse4? Type994 { get; set; }
+ public global::RetellAI.UpdateTestCaseDefinitionResponse3? Type994 { get; set; }
///
///
///
- public global::RetellAI.UpdateTestCaseDefinitionResponseStatus4? Type995 { get; set; }
+ public global::RetellAI.UpdateTestCaseDefinitionResponseStatus3? Type995 { get; set; }
///
///
///
- public global::RetellAI.UpdateTestCaseDefinitionResponse5? Type996 { get; set; }
+ public global::RetellAI.UpdateTestCaseDefinitionResponse4? Type996 { get; set; }
///
///
///
- public global::RetellAI.UpdateTestCaseDefinitionResponseStatus5? Type997 { get; set; }
+ public global::RetellAI.UpdateTestCaseDefinitionResponseStatus4? Type997 { get; set; }
///
///
///
- public global::RetellAI.GetBatchTestResponse? Type998 { get; set; }
+ public global::RetellAI.UpdateTestCaseDefinitionResponse5? Type998 { get; set; }
///
///
///
- public global::RetellAI.GetBatchTestResponseStatus? Type999 { get; set; }
+ public global::RetellAI.UpdateTestCaseDefinitionResponseStatus5? Type999 { get; set; }
///
///
///
- public global::RetellAI.GetBatchTestResponse2? Type1000 { get; set; }
+ public global::RetellAI.GetBatchTestResponse? Type1000 { get; set; }
///
///
///
- public global::RetellAI.GetBatchTestResponseStatus2? Type1001 { get; set; }
+ public global::RetellAI.GetBatchTestResponseStatus? Type1001 { get; set; }
///
///
///
- public global::RetellAI.GetBatchTestResponse3? Type1002 { get; set; }
+ public global::RetellAI.GetBatchTestResponse2? Type1002 { get; set; }
///
///
///
- public global::RetellAI.GetBatchTestResponseStatus3? Type1003 { get; set; }
+ public global::RetellAI.GetBatchTestResponseStatus2? Type1003 { get; set; }
///
///
///
- public global::RetellAI.GetBatchTestResponse4? Type1004 { get; set; }
+ public global::RetellAI.GetBatchTestResponse3? Type1004 { get; set; }
///
///
///
- public global::RetellAI.GetBatchTestResponseStatus4? Type1005 { get; set; }
+ public global::RetellAI.GetBatchTestResponseStatus3? Type1005 { get; set; }
///
///
///
- public global::RetellAI.GetBatchTestResponse5? Type1006 { get; set; }
+ public global::RetellAI.GetBatchTestResponse4? Type1006 { get; set; }
///
///
///
- public global::RetellAI.GetBatchTestResponseStatus5? Type1007 { get; set; }
+ public global::RetellAI.GetBatchTestResponseStatus4? Type1007 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type1008 { get; set; }
+ public global::RetellAI.GetBatchTestResponse5? Type1008 { get; set; }
///
///
///
- public global::RetellAI.ListBatchTestsResponse2? Type1009 { get; set; }
+ public global::RetellAI.GetBatchTestResponseStatus5? Type1009 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1010 { get; set; }
+ public global::RetellAI.AllOf? Type1010 { get; set; }
///
///
///
- public global::RetellAI.ListBatchTestsResponse3? Type1011 { get; set; }
+ public global::RetellAI.ListBatchTestsResponse2? Type1011 { get; set; }
///
///
///
- public global::RetellAI.ListBatchTestsResponseStatus? Type1012 { get; set; }
+ public global::System.Collections.Generic.IList? Type1012 { get; set; }
///
///
///
- public global::RetellAI.ListBatchTestsResponse4? Type1013 { get; set; }
+ public global::RetellAI.ListBatchTestsResponse3? Type1013 { get; set; }
///
///
///
- public global::RetellAI.ListBatchTestsResponseStatus2? Type1014 { get; set; }
+ public global::RetellAI.ListBatchTestsResponseStatus? Type1014 { get; set; }
///
///
///
- public global::RetellAI.ListBatchTestsResponse5? Type1015 { get; set; }
+ public global::RetellAI.ListBatchTestsResponse4? Type1015 { get; set; }
///
///
///
- public global::RetellAI.ListBatchTestsResponseStatus3? Type1016 { get; set; }
+ public global::RetellAI.ListBatchTestsResponseStatus2? Type1016 { get; set; }
///
///
///
- public global::RetellAI.ListBatchTestsResponse6? Type1017 { get; set; }
+ public global::RetellAI.ListBatchTestsResponse5? Type1017 { get; set; }
///
///
///
- public global::RetellAI.ListBatchTestsResponseStatus4? Type1018 { get; set; }
+ public global::RetellAI.ListBatchTestsResponseStatus3? Type1018 { get; set; }
///
///
///
- public global::RetellAI.GetTestRunResponse? Type1019 { get; set; }
+ public global::RetellAI.ListBatchTestsResponse6? Type1019 { get; set; }
///
///
///
- public global::RetellAI.GetTestRunResponseStatus? Type1020 { get; set; }
+ public global::RetellAI.ListBatchTestsResponseStatus4? Type1020 { get; set; }
///
///
///
- public global::RetellAI.GetTestRunResponse2? Type1021 { get; set; }
+ public global::RetellAI.GetTestRunResponse? Type1021 { get; set; }
///
///
///
- public global::RetellAI.GetTestRunResponseStatus2? Type1022 { get; set; }
+ public global::RetellAI.GetTestRunResponseStatus? Type1022 { get; set; }
///
///
///
- public global::RetellAI.GetTestRunResponse3? Type1023 { get; set; }
+ public global::RetellAI.GetTestRunResponse2? Type1023 { get; set; }
///
///
///
- public global::RetellAI.GetTestRunResponseStatus3? Type1024 { get; set; }
+ public global::RetellAI.GetTestRunResponseStatus2? Type1024 { get; set; }
///
///
///
- public global::RetellAI.GetTestRunResponse4? Type1025 { get; set; }
+ public global::RetellAI.GetTestRunResponse3? Type1025 { get; set; }
///
///
///
- public global::RetellAI.GetTestRunResponseStatus4? Type1026 { get; set; }
+ public global::RetellAI.GetTestRunResponseStatus3? Type1026 { get; set; }
///
///
///
- public global::RetellAI.GetTestRunResponse5? Type1027 { get; set; }
+ public global::RetellAI.GetTestRunResponse4? Type1027 { get; set; }
///
///
///
- public global::RetellAI.GetTestRunResponseStatus5? Type1028 { get; set; }
+ public global::RetellAI.GetTestRunResponseStatus4? Type1028 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type1029 { get; set; }
+ public global::RetellAI.GetTestRunResponse5? Type1029 { get; set; }
///
///
///
- public global::RetellAI.ListTestRunsResponse2? Type1030 { get; set; }
+ public global::RetellAI.GetTestRunResponseStatus5? Type1030 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1031 { get; set; }
+ public global::RetellAI.AllOf? Type1031 { get; set; }
///
///
///
- public global::RetellAI.ListTestRunsResponse3? Type1032 { get; set; }
+ public global::RetellAI.ListTestRunsResponse2? Type1032 { get; set; }
///
///
///
- public global::RetellAI.ListTestRunsResponseStatus? Type1033 { get; set; }
+ public global::System.Collections.Generic.IList? Type1033 { get; set; }
///
///
///
- public global::RetellAI.ListTestRunsResponse4? Type1034 { get; set; }
+ public global::RetellAI.ListTestRunsResponse3? Type1034 { get; set; }
///
///
///
- public global::RetellAI.ListTestRunsResponseStatus2? Type1035 { get; set; }
+ public global::RetellAI.ListTestRunsResponseStatus? Type1035 { get; set; }
///
///
///
- public global::RetellAI.ListTestRunsResponse5? Type1036 { get; set; }
+ public global::RetellAI.ListTestRunsResponse4? Type1036 { get; set; }
///
///
///
- public global::RetellAI.ListTestRunsResponseStatus3? Type1037 { get; set; }
+ public global::RetellAI.ListTestRunsResponseStatus2? Type1037 { get; set; }
///
///
///
- public global::RetellAI.ListTestRunsResponse6? Type1038 { get; set; }
+ public global::RetellAI.ListTestRunsResponse5? Type1038 { get; set; }
///
///
///
- public global::RetellAI.ListTestRunsResponseStatus4? Type1039 { get; set; }
+ public global::RetellAI.ListTestRunsResponseStatus3? Type1039 { get; set; }
///
///
///
- public global::RetellAI.ListTestRunsResponse7? Type1040 { get; set; }
+ public global::RetellAI.ListTestRunsResponse6? Type1040 { get; set; }
///
///
///
- public global::RetellAI.ListTestRunsResponseStatus5? Type1041 { get; set; }
+ public global::RetellAI.ListTestRunsResponseStatus4? Type1041 { get; set; }
///
///
///
- public global::RetellAI.CreateChatAgentResponse? Type1042 { get; set; }
+ public global::RetellAI.ListTestRunsResponse7? Type1042 { get; set; }
///
///
///
- public global::RetellAI.CreateChatAgentResponseStatus? Type1043 { get; set; }
+ public global::RetellAI.ListTestRunsResponseStatus5? Type1043 { get; set; }
///
///
///
- public global::RetellAI.CreateChatAgentResponse2? Type1044 { get; set; }
+ public global::RetellAI.CreateChatAgentResponse? Type1044 { get; set; }
///
///
///
- public global::RetellAI.CreateChatAgentResponseStatus2? Type1045 { get; set; }
+ public global::RetellAI.CreateChatAgentResponseStatus? Type1045 { get; set; }
///
///
///
- public global::RetellAI.CreateChatAgentResponse3? Type1046 { get; set; }
+ public global::RetellAI.CreateChatAgentResponse2? Type1046 { get; set; }
///
///
///
- public global::RetellAI.CreateChatAgentResponseStatus3? Type1047 { get; set; }
+ public global::RetellAI.CreateChatAgentResponseStatus2? Type1047 { get; set; }
///
///
///
- public global::RetellAI.CreateChatAgentResponse4? Type1048 { get; set; }
+ public global::RetellAI.CreateChatAgentResponse3? Type1048 { get; set; }
///
///
///
- public global::RetellAI.CreateChatAgentResponseStatus4? Type1049 { get; set; }
+ public global::RetellAI.CreateChatAgentResponseStatus3? Type1049 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponse? Type1050 { get; set; }
+ public global::RetellAI.CreateChatAgentResponse4? Type1050 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponse2? Type1051 { get; set; }
+ public global::RetellAI.CreateChatAgentResponseStatus4? Type1051 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponseStatus? Type1052 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponse? Type1052 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponse3? Type1053 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponse2? Type1053 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponseStatus2? Type1054 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponseStatus? Type1054 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponse4? Type1055 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponse3? Type1055 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponseStatus3? Type1056 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponseStatus2? Type1056 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponse5? Type1057 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponse4? Type1057 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponseStatus4? Type1058 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponseStatus3? Type1058 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponse6? Type1059 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponse5? Type1059 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponseStatus5? Type1060 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponseStatus4? Type1060 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponse7? Type1061 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponse6? Type1061 { get; set; }
///
///
///
- public global::RetellAI.AgentPlaygroundCompletionResponseStatus6? Type1062 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponseStatus5? Type1062 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponse? Type1063 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponse7? Type1063 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponse2? Type1064 { get; set; }
+ public global::RetellAI.AgentPlaygroundCompletionResponseStatus6? Type1064 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponseStatus? Type1065 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponse? Type1065 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponse3? Type1066 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponse2? Type1066 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponseStatus2? Type1067 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponseStatus? Type1067 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponse4? Type1068 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponse3? Type1068 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponseStatus3? Type1069 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponseStatus2? Type1069 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponse5? Type1070 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponse4? Type1070 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponseStatus4? Type1071 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponseStatus3? Type1071 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponse6? Type1072 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponse5? Type1072 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponseStatus5? Type1073 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponseStatus4? Type1073 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponse7? Type1074 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponse6? Type1074 { get; set; }
///
///
///
- public global::RetellAI.CreateChatCompletionResponseStatus6? Type1075 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponseStatus5? Type1075 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponse? Type1076 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponse7? Type1076 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponseStatus? Type1077 { get; set; }
+ public global::RetellAI.CreateChatCompletionResponseStatus6? Type1077 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponse2? Type1078 { get; set; }
+ public global::RetellAI.CreateChatResponse? Type1078 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponseStatus2? Type1079 { get; set; }
+ public global::RetellAI.CreateChatResponseStatus? Type1079 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponse3? Type1080 { get; set; }
+ public global::RetellAI.CreateChatResponse2? Type1080 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponseStatus3? Type1081 { get; set; }
+ public global::RetellAI.CreateChatResponseStatus2? Type1081 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponse4? Type1082 { get; set; }
+ public global::RetellAI.CreateChatResponse3? Type1082 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponseStatus4? Type1083 { get; set; }
+ public global::RetellAI.CreateChatResponseStatus3? Type1083 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponse5? Type1084 { get; set; }
+ public global::RetellAI.CreateChatResponse4? Type1084 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponseStatus5? Type1085 { get; set; }
+ public global::RetellAI.CreateChatResponseStatus4? Type1085 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponse6? Type1086 { get; set; }
+ public global::RetellAI.CreateChatResponse5? Type1086 { get; set; }
///
///
///
- public global::RetellAI.CreateChatResponseStatus6? Type1087 { get; set; }
+ public global::RetellAI.CreateChatResponseStatus5? Type1087 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowComponentResponse? Type1088 { get; set; }
+ public global::RetellAI.CreateChatResponse6? Type1088 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowComponentResponseStatus? Type1089 { get; set; }
+ public global::RetellAI.CreateChatResponseStatus6? Type1089 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowComponentResponse2? Type1090 { get; set; }
+ public global::RetellAI.CreateConversationFlowComponentResponse? Type1090 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowComponentResponseStatus2? Type1091 { get; set; }
+ public global::RetellAI.CreateConversationFlowComponentResponseStatus? Type1091 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowComponentResponse3? Type1092 { get; set; }
+ public global::RetellAI.CreateConversationFlowComponentResponse2? Type1092 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowComponentResponseStatus3? Type1093 { get; set; }
+ public global::RetellAI.CreateConversationFlowComponentResponseStatus2? Type1093 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowComponentResponse4? Type1094 { get; set; }
+ public global::RetellAI.CreateConversationFlowComponentResponse3? Type1094 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowComponentResponseStatus4? Type1095 { get; set; }
+ public global::RetellAI.CreateConversationFlowComponentResponseStatus3? Type1095 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowComponentResponse5? Type1096 { get; set; }
+ public global::RetellAI.CreateConversationFlowComponentResponse4? Type1096 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowComponentResponseStatus5? Type1097 { get; set; }
+ public global::RetellAI.CreateConversationFlowComponentResponseStatus4? Type1097 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowResponse? Type1098 { get; set; }
+ public global::RetellAI.CreateConversationFlowComponentResponse5? Type1098 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowResponseStatus? Type1099 { get; set; }
+ public global::RetellAI.CreateConversationFlowComponentResponseStatus5? Type1099 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowResponse2? Type1100 { get; set; }
+ public global::RetellAI.CreateConversationFlowResponse? Type1100 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowResponseStatus2? Type1101 { get; set; }
+ public global::RetellAI.CreateConversationFlowResponseStatus? Type1101 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowResponse3? Type1102 { get; set; }
+ public global::RetellAI.CreateConversationFlowResponse2? Type1102 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowResponseStatus3? Type1103 { get; set; }
+ public global::RetellAI.CreateConversationFlowResponseStatus2? Type1103 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowResponse4? Type1104 { get; set; }
+ public global::RetellAI.CreateConversationFlowResponse3? Type1104 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowResponseStatus4? Type1105 { get; set; }
+ public global::RetellAI.CreateConversationFlowResponseStatus3? Type1105 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowResponse5? Type1106 { get; set; }
+ public global::RetellAI.CreateConversationFlowResponse4? Type1106 { get; set; }
///
///
///
- public global::RetellAI.CreateConversationFlowResponseStatus5? Type1107 { get; set; }
+ public global::RetellAI.CreateConversationFlowResponseStatus4? Type1107 { get; set; }
///
///
///
- public global::RetellAI.CreateAssetResponse? Type1108 { get; set; }
+ public global::RetellAI.CreateConversationFlowResponse5? Type1108 { get; set; }
///
///
///
- public global::RetellAI.CreateAssetResponseStatus? Type1109 { get; set; }
+ public global::RetellAI.CreateConversationFlowResponseStatus5? Type1109 { get; set; }
///
///
///
- public global::RetellAI.CreateAssetResponse2? Type1110 { get; set; }
+ public global::RetellAI.CreateAssetResponse? Type1110 { get; set; }
///
///
///
- public global::RetellAI.CreateAssetResponseStatus2? Type1111 { get; set; }
+ public global::RetellAI.CreateAssetResponseStatus? Type1111 { get; set; }
///
///
///
- public global::RetellAI.CreateAssetResponse3? Type1112 { get; set; }
+ public global::RetellAI.CreateAssetResponse2? Type1112 { get; set; }
///
///
///
- public global::RetellAI.CreateAssetResponseStatus3? Type1113 { get; set; }
+ public global::RetellAI.CreateAssetResponseStatus2? Type1113 { get; set; }
///
///
///
- public global::RetellAI.CreateAssetResponse4? Type1114 { get; set; }
+ public global::RetellAI.CreateAssetResponse3? Type1114 { get; set; }
///
///
///
- public global::RetellAI.CreateAssetResponseStatus4? Type1115 { get; set; }
+ public global::RetellAI.CreateAssetResponseStatus3? Type1115 { get; set; }
///
///
///
- public global::RetellAI.CreateKnowledgeBaseResponse? Type1116 { get; set; }
+ public global::RetellAI.CreateAssetResponse4? Type1116 { get; set; }
///
///
///
- public global::RetellAI.CreateKnowledgeBaseResponseStatus? Type1117 { get; set; }
+ public global::RetellAI.CreateAssetResponseStatus4? Type1117 { get; set; }
///
///
///
- public global::RetellAI.CreateKnowledgeBaseResponse2? Type1118 { get; set; }
+ public global::RetellAI.CreateKnowledgeBaseResponse? Type1118 { get; set; }
///
///
///
- public global::RetellAI.CreateKnowledgeBaseResponseStatus2? Type1119 { get; set; }
+ public global::RetellAI.CreateKnowledgeBaseResponseStatus? Type1119 { get; set; }
///
///
///
- public global::RetellAI.CreateKnowledgeBaseResponse3? Type1120 { get; set; }
+ public global::RetellAI.CreateKnowledgeBaseResponse2? Type1120 { get; set; }
///
///
///
- public global::RetellAI.CreateKnowledgeBaseResponseStatus3? Type1121 { get; set; }
+ public global::RetellAI.CreateKnowledgeBaseResponseStatus2? Type1121 { get; set; }
///
///
///
- public global::RetellAI.CreateKnowledgeBaseResponse4? Type1122 { get; set; }
+ public global::RetellAI.CreateKnowledgeBaseResponse3? Type1122 { get; set; }
///
///
///
- public global::RetellAI.CreateKnowledgeBaseResponseStatus4? Type1123 { get; set; }
+ public global::RetellAI.CreateKnowledgeBaseResponseStatus3? Type1123 { get; set; }
///
///
///
- public global::RetellAI.CreateKnowledgeBaseResponse5? Type1124 { get; set; }
+ public global::RetellAI.CreateKnowledgeBaseResponse4? Type1124 { get; set; }
///
///
///
- public global::RetellAI.CreateKnowledgeBaseResponseStatus5? Type1125 { get; set; }
+ public global::RetellAI.CreateKnowledgeBaseResponseStatus4? Type1125 { get; set; }
///
///
///
- public global::RetellAI.CreatePhoneNumberResponse? Type1126 { get; set; }
+ public global::RetellAI.CreateKnowledgeBaseResponse5? Type1126 { get; set; }
///
///
///
- public global::RetellAI.CreatePhoneNumberResponseStatus? Type1127 { get; set; }
+ public global::RetellAI.CreateKnowledgeBaseResponseStatus5? Type1127 { get; set; }
///
///
///
- public global::RetellAI.CreatePhoneNumberResponse2? Type1128 { get; set; }
+ public global::RetellAI.CreatePhoneNumberResponse? Type1128 { get; set; }
///
///
///
- public global::RetellAI.CreatePhoneNumberResponseStatus2? Type1129 { get; set; }
+ public global::RetellAI.CreatePhoneNumberResponseStatus? Type1129 { get; set; }
///
///
///
- public global::RetellAI.CreatePhoneNumberResponse3? Type1130 { get; set; }
+ public global::RetellAI.CreatePhoneNumberResponse2? Type1130 { get; set; }
///
///
///
- public global::RetellAI.CreatePhoneNumberResponseStatus3? Type1131 { get; set; }
+ public global::RetellAI.CreatePhoneNumberResponseStatus2? Type1131 { get; set; }
///
///
///
- public global::RetellAI.CreateRetellLLMResponse? Type1132 { get; set; }
+ public global::RetellAI.CreatePhoneNumberResponse3? Type1132 { get; set; }
///
///
///
- public global::RetellAI.CreateRetellLLMResponseStatus? Type1133 { get; set; }
+ public global::RetellAI.CreatePhoneNumberResponseStatus3? Type1133 { get; set; }
///
///
///
- public global::RetellAI.CreateRetellLLMResponse2? Type1134 { get; set; }
+ public global::RetellAI.CreateRetellLLMResponse? Type1134 { get; set; }
///
///
///
- public global::RetellAI.CreateRetellLLMResponseStatus2? Type1135 { get; set; }
+ public global::RetellAI.CreateRetellLLMResponseStatus? Type1135 { get; set; }
///
///
///
- public global::RetellAI.CreateRetellLLMResponse3? Type1136 { get; set; }
+ public global::RetellAI.CreateRetellLLMResponse2? Type1136 { get; set; }
///
///
///
- public global::RetellAI.CreateRetellLLMResponseStatus3? Type1137 { get; set; }
+ public global::RetellAI.CreateRetellLLMResponseStatus2? Type1137 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponse? Type1138 { get; set; }
+ public global::RetellAI.CreateRetellLLMResponse3? Type1138 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponseStatus? Type1139 { get; set; }
+ public global::RetellAI.CreateRetellLLMResponseStatus3? Type1139 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponse2? Type1140 { get; set; }
+ public global::RetellAI.CreateSmsChatResponse? Type1140 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponseStatus2? Type1141 { get; set; }
+ public global::RetellAI.CreateSmsChatResponseStatus? Type1141 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponse3? Type1142 { get; set; }
+ public global::RetellAI.CreateSmsChatResponse2? Type1142 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponseStatus3? Type1143 { get; set; }
+ public global::RetellAI.CreateSmsChatResponseStatus2? Type1143 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponse4? Type1144 { get; set; }
+ public global::RetellAI.CreateSmsChatResponse3? Type1144 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponseStatus4? Type1145 { get; set; }
+ public global::RetellAI.CreateSmsChatResponseStatus3? Type1145 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponse5? Type1146 { get; set; }
+ public global::RetellAI.CreateSmsChatResponse4? Type1146 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponseStatus5? Type1147 { get; set; }
+ public global::RetellAI.CreateSmsChatResponseStatus4? Type1147 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponse6? Type1148 { get; set; }
+ public global::RetellAI.CreateSmsChatResponse5? Type1148 { get; set; }
///
///
///
- public global::RetellAI.CreateSmsChatResponseStatus6? Type1149 { get; set; }
+ public global::RetellAI.CreateSmsChatResponseStatus5? Type1149 { get; set; }
///
///
///
- public global::RetellAI.DeleteAgentResponse? Type1150 { get; set; }
+ public global::RetellAI.CreateSmsChatResponse6? Type1150 { get; set; }
///
///
///
- public global::RetellAI.DeleteAgentResponseStatus? Type1151 { get; set; }
+ public global::RetellAI.CreateSmsChatResponseStatus6? Type1151 { get; set; }
///
///
///
- public global::RetellAI.DeleteAgentResponse2? Type1152 { get; set; }
+ public global::RetellAI.DeleteAgentResponse? Type1152 { get; set; }
///
///
///
- public global::RetellAI.DeleteAgentResponseStatus2? Type1153 { get; set; }
+ public global::RetellAI.DeleteAgentResponseStatus? Type1153 { get; set; }
///
///
///
- public global::RetellAI.DeleteAgentResponse3? Type1154 { get; set; }
+ public global::RetellAI.DeleteAgentResponse2? Type1154 { get; set; }
///
///
///
- public global::RetellAI.DeleteAgentResponseStatus3? Type1155 { get; set; }
+ public global::RetellAI.DeleteAgentResponseStatus2? Type1155 { get; set; }
///
///
///
- public global::RetellAI.DeleteAgentResponse4? Type1156 { get; set; }
+ public global::RetellAI.DeleteAgentResponse3? Type1156 { get; set; }
///
///
///
- public global::RetellAI.DeleteAgentResponseStatus4? Type1157 { get; set; }
+ public global::RetellAI.DeleteAgentResponseStatus3? Type1157 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatResponse? Type1158 { get; set; }
+ public global::RetellAI.DeleteAgentResponse4? Type1158 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatResponseStatus? Type1159 { get; set; }
+ public global::RetellAI.DeleteAgentResponseStatus4? Type1159 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatResponse2? Type1160 { get; set; }
+ public global::RetellAI.DeleteChatResponse? Type1160 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatResponseStatus2? Type1161 { get; set; }
+ public global::RetellAI.DeleteChatResponseStatus? Type1161 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatResponse3? Type1162 { get; set; }
+ public global::RetellAI.DeleteChatResponse2? Type1162 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatResponseStatus3? Type1163 { get; set; }
+ public global::RetellAI.DeleteChatResponseStatus2? Type1163 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatResponse4? Type1164 { get; set; }
+ public global::RetellAI.DeleteChatResponse3? Type1164 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatResponseStatus4? Type1165 { get; set; }
+ public global::RetellAI.DeleteChatResponseStatus3? Type1165 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatAgentResponse? Type1166 { get; set; }
+ public global::RetellAI.DeleteChatResponse4? Type1166 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatAgentResponseStatus? Type1167 { get; set; }
+ public global::RetellAI.DeleteChatResponseStatus4? Type1167 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatAgentResponse2? Type1168 { get; set; }
+ public global::RetellAI.DeleteChatAgentResponse? Type1168 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatAgentResponseStatus2? Type1169 { get; set; }
+ public global::RetellAI.DeleteChatAgentResponseStatus? Type1169 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatAgentResponse3? Type1170 { get; set; }
+ public global::RetellAI.DeleteChatAgentResponse2? Type1170 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatAgentResponseStatus3? Type1171 { get; set; }
+ public global::RetellAI.DeleteChatAgentResponseStatus2? Type1171 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatAgentResponse4? Type1172 { get; set; }
+ public global::RetellAI.DeleteChatAgentResponse3? Type1172 { get; set; }
///
///
///
- public global::RetellAI.DeleteChatAgentResponseStatus4? Type1173 { get; set; }
+ public global::RetellAI.DeleteChatAgentResponseStatus3? Type1173 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowComponentResponse? Type1174 { get; set; }
+ public global::RetellAI.DeleteChatAgentResponse4? Type1174 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowComponentResponseStatus? Type1175 { get; set; }
+ public global::RetellAI.DeleteChatAgentResponseStatus4? Type1175 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowComponentResponse2? Type1176 { get; set; }
+ public global::RetellAI.DeleteConversationFlowComponentResponse? Type1176 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowComponentResponseStatus2? Type1177 { get; set; }
+ public global::RetellAI.DeleteConversationFlowComponentResponseStatus? Type1177 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowComponentResponse3? Type1178 { get; set; }
+ public global::RetellAI.DeleteConversationFlowComponentResponse2? Type1178 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowComponentResponseStatus3? Type1179 { get; set; }
+ public global::RetellAI.DeleteConversationFlowComponentResponseStatus2? Type1179 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowComponentResponse4? Type1180 { get; set; }
+ public global::RetellAI.DeleteConversationFlowComponentResponse3? Type1180 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowComponentResponseStatus4? Type1181 { get; set; }
+ public global::RetellAI.DeleteConversationFlowComponentResponseStatus3? Type1181 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowResponse? Type1182 { get; set; }
+ public global::RetellAI.DeleteConversationFlowComponentResponse4? Type1182 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowResponseStatus? Type1183 { get; set; }
+ public global::RetellAI.DeleteConversationFlowComponentResponseStatus4? Type1183 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowResponse2? Type1184 { get; set; }
+ public global::RetellAI.DeleteConversationFlowResponse? Type1184 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowResponseStatus2? Type1185 { get; set; }
+ public global::RetellAI.DeleteConversationFlowResponseStatus? Type1185 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowResponse3? Type1186 { get; set; }
+ public global::RetellAI.DeleteConversationFlowResponse2? Type1186 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowResponseStatus3? Type1187 { get; set; }
+ public global::RetellAI.DeleteConversationFlowResponseStatus2? Type1187 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowResponse4? Type1188 { get; set; }
+ public global::RetellAI.DeleteConversationFlowResponse3? Type1188 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowResponseStatus4? Type1189 { get; set; }
+ public global::RetellAI.DeleteConversationFlowResponseStatus3? Type1189 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowResponse5? Type1190 { get; set; }
+ public global::RetellAI.DeleteConversationFlowResponse4? Type1190 { get; set; }
///
///
///
- public global::RetellAI.DeleteConversationFlowResponseStatus5? Type1191 { get; set; }
+ public global::RetellAI.DeleteConversationFlowResponseStatus4? Type1191 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseSourceResponse? Type1192 { get; set; }
+ public global::RetellAI.DeleteConversationFlowResponse5? Type1192 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus? Type1193 { get; set; }
+ public global::RetellAI.DeleteConversationFlowResponseStatus5? Type1193 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseSourceResponse2? Type1194 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseSourceResponse? Type1194 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus2? Type1195 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus? Type1195 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseSourceResponse3? Type1196 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseSourceResponse2? Type1196 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus3? Type1197 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus2? Type1197 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseSourceResponse4? Type1198 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseSourceResponse3? Type1198 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus4? Type1199 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus3? Type1199 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseResponse? Type1200 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseSourceResponse4? Type1200 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseResponseStatus? Type1201 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseSourceResponseStatus4? Type1201 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseResponse2? Type1202 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseResponse? Type1202 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseResponseStatus2? Type1203 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseResponseStatus? Type1203 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseResponse3? Type1204 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseResponse2? Type1204 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseResponseStatus3? Type1205 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseResponseStatus2? Type1205 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseResponse4? Type1206 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseResponse3? Type1206 { get; set; }
///
///
///
- public global::RetellAI.DeleteKnowledgeBaseResponseStatus4? Type1207 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseResponseStatus3? Type1207 { get; set; }
///
///
///
- public global::RetellAI.DeletePhoneNumberResponse? Type1208 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseResponse4? Type1208 { get; set; }
///
///
///
- public global::RetellAI.DeletePhoneNumberResponseStatus? Type1209 { get; set; }
+ public global::RetellAI.DeleteKnowledgeBaseResponseStatus4? Type1209 { get; set; }
///
///
///
- public global::RetellAI.DeletePhoneNumberResponse2? Type1210 { get; set; }
+ public global::RetellAI.DeletePhoneNumberResponse? Type1210 { get; set; }
///
///
///
- public global::RetellAI.DeletePhoneNumberResponseStatus2? Type1211 { get; set; }
+ public global::RetellAI.DeletePhoneNumberResponseStatus? Type1211 { get; set; }
///
///
///
- public global::RetellAI.DeletePhoneNumberResponse3? Type1212 { get; set; }
+ public global::RetellAI.DeletePhoneNumberResponse2? Type1212 { get; set; }
///
///
///
- public global::RetellAI.DeletePhoneNumberResponseStatus3? Type1213 { get; set; }
+ public global::RetellAI.DeletePhoneNumberResponseStatus2? Type1213 { get; set; }
///
///
///
- public global::RetellAI.DeleteRetellLLMResponse? Type1214 { get; set; }
+ public global::RetellAI.DeletePhoneNumberResponse3? Type1214 { get; set; }
///
///
///
- public global::RetellAI.DeleteRetellLLMResponseStatus? Type1215 { get; set; }
+ public global::RetellAI.DeletePhoneNumberResponseStatus3? Type1215 { get; set; }
///
///
///
- public global::RetellAI.DeleteRetellLLMResponse2? Type1216 { get; set; }
+ public global::RetellAI.DeleteRetellLLMResponse? Type1216 { get; set; }
///
///
///
- public global::RetellAI.DeleteRetellLLMResponseStatus2? Type1217 { get; set; }
+ public global::RetellAI.DeleteRetellLLMResponseStatus? Type1217 { get; set; }
///
///
///
- public global::RetellAI.DeleteRetellLLMResponse3? Type1218 { get; set; }
+ public global::RetellAI.DeleteRetellLLMResponse2? Type1218 { get; set; }
///
///
///
- public global::RetellAI.DeleteRetellLLMResponseStatus3? Type1219 { get; set; }
+ public global::RetellAI.DeleteRetellLLMResponseStatus2? Type1219 { get; set; }
///
///
///
- public global::RetellAI.DeleteRetellLLMResponse4? Type1220 { get; set; }
+ public global::RetellAI.DeleteRetellLLMResponse3? Type1220 { get; set; }
///
///
///
- public global::RetellAI.DeleteRetellLLMResponseStatus4? Type1221 { get; set; }
+ public global::RetellAI.DeleteRetellLLMResponseStatus3? Type1221 { get; set; }
///
///
///
- public global::RetellAI.EndChatResponse? Type1222 { get; set; }
+ public global::RetellAI.DeleteRetellLLMResponse4? Type1222 { get; set; }
///
///
///
- public global::RetellAI.EndChatResponseStatus? Type1223 { get; set; }
+ public global::RetellAI.DeleteRetellLLMResponseStatus4? Type1223 { get; set; }
///
///
///
- public global::RetellAI.EndChatResponse2? Type1224 { get; set; }
+ public global::RetellAI.EndChatResponse? Type1224 { get; set; }
///
///
///
- public global::RetellAI.EndChatResponseStatus2? Type1225 { get; set; }
+ public global::RetellAI.EndChatResponseStatus? Type1225 { get; set; }
///
///
///
- public global::RetellAI.EndChatResponse3? Type1226 { get; set; }
+ public global::RetellAI.EndChatResponse2? Type1226 { get; set; }
///
///
///
- public global::RetellAI.EndChatResponseStatus3? Type1227 { get; set; }
+ public global::RetellAI.EndChatResponseStatus2? Type1227 { get; set; }
///
///
///
- public global::RetellAI.EndChatResponse4? Type1228 { get; set; }
+ public global::RetellAI.EndChatResponse3? Type1228 { get; set; }
///
///
///
- public global::RetellAI.EndChatResponseStatus4? Type1229 { get; set; }
+ public global::RetellAI.EndChatResponseStatus3? Type1229 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type1230 { get; set; }
+ public global::RetellAI.EndChatResponse4? Type1230 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponse2? Type1231 { get; set; }
+ public global::RetellAI.EndChatResponseStatus4? Type1231 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1232 { get; set; }
+ public global::RetellAI.AllOf? Type1232 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponse3? Type1233 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponse2? Type1233 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponseStatus? Type1234 { get; set; }
+ public global::System.Collections.Generic.IList? Type1234 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponse4? Type1235 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponse3? Type1235 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponseStatus2? Type1236 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponseStatus? Type1236 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponse5? Type1237 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponse4? Type1237 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponseStatus3? Type1238 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponseStatus2? Type1238 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponse6? Type1239 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponse5? Type1239 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponseStatus4? Type1240 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponseStatus3? Type1240 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponse7? Type1241 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponse6? Type1241 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponseStatus5? Type1242 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponseStatus4? Type1242 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponse8? Type1243 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponse7? Type1243 { get; set; }
///
///
///
- public global::RetellAI.ListAgentVersionsResponseStatus6? Type1244 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponseStatus5? Type1244 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1245 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponse8? Type1245 { get; set; }
///
///
///
- public global::RetellAI.GetAgentVersionsResponse? Type1246 { get; set; }
+ public global::RetellAI.ListAgentVersionsResponseStatus6? Type1246 { get; set; }
///
///
///
- public global::RetellAI.GetAgentVersionsResponseStatus? Type1247 { get; set; }
+ public global::System.Collections.Generic.IList? Type1247 { get; set; }
///
///
///
- public global::RetellAI.GetAgentVersionsResponse2? Type1248 { get; set; }
+ public global::RetellAI.GetAgentVersionsResponse? Type1248 { get; set; }
///
///
///
- public global::RetellAI.GetAgentVersionsResponseStatus2? Type1249 { get; set; }
+ public global::RetellAI.GetAgentVersionsResponseStatus? Type1249 { get; set; }
///
///
///
- public global::RetellAI.GetAgentVersionsResponse3? Type1250 { get; set; }
+ public global::RetellAI.GetAgentVersionsResponse2? Type1250 { get; set; }
///
///
///
- public global::RetellAI.GetAgentVersionsResponseStatus3? Type1251 { get; set; }
+ public global::RetellAI.GetAgentVersionsResponseStatus2? Type1251 { get; set; }
///
///
///
- public global::RetellAI.GetAgentVersionsResponse4? Type1252 { get; set; }
+ public global::RetellAI.GetAgentVersionsResponse3? Type1252 { get; set; }
///
///
///
- public global::RetellAI.GetAgentVersionsResponseStatus4? Type1253 { get; set; }
+ public global::RetellAI.GetAgentVersionsResponseStatus3? Type1253 { get; set; }
///
///
///
- public global::RetellAI.GetAgentResponse? Type1254 { get; set; }
+ public global::RetellAI.GetAgentVersionsResponse4? Type1254 { get; set; }
///
///
///
- public global::RetellAI.GetAgentResponseStatus? Type1255 { get; set; }
+ public global::RetellAI.GetAgentVersionsResponseStatus4? Type1255 { get; set; }
///
///
///
- public global::RetellAI.GetAgentResponse2? Type1256 { get; set; }
+ public global::RetellAI.GetAgentResponse? Type1256 { get; set; }
///
///
///
- public global::RetellAI.GetAgentResponseStatus2? Type1257 { get; set; }
+ public global::RetellAI.GetAgentResponseStatus? Type1257 { get; set; }
///
///
///
- public global::RetellAI.GetAgentResponse3? Type1258 { get; set; }
+ public global::RetellAI.GetAgentResponse2? Type1258 { get; set; }
///
///
///
- public global::RetellAI.GetAgentResponseStatus3? Type1259 { get; set; }
+ public global::RetellAI.GetAgentResponseStatus2? Type1259 { get; set; }
///
///
///
- public global::RetellAI.GetAgentResponse4? Type1260 { get; set; }
+ public global::RetellAI.GetAgentResponse3? Type1260 { get; set; }
///
///
///
- public global::RetellAI.GetAgentResponseStatus4? Type1261 { get; set; }
+ public global::RetellAI.GetAgentResponseStatus3? Type1261 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1262 { get; set; }
+ public global::RetellAI.GetAgentResponse4? Type1262 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentVersionsResponse? Type1263 { get; set; }
+ public global::RetellAI.GetAgentResponseStatus4? Type1263 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentVersionsResponseStatus? Type1264 { get; set; }
+ public global::System.Collections.Generic.IList? Type1264 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentVersionsResponse2? Type1265 { get; set; }
+ public global::RetellAI.GetChatAgentVersionsResponse? Type1265 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentVersionsResponseStatus2? Type1266 { get; set; }
+ public global::RetellAI.GetChatAgentVersionsResponseStatus? Type1266 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentVersionsResponse3? Type1267 { get; set; }
+ public global::RetellAI.GetChatAgentVersionsResponse2? Type1267 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentVersionsResponseStatus3? Type1268 { get; set; }
+ public global::RetellAI.GetChatAgentVersionsResponseStatus2? Type1268 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentResponse? Type1269 { get; set; }
+ public global::RetellAI.GetChatAgentVersionsResponse3? Type1269 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentResponseStatus? Type1270 { get; set; }
+ public global::RetellAI.GetChatAgentVersionsResponseStatus3? Type1270 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentResponse2? Type1271 { get; set; }
+ public global::RetellAI.GetChatAgentResponse? Type1271 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentResponseStatus2? Type1272 { get; set; }
+ public global::RetellAI.GetChatAgentResponseStatus? Type1272 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentResponse3? Type1273 { get; set; }
+ public global::RetellAI.GetChatAgentResponse2? Type1273 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentResponseStatus3? Type1274 { get; set; }
+ public global::RetellAI.GetChatAgentResponseStatus2? Type1274 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentResponse4? Type1275 { get; set; }
+ public global::RetellAI.GetChatAgentResponse3? Type1275 { get; set; }
///
///
///
- public global::RetellAI.GetChatAgentResponseStatus4? Type1276 { get; set; }
+ public global::RetellAI.GetChatAgentResponseStatus3? Type1276 { get; set; }
///
///
///
- public global::RetellAI.GetChatResponse? Type1277 { get; set; }
+ public global::RetellAI.GetChatAgentResponse4? Type1277 { get; set; }
///
///
///
- public global::RetellAI.GetChatResponseStatus? Type1278 { get; set; }
+ public global::RetellAI.GetChatAgentResponseStatus4? Type1278 { get; set; }
///
///
///
- public global::RetellAI.GetChatResponse2? Type1279 { get; set; }
+ public global::RetellAI.GetChatResponse? Type1279 { get; set; }
///
///
///
- public global::RetellAI.GetChatResponseStatus2? Type1280 { get; set; }
+ public global::RetellAI.GetChatResponseStatus? Type1280 { get; set; }
///
///
///
- public global::RetellAI.GetChatResponse3? Type1281 { get; set; }
+ public global::RetellAI.GetChatResponse2? Type1281 { get; set; }
///
///
///
- public global::RetellAI.GetChatResponseStatus3? Type1282 { get; set; }
+ public global::RetellAI.GetChatResponseStatus2? Type1282 { get; set; }
///
///
///
- public global::RetellAI.GetChatResponse4? Type1283 { get; set; }
+ public global::RetellAI.GetChatResponse3? Type1283 { get; set; }
///
///
///
- public global::RetellAI.GetChatResponseStatus4? Type1284 { get; set; }
+ public global::RetellAI.GetChatResponseStatus3? Type1284 { get; set; }
///
///
///
- public global::RetellAI.GetConcurrencyResponse? Type1285 { get; set; }
+ public global::RetellAI.GetChatResponse4? Type1285 { get; set; }
///
///
///
- public global::RetellAI.GetConcurrencyResponse2? Type1286 { get; set; }
+ public global::RetellAI.GetChatResponseStatus4? Type1286 { get; set; }
///
///
///
- public global::RetellAI.GetConcurrencyResponseStatus? Type1287 { get; set; }
+ public global::RetellAI.GetConcurrencyResponse? Type1287 { get; set; }
///
///
///
- public global::RetellAI.GetConcurrencyResponse3? Type1288 { get; set; }
+ public global::RetellAI.GetConcurrencyResponse2? Type1288 { get; set; }
///
///
///
- public global::RetellAI.GetConcurrencyResponseStatus2? Type1289 { get; set; }
+ public global::RetellAI.GetConcurrencyResponseStatus? Type1289 { get; set; }
///
///
///
- public global::RetellAI.GetApiKeyInfoResponse? Type1290 { get; set; }
+ public global::RetellAI.GetConcurrencyResponse3? Type1290 { get; set; }
///
///
///
- public global::RetellAI.GetApiKeyInfoResponse2? Type1291 { get; set; }
+ public global::RetellAI.GetConcurrencyResponseStatus2? Type1291 { get; set; }
///
///
///
- public global::RetellAI.GetApiKeyInfoResponseStatus? Type1292 { get; set; }
+ public global::RetellAI.GetApiKeyInfoResponse? Type1292 { get; set; }
///
///
///
- public global::RetellAI.GetApiKeyInfoResponse3? Type1293 { get; set; }
+ public global::RetellAI.GetApiKeyInfoResponse2? Type1293 { get; set; }
///
///
///
- public global::RetellAI.GetApiKeyInfoResponseStatus2? Type1294 { get; set; }
+ public global::RetellAI.GetApiKeyInfoResponseStatus? Type1294 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowComponentResponse? Type1295 { get; set; }
+ public global::RetellAI.GetApiKeyInfoResponse3? Type1295 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowComponentResponseStatus? Type1296 { get; set; }
+ public global::RetellAI.GetApiKeyInfoResponseStatus2? Type1296 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowComponentResponse2? Type1297 { get; set; }
+ public global::RetellAI.GetConversationFlowComponentResponse? Type1297 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowComponentResponseStatus2? Type1298 { get; set; }
+ public global::RetellAI.GetConversationFlowComponentResponseStatus? Type1298 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowComponentResponse3? Type1299 { get; set; }
+ public global::RetellAI.GetConversationFlowComponentResponse2? Type1299 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowComponentResponseStatus3? Type1300 { get; set; }
+ public global::RetellAI.GetConversationFlowComponentResponseStatus2? Type1300 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowComponentResponse4? Type1301 { get; set; }
+ public global::RetellAI.GetConversationFlowComponentResponse3? Type1301 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowComponentResponseStatus4? Type1302 { get; set; }
+ public global::RetellAI.GetConversationFlowComponentResponseStatus3? Type1302 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowResponse? Type1303 { get; set; }
+ public global::RetellAI.GetConversationFlowComponentResponse4? Type1303 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowResponseStatus? Type1304 { get; set; }
+ public global::RetellAI.GetConversationFlowComponentResponseStatus4? Type1304 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowResponse2? Type1305 { get; set; }
+ public global::RetellAI.GetConversationFlowResponse? Type1305 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowResponseStatus2? Type1306 { get; set; }
+ public global::RetellAI.GetConversationFlowResponseStatus? Type1306 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowResponse3? Type1307 { get; set; }
+ public global::RetellAI.GetConversationFlowResponse2? Type1307 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowResponseStatus3? Type1308 { get; set; }
+ public global::RetellAI.GetConversationFlowResponseStatus2? Type1308 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowResponse4? Type1309 { get; set; }
+ public global::RetellAI.GetConversationFlowResponse3? Type1309 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowResponseStatus4? Type1310 { get; set; }
+ public global::RetellAI.GetConversationFlowResponseStatus3? Type1310 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowResponse5? Type1311 { get; set; }
+ public global::RetellAI.GetConversationFlowResponse4? Type1311 { get; set; }
///
///
///
- public global::RetellAI.GetConversationFlowResponseStatus5? Type1312 { get; set; }
+ public global::RetellAI.GetConversationFlowResponseStatus4? Type1312 { get; set; }
///
///
///
- public global::RetellAI.GetKnowledgeBaseResponse? Type1313 { get; set; }
+ public global::RetellAI.GetConversationFlowResponse5? Type1313 { get; set; }
///
///
///
- public global::RetellAI.GetKnowledgeBaseResponseStatus? Type1314 { get; set; }
+ public global::RetellAI.GetConversationFlowResponseStatus5? Type1314 { get; set; }
///
///
///
- public global::RetellAI.GetKnowledgeBaseResponse2? Type1315 { get; set; }
+ public global::RetellAI.GetKnowledgeBaseResponse? Type1315 { get; set; }
///
///
///
- public global::RetellAI.GetKnowledgeBaseResponseStatus2? Type1316 { get; set; }
+ public global::RetellAI.GetKnowledgeBaseResponseStatus? Type1316 { get; set; }
///
///
///
- public global::RetellAI.GetKnowledgeBaseResponse3? Type1317 { get; set; }
+ public global::RetellAI.GetKnowledgeBaseResponse2? Type1317 { get; set; }
///
///
///
- public global::RetellAI.GetKnowledgeBaseResponseStatus3? Type1318 { get; set; }
+ public global::RetellAI.GetKnowledgeBaseResponseStatus2? Type1318 { get; set; }
///
///
///
- public global::RetellAI.GetKnowledgeBaseResponse4? Type1319 { get; set; }
+ public global::RetellAI.GetKnowledgeBaseResponse3? Type1319 { get; set; }
///
///
///
- public global::RetellAI.GetKnowledgeBaseResponseStatus4? Type1320 { get; set; }
+ public global::RetellAI.GetKnowledgeBaseResponseStatus3? Type1320 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1321 { get; set; }
+ public global::RetellAI.GetKnowledgeBaseResponse4? Type1321 { get; set; }
///
///
///
- public global::RetellAI.GetMCPToolsResponse? Type1322 { get; set; }
+ public global::RetellAI.GetKnowledgeBaseResponseStatus4? Type1322 { get; set; }
///
///
///
- public global::RetellAI.GetMCPToolsResponseStatus? Type1323 { get; set; }
+ public global::System.Collections.Generic.IList? Type1323 { get; set; }
///
///
///
- public global::RetellAI.GetMCPToolsResponse2? Type1324 { get; set; }
+ public global::RetellAI.GetMCPToolsResponse? Type1324 { get; set; }
///
///
///
- public global::RetellAI.GetMCPToolsResponseStatus2? Type1325 { get; set; }
+ public global::RetellAI.GetMCPToolsResponseStatus? Type1325 { get; set; }
///
///
///
- public global::RetellAI.GetMCPToolsResponse3? Type1326 { get; set; }
+ public global::RetellAI.GetMCPToolsResponse2? Type1326 { get; set; }
///
///
///
- public global::RetellAI.GetMCPToolsResponseStatus3? Type1327 { get; set; }
+ public global::RetellAI.GetMCPToolsResponseStatus2? Type1327 { get; set; }
///
///
///
- public global::RetellAI.GetMCPToolsResponse4? Type1328 { get; set; }
+ public global::RetellAI.GetMCPToolsResponse3? Type1328 { get; set; }
///
///
///
- public global::RetellAI.GetMCPToolsResponseStatus4? Type1329 { get; set; }
+ public global::RetellAI.GetMCPToolsResponseStatus3? Type1329 { get; set; }
///
///
///
- public global::RetellAI.GetPhoneNumberResponse? Type1330 { get; set; }
+ public global::RetellAI.GetMCPToolsResponse4? Type1330 { get; set; }
///
///
///
- public global::RetellAI.GetPhoneNumberResponseStatus? Type1331 { get; set; }
+ public global::RetellAI.GetMCPToolsResponseStatus4? Type1331 { get; set; }
///
///
///
- public global::RetellAI.GetPhoneNumberResponse2? Type1332 { get; set; }
+ public global::RetellAI.GetPhoneNumberResponse? Type1332 { get; set; }
///
///
///
- public global::RetellAI.GetPhoneNumberResponseStatus2? Type1333 { get; set; }
+ public global::RetellAI.GetPhoneNumberResponseStatus? Type1333 { get; set; }
///
///
///
- public global::RetellAI.GetPhoneNumberResponse3? Type1334 { get; set; }
+ public global::RetellAI.GetPhoneNumberResponse2? Type1334 { get; set; }
///
///
///
- public global::RetellAI.GetPhoneNumberResponseStatus3? Type1335 { get; set; }
+ public global::RetellAI.GetPhoneNumberResponseStatus2? Type1335 { get; set; }
///
///
///
- public global::RetellAI.GetPhoneNumberResponse4? Type1336 { get; set; }
+ public global::RetellAI.GetPhoneNumberResponse3? Type1336 { get; set; }
///
///
///
- public global::RetellAI.GetPhoneNumberResponseStatus4? Type1337 { get; set; }
+ public global::RetellAI.GetPhoneNumberResponseStatus3? Type1337 { get; set; }
///
///
///
- public global::RetellAI.GetRetellLLMResponse? Type1338 { get; set; }
+ public global::RetellAI.GetPhoneNumberResponse4? Type1338 { get; set; }
///
///
///
- public global::RetellAI.GetRetellLLMResponseStatus? Type1339 { get; set; }
+ public global::RetellAI.GetPhoneNumberResponseStatus4? Type1339 { get; set; }
///
///
///
- public global::RetellAI.GetRetellLLMResponse2? Type1340 { get; set; }
+ public global::RetellAI.GetRetellLLMResponse? Type1340 { get; set; }
///
///
///
- public global::RetellAI.GetRetellLLMResponseStatus2? Type1341 { get; set; }
+ public global::RetellAI.GetRetellLLMResponseStatus? Type1341 { get; set; }
///
///
///
- public global::RetellAI.GetRetellLLMResponse3? Type1342 { get; set; }
+ public global::RetellAI.GetRetellLLMResponse2? Type1342 { get; set; }
///
///
///
- public global::RetellAI.GetRetellLLMResponseStatus3? Type1343 { get; set; }
+ public global::RetellAI.GetRetellLLMResponseStatus2? Type1343 { get; set; }
///
///
///
- public global::RetellAI.GetRetellLLMResponse4? Type1344 { get; set; }
+ public global::RetellAI.GetRetellLLMResponse3? Type1344 { get; set; }
///
///
///
- public global::RetellAI.GetRetellLLMResponseStatus4? Type1345 { get; set; }
+ public global::RetellAI.GetRetellLLMResponseStatus3? Type1345 { get; set; }
///
///
///
- public global::RetellAI.GetVoiceResponse? Type1346 { get; set; }
+ public global::RetellAI.GetRetellLLMResponse4? Type1346 { get; set; }
///
///
///
- public global::RetellAI.GetVoiceResponseStatus? Type1347 { get; set; }
+ public global::RetellAI.GetRetellLLMResponseStatus4? Type1347 { get; set; }
///
///
///
- public global::RetellAI.GetVoiceResponse2? Type1348 { get; set; }
+ public global::RetellAI.GetVoiceResponse? Type1348 { get; set; }
///
///
///
- public global::RetellAI.GetVoiceResponseStatus2? Type1349 { get; set; }
+ public global::RetellAI.GetVoiceResponseStatus? Type1349 { get; set; }
///
///
///
- public global::RetellAI.GetVoiceResponse3? Type1350 { get; set; }
+ public global::RetellAI.GetVoiceResponse2? Type1350 { get; set; }
///
///
///
- public global::RetellAI.GetVoiceResponseStatus3? Type1351 { get; set; }
+ public global::RetellAI.GetVoiceResponseStatus2? Type1351 { get; set; }
///
///
///
- public global::RetellAI.GetVoiceResponse4? Type1352 { get; set; }
+ public global::RetellAI.GetVoiceResponse3? Type1352 { get; set; }
///
///
///
- public global::RetellAI.GetVoiceResponseStatus4? Type1353 { get; set; }
+ public global::RetellAI.GetVoiceResponseStatus3? Type1353 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceResponse? Type1354 { get; set; }
+ public global::RetellAI.GetVoiceResponse4? Type1354 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceResponseStatus? Type1355 { get; set; }
+ public global::RetellAI.GetVoiceResponseStatus4? Type1355 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceResponse2? Type1356 { get; set; }
+ public global::RetellAI.CloneVoiceResponse? Type1356 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceResponseStatus2? Type1357 { get; set; }
+ public global::RetellAI.CloneVoiceResponseStatus? Type1357 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceResponse3? Type1358 { get; set; }
+ public global::RetellAI.CloneVoiceResponse2? Type1358 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceResponseStatus3? Type1359 { get; set; }
+ public global::RetellAI.CloneVoiceResponseStatus2? Type1359 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceResponse4? Type1360 { get; set; }
+ public global::RetellAI.CloneVoiceResponse3? Type1360 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceResponseStatus4? Type1361 { get; set; }
+ public global::RetellAI.CloneVoiceResponseStatus3? Type1361 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceResponse5? Type1362 { get; set; }
+ public global::RetellAI.CloneVoiceResponse4? Type1362 { get; set; }
///
///
///
- public global::RetellAI.CloneVoiceResponseStatus5? Type1363 { get; set; }
+ public global::RetellAI.CloneVoiceResponseStatus4? Type1363 { get; set; }
///
///
///
- public global::RetellAI.AddCommunityVoiceResponse? Type1364 { get; set; }
+ public global::RetellAI.CloneVoiceResponse5? Type1364 { get; set; }
///
///
///
- public global::RetellAI.AddCommunityVoiceResponseStatus? Type1365 { get; set; }
+ public global::RetellAI.CloneVoiceResponseStatus5? Type1365 { get; set; }
///
///
///
- public global::RetellAI.AddCommunityVoiceResponse2? Type1366 { get; set; }
+ public global::RetellAI.AddCommunityVoiceResponse? Type1366 { get; set; }
///
///
///
- public global::RetellAI.AddCommunityVoiceResponseStatus2? Type1367 { get; set; }
+ public global::RetellAI.AddCommunityVoiceResponseStatus? Type1367 { get; set; }
///
///
///
- public global::RetellAI.AddCommunityVoiceResponse3? Type1368 { get; set; }
+ public global::RetellAI.AddCommunityVoiceResponse2? Type1368 { get; set; }
///
///
///
- public global::RetellAI.AddCommunityVoiceResponseStatus3? Type1369 { get; set; }
+ public global::RetellAI.AddCommunityVoiceResponseStatus2? Type1369 { get; set; }
///
///
///
- public global::RetellAI.AddCommunityVoiceResponse4? Type1370 { get; set; }
+ public global::RetellAI.AddCommunityVoiceResponse3? Type1370 { get; set; }
///
///
///
- public global::RetellAI.AddCommunityVoiceResponseStatus4? Type1371 { get; set; }
+ public global::RetellAI.AddCommunityVoiceResponseStatus3? Type1371 { get; set; }
///
///
///
- public global::RetellAI.SearchCommunityVoiceResponse? Type1372 { get; set; }
+ public global::RetellAI.AddCommunityVoiceResponse4? Type1372 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1373 { get; set; }
+ public global::RetellAI.AddCommunityVoiceResponseStatus4? Type1373 { get; set; }
///
///
///
- public global::RetellAI.SearchCommunityVoiceResponseVoice? Type1374 { get; set; }
+ public global::RetellAI.SearchCommunityVoiceResponse? Type1374 { get; set; }
///
///
///
- public global::RetellAI.SearchCommunityVoiceResponse2? Type1375 { get; set; }
+ public global::System.Collections.Generic.IList? Type1375 { get; set; }
///
///
///
- public global::RetellAI.SearchCommunityVoiceResponseStatus? Type1376 { get; set; }
+ public global::RetellAI.SearchCommunityVoiceResponseVoice? Type1376 { get; set; }
///
///
///
- public global::RetellAI.SearchCommunityVoiceResponse3? Type1377 { get; set; }
+ public global::RetellAI.SearchCommunityVoiceResponse2? Type1377 { get; set; }
///
///
///
- public global::RetellAI.SearchCommunityVoiceResponseStatus2? Type1378 { get; set; }
+ public global::RetellAI.SearchCommunityVoiceResponseStatus? Type1378 { get; set; }
///
///
///
- public global::RetellAI.SearchCommunityVoiceResponse4? Type1379 { get; set; }
+ public global::RetellAI.SearchCommunityVoiceResponse3? Type1379 { get; set; }
///
///
///
- public global::RetellAI.SearchCommunityVoiceResponseStatus3? Type1380 { get; set; }
+ public global::RetellAI.SearchCommunityVoiceResponseStatus2? Type1380 { get; set; }
///
///
///
- public global::RetellAI.SearchCommunityVoiceResponse5? Type1381 { get; set; }
+ public global::RetellAI.SearchCommunityVoiceResponse4? Type1381 { get; set; }
///
///
///
- public global::RetellAI.SearchCommunityVoiceResponseStatus4? Type1382 { get; set; }
+ public global::RetellAI.SearchCommunityVoiceResponseStatus3? Type1382 { get; set; }
///
///
///
- public global::RetellAI.ImportPhoneNumberResponse? Type1383 { get; set; }
+ public global::RetellAI.SearchCommunityVoiceResponse5? Type1383 { get; set; }
///
///
///
- public global::RetellAI.ImportPhoneNumberResponseStatus? Type1384 { get; set; }
+ public global::RetellAI.SearchCommunityVoiceResponseStatus4? Type1384 { get; set; }
///
///
///
- public global::RetellAI.ImportPhoneNumberResponse2? Type1385 { get; set; }
+ public global::RetellAI.ImportPhoneNumberResponse? Type1385 { get; set; }
///
///
///
- public global::RetellAI.ImportPhoneNumberResponseStatus2? Type1386 { get; set; }
+ public global::RetellAI.ImportPhoneNumberResponseStatus? Type1386 { get; set; }
///
///
///
- public global::RetellAI.ImportPhoneNumberResponse3? Type1387 { get; set; }
+ public global::RetellAI.ImportPhoneNumberResponse2? Type1387 { get; set; }
///
///
///
- public global::RetellAI.ImportPhoneNumberResponseStatus3? Type1388 { get; set; }
+ public global::RetellAI.ImportPhoneNumberResponseStatus2? Type1388 { get; set; }
///
///
///
- public global::RetellAI.AllOf? Type1389 { get; set; }
+ public global::RetellAI.ImportPhoneNumberResponse3? Type1389 { get; set; }
///
///
///
- public global::RetellAI.ListAgentsResponse2? Type1390 { get; set; }
+ public global::RetellAI.ImportPhoneNumberResponseStatus3? Type1390 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1391 { get; set; }
+ public global::RetellAI.AllOf? Type1391 { get; set; }
///