google-apis-contactcenterinsights_v1 0.57.0 → 0.58.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: 9d97df9a3b1daaae571188865bf2721d0e6e50835147c0ed9015cb2cf502a61a
4
- data.tar.gz: e30d0b8809679600c5fddbcbd01946397520ca99e5384f59d679dbafb14a994d
3
+ metadata.gz: e611d04fc3e735cab06d7bf577f5cd252d98b26d88f1f64287b88134ba71e575
4
+ data.tar.gz: 4d3d953f66518ce75e4ae36e8e000a8152ec2623cfc8a224166e783d191af2f4
5
5
  SHA512:
6
- metadata.gz: e61d98688e85ff0326e95e04db75fbfbda9b8ba74f3fc8c6214fe954dfc4b3eb98806828728d3d235eb494c6e302bff961f1a175c871ac3235bf07c95c3ee0b5
7
- data.tar.gz: f757a0d563b127edaf9d5d32e5421a982156b39b72902d1cea4317d7ee868ffe334e44398231718b499c0a8fd84ceb98a0642f82b494f45f158ba4fb3b87853b
6
+ metadata.gz: ace5dd4961d1e6f553cc78621557b90f0e6dc9bd2a7acac3240f88fbb863ee9d79f367fc2e862e069639ae112650182337296eab28465d887f44fee5d22caae0
7
+ data.tar.gz: 4b26c73e743da10e31043ea8a6fdffc96d87de2d39d04295c148eb15d5d18e278533af7f97041fed54e3ef881c4e4fe0d3ea078c5b691992114b57520970414f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-contactcenterinsights_v1
2
2
 
3
+ ### v0.58.0 (2025-01-12)
4
+
5
+ * Regenerated from discovery document revision 20250106
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.57.0 (2024-12-22)
4
9
 
5
10
  * Regenerated from discovery document revision 20241218
@@ -182,7 +182,8 @@ module Google
182
182
  attr_accessor :annotator_selector
183
183
 
184
184
  # Filter for the conversations that should apply this analysis rule. An empty
185
- # filter means this analysis rule applies to all conversations.
185
+ # filter means this analysis rule applies to all conversations. Refer to https://
186
+ # cloud.google.com/contact-center/insights/docs/filtering for details.
186
187
  # Corresponds to the JSON property `conversationFilter`
187
188
  # @return [String]
188
189
  attr_accessor :conversation_filter
@@ -3517,7 +3518,8 @@ module Google
3517
3518
  include Google::Apis::Core::Hashable
3518
3519
 
3519
3520
  # A filter to reduce the conversations used for training the model to a specific
3520
- # subset.
3521
+ # subset. Refer to https://cloud.google.com/contact-center/insights/docs/
3522
+ # filtering for details.
3521
3523
  # Corresponds to the JSON property `filter`
3522
3524
  # @return [String]
3523
3525
  attr_accessor :filter
@@ -4731,12 +4733,20 @@ module Google
4731
4733
  class GoogleCloudContactcenterinsightsV1QueryMetricsMetadata
4732
4734
  include Google::Apis::Core::Hashable
4733
4735
 
4736
+ # Whether the result rows were truncated because the result row size is too
4737
+ # large to materialize.
4738
+ # Corresponds to the JSON property `resultIsTruncated`
4739
+ # @return [Boolean]
4740
+ attr_accessor :result_is_truncated
4741
+ alias_method :result_is_truncated?, :result_is_truncated
4742
+
4734
4743
  def initialize(**args)
4735
4744
  update!(**args)
4736
4745
  end
4737
4746
 
4738
4747
  # Update properties of this object
4739
4748
  def update!(**args)
4749
+ @result_is_truncated = args[:result_is_truncated] if args.key?(:result_is_truncated)
4740
4750
  end
4741
4751
  end
4742
4752
 
@@ -5681,7 +5691,8 @@ module Google
5681
5691
  # @return [String]
5682
5692
  attr_accessor :update_time
5683
5693
 
5684
- # String with specific view properties, must be non-empty.
5694
+ # A filter to reduce conversation results to a specific subset. Refer to https://
5695
+ # cloud.google.com/contact-center/insights/docs/filtering for details.
5685
5696
  # Corresponds to the JSON property `value`
5686
5697
  # @return [String]
5687
5698
  attr_accessor :value
@@ -8685,7 +8696,8 @@ module Google
8685
8696
  include Google::Apis::Core::Hashable
8686
8697
 
8687
8698
  # A filter to reduce the conversations used for training the model to a specific
8688
- # subset.
8699
+ # subset. Refer to https://cloud.google.com/contact-center/insights/docs/
8700
+ # filtering for details.
8689
8701
  # Corresponds to the JSON property `filter`
8690
8702
  # @return [String]
8691
8703
  attr_accessor :filter
@@ -9198,12 +9210,20 @@ module Google
9198
9210
  class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsMetadata
9199
9211
  include Google::Apis::Core::Hashable
9200
9212
 
9213
+ # Whether the result rows were truncated because the result row size is too
9214
+ # large to materialize.
9215
+ # Corresponds to the JSON property `resultIsTruncated`
9216
+ # @return [Boolean]
9217
+ attr_accessor :result_is_truncated
9218
+ alias_method :result_is_truncated?, :result_is_truncated
9219
+
9201
9220
  def initialize(**args)
9202
9221
  update!(**args)
9203
9222
  end
9204
9223
 
9205
9224
  # Update properties of this object
9206
9225
  def update!(**args)
9226
+ @result_is_truncated = args[:result_is_truncated] if args.key?(:result_is_truncated)
9207
9227
  end
9208
9228
  end
9209
9229
 
@@ -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.57.0"
19
+ GEM_VERSION = "0.58.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241218"
25
+ REVISION = "20250106"
26
26
  end
27
27
  end
28
28
  end
@@ -3061,6 +3061,7 @@ module Google
3061
3061
  class GoogleCloudContactcenterinsightsV1QueryMetricsMetadata
3062
3062
  # @private
3063
3063
  class Representation < Google::Apis::Core::JsonRepresentation
3064
+ property :result_is_truncated, as: 'resultIsTruncated'
3064
3065
  end
3065
3066
  end
3066
3067
 
@@ -4351,6 +4352,7 @@ module Google
4351
4352
  class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsMetadata
4352
4353
  # @private
4353
4354
  class Representation < Google::Apis::Core::JsonRepresentation
4355
+ property :result_is_truncated, as: 'resultIsTruncated'
4354
4356
  end
4355
4357
  end
4356
4358
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-contactcenterinsights_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.57.0
4
+ version: 0.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-01-05 00:00:00.000000000 Z
10
+ date: 2025-01-12 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.57.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.58.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.2
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Contact Center AI Insights API V1
82
79
  test_files: []