Skip to content

Commit

Permalink
136.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Jul 16, 2024
1 parent e8ffbb3 commit 374ac6a
Show file tree
Hide file tree
Showing 242 changed files with 3,627 additions and 4,321 deletions.
10 changes: 5 additions & 5 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -2499,7 +2499,7 @@ docs/PutQualityCalibration-example.txt
docs/PutQualityConversationEvaluation-example.txt
docs/PutQualityForm-example.txt
docs/PutQualityFormsEvaluation-example.txt
docs/PutQualityFormsEvaluationPredictivescoringSettings-example.txt
docs/PutQualityFormsEvaluationAiscoringSettings-example.txt
docs/PutQualityFormsSurvey-example.txt
docs/PutQualitySurveysScorable-example.txt
docs/PutRecordingCrossplatformMediaretentionpolicy-example.txt
Expand Down Expand Up @@ -2755,6 +2755,10 @@ platformclientv2/aggregateviewdata.go
platformclientv2/aggregationrange.go
platformclientv2/aggregationresult.go
platformclientv2/aggregationresultentry.go
platformclientv2/aianswer.go
platformclientv2/aiscoring.go
platformclientv2/aiscoringsetting.go
platformclientv2/aiscoringsettings.go
platformclientv2/alertingapi.go
platformclientv2/alertingunreadstatus.go
platformclientv2/alertlisting.go
Expand Down Expand Up @@ -5488,12 +5492,8 @@ platformclientv2/postoutputcontract.go
platformclientv2/posttextmessage.go
platformclientv2/posttextrequest.go
platformclientv2/posttextresponse.go
platformclientv2/predictedanswer.go
platformclientv2/predictedscoring.go
platformclientv2/predictionresults.go
platformclientv2/predictiverouting.go
platformclientv2/predictivescoringsetting.go
platformclientv2/predictivescoringsettings.go
platformclientv2/predictor.go
platformclientv2/predictorlisting.go
platformclientv2/predictormodel.go
Expand Down
14 changes: 7 additions & 7 deletions APIData.json
Original file line number Diff line number Diff line change
Expand Up @@ -31236,10 +31236,10 @@
"return": "Evaluationformresponse",
"example": "config := platformclientv2.GetDefaultConfiguration()\nconfig.BasePath = \"\" // expected format: https://api.mypurecloud.com\nconfig.AccessToken = \"your_access_token\" // or use AuthorizeClientCredentials(...), AuthorizeCodeGrant(...) or AuthorizePKCEGrant(...)\n\napiInstance := platformclientv2.NewQualityApiWithConfig(config)\n\nvar formId string // Form ID\nvar body platformclientv2.Evaluationform // Evaluation form\n// Update an evaluation form.\ndata, response, err := apiInstance.PutQualityFormsEvaluation(formId, body)\nif err != nil {\n\tfmt.Printf(\"Error calling PutQualityFormsEvaluation: %v\\n\", err)\n} else {\n\tfmt.Printf(\"Response:\\n Success: %v\\n Status code: %v\\n Correlation ID: %v\\n Body: %v\\n\", response.IsSuccess, response.StatusCode, response.CorrelationID, data.String())\n}"
},
"putqualityformsevaluationpredictivescoringsettings": {
"operationId": "putqualityformsevaluationpredictivescoringsettings",
"functionName": "PutQualityFormsEvaluationPredictivescoringSettings",
"signature": "PutQualityFormsEvaluationPredictivescoringSettings(formId, body)",
"putqualityformsevaluationaiscoringsettings": {
"operationId": "putqualityformsevaluationaiscoringsettings",
"functionName": "PutQualityFormsEvaluationAiscoringSettings",
"signature": "PutQualityFormsEvaluationAiscoringSettings(formId, body)",
"parameters": [
{
"name": "formId",
Expand All @@ -31248,12 +31248,12 @@
},
{
"name": "body",
"type": "Predictivescoringsettings",
"type": "Aiscoringsettings",
"required": "true"
}
],
"return": "Predictivescoringsettings",
"example": "config := platformclientv2.GetDefaultConfiguration()\nconfig.BasePath = \"\" // expected format: https://api.mypurecloud.com\nconfig.AccessToken = \"your_access_token\" // or use AuthorizeClientCredentials(...), AuthorizeCodeGrant(...) or AuthorizePKCEGrant(...)\n\napiInstance := platformclientv2.NewQualityApiWithConfig(config)\n\nvar formId string // Form ID\nvar body platformclientv2.Predictivescoringsettings // Predictive Scoring Settings\n// Update the Predictive Scoring settings of an evaluation form.\ndata, response, err := apiInstance.PutQualityFormsEvaluationPredictivescoringSettings(formId, body)\nif err != nil {\n\tfmt.Printf(\"Error calling PutQualityFormsEvaluationPredictivescoringSettings: %v\\n\", err)\n} else {\n\tfmt.Printf(\"Response:\\n Success: %v\\n Status code: %v\\n Correlation ID: %v\\n Body: %v\\n\", response.IsSuccess, response.StatusCode, response.CorrelationID, data.String())\n}"
"return": "Aiscoringsettings",
"example": "config := platformclientv2.GetDefaultConfiguration()\nconfig.BasePath = \"\" // expected format: https://api.mypurecloud.com\nconfig.AccessToken = \"your_access_token\" // or use AuthorizeClientCredentials(...), AuthorizeCodeGrant(...) or AuthorizePKCEGrant(...)\n\napiInstance := platformclientv2.NewQualityApiWithConfig(config)\n\nvar formId string // Form ID\nvar body platformclientv2.Aiscoringsettings // AI Scoring Settings\n// Update the AI Scoring settings of an evaluation form.\ndata, response, err := apiInstance.PutQualityFormsEvaluationAiscoringSettings(formId, body)\nif err != nil {\n\tfmt.Printf(\"Error calling PutQualityFormsEvaluationAiscoringSettings: %v\\n\", err)\n} else {\n\tfmt.Printf(\"Response:\\n Success: %v\\n Status code: %v\\n Correlation ID: %v\\n Body: %v\\n\", response.IsSuccess, response.StatusCode, response.CorrelationID, data.String())\n}"
},
"putqualityformssurvey": {
"operationId": "putqualityformssurvey",
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Platform API Client SDK - Go

A Go package to interface with the Genesys Cloud Platform API. View the documentation on the [pkg.go.dev](https://pkg.go.dev/github.com/MyPureCloud/platform-client-sdk-go). Browse the source code on [Github](https://github.com/MyPureCloud/platform-client-sdk-go).

Latest version: 135.0.0 [![GitHub release](https://img.shields.io/github/release/mypurecloud/platform-client-sdk-go.svg)](https://github.com/MyPureCloud/platform-client-sdk-go)
Latest version: 136.0.0 [![GitHub release](https://img.shields.io/github/release/mypurecloud/platform-client-sdk-go.svg)](https://github.com/MyPureCloud/platform-client-sdk-go)
[![Release Notes Badge](https://developer-content.genesys.cloud/images/sdk-release-notes.png)](https://github.com/MyPureCloud/platform-client-sdk-go/blob/master/releaseNotes.md)

## Golang Version Dependency
Expand All @@ -22,7 +22,7 @@ Some macOS users encounter the error "argument list too long" when building or i
Retrieve the package from https://github.com/MyPureCloud/platform-client-sdk-go using `go get`:

```go
go get github.com/mypurecloud/platform-client-sdk-go/v135/platformclientv2
go get github.com/mypurecloud/platform-client-sdk-go/v136/platformclientv2
```

## Using the SDK
Expand All @@ -31,7 +31,7 @@ go get github.com/mypurecloud/platform-client-sdk-go/v135/platformclientv2

```go
import (
"github.com/mypurecloud/platform-client-sdk-go/v135/platformclientv2"
"github.com/mypurecloud/platform-client-sdk-go/v136/platformclientv2"
)
```

Expand Down
Loading

0 comments on commit 374ac6a

Please sign in to comment.