google-apis-contactcenterinsights_v1 0.59.0 → 0.60.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/contactcenterinsights_v1/classes.rb +136 -0
- data/lib/google/apis/contactcenterinsights_v1/gem_version.rb +2 -2
- data/lib/google/apis/contactcenterinsights_v1/representations.rb +84 -0
- data/lib/google/apis/contactcenterinsights_v1/service.rb +33 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f6eee2636fc2834f9936a94dfa8f7c931c70634e9f685ceec8db63bfb2bcce2b
|
4
|
+
data.tar.gz: 0d47ec48387de9e75733da31df529d81b64795f7566f0e7b4fd68e9fdccaaf4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d15e1d15daac31484e2be7f3ae1cd47a3745735713f9b81b8ba828aec91b38d495a2c7a49a1b243b1e3e2cebe89cfb14c7715c0cbb32e4f1ebfad3492b152c76
|
7
|
+
data.tar.gz: 994e4abebed6bb670e135e170dad209e570bb5c3f9f7e42832cfd29bb8e1b3d4a9e30f01561748005b0e29fb63d00724220f9705dec2331284c1ec9645e8c3fa
|
data/CHANGELOG.md
CHANGED
@@ -731,6 +731,74 @@ module Google
|
|
731
731
|
end
|
732
732
|
end
|
733
733
|
|
734
|
+
# Metadata for the BulkDeleteFeedbackLabels endpoint.
|
735
|
+
class GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsMetadata
|
736
|
+
include Google::Apis::Core::Hashable
|
737
|
+
|
738
|
+
# Partial errors during deletion operation that might cause the operation output
|
739
|
+
# to be incomplete.
|
740
|
+
# Corresponds to the JSON property `partialErrors`
|
741
|
+
# @return [Array<Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus>]
|
742
|
+
attr_accessor :partial_errors
|
743
|
+
|
744
|
+
# Request for the BulkDeleteFeedbackLabels endpoint.
|
745
|
+
# Corresponds to the JSON property `request`
|
746
|
+
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest]
|
747
|
+
attr_accessor :request
|
748
|
+
|
749
|
+
def initialize(**args)
|
750
|
+
update!(**args)
|
751
|
+
end
|
752
|
+
|
753
|
+
# Update properties of this object
|
754
|
+
def update!(**args)
|
755
|
+
@partial_errors = args[:partial_errors] if args.key?(:partial_errors)
|
756
|
+
@request = args[:request] if args.key?(:request)
|
757
|
+
end
|
758
|
+
end
|
759
|
+
|
760
|
+
# Request for the BulkDeleteFeedbackLabels endpoint.
|
761
|
+
class GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest
|
762
|
+
include Google::Apis::Core::Hashable
|
763
|
+
|
764
|
+
# Optional. A filter to reduce results to a specific subset. Supports
|
765
|
+
# disjunctions (OR) and conjunctions (AND). Supported fields: * `issue_model_id`
|
766
|
+
# * `qa_question_id` * `qa_scorecard_id` * `min_create_time` * `max_create_time`
|
767
|
+
# * `min_update_time` * `max_update_time` * `feedback_label_type`: QUALITY_AI,
|
768
|
+
# TOPIC_MODELING
|
769
|
+
# Corresponds to the JSON property `filter`
|
770
|
+
# @return [String]
|
771
|
+
attr_accessor :filter
|
772
|
+
|
773
|
+
# Required. The parent resource for new feedback labels.
|
774
|
+
# Corresponds to the JSON property `parent`
|
775
|
+
# @return [String]
|
776
|
+
attr_accessor :parent
|
777
|
+
|
778
|
+
def initialize(**args)
|
779
|
+
update!(**args)
|
780
|
+
end
|
781
|
+
|
782
|
+
# Update properties of this object
|
783
|
+
def update!(**args)
|
784
|
+
@filter = args[:filter] if args.key?(:filter)
|
785
|
+
@parent = args[:parent] if args.key?(:parent)
|
786
|
+
end
|
787
|
+
end
|
788
|
+
|
789
|
+
# Response for the BulkDeleteFeedbackLabels endpoint.
|
790
|
+
class GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsResponse
|
791
|
+
include Google::Apis::Core::Hashable
|
792
|
+
|
793
|
+
def initialize(**args)
|
794
|
+
update!(**args)
|
795
|
+
end
|
796
|
+
|
797
|
+
# Update properties of this object
|
798
|
+
def update!(**args)
|
799
|
+
end
|
800
|
+
end
|
801
|
+
|
734
802
|
# Metadata for the BulkDownloadFeedbackLabel endpoint.
|
735
803
|
class GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadata
|
736
804
|
include Google::Apis::Core::Hashable
|
@@ -6376,6 +6444,74 @@ module Google
|
|
6376
6444
|
end
|
6377
6445
|
end
|
6378
6446
|
|
6447
|
+
# Metadata for the BulkDeleteFeedbackLabels endpoint.
|
6448
|
+
class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsMetadata
|
6449
|
+
include Google::Apis::Core::Hashable
|
6450
|
+
|
6451
|
+
# Partial errors during deletion operation that might cause the operation output
|
6452
|
+
# to be incomplete.
|
6453
|
+
# Corresponds to the JSON property `partialErrors`
|
6454
|
+
# @return [Array<Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus>]
|
6455
|
+
attr_accessor :partial_errors
|
6456
|
+
|
6457
|
+
# Request for the BulkDeleteFeedbackLabels endpoint.
|
6458
|
+
# Corresponds to the JSON property `request`
|
6459
|
+
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsRequest]
|
6460
|
+
attr_accessor :request
|
6461
|
+
|
6462
|
+
def initialize(**args)
|
6463
|
+
update!(**args)
|
6464
|
+
end
|
6465
|
+
|
6466
|
+
# Update properties of this object
|
6467
|
+
def update!(**args)
|
6468
|
+
@partial_errors = args[:partial_errors] if args.key?(:partial_errors)
|
6469
|
+
@request = args[:request] if args.key?(:request)
|
6470
|
+
end
|
6471
|
+
end
|
6472
|
+
|
6473
|
+
# Request for the BulkDeleteFeedbackLabels endpoint.
|
6474
|
+
class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsRequest
|
6475
|
+
include Google::Apis::Core::Hashable
|
6476
|
+
|
6477
|
+
# Optional. A filter to reduce results to a specific subset. Supports
|
6478
|
+
# disjunctions (OR) and conjunctions (AND). Supported fields: * `issue_model_id`
|
6479
|
+
# * `qa_question_id` * `qa_scorecard_id` * `min_create_time` * `max_create_time`
|
6480
|
+
# * `min_update_time` * `max_update_time` * `feedback_label_type`: QUALITY_AI,
|
6481
|
+
# TOPIC_MODELING
|
6482
|
+
# Corresponds to the JSON property `filter`
|
6483
|
+
# @return [String]
|
6484
|
+
attr_accessor :filter
|
6485
|
+
|
6486
|
+
# Required. The parent resource for new feedback labels.
|
6487
|
+
# Corresponds to the JSON property `parent`
|
6488
|
+
# @return [String]
|
6489
|
+
attr_accessor :parent
|
6490
|
+
|
6491
|
+
def initialize(**args)
|
6492
|
+
update!(**args)
|
6493
|
+
end
|
6494
|
+
|
6495
|
+
# Update properties of this object
|
6496
|
+
def update!(**args)
|
6497
|
+
@filter = args[:filter] if args.key?(:filter)
|
6498
|
+
@parent = args[:parent] if args.key?(:parent)
|
6499
|
+
end
|
6500
|
+
end
|
6501
|
+
|
6502
|
+
# Response for the BulkDeleteFeedbackLabels endpoint.
|
6503
|
+
class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsResponse
|
6504
|
+
include Google::Apis::Core::Hashable
|
6505
|
+
|
6506
|
+
def initialize(**args)
|
6507
|
+
update!(**args)
|
6508
|
+
end
|
6509
|
+
|
6510
|
+
# Update properties of this object
|
6511
|
+
def update!(**args)
|
6512
|
+
end
|
6513
|
+
end
|
6514
|
+
|
6379
6515
|
# A piece of metadata that applies to a window of a call.
|
6380
6516
|
class GoogleCloudContactcenterinsightsV1alpha1CallAnnotation
|
6381
6517
|
include Google::Apis::Core::Hashable
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContactcenterinsightsV1
|
18
18
|
# Version of the google-apis-contactcenterinsights_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.60.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250311"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -124,6 +124,24 @@ module Google
|
|
124
124
|
include Google::Apis::Core::JsonObjectSupport
|
125
125
|
end
|
126
126
|
|
127
|
+
class GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsMetadata
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsResponse
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
127
145
|
class GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadata
|
128
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
147
|
|
@@ -1060,6 +1078,24 @@ module Google
|
|
1060
1078
|
include Google::Apis::Core::JsonObjectSupport
|
1061
1079
|
end
|
1062
1080
|
|
1081
|
+
class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsMetadata
|
1082
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1083
|
+
|
1084
|
+
include Google::Apis::Core::JsonObjectSupport
|
1085
|
+
end
|
1086
|
+
|
1087
|
+
class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsRequest
|
1088
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1089
|
+
|
1090
|
+
include Google::Apis::Core::JsonObjectSupport
|
1091
|
+
end
|
1092
|
+
|
1093
|
+
class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsResponse
|
1094
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1095
|
+
|
1096
|
+
include Google::Apis::Core::JsonObjectSupport
|
1097
|
+
end
|
1098
|
+
|
1063
1099
|
class GoogleCloudContactcenterinsightsV1alpha1CallAnnotation
|
1064
1100
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1065
1101
|
|
@@ -1891,6 +1927,30 @@ module Google
|
|
1891
1927
|
end
|
1892
1928
|
end
|
1893
1929
|
|
1930
|
+
class GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsMetadata
|
1931
|
+
# @private
|
1932
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1933
|
+
collection :partial_errors, as: 'partialErrors', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
1934
|
+
|
1935
|
+
property :request, as: 'request', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest::Representation
|
1936
|
+
|
1937
|
+
end
|
1938
|
+
end
|
1939
|
+
|
1940
|
+
class GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest
|
1941
|
+
# @private
|
1942
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1943
|
+
property :filter, as: 'filter'
|
1944
|
+
property :parent, as: 'parent'
|
1945
|
+
end
|
1946
|
+
end
|
1947
|
+
|
1948
|
+
class GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsResponse
|
1949
|
+
# @private
|
1950
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1951
|
+
end
|
1952
|
+
end
|
1953
|
+
|
1894
1954
|
class GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsMetadata
|
1895
1955
|
# @private
|
1896
1956
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3516,6 +3576,30 @@ module Google
|
|
3516
3576
|
end
|
3517
3577
|
end
|
3518
3578
|
|
3579
|
+
class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsMetadata
|
3580
|
+
# @private
|
3581
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3582
|
+
collection :partial_errors, as: 'partialErrors', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
3583
|
+
|
3584
|
+
property :request, as: 'request', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsRequest, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsRequest::Representation
|
3585
|
+
|
3586
|
+
end
|
3587
|
+
end
|
3588
|
+
|
3589
|
+
class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsRequest
|
3590
|
+
# @private
|
3591
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3592
|
+
property :filter, as: 'filter'
|
3593
|
+
property :parent, as: 'parent'
|
3594
|
+
end
|
3595
|
+
end
|
3596
|
+
|
3597
|
+
class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteFeedbackLabelsResponse
|
3598
|
+
# @private
|
3599
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3600
|
+
end
|
3601
|
+
end
|
3602
|
+
|
3519
3603
|
class GoogleCloudContactcenterinsightsV1alpha1CallAnnotation
|
3520
3604
|
# @private
|
3521
3605
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -51,6 +51,39 @@ module Google
|
|
51
51
|
@batch_path = 'batch'
|
52
52
|
end
|
53
53
|
|
54
|
+
# Delete feedback labels in bulk using a filter.
|
55
|
+
# @param [String] parent
|
56
|
+
# Required. The parent resource for new feedback labels.
|
57
|
+
# @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest] google_cloud_contactcenterinsights_v1_bulk_delete_feedback_labels_request_object
|
58
|
+
# @param [String] fields
|
59
|
+
# Selector specifying which fields to include in a partial response.
|
60
|
+
# @param [String] quota_user
|
61
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
62
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
63
|
+
# @param [Google::Apis::RequestOptions] options
|
64
|
+
# Request-specific options
|
65
|
+
#
|
66
|
+
# @yield [result, err] Result & error if block supplied
|
67
|
+
# @yieldparam result [Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation] parsed result object
|
68
|
+
# @yieldparam err [StandardError] error object if request failed
|
69
|
+
#
|
70
|
+
# @return [Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation]
|
71
|
+
#
|
72
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
73
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
74
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
75
|
+
def bulk_project_location_delete_feedback_labels(parent, google_cloud_contactcenterinsights_v1_bulk_delete_feedback_labels_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
76
|
+
command = make_simple_command(:post, 'v1/{+parent}:bulkDeleteFeedbackLabels', options)
|
77
|
+
command.request_representation = Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest::Representation
|
78
|
+
command.request_object = google_cloud_contactcenterinsights_v1_bulk_delete_feedback_labels_request_object
|
79
|
+
command.response_representation = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation::Representation
|
80
|
+
command.response_class = Google::Apis::ContactcenterinsightsV1::GoogleLongrunningOperation
|
81
|
+
command.params['parent'] = parent unless parent.nil?
|
82
|
+
command.query['fields'] = fields unless fields.nil?
|
83
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
84
|
+
execute_or_queue_command(command, &block)
|
85
|
+
end
|
86
|
+
|
54
87
|
# Download feedback labels in bulk from an external source. Currently supports
|
55
88
|
# exporting Quality AI example conversations with transcripts and question
|
56
89
|
# bodies.
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-contactcenterinsights_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.60.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-16 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.60.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|