Skip to content

Commit

Permalink
215.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Sep 14, 2024
1 parent b29cd91 commit 0192289
Show file tree
Hide file tree
Showing 4,761 changed files with 39,156 additions and 40,053 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
title: Platform API Client SDK - .NET
---
[![NuGet Badge](https://buildstats.info/nuget/PureCloudPlatform.Client.V2)](https://www.nuget.org/packages/PureCloudPlatform.Client.V2/)
Platform API Client SDK - .NET

[![NuGet Badge](https://img.shields.io/nuget/v/PureCloudPlatform.Client.V2)](https://www.nuget.org/packages/PureCloudPlatform.Client.V2/)
[![Release Notes Badge](https://developer-content.genesys.cloud/images/sdk-release-notes.png)](https://github.com/MyPureCloud/platform-client-sdk-dotnet/blob/master/releaseNotes.md)

Documentation can be found at [https://developer.genesys.cloud/devapps/sdk/docexplorer/pureclouddotnet/](https://developer.genesys.cloud/devapps/sdk/docexplorer/pureclouddotnet/)
Documentation can be found at https://mypurecloud.github.io/platform-client-sdk-dotnet/

Documentation version PureCloudPlatform.Client.V2 215.1.0

## Install Using nuget

Expand All @@ -18,9 +19,9 @@ Package info can be found at [https://www.nuget.org/packages/PureCloudPlatform.C

**Warning:** This library is generated using the Genesys Cloud public API swagger definition. Function parameter ordering can change without notice and cause breaking changes. To avoid this, it is recommended to use [named arguments](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/named-and-optional-arguments#named-arguments) when making API requests.

## Preview API's
## Preview APIs

**Warning:** Preview API's are included in this SDK. These resources are subject to both breaking and non-breaking changes at any time without notice. This includes, but is not limited to, changing resource names, paths, contracts, documentation, and removing resources entirely. For a full list of the preview API's see [here](https://developer.genesys.cloud/platform/preview-apis)
**Warning:** Preview APIs are included in this SDK. These resources are subject to both breaking and non-breaking changes at any time without notice. This includes, but is not limited to, changing resource names, paths, contracts, documentation, and removing resources entirely. For a full list of the preview APIs see [here](https://developer.genesys.cloud/platform/preview-apis)

### Referencing the Library

Expand Down
14 changes: 14 additions & 0 deletions build/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ docs/AttributeDetailEventTopicCommunication.md
docs/AttributeFilterItem.md
docs/AtzmTimeSlot.md
docs/AtzmTimeSlotWithTimeZone.md
docs/AudioConnectorIntegration.md
docs/AudioConnectorIntegrationEntityListing.md
docs/AudioState.md
docs/AudioUpdatedEvent.md
docs/AuditApi.json
Expand Down Expand Up @@ -933,6 +935,7 @@ docs/ConversationContentLocation.md
docs/ConversationContentNotificationTemplate.md
docs/ConversationContentQuickReply.md
docs/ConversationContentQuickReplyV2.md
docs/ConversationContentReaction.md
docs/ConversationContentStory.md
docs/ConversationContentText.md
docs/ConversationDeletionProtectionQuery.md
Expand All @@ -959,6 +962,9 @@ docs/ConversationEmailEventTopicUriReference.md
docs/ConversationEmailEventTopicWrapup.md
docs/ConversationEncryptionConfiguration.md
docs/ConversationEncryptionConfigurationListing.md
docs/ConversationEnrichment.md
docs/ConversationEnrichmentLanguage.md
docs/ConversationEnrichmentSentimentV2.md
docs/ConversationEntityListing.md
docs/ConversationEventCoBrowse.md
docs/ConversationEventPresence.md
Expand Down Expand Up @@ -2723,6 +2729,8 @@ docs/GetIntegrationsClientappsUnifiedcommunications-example.txt
docs/GetIntegrationsCredential-example.txt
docs/GetIntegrationsCredentials-example.txt
docs/GetIntegrationsCredentialsTypes-example.txt
docs/GetIntegrationsSpeechAudioconnector-example.txt
docs/GetIntegrationsSpeechAudioconnectorIntegrationId-example.txt
docs/GetIntegrationsSpeechDialogflowAgent-example.txt
docs/GetIntegrationsSpeechDialogflowAgents-example.txt
docs/GetIntegrationsSpeechDialogflowcxAgent-example.txt
Expand Down Expand Up @@ -7815,6 +7823,8 @@ src/PureCloudPlatform.Client.V2/Model/AttributeDetailEventTopicCommunication.cs
src/PureCloudPlatform.Client.V2/Model/AttributeFilterItem.cs
src/PureCloudPlatform.Client.V2/Model/AtzmTimeSlot.cs
src/PureCloudPlatform.Client.V2/Model/AtzmTimeSlotWithTimeZone.cs
src/PureCloudPlatform.Client.V2/Model/AudioConnectorIntegration.cs
src/PureCloudPlatform.Client.V2/Model/AudioConnectorIntegrationEntityListing.cs
src/PureCloudPlatform.Client.V2/Model/AudioState.cs
src/PureCloudPlatform.Client.V2/Model/AudioUpdatedEvent.cs
src/PureCloudPlatform.Client.V2/Model/AuditLogMessage.cs
Expand Down Expand Up @@ -8409,6 +8419,7 @@ src/PureCloudPlatform.Client.V2/Model/ConversationContentLocation.cs
src/PureCloudPlatform.Client.V2/Model/ConversationContentNotificationTemplate.cs
src/PureCloudPlatform.Client.V2/Model/ConversationContentQuickReply.cs
src/PureCloudPlatform.Client.V2/Model/ConversationContentQuickReplyV2.cs
src/PureCloudPlatform.Client.V2/Model/ConversationContentReaction.cs
src/PureCloudPlatform.Client.V2/Model/ConversationContentStory.cs
src/PureCloudPlatform.Client.V2/Model/ConversationContentText.cs
src/PureCloudPlatform.Client.V2/Model/ConversationDeletionProtectionQuery.cs
Expand All @@ -8435,6 +8446,9 @@ src/PureCloudPlatform.Client.V2/Model/ConversationEmailEventTopicUriReference.cs
src/PureCloudPlatform.Client.V2/Model/ConversationEmailEventTopicWrapup.cs
src/PureCloudPlatform.Client.V2/Model/ConversationEncryptionConfiguration.cs
src/PureCloudPlatform.Client.V2/Model/ConversationEncryptionConfigurationListing.cs
src/PureCloudPlatform.Client.V2/Model/ConversationEnrichment.cs
src/PureCloudPlatform.Client.V2/Model/ConversationEnrichmentLanguage.cs
src/PureCloudPlatform.Client.V2/Model/ConversationEnrichmentSentimentV2.cs
src/PureCloudPlatform.Client.V2/Model/ConversationEntityListing.cs
src/PureCloudPlatform.Client.V2/Model/ConversationEventCoBrowse.cs
src/PureCloudPlatform.Client.V2/Model/ConversationEventPresence.cs
Expand Down
33 changes: 33 additions & 0 deletions build/APIData.json
Original file line number Diff line number Diff line change
Expand Up @@ -18164,6 +18164,39 @@
"return": "CredentialTypeListing",
"example": "using System;\nusing System.Diagnostics;\nusing PureCloudPlatform.Client.V2.Api;\nusing PureCloudPlatform.Client.V2.Client;\nusing PureCloudPlatform.Client.V2.Model;\nusing PureCloudPlatform.Client.V2.Extensions;\n\nnamespace Example\n{\n public class GetIntegrationsCredentialsTypesExample\n {\n static void Main(string[] args)\n { \n PureCloudRegionHosts region = PureCloudRegionHosts.us_east_1; // Genesys Cloud region\n Configuration.Default.ApiClient.setBasePath(region);\n \n // Configure OAuth2 access token for authorization: PureCloud OAuth\n // The following example is using the Client Credentials Grant\n var accessTokenInfo = Configuration.Default.ApiClient.PostToken(\"your_client_credential_grant_id\", \"your_client_credential_grant_secret\");\n\n var apiInstance = new IntegrationsApi();\n\n try\n { \n // List all credential types\n CredentialTypeListing result = apiInstance.GetIntegrationsCredentialsTypes();\n Debug.WriteLine(result);\n }\n catch (Exception e)\n {\n Debug.Print(\"Exception when calling Integrations.GetIntegrationsCredentialsTypes: \" + e.Message );\n }\n }\n }\n}"
},
"getintegrationsspeechaudioconnector": {
"operationId": "getintegrationsspeechaudioconnector",
"functionName": "GetIntegrationsSpeechAudioconnector",
"signature": "GetIntegrationsSpeechAudioconnector(pageNumber, pageSize)",
"parameters": [
{
"name": "pageNumber",
"type": "int?",
"required": "false"
},
{
"name": "pageSize",
"type": "int?",
"required": "false"
}
],
"return": "AudioConnectorIntegrationEntityListing",
"example": "using System;\nusing System.Diagnostics;\nusing PureCloudPlatform.Client.V2.Api;\nusing PureCloudPlatform.Client.V2.Client;\nusing PureCloudPlatform.Client.V2.Model;\nusing PureCloudPlatform.Client.V2.Extensions;\n\nnamespace Example\n{\n public class GetIntegrationsSpeechAudioconnectorExample\n {\n static void Main(string[] args)\n { \n PureCloudRegionHosts region = PureCloudRegionHosts.us_east_1; // Genesys Cloud region\n Configuration.Default.ApiClient.setBasePath(region);\n \n // Configure OAuth2 access token for authorization: PureCloud OAuth\n // The following example is using the Client Credentials Grant\n var accessTokenInfo = Configuration.Default.ApiClient.PostToken(\"your_client_credential_grant_id\", \"your_client_credential_grant_secret\");\n\n var apiInstance = new IntegrationsApi();\n var pageNumber = 56; // int? | Page number (optional) (default to 1)\n var pageSize = 56; // int? | Page size (optional) (default to 25)\n\n try\n { \n // Get a list of Audio Connector integrations\n AudioConnectorIntegrationEntityListing result = apiInstance.GetIntegrationsSpeechAudioconnector(pageNumber, pageSize);\n Debug.WriteLine(result);\n }\n catch (Exception e)\n {\n Debug.Print(\"Exception when calling Integrations.GetIntegrationsSpeechAudioconnector: \" + e.Message );\n }\n }\n }\n}"
},
"getintegrationsspeechaudioconnectorintegrationid": {
"operationId": "getintegrationsspeechaudioconnectorintegrationid",
"functionName": "GetIntegrationsSpeechAudioconnectorIntegrationId",
"signature": "GetIntegrationsSpeechAudioconnectorIntegrationId(integrationId)",
"parameters": [
{
"name": "integrationId",
"type": "string",
"required": "true"
}
],
"return": "AudioConnectorIntegration",
"example": "using System;\nusing System.Diagnostics;\nusing PureCloudPlatform.Client.V2.Api;\nusing PureCloudPlatform.Client.V2.Client;\nusing PureCloudPlatform.Client.V2.Model;\nusing PureCloudPlatform.Client.V2.Extensions;\n\nnamespace Example\n{\n public class GetIntegrationsSpeechAudioconnectorIntegrationIdExample\n {\n static void Main(string[] args)\n { \n PureCloudRegionHosts region = PureCloudRegionHosts.us_east_1; // Genesys Cloud region\n Configuration.Default.ApiClient.setBasePath(region);\n \n // Configure OAuth2 access token for authorization: PureCloud OAuth\n // The following example is using the Client Credentials Grant\n var accessTokenInfo = Configuration.Default.ApiClient.PostToken(\"your_client_credential_grant_id\", \"your_client_credential_grant_secret\");\n\n var apiInstance = new IntegrationsApi();\n var integrationId = \"integrationId_example\"; // string | The integration ID\n\n try\n { \n // Get an Audio Connector integration\n AudioConnectorIntegration result = apiInstance.GetIntegrationsSpeechAudioconnectorIntegrationId(integrationId);\n Debug.WriteLine(result);\n }\n catch (Exception e)\n {\n Debug.Print(\"Exception when calling Integrations.GetIntegrationsSpeechAudioconnectorIntegrationId: \" + e.Message );\n }\n }\n }\n}"
},
"getintegrationsspeechdialogflowagent": {
"operationId": "getintegrationsspeechdialogflowagent",
"functionName": "GetIntegrationsSpeechDialogflowAgent",
Expand Down
10 changes: 5 additions & 5 deletions build/PureCloudPlatform.Client.V2.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 16.0.07703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PureCloudPlatform.Client.V2", "src\PureCloudPlatform.Client.V2\PureCloudPlatform.Client.V2.csproj", "{42A764B4-32C4-4EB5-AEE7-E66823FA88D9}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PureCloudPlatform.Client.V2", "src\PureCloudPlatform.Client.V2\PureCloudPlatform.Client.V2.csproj", "{A54D2D60-EE9B-4ADD-A11A-9246874FEFC1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PureCloudPlatform.Client.V2.Tests", "src\PureCloudPlatform.Client.V2.Tests\PureCloudPlatform.Client.V2.Tests.csproj", "{C75E717C-8754-49FE-82D5-B6689AE341A1}"
EndProject
Expand All @@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{42A764B4-32C4-4EB5-AEE7-E66823FA88D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42A764B4-32C4-4EB5-AEE7-E66823FA88D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42A764B4-32C4-4EB5-AEE7-E66823FA88D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42A764B4-32C4-4EB5-AEE7-E66823FA88D9}.Release|Any CPU.Build.0 = Release|Any CPU
{A54D2D60-EE9B-4ADD-A11A-9246874FEFC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A54D2D60-EE9B-4ADD-A11A-9246874FEFC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A54D2D60-EE9B-4ADD-A11A-9246874FEFC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A54D2D60-EE9B-4ADD-A11A-9246874FEFC1}.Release|Any CPU.Build.0 = Release|Any CPU
{C75E717C-8754-49FE-82D5-B6689AE341A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C75E717C-8754-49FE-82D5-B6689AE341A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C75E717C-8754-49FE-82D5-B6689AE341A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
15 changes: 8 additions & 7 deletions build/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
title: Platform API Client SDK - .NET
---
[![NuGet Badge](https://buildstats.info/nuget/PureCloudPlatform.Client.V2)](https://www.nuget.org/packages/PureCloudPlatform.Client.V2/)
Platform API Client SDK - .NET

[![NuGet Badge](https://img.shields.io/nuget/v/PureCloudPlatform.Client.V2)](https://www.nuget.org/packages/PureCloudPlatform.Client.V2/)
[![Release Notes Badge](https://developer-content.genesys.cloud/images/sdk-release-notes.png)](https://github.com/MyPureCloud/platform-client-sdk-dotnet/blob/master/releaseNotes.md)

Documentation can be found at [https://developer.genesys.cloud/devapps/sdk/docexplorer/pureclouddotnet/](https://developer.genesys.cloud/devapps/sdk/docexplorer/pureclouddotnet/)
Documentation can be found at https://mypurecloud.github.io/platform-client-sdk-dotnet/

Documentation version PureCloudPlatform.Client.V2 215.1.0

## Install Using nuget

Expand All @@ -18,9 +19,9 @@ Package info can be found at [https://www.nuget.org/packages/PureCloudPlatform.C

**Warning:** This library is generated using the Genesys Cloud public API swagger definition. Function parameter ordering can change without notice and cause breaking changes. To avoid this, it is recommended to use [named arguments](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/named-and-optional-arguments#named-arguments) when making API requests.

## Preview API's
## Preview APIs

**Warning:** Preview API's are included in this SDK. These resources are subject to both breaking and non-breaking changes at any time without notice. This includes, but is not limited to, changing resource names, paths, contracts, documentation, and removing resources entirely. For a full list of the preview API's see [here](https://developer.genesys.cloud/platform/preview-apis)
**Warning:** Preview APIs are included in this SDK. These resources are subject to both breaking and non-breaking changes at any time without notice. This includes, but is not limited to, changing resource names, paths, contracts, documentation, and removing resources entirely. For a full list of the preview APIs see [here](https://developer.genesys.cloud/platform/preview-apis)

### Referencing the Library

Expand Down
Loading

0 comments on commit 0192289

Please sign in to comment.