Skip to content

Commit 4aaf10b

Browse files
1 parent d1a7390 commit 4aaf10b

4 files changed

Lines changed: 78 additions & 45 deletions

src/Contactcenterinsights.php

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ class Contactcenterinsights extends \Google\Service
5151
public $projects_locations_issueModels_issues;
5252
public $projects_locations_operations;
5353
public $projects_locations_phraseMatchers;
54-
public $projects_locations_qaQuestionTags;
5554
public $projects_locations_qaScorecards;
5655
public $projects_locations_qaScorecards_revisions;
5756
public $projects_locations_qaScorecards_revisions_qaQuestions;
@@ -926,48 +925,6 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
926925
]
927926
]
928927
);
929-
$this->projects_locations_qaQuestionTags = new Contactcenterinsights\Resource\ProjectsLocationsQaQuestionTags(
930-
$this,
931-
$this->serviceName,
932-
'qaQuestionTags',
933-
[
934-
'methods' => [
935-
'create' => [
936-
'path' => 'v1/{+parent}/qaQuestionTags',
937-
'httpMethod' => 'POST',
938-
'parameters' => [
939-
'parent' => [
940-
'location' => 'path',
941-
'type' => 'string',
942-
'required' => true,
943-
],
944-
],
945-
],'list' => [
946-
'path' => 'v1/{+parent}/qaQuestionTags',
947-
'httpMethod' => 'GET',
948-
'parameters' => [
949-
'parent' => [
950-
'location' => 'path',
951-
'type' => 'string',
952-
'required' => true,
953-
],
954-
'filter' => [
955-
'location' => 'query',
956-
'type' => 'string',
957-
],
958-
'pageSize' => [
959-
'location' => 'query',
960-
'type' => 'integer',
961-
],
962-
'pageToken' => [
963-
'location' => 'query',
964-
'type' => 'string',
965-
],
966-
],
967-
],
968-
]
969-
]
970-
);
971928
$this->projects_locations_qaScorecards = new Contactcenterinsights\Resource\ProjectsLocationsQaScorecards(
972929
$this,
973930
$this->serviceName,

src/Contactcenterinsights/GoogleCloudContactcenterinsightsV1ExportInsightsDataMetadata.php

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
class GoogleCloudContactcenterinsightsV1ExportInsightsDataMetadata extends \Google\Collection
2121
{
2222
protected $collection_key = 'partialErrors';
23+
/**
24+
* @var int
25+
*/
26+
public $completedExportCount;
2327
/**
2428
* @var string
2529
*/
@@ -28,11 +32,29 @@ class GoogleCloudContactcenterinsightsV1ExportInsightsDataMetadata extends \Goog
2832
* @var string
2933
*/
3034
public $endTime;
35+
/**
36+
* @var int
37+
*/
38+
public $failedExportCount;
3139
protected $partialErrorsType = GoogleRpcStatus::class;
3240
protected $partialErrorsDataType = 'array';
3341
protected $requestType = GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest::class;
3442
protected $requestDataType = '';
3543

44+
/**
45+
* @param int
46+
*/
47+
public function setCompletedExportCount($completedExportCount)
48+
{
49+
$this->completedExportCount = $completedExportCount;
50+
}
51+
/**
52+
* @return int
53+
*/
54+
public function getCompletedExportCount()
55+
{
56+
return $this->completedExportCount;
57+
}
3658
/**
3759
* @param string
3860
*/
@@ -61,6 +83,20 @@ public function getEndTime()
6183
{
6284
return $this->endTime;
6385
}
86+
/**
87+
* @param int
88+
*/
89+
public function setFailedExportCount($failedExportCount)
90+
{
91+
$this->failedExportCount = $failedExportCount;
92+
}
93+
/**
94+
* @return int
95+
*/
96+
public function getFailedExportCount()
97+
{
98+
return $this->failedExportCount;
99+
}
64100
/**
65101
* @param GoogleRpcStatus[]
66102
*/

src/Contactcenterinsights/GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataMetadata.php

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
class GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataMetadata extends \Google\Collection
2121
{
2222
protected $collection_key = 'partialErrors';
23+
/**
24+
* @var int
25+
*/
26+
public $completedExportCount;
2327
/**
2428
* @var string
2529
*/
@@ -28,11 +32,29 @@ class GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataMetadata extends
2832
* @var string
2933
*/
3034
public $endTime;
35+
/**
36+
* @var int
37+
*/
38+
public $failedExportCount;
3139
protected $partialErrorsType = GoogleRpcStatus::class;
3240
protected $partialErrorsDataType = 'array';
3341
protected $requestType = GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequest::class;
3442
protected $requestDataType = '';
3543

44+
/**
45+
* @param int
46+
*/
47+
public function setCompletedExportCount($completedExportCount)
48+
{
49+
$this->completedExportCount = $completedExportCount;
50+
}
51+
/**
52+
* @return int
53+
*/
54+
public function getCompletedExportCount()
55+
{
56+
return $this->completedExportCount;
57+
}
3658
/**
3759
* @param string
3860
*/
@@ -61,6 +83,20 @@ public function getEndTime()
6183
{
6284
return $this->endTime;
6385
}
86+
/**
87+
* @param int
88+
*/
89+
public function setFailedExportCount($failedExportCount)
90+
{
91+
$this->failedExportCount = $failedExportCount;
92+
}
93+
/**
94+
* @return int
95+
*/
96+
public function getFailedExportCount()
97+
{
98+
return $this->failedExportCount;
99+
}
64100
/**
65101
* @param GoogleRpcStatus[]
66102
*/

src/Contactcenterinsights/Resource/ProjectsLocations.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
class ProjectsLocations extends \Google\Service\Resource
3737
{
3838
/**
39-
* Download feedback labels in bulk. (locations.bulkDownloadFeedbackLabels)
39+
* Download feedback labels in bulk from an external source. Currently supports
40+
* exporting Quality AI example conversations with transcripts and question
41+
* bodies. (locations.bulkDownloadFeedbackLabels)
4042
*
4143
* @param string $parent Required. The parent resource for new feedback labels.
4244
* @param GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest $postBody
@@ -51,7 +53,9 @@ public function bulkDownloadFeedbackLabels($parent, GoogleCloudContactcenterinsi
5153
return $this->call('bulkDownloadFeedbackLabels', [$params], GoogleLongrunningOperation::class);
5254
}
5355
/**
54-
* Upload feedback labels in bulk. (locations.bulkUploadFeedbackLabels)
56+
* Upload feedback labels from an external source in bulk. Currently supports
57+
* labeling Quality AI example conversations.
58+
* (locations.bulkUploadFeedbackLabels)
5559
*
5660
* @param string $parent Required. The parent resource for new feedback labels.
5761
* @param GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest $postBody

0 commit comments

Comments
 (0)