google-apis-contactcenterinsights_v1 0.73.0 → 0.74.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4ccaa4c3402464cdf44ec77d85880f00d7cdc32802f2169361cb2ad78fb8efe7
4
- data.tar.gz: cda84bef059c0665285b2df636095b7ea66bf9141490aa1b0cd39ec470817b2c
3
+ metadata.gz: bf0cfe9b29ce4cef851fa1703bc8b43118f2f553643da0450e7c13dca6c61b19
4
+ data.tar.gz: 85b9ab5e78cef4712399bea64022cbda45c1e3e591684d12c45b303898c8eac7
5
5
  SHA512:
6
- metadata.gz: cec7c1a23966c34be8e3d1a71aca0c0b349aca41eb72e9896062ca2046041c10ae18dc8afb1d945bb5d37e353254ae572c2921ecd6a2d6cd8b408ab6d67ebb99
7
- data.tar.gz: 335ee6140e9303943ce9c1124e7147a18b058c3985e6491ef6b6b2501b676afc67a210727671d13deb9f283db469497ba63acbed9b983639cbbb36a7c3da9de5
6
+ metadata.gz: 78f028cf04084a1657fa14d76fd87206d2d38ba0b3b0016faab22d1e3dadac90e68dd8d5c37f62584bf549c05c663f7422a635c09b91a84ac13f5d92c94e3d5d
7
+ data.tar.gz: 9dbb4dbdc72c64104013b870b014ffebb8c75b40d0fd816850242e0eff2b1a82ccf7fc12519989f73bed308c7d925141182a54dec56606a0209767a313fb241a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-contactcenterinsights_v1
2
2
 
3
+ ### v0.74.0 (2025-09-07)
4
+
5
+ * Regenerated from discovery document revision 20250901
6
+
3
7
  ### v0.73.0 (2025-08-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20250825
@@ -6583,8 +6583,11 @@ module Google
6583
6583
  # is complete. * "ingest-conversations": Notify each time an IngestConversations
6584
6584
  # LRO is complete. * "update-conversation": Notify each time a conversation is
6585
6585
  # updated via UpdateConversation. * "upload-conversation": Notify when an
6586
- # UploadConversation LRO is complete. Values are Pub/Sub topics. The format of
6587
- # each Pub/Sub topic is: projects/`project`/topics/`topic`
6586
+ # UploadConversation LRO is complete. * "update-or-analyze-conversation": Notify
6587
+ # when an analysis for a conversation is completed or when the conversation is
6588
+ # updated. The message will contain the conversation with transcript, analysis
6589
+ # and other metadata. Values are Pub/Sub topics. The format of each Pub/Sub
6590
+ # topic is: projects/`project`/topics/`topic`
6588
6591
  # Corresponds to the JSON property `pubsubNotificationSettings`
6589
6592
  # @return [Hash<String,String>]
6590
6593
  attr_accessor :pubsub_notification_settings
@@ -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.73.0"
19
+ GEM_VERSION = "0.74.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250825"
25
+ REVISION = "20250901"
26
26
  end
27
27
  end
28
28
  end
@@ -732,7 +732,7 @@ module Google
732
732
  # final component of the AuthorizedViewSet's resource name. If no ID is
733
733
  # specified, a server-generated ID will be used. This value should be 4-64
734
734
  # characters and must match the regular expression `^[a-z]([a-z0-9-]`0,61`[a-z0-
735
- # 9])?$`. See aip.dev/122#resource-id-segments
735
+ # 9])?$`. See https://google.aip.dev/122#resource-id-segments
736
736
  # @param [String] fields
737
737
  # Selector specifying which fields to include in a partial response.
738
738
  # @param [String] quota_user
@@ -924,8 +924,8 @@ module Google
924
924
  # Optional. A unique ID for the new AuthorizedView. This ID will become the
925
925
  # final component of the AuthorizedView's resource name. If no ID is specified,
926
926
  # a server-generated ID will be used. This value should be 4-64 characters and
927
- # must match the regular expression `^[a-z]([a-z0-9-]`0,61`[a-z0-9])?$`. See aip.
928
- # dev/122#resource-id-segments
927
+ # must match the regular expression `^[a-z]([a-z0-9-]`0,61`[a-z0-9])?$`. See
928
+ # https://google.aip.dev/122#resource-id-segments
929
929
  # @param [String] fields
930
930
  # Selector specifying which fields to include in a partial response.
931
931
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-contactcenterinsights_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.73.0
4
+ version: 0.74.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.73.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.74.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1
62
62
  rdoc_options: []
63
63
  require_paths: