Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ partial void ProcessAddCommunityVoiceResponseContent(
string? publicUserId = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.AddCommunityVoiceRequest
{
VoiceProvider = voiceProvider,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ partial void ProcessAddKnowledgeBaseSourcesResponseContent(
global::System.Collections.Generic.IList<string>? knowledgeBaseUrls = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.KnowledgeBaseAddSourcesRequest
{
KnowledgeBaseTexts = knowledgeBaseTexts,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ partial void ProcessCloneVoiceResponseContent(
global::RetellAI.CloneVoiceRequestVoiceProvider voiceProvider,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.CloneVoiceRequest
{
Files = files,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ partial void ProcessCreateAgentResponseContent(
public async global::System.Threading.Tasks.Task<global::RetellAI.AgentResponse> CreateAgentAsync(
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.AllOf<global::RetellAI.AgentRequest, object>
{
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ partial void ProcessCreateBatchCallResponseContent(
global::RetellAI.CallTimeWindow? callTimeWindow = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.CreateBatchCallRequest
{
Name = name,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ partial void ProcessCreateBatchTestResponseContent(
global::RetellAI.RetellResponseEngine responseEngine,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.CreateBatchTestRequest
{
TestCaseDefinitionIds = testCaseDefinitionIds,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ partial void ProcessCreateChatResponseContent(
object? retellLlmDynamicVariables = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.CreateChatRequest
{
AgentId = agentId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ partial void ProcessCreateChatAgentResponseContent(
public async global::System.Threading.Tasks.Task<global::RetellAI.ChatAgentResponse> CreateChatAgentAsync(
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.AllOf<global::RetellAI.ChatAgentRequest, object>
{
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ partial void ProcessCreateChatCompletionResponseContent(
string content,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.CreateChatCompletionRequest
{
ChatId = chatId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ partial void ProcessCreateConversationFlowResponseContent(
public async global::System.Threading.Tasks.Task<global::RetellAI.ConversationFlowResponse> CreateConversationFlowAsync(
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.CreateConversationFlowRequest
{
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ partial void ProcessCreateConversationFlowComponentResponseContent(
public async global::System.Threading.Tasks.Task<global::RetellAI.ConversationFlowComponentResponse> CreateConversationFlowComponentAsync(
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.CreateConversationFlowComponentRequest
{
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ partial void ProcessCreateKnowledgeBaseResponseContent(
int? minChunkSize = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.KnowledgeBaseRequest
{
KnowledgeBaseName = knowledgeBaseName,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ partial void ProcessCreatePhoneCallResponseContent(
bool? ignoreE164Validation = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.CreatePhoneCallRequest
{
FromNumber = fromNumber,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ partial void ProcessCreatePhoneNumberResponseContent(
string? fallbackNumber = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.CreatePhoneNumberRequest
{
InboundAgents = inboundAgents,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ partial void ProcessCreateRetellLLMResponseContent(
public async global::System.Threading.Tasks.Task<global::RetellAI.RetellLLMResponse> CreateRetellLLMAsync(
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.RetellLlmRequest
{
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ partial void ProcessCreateSmsChatResponseContent(
object? retellLlmDynamicVariables = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.CreateSmsChatRequest
{
FromNumber = fromNumber,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ partial void ProcessCreateTestCaseDefinitionResponseContent(
public async global::System.Threading.Tasks.Task<global::RetellAI.TestCaseDefinition> CreateTestCaseDefinitionAsync(
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.AllOf<global::RetellAI.TestCaseDefinitionInput, object>
{
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ partial void ProcessCreateWebCallResponseContent(
string? currentState = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.CreateWebCallRequest
{
AgentId = agentId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ partial void ProcessImportPhoneNumberResponseContent(
string? transport = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.ImportPhoneNumberRequest
{
PhoneNumber = phoneNumber,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ partial void ProcessListCallsResponseContent(
string? paginationKey = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.ListCallsRequest
{
FilterCriteria = filterCriteria,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@ partial void ProcessRegisterPhoneCallResponseContent(
object? retellLlmDynamicVariables = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.RegisterPhoneCallRequest
{
AgentId = agentId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ partial void ProcessSearchCommunityVoiceResponseContent(
global::RetellAI.SearchCommunityVoiceRequestVoiceProvider? voiceProvider = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.SearchCommunityVoiceRequest
{
VoiceProvider = voiceProvider,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,6 @@ partial void ProcessUpdateAgentResponseContent(
bool? isPublic = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.AgentRequest
{
ResponseEngine = responseEngine,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ partial void ProcessUpdateCallMetadataResponseContent(
object? customAttributes = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.UpdateCallMetadataRequest
{
Metadata = metadata,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ partial void ProcessUpdateChatAgentResponseContent(
bool? isPublic = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.ChatAgentRequest
{
ResponseEngine = responseEngine,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ partial void ProcessUpdateChatMetadataResponseContent(
object? customAttributes = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.UpdateChatMetadataRequest
{
Metadata = metadata,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ partial void ProcessUpdateConversationFlowResponseContent(
int? version = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.ConversationFlow
{
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ partial void ProcessUpdateConversationFlowComponentResponseContent(
global::RetellAI.ConversationFlowComponentBeginTagDisplayPosition? beginTagDisplayPosition = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.ConversationFlowComponent
{
Name = name,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ partial void ProcessUpdatePhoneNumberResponseContent(
string? fallbackNumber = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.UpdatePhoneNumberRequest
{
OutboundAgentVersion = outboundAgentVersion,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ partial void ProcessUpdateRetellLLMResponseContent(
int? version = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.RetellLlmRequest
{
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ partial void ProcessUpdateTestCaseDefinitionResponseContent(
global::RetellAI.LLMModel? llmModel = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::RetellAI.TestCaseDefinitionInput
{
Name = name,
Expand Down