google-apis-contactcenterinsights_v1 0.48.0 → 0.49.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: 05f76a4a5ff01fdd963cb9cca704254051432d1d20bb386834e788b6520dc0dd
4
- data.tar.gz: d16b1453fadddb5c47042f82c1b0ec00c39143ce48c842958b07cf18aabfd953
3
+ metadata.gz: 68ba13e141b83b3b6967d112b47b768ca3dad625528865acb22ac98aa0b76c94
4
+ data.tar.gz: 9193a868faf8492cf9be4e80ad7b6db715a1cbbfb7505e188a899d2d3fd7991d
5
5
  SHA512:
6
- metadata.gz: 9db680ff14b9ec1a7be64f94b6cb4fa1029ac43ea8ed29ee9e103379bc6a95014c5e28bdd5d33ded87b086083153fe1a0925ee53683ef8697cab8013409fec3c
7
- data.tar.gz: 5e71aeb17b86d26302193db87ed439c80a93d265718198c072665201e9a485b71baa5d1f1a508fb999a45e0deec58cf505eee4447b104cdeba154940744db4de
6
+ metadata.gz: 1dfa7845aa9d04f8c08ac16daae15d30718ded5ac9a1495481868db364c1acc30907e4458d7b227b22aaed181dd7c76d10a3a48bc147e83eee552be161f1a86e
7
+ data.tar.gz: cf53137d7e208cdf10428286bd3e23eccc88a08f123504dbb9166107c3c2cad018aefaccd6df688e154ba4e3403c3d2ee4990bdebce5a30cc6b4bd3845452b60
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-contactcenterinsights_v1
2
2
 
3
+ ### v0.49.0 (2024-08-11)
4
+
5
+ * Regenerated from discovery document revision 20240805
6
+
3
7
  ### v0.48.0 (2024-08-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20240723
@@ -2618,6 +2618,11 @@ module Google
2618
2618
  # @return [String]
2619
2619
  attr_accessor :create_time
2620
2620
 
2621
+ # Representative description of the issue.
2622
+ # Corresponds to the JSON property `displayDescription`
2623
+ # @return [String]
2624
+ attr_accessor :display_description
2625
+
2621
2626
  # The representative name for the issue.
2622
2627
  # Corresponds to the JSON property `displayName`
2623
2628
  # @return [String]
@@ -2647,6 +2652,7 @@ module Google
2647
2652
  # Update properties of this object
2648
2653
  def update!(**args)
2649
2654
  @create_time = args[:create_time] if args.key?(:create_time)
2655
+ @display_description = args[:display_description] if args.key?(:display_description)
2650
2656
  @display_name = args[:display_name] if args.key?(:display_name)
2651
2657
  @name = args[:name] if args.key?(:name)
2652
2658
  @sample_utterances = args[:sample_utterances] if args.key?(:sample_utterances)
@@ -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.48.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240723"
25
+ REVISION = "20240805"
26
26
  end
27
27
  end
28
28
  end
@@ -2022,6 +2022,7 @@ module Google
2022
2022
  # @private
2023
2023
  class Representation < Google::Apis::Core::JsonRepresentation
2024
2024
  property :create_time, as: 'createTime'
2025
+ property :display_description, as: 'displayDescription'
2025
2026
  property :display_name, as: 'displayName'
2026
2027
  property :name, as: 'name'
2027
2028
  collection :sample_utterances, as: 'sampleUtterances'
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.48.0
4
+ version: 0.49.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: 2024-08-04 00:00:00.000000000 Z
11
+ date: 2024-08-11 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.48.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.49.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: []