google-apis-contactcenterinsights_v1 0.50.0 → 0.51.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: 3d96d0392e952c4f259336356c160bded5e487f2a5aa2f1a3c44fac1b13f66e3
|
4
|
+
data.tar.gz: 298474d4fc1917bed5c82e41e4821476f2e0d65de871a2c3a411698d53c14ab0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: edb2d05c671bb5d150ad27f3b87470b75040cbf6f15969531e28eae08fc7a41e5fef8526c869cafde52887ddb77c8b2060b9d1a7bdf30abd531c9aceb5f71c23
|
7
|
+
data.tar.gz: 79768a0bccf99daef615612b041f755e9d8308b146eea2e797704e4dacb66f138b65b302022cfe05a4bf5763693eec11043d90723ea7a1a41b1a6fea53a85463
|
data/CHANGELOG.md
CHANGED
@@ -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.51.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240925"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -249,8 +249,8 @@ module Google
|
|
249
249
|
execute_or_queue_command(command, &block)
|
250
250
|
end
|
251
251
|
|
252
|
-
# Creates a conversation.
|
253
|
-
# Use `conversations.upload` instead.
|
252
|
+
# Creates a conversation. Note that this method does not support audio
|
253
|
+
# transcription or redaction. Use `conversations.upload` instead.
|
254
254
|
# @param [String] parent
|
255
255
|
# Required. The parent resource of the conversation.
|
256
256
|
# @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Conversation] google_cloud_contactcenterinsights_v1_conversation_object
|
@@ -405,9 +405,9 @@ module Google
|
|
405
405
|
# ordering).
|
406
406
|
# @param [Fixnum] page_size
|
407
407
|
# The maximum number of conversations to return in the response. A valid page
|
408
|
-
# size ranges from 0 to
|
409
|
-
# a default page size of 100 will be chosen. Note that a call might
|
410
|
-
# fewer results than the requested page size.
|
408
|
+
# size ranges from 0 to 100,000 inclusive. If the page size is zero or
|
409
|
+
# unspecified, a default page size of 100 will be chosen. Note that a call might
|
410
|
+
# return fewer results than the requested page size.
|
411
411
|
# @param [String] page_token
|
412
412
|
# The value returned by the last `ListConversationsResponse`. This value
|
413
413
|
# indicates that this is a continuation of a prior `ListConversations` call and
|
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.51.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: 2024-09-
|
11
|
+
date: 2024-09-29 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.51.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: []
|