google-apis-contactcenterinsights_v1 0.29.0 → 0.30.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: 1207ff7df35d5e8bf931fd0e3dd7497580a6700b9c54662481658a423048353b
4
- data.tar.gz: b970955cb830f11ca45e25f94eaf4ab0682d960bb358da7976acbdfeb7030906
3
+ metadata.gz: 4dcb84174558a3d7ee93d9bb1c742b02a016528b245ac77fe4023f934c48fd5a
4
+ data.tar.gz: 245154c72f22ac73b2e47155cf05768410e58150a9f53e6a78c0a34f0ed1dccc
5
5
  SHA512:
6
- metadata.gz: 10ad33e33d9724aa6ad593a1d760c8de81c0edec35c92661a300ca3a7513dd6157cf9367da315a4e572ef19d701496cedbb0730337ac5bc35241ddbc32912233
7
- data.tar.gz: e7a5dd1d9307e5c0bb32af5cfb67c682f308dc038eeb8f1efd666b38bd3a0e532bae50343fa17ff01ac8b4670fe6c8dbfad7837f023b5d261c25d57761d20e81
6
+ metadata.gz: 84c21089487309fbc7df549a2a609cd7c1bf2f7746fe2a483b641221325c471837731d3f35b6979f4de3397d44a84a5f1ce98d35909d800934bd633a9dd64fef
7
+ data.tar.gz: 259e0d27db91986537eafbd926cb52f9a2cb74b6a645352a4139d8e24d1f1ef14644c8d895a480c8f905d541606e0e255062207eb9284aaa82ded61bfee2e155
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-contactcenterinsights_v1
2
2
 
3
+ ### v0.30.0 (2023-08-27)
4
+
5
+ * Regenerated from discovery document revision 20230813
6
+
3
7
  ### v0.29.0 (2023-08-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20230803
@@ -1696,6 +1696,19 @@ module Google
1696
1696
  end
1697
1697
  end
1698
1698
 
1699
+ # Response from export issue model
1700
+ class GoogleCloudContactcenterinsightsV1ExportIssueModelResponse
1701
+ include Google::Apis::Core::Hashable
1702
+
1703
+ def initialize(**args)
1704
+ update!(**args)
1705
+ end
1706
+
1707
+ # Update properties of this object
1708
+ def update!(**args)
1709
+ end
1710
+ end
1711
+
1699
1712
  # Agent Assist frequently-asked-question answer data.
1700
1713
  class GoogleCloudContactcenterinsightsV1FaqAnswerData
1701
1714
  include Google::Apis::Core::Hashable
@@ -1789,6 +1802,19 @@ module Google
1789
1802
  end
1790
1803
  end
1791
1804
 
1805
+ # Response from import issue model
1806
+ class GoogleCloudContactcenterinsightsV1ImportIssueModelResponse
1807
+ include Google::Apis::Core::Hashable
1808
+
1809
+ def initialize(**args)
1810
+ update!(**args)
1811
+ end
1812
+
1813
+ # Update properties of this object
1814
+ def update!(**args)
1815
+ end
1816
+ end
1817
+
1792
1818
  # The metadata for an IngestConversations operation.
1793
1819
  class GoogleCloudContactcenterinsightsV1IngestConversationsMetadata
1794
1820
  include Google::Apis::Core::Hashable
@@ -4715,6 +4741,19 @@ module Google
4715
4741
  end
4716
4742
  end
4717
4743
 
4744
+ # Response from export issue model
4745
+ class GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelResponse
4746
+ include Google::Apis::Core::Hashable
4747
+
4748
+ def initialize(**args)
4749
+ update!(**args)
4750
+ end
4751
+
4752
+ # Update properties of this object
4753
+ def update!(**args)
4754
+ end
4755
+ end
4756
+
4718
4757
  # Agent Assist frequently-asked-question answer data.
4719
4758
  class GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData
4720
4759
  include Google::Apis::Core::Hashable
@@ -4808,6 +4847,19 @@ module Google
4808
4847
  end
4809
4848
  end
4810
4849
 
4850
+ # Response from import issue model
4851
+ class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse
4852
+ include Google::Apis::Core::Hashable
4853
+
4854
+ def initialize(**args)
4855
+ update!(**args)
4856
+ end
4857
+
4858
+ # Update properties of this object
4859
+ def update!(**args)
4860
+ end
4861
+ end
4862
+
4811
4863
  # The metadata for an IngestConversations operation.
4812
4864
  class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadata
4813
4865
  include Google::Apis::Core::Hashable
@@ -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.29.0"
19
+ GEM_VERSION = "0.30.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 = "20230803"
25
+ REVISION = "20230813"
26
26
  end
27
27
  end
28
28
  end
@@ -286,6 +286,12 @@ module Google
286
286
  include Google::Apis::Core::JsonObjectSupport
287
287
  end
288
288
 
289
+ class GoogleCloudContactcenterinsightsV1ExportIssueModelResponse
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
289
295
  class GoogleCloudContactcenterinsightsV1FaqAnswerData
290
296
  class Representation < Google::Apis::Core::JsonRepresentation; end
291
297
 
@@ -304,6 +310,12 @@ module Google
304
310
  include Google::Apis::Core::JsonObjectSupport
305
311
  end
306
312
 
313
+ class GoogleCloudContactcenterinsightsV1ImportIssueModelResponse
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
307
319
  class GoogleCloudContactcenterinsightsV1IngestConversationsMetadata
308
320
  class Representation < Google::Apis::Core::JsonRepresentation; end
309
321
 
@@ -796,6 +808,12 @@ module Google
796
808
  include Google::Apis::Core::JsonObjectSupport
797
809
  end
798
810
 
811
+ class GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelResponse
812
+ class Representation < Google::Apis::Core::JsonRepresentation; end
813
+
814
+ include Google::Apis::Core::JsonObjectSupport
815
+ end
816
+
799
817
  class GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData
800
818
  class Representation < Google::Apis::Core::JsonRepresentation; end
801
819
 
@@ -814,6 +832,12 @@ module Google
814
832
  include Google::Apis::Core::JsonObjectSupport
815
833
  end
816
834
 
835
+ class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse
836
+ class Representation < Google::Apis::Core::JsonRepresentation; end
837
+
838
+ include Google::Apis::Core::JsonObjectSupport
839
+ end
840
+
817
841
  class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadata
818
842
  class Representation < Google::Apis::Core::JsonRepresentation; end
819
843
 
@@ -1495,6 +1519,12 @@ module Google
1495
1519
  end
1496
1520
  end
1497
1521
 
1522
+ class GoogleCloudContactcenterinsightsV1ExportIssueModelResponse
1523
+ # @private
1524
+ class Representation < Google::Apis::Core::JsonRepresentation
1525
+ end
1526
+ end
1527
+
1498
1528
  class GoogleCloudContactcenterinsightsV1FaqAnswerData
1499
1529
  # @private
1500
1530
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1521,6 +1551,12 @@ module Google
1521
1551
  end
1522
1552
  end
1523
1553
 
1554
+ class GoogleCloudContactcenterinsightsV1ImportIssueModelResponse
1555
+ # @private
1556
+ class Representation < Google::Apis::Core::JsonRepresentation
1557
+ end
1558
+ end
1559
+
1524
1560
  class GoogleCloudContactcenterinsightsV1IngestConversationsMetadata
1525
1561
  # @private
1526
1562
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2382,6 +2418,12 @@ module Google
2382
2418
  end
2383
2419
  end
2384
2420
 
2421
+ class GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelResponse
2422
+ # @private
2423
+ class Representation < Google::Apis::Core::JsonRepresentation
2424
+ end
2425
+ end
2426
+
2385
2427
  class GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData
2386
2428
  # @private
2387
2429
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2408,6 +2450,12 @@ module Google
2408
2450
  end
2409
2451
  end
2410
2452
 
2453
+ class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse
2454
+ # @private
2455
+ class Representation < Google::Apis::Core::JsonRepresentation
2456
+ end
2457
+ end
2458
+
2411
2459
  class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadata
2412
2460
  # @private
2413
2461
  class Representation < Google::Apis::Core::JsonRepresentation
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.29.0
4
+ version: 0.30.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-08-06 00:00:00.000000000 Z
11
+ date: 2023-08-27 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.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.30.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Contact Center AI Insights API V1