google-apis-contactcenterinsights_v1 0.21.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: 061ac160ea609991507d033335ab60d39a91af77c7ca9d1ef8ade415c1a11848
4
- data.tar.gz: d8697cf1dd874f7f51a80e55c49f5417cb6ba29e95f9db515261f2a50d9d6e4f
3
+ metadata.gz: 247a6daa8f7050860e5f67ffdb42848e4e4d9f34ce94ad2ee851a599153904e1
4
+ data.tar.gz: be0450891697d8e68127d9ea0da834e7462bb604e45cc5d78056cf8ea53bb2d8
5
5
  SHA512:
6
- metadata.gz: 7f43d1ef0bf0914fee04e12d1da493a87e82b7343441924b2a14c4d0089ecddc477d07ba29fcf4242d272b1cffc9ede516e0c1534a5093b0b46bd07b69516a16
7
- data.tar.gz: 91651cddad914dfb4d543f2eb93a5c20f5ed398eb44bf9144d5ced46e46b8915e0e1192ed55a6d02a1e75bca9cc82328130508235b3058c0f1c5307b6653dedb
6
+ metadata.gz: 8ebc81b1dfa1e511a613c1b617f52c4f36bc091c8f582448c40f2cf591e86f5c05cbab55de4ec8737c00d478318d2e6199b75c1524705e1d65802ea96cf33e24
7
+ data.tar.gz: 3cd4c17b76b037ef264d5c01da285306efc0f6a68737e728a5700a465a1f28d0d767a8fce98584dab19cf454329ca99d94514b2ace6074a9eab3a7f15b626dde
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.21.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -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.21.0"
19
+ GEM_VERSION = "0.22.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 = "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.21.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-19 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
@@ -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.21.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: []