google-apis-contactcenterinsights_v1 0.20.0 → 0.22.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: 7d9fe2a65f37dc393989a4b227d4e936e8f3b5b8c6ee0be356bf8833828bbc2b
4
- data.tar.gz: b9f13d4076df88c89c221376e81697214de9d2b87aace360e3cf9c9b582d8cbc
3
+ metadata.gz: 247a6daa8f7050860e5f67ffdb42848e4e4d9f34ce94ad2ee851a599153904e1
4
+ data.tar.gz: be0450891697d8e68127d9ea0da834e7462bb604e45cc5d78056cf8ea53bb2d8
5
5
  SHA512:
6
- metadata.gz: 98f11325c6143c6d1c33e7cb022d26bac6f1a1afb6e6a4ee1f84e5a0f01c6e3947eb5b11881545e5196e9a26868c9e814483d0ab1d0aa1f8d43e0e8b89c79135
7
- data.tar.gz: 46713d4c4bd2075ed4985c65b5f8d98d967bdc002c3a5c6d8772e5be0b5f4c6aea50300ab7a38a6e794ea0298f0cc7e1cc4b1ae550bfce6c56e1f2046ab42815
6
+ metadata.gz: 8ebc81b1dfa1e511a613c1b617f52c4f36bc091c8f582448c40f2cf591e86f5c05cbab55de4ec8737c00d478318d2e6199b75c1524705e1d65802ea96cf33e24
7
+ data.tar.gz: 3cd4c17b76b037ef264d5c01da285306efc0f6a68737e728a5700a465a1f28d0d767a8fce98584dab19cf454329ca99d94514b2ace6074a9eab3a7f15b626dde
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-contactcenterinsights_v1
2
2
 
3
+ ### v0.22.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230226
6
+
7
+ ### v0.21.0 (2023-02-15)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.20.0 (2023-02-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20230129
@@ -2745,6 +2745,12 @@ module Google
2745
2745
  # @return [Float]
2746
2746
  attr_accessor :runtime_integration_analysis_percentage
2747
2747
 
2748
+ # Percentage of conversations created using the UploadConversation endpoint to
2749
+ # analyze automatically, between [0, 100].
2750
+ # Corresponds to the JSON property `uploadConversationAnalysisPercentage`
2751
+ # @return [Float]
2752
+ attr_accessor :upload_conversation_analysis_percentage
2753
+
2748
2754
  def initialize(**args)
2749
2755
  update!(**args)
2750
2756
  end
@@ -2753,6 +2759,7 @@ module Google
2753
2759
  def update!(**args)
2754
2760
  @annotator_selector = args[:annotator_selector] if args.key?(:annotator_selector)
2755
2761
  @runtime_integration_analysis_percentage = args[:runtime_integration_analysis_percentage] if args.key?(:runtime_integration_analysis_percentage)
2762
+ @upload_conversation_analysis_percentage = args[:upload_conversation_analysis_percentage] if args.key?(:upload_conversation_analysis_percentage)
2756
2763
  end
2757
2764
  end
2758
2765
 
@@ -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.20.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230129"
25
+ REVISION = "20230226"
26
26
  end
27
27
  end
28
28
  end
@@ -1543,6 +1543,7 @@ module Google
1543
1543
  property :annotator_selector, as: 'annotatorSelector', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AnnotatorSelector, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AnnotatorSelector::Representation
1544
1544
 
1545
1545
  property :runtime_integration_analysis_percentage, as: 'runtimeIntegrationAnalysisPercentage'
1546
+ property :upload_conversation_analysis_percentage, as: 'uploadConversationAnalysisPercentage'
1546
1547
  end
1547
1548
  end
1548
1549
 
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.20.0
4
+ version: 0.22.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-02-05 00:00:00.000000000 Z
11
+ date: 2023-03-05 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.9.1
19
+ version: 0.11.0
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.9.1
29
+ version: 0.11.0
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.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.22.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: []