google-apis-contactcenterinsights_v1 0.9.0 → 0.12.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: e705d910d0ce7de044c642f660a12fdd6f321a1697d56cf9a06216c92635186a
4
- data.tar.gz: f83010408e61cd09669ae84835961d8d01de4dba8729ceb2d67ae6627ac3997f
3
+ metadata.gz: 1d9e07dc92e331417323ec4cede62200f93d70eaed87bfaaebd8ac8745602803
4
+ data.tar.gz: 79da5c2a1f6122f95e36f288838e530ba4a37570ac36c6600b0cd6d57bf44d47
5
5
  SHA512:
6
- metadata.gz: 0e2549554042f129ffa6627ff9e267abc520900548b33f34806961cad78e6cf04d9a01c7e102705c1ce589cf022781bfb535532b193f8b9def416d6b602e9ae5
7
- data.tar.gz: 72b375dc81606bbd5482314067a661ab3f4c3eeb58baba1f2f987a8b46054b1f7d2e03979a458ce51d24b4385119fe8a5e9069df327e47328c2adcdd6fed764f
6
+ metadata.gz: 19265858f48719da19ac8b7e91caaad910dc97839ae4b98ce6fa4947f4a4c593253d72ddd678be0a2c44097fe507054818dad21526c29eb490ddc7a932e1e167
7
+ data.tar.gz: a5309d8dfccfe3844572f42edecb4986a5214d7fe32efe7812b88858574a9b8a20309b4f657568554a7472e23c46e7e988fb1a76559bba98638d920646bb050f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-contactcenterinsights_v1
2
2
 
3
+ ### v0.12.0 (2022-06-02)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.11.0 (2022-05-18)
8
+
9
+ * Regenerated from discovery document revision 20220513
10
+
11
+ ### v0.10.0 (2022-03-22)
12
+
13
+ * Regenerated from discovery document revision 20220319
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.9.0 (2022-01-05)
4
17
 
5
18
  * Regenerated from discovery document revision 20220103
@@ -213,8 +213,8 @@ module Google
213
213
  # @return [Hash<String,String>]
214
214
  attr_accessor :metadata
215
215
 
216
- # Name of the query record. Format: projects/`project`/locations/`location`/
217
- # queryRecords/`query_record`
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
- # Name of the query record. Format: projects/`project`/locations/`location`/
1410
- # queryRecords/`query_record`.
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
- # Name of the query record. Format: projects/`project`/locations/`location`/
2347
- # queryRecords/`query_record`
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
- # Name of the query record. Format: projects/`project`/locations/`location`/
2388
- # queryRecords/`query_record`
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
@@ -3155,8 +3155,7 @@ module Google
3155
3155
  # A generic empty message that you can re-use to avoid defining duplicated empty
3156
3156
  # messages in your APIs. A typical example is to use it as the request or the
3157
3157
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
3158
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
3159
- # `Empty` is empty JSON object ````.
3158
+ # protobuf.Empty) returns (google.protobuf.Empty); `
3160
3159
  class GoogleProtobufEmpty
3161
3160
  include Google::Apis::Core::Hashable
3162
3161
 
@@ -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.9.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220103"
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.9.0
4
+ version: 0.12.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-01-10 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.12.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Contact Center AI Insights API V1