google-apis-contactcenterinsights_v1 0.33.0 → 0.34.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ce255bb5f54f80065cfec1e8ffc4b2f3cdcbfaca7dc49b9af23ecc036a157f6
|
4
|
+
data.tar.gz: a970b8819f51082eaa5fa4f962964c90c9c664f666a4e3fc974e198466865d25
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b856aa73c9127144c5730467ff2765ff8b484ac31b3a4570629a93e411b1f0a02ef39f1a80859cc6f5efb26683c57aa9c0da6ab3614de6caae9da47fb1ec480
|
7
|
+
data.tar.gz: d87e2641717f9582d3492462b5f7608a73dd839ba508d247d48fd71458e73922dec805dea0472b2c7f03e1044b0036c0477e63df09edc35b6ea1393bf9cff29c
|
data/CHANGELOG.md
CHANGED
@@ -539,7 +539,7 @@ module Google
|
|
539
539
|
class GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest
|
540
540
|
include Google::Apis::Core::Hashable
|
541
541
|
|
542
|
-
# Filter used to select the subset of conversations to
|
542
|
+
# Filter used to select the subset of conversations to delete.
|
543
543
|
# Corresponds to the JSON property `filter`
|
544
544
|
# @return [String]
|
545
545
|
attr_accessor :filter
|
@@ -551,14 +551,13 @@ module Google
|
|
551
551
|
attr_accessor :force
|
552
552
|
alias_method :force?, :force
|
553
553
|
|
554
|
-
# Maximum number of conversations to delete.
|
555
|
-
# changed by setting the `max_delete_count` field.
|
554
|
+
# Maximum number of conversations to delete.
|
556
555
|
# Corresponds to the JSON property `maxDeleteCount`
|
557
556
|
# @return [Fixnum]
|
558
557
|
attr_accessor :max_delete_count
|
559
558
|
|
560
|
-
# Required. The parent resource to
|
561
|
-
#
|
559
|
+
# Required. The parent resource to delete conversations from. Format: projects/`
|
560
|
+
# project`/locations/`location`
|
562
561
|
# Corresponds to the JSON property `parent`
|
563
562
|
# @return [String]
|
564
563
|
attr_accessor :parent
|
@@ -576,7 +575,7 @@ module Google
|
|
576
575
|
end
|
577
576
|
end
|
578
577
|
|
579
|
-
# The response for a bulk
|
578
|
+
# The response for a bulk delete conversations operation.
|
580
579
|
class GoogleCloudContactcenterinsightsV1BulkDeleteConversationsResponse
|
581
580
|
include Google::Apis::Core::Hashable
|
582
581
|
|
@@ -3883,7 +3882,7 @@ module Google
|
|
3883
3882
|
class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsRequest
|
3884
3883
|
include Google::Apis::Core::Hashable
|
3885
3884
|
|
3886
|
-
# Filter used to select the subset of conversations to
|
3885
|
+
# Filter used to select the subset of conversations to delete.
|
3887
3886
|
# Corresponds to the JSON property `filter`
|
3888
3887
|
# @return [String]
|
3889
3888
|
attr_accessor :filter
|
@@ -3895,14 +3894,13 @@ module Google
|
|
3895
3894
|
attr_accessor :force
|
3896
3895
|
alias_method :force?, :force
|
3897
3896
|
|
3898
|
-
# Maximum number of conversations to delete.
|
3899
|
-
# changed by setting the `max_delete_count` field.
|
3897
|
+
# Maximum number of conversations to delete.
|
3900
3898
|
# Corresponds to the JSON property `maxDeleteCount`
|
3901
3899
|
# @return [Fixnum]
|
3902
3900
|
attr_accessor :max_delete_count
|
3903
3901
|
|
3904
|
-
# Required. The parent resource to
|
3905
|
-
#
|
3902
|
+
# Required. The parent resource to delete conversations from. Format: projects/`
|
3903
|
+
# project`/locations/`location`
|
3906
3904
|
# Corresponds to the JSON property `parent`
|
3907
3905
|
# @return [String]
|
3908
3906
|
attr_accessor :parent
|
@@ -3920,7 +3918,7 @@ module Google
|
|
3920
3918
|
end
|
3921
3919
|
end
|
3922
3920
|
|
3923
|
-
# The response for a bulk
|
3921
|
+
# The response for a bulk delete conversations operation.
|
3924
3922
|
class GoogleCloudContactcenterinsightsV1alpha1BulkDeleteConversationsResponse
|
3925
3923
|
include Google::Apis::Core::Hashable
|
3926
3924
|
|
@@ -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.34.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231113"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -151,8 +151,8 @@ module Google
|
|
151
151
|
|
152
152
|
# Deletes multiple conversations in a single request.
|
153
153
|
# @param [String] parent
|
154
|
-
# Required. The parent resource to
|
155
|
-
#
|
154
|
+
# Required. The parent resource to delete conversations from. Format: projects/`
|
155
|
+
# project`/locations/`location`
|
156
156
|
# @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest] google_cloud_contactcenterinsights_v1_bulk_delete_conversations_request_object
|
157
157
|
# @param [String] fields
|
158
158
|
# Selector specifying which fields to include in a partial response.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.34.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-11-
|
11
|
+
date: 2023-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.34.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|