google-apis-contactcenterinsights_v1 0.34.0 → 0.35.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: eca0dae6b6a7005acd442d51cd2cca9817929073cccaa0ba6aafcc24f9a3eca2
|
4
|
+
data.tar.gz: f2a6a60b3bc117a8828ddad15dbc1e9ce995bfe17c13573c130b3d89b4d621e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d366aa261f02c76d77ffb251699db806b4fee3d986af35e1d2fdc1eb823dbe9deb4b90986d4837c5f14272174f9ef228027e2bf6d7676a6d0766365f42c14ba3
|
7
|
+
data.tar.gz: 8f9366e69d648220a953a639e36418d78bad0449b5ad853accb400bb6eecb554791fc0a2ff1d925f79f7864d28d8ee8fa86f795418b699687fa54e93f79df421
|
data/CHANGELOG.md
CHANGED
@@ -830,8 +830,7 @@ module Google
|
|
830
830
|
# @return [String]
|
831
831
|
attr_accessor :create_time
|
832
832
|
|
833
|
-
# The conversation source, which is a combination of transcript
|
834
|
-
# metadata.
|
833
|
+
# The conversation source, which is a combination of transcript and audio.
|
835
834
|
# Corresponds to the JSON property `dataSource`
|
836
835
|
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationDataSource]
|
837
836
|
attr_accessor :data_source
|
@@ -977,8 +976,7 @@ module Google
|
|
977
976
|
end
|
978
977
|
end
|
979
978
|
|
980
|
-
# The conversation source, which is a combination of transcript
|
981
|
-
# metadata.
|
979
|
+
# The conversation source, which is a combination of transcript and audio.
|
982
980
|
class GoogleCloudContactcenterinsightsV1ConversationDataSource
|
983
981
|
include Google::Apis::Core::Hashable
|
984
982
|
|
@@ -4035,8 +4033,7 @@ module Google
|
|
4035
4033
|
# @return [String]
|
4036
4034
|
attr_accessor :create_time
|
4037
4035
|
|
4038
|
-
# The conversation source, which is a combination of transcript
|
4039
|
-
# metadata.
|
4036
|
+
# The conversation source, which is a combination of transcript and audio.
|
4040
4037
|
# Corresponds to the JSON property `dataSource`
|
4041
4038
|
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource]
|
4042
4039
|
attr_accessor :data_source
|
@@ -4182,8 +4179,7 @@ module Google
|
|
4182
4179
|
end
|
4183
4180
|
end
|
4184
4181
|
|
4185
|
-
# The conversation source, which is a combination of transcript
|
4186
|
-
# metadata.
|
4182
|
+
# The conversation source, which is a combination of transcript and audio.
|
4187
4183
|
class GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource
|
4188
4184
|
include Google::Apis::Core::Hashable
|
4189
4185
|
|
@@ -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.35.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 = "20231204"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.35.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
|
+
date: 2023-12-10 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.35.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: []
|