google-apis-contactcenterinsights_v1 0.10.0 → 0.11.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: b884005a323b19d53ebc1ee36ed4a20440fc107ca5aecc70648e8112903e6b16
|
4
|
+
data.tar.gz: d31132ca2e372a547d7a381b07f9661b14d6714b798b8434d1dfb0394e78ede3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 473efb00fd5d11a3646635cb31210ef38f734ac7df01f1527e7183c10263743e7efb2e5a7297bb453e4a0507bb04aca127338f99c9d0a9da4dc7775b335a7daf
|
7
|
+
data.tar.gz: 4802037f4888138ae89e241b4aaddd69fdc25728374c7acb827fda1b84274bb26768c88a93e3b9c58ca47ff1ae778f25ce3f8f2ccab8f3ba0dd1185299018d8f
|
data/CHANGELOG.md
CHANGED
@@ -213,8 +213,8 @@ module Google
|
|
213
213
|
# @return [Hash<String,String>]
|
214
214
|
attr_accessor :metadata
|
215
215
|
|
216
|
-
#
|
217
|
-
#
|
216
|
+
# The name of the answer record. Format: projects/`project`/locations/`location`/
|
217
|
+
# answerRecords/`answer_record`
|
218
218
|
# Corresponds to the JSON property `queryRecord`
|
219
219
|
# @return [String]
|
220
220
|
attr_accessor :query_record
|
@@ -1406,8 +1406,8 @@ module Google
|
|
1406
1406
|
# @return [Hash<String,String>]
|
1407
1407
|
attr_accessor :metadata
|
1408
1408
|
|
1409
|
-
#
|
1410
|
-
#
|
1409
|
+
# The name of the answer record. Format: projects/`project`/locations/`location`/
|
1410
|
+
# answerRecords/`answer_record`
|
1411
1411
|
# Corresponds to the JSON property `queryRecord`
|
1412
1412
|
# @return [String]
|
1413
1413
|
attr_accessor :query_record
|
@@ -2343,8 +2343,8 @@ module Google
|
|
2343
2343
|
# @return [Hash<String,String>]
|
2344
2344
|
attr_accessor :metadata
|
2345
2345
|
|
2346
|
-
#
|
2347
|
-
#
|
2346
|
+
# The name of the answer record. Format: projects/`project`/locations/`location`/
|
2347
|
+
# answerRecords/`answer_record`
|
2348
2348
|
# Corresponds to the JSON property `queryRecord`
|
2349
2349
|
# @return [String]
|
2350
2350
|
attr_accessor :query_record
|
@@ -2384,8 +2384,8 @@ module Google
|
|
2384
2384
|
# @return [Hash<String,String>]
|
2385
2385
|
attr_accessor :metadata
|
2386
2386
|
|
2387
|
-
#
|
2388
|
-
#
|
2387
|
+
# The name of the answer record. Format: projects/`project`/locations/`location`/
|
2388
|
+
# answerRecords/`answer_record`
|
2389
2389
|
# Corresponds to the JSON property `queryRecord`
|
2390
2390
|
# @return [String]
|
2391
2391
|
attr_accessor :query_record
|
@@ -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.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220513"
|
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.11.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: 2022-
|
11
|
+
date: 2022-05-23 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.11.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: []
|