diff --git a/src/libs/Inworld/Generated/Inworld.InworldClient.g.cs b/src/libs/Inworld/Generated/Inworld.InworldClient.g.cs index b2705b9..e94e17d 100644 --- a/src/libs/Inworld/Generated/Inworld.InworldClient.g.cs +++ b/src/libs/Inworld/Generated/Inworld.InworldClient.g.cs @@ -111,6 +111,27 @@ public InworldClient( { } + /// + /// Creates a new instance of the InworldClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public InworldClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Inworld.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the InworldClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Inworld/Generated/Inworld.ModelsClient.g.cs b/src/libs/Inworld/Generated/Inworld.ModelsClient.g.cs index 7feb715..f714d23 100644 --- a/src/libs/Inworld/Generated/Inworld.ModelsClient.g.cs +++ b/src/libs/Inworld/Generated/Inworld.ModelsClient.g.cs @@ -62,6 +62,27 @@ public ModelsClient( { } + /// + /// Creates a new instance of the ModelsClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public ModelsClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Inworld.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the ModelsClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Inworld/Generated/Inworld.SpeechToTextClient.g.cs b/src/libs/Inworld/Generated/Inworld.SpeechToTextClient.g.cs index 85ee4e8..4d87bdf 100644 --- a/src/libs/Inworld/Generated/Inworld.SpeechToTextClient.g.cs +++ b/src/libs/Inworld/Generated/Inworld.SpeechToTextClient.g.cs @@ -62,6 +62,27 @@ public SpeechToTextClient( { } + /// + /// Creates a new instance of the SpeechToTextClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public SpeechToTextClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Inworld.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the SpeechToTextClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Inworld/Generated/Inworld.TextToSpeechClient.g.cs b/src/libs/Inworld/Generated/Inworld.TextToSpeechClient.g.cs index 1e65979..f3d5a87 100644 --- a/src/libs/Inworld/Generated/Inworld.TextToSpeechClient.g.cs +++ b/src/libs/Inworld/Generated/Inworld.TextToSpeechClient.g.cs @@ -62,6 +62,27 @@ public TextToSpeechClient( { } + /// + /// Creates a new instance of the TextToSpeechClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public TextToSpeechClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Inworld.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the TextToSpeechClient. /// If no httpClient is provided, a new one will be created. diff --git a/src/libs/Inworld/Generated/Inworld.VoicesClient.g.cs b/src/libs/Inworld/Generated/Inworld.VoicesClient.g.cs index 3bd9969..a31496d 100644 --- a/src/libs/Inworld/Generated/Inworld.VoicesClient.g.cs +++ b/src/libs/Inworld/Generated/Inworld.VoicesClient.g.cs @@ -62,6 +62,27 @@ public VoicesClient( { } + /// + /// Creates a new instance of the VoicesClient with explicit options but no base URL override. + /// Skips passing baseUri so the default base URL from the OpenAPI spec applies. + /// + /// The HttpClient instance. If not provided, a new one will be created. + /// The authorizations to use for the requests. + /// Client-wide request defaults such as headers, query parameters, retries, and timeout. + /// Dispose the HttpClient when the instance is disposed. True by default. + public VoicesClient( + global::System.Net.Http.HttpClient? httpClient, + global::System.Collections.Generic.List? authorizations, + global::Inworld.AutoSDKClientOptions? options, + bool disposeHttpClient = true) : this( + httpClient, + baseUri: null, + authorizations, + options, + disposeHttpClient: disposeHttpClient) + { + } + /// /// Creates a new instance of the VoicesClient. /// If no httpClient is provided, a new one will be created.