google-apis-contactcenterinsights_v1 0.30.0 → 0.31.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: 4dcb84174558a3d7ee93d9bb1c742b02a016528b245ac77fe4023f934c48fd5a
4
- data.tar.gz: 245154c72f22ac73b2e47155cf05768410e58150a9f53e6a78c0a34f0ed1dccc
3
+ metadata.gz: e00a27b039a5b2e91d45d691f67d3dd040a2f6f0e95dcdea8d77d92343dc0ff9
4
+ data.tar.gz: 9df3b52e2a5bdbb61ba75215902809b57683c8f866c170db13e16a817571d522
5
5
  SHA512:
6
- metadata.gz: 84c21089487309fbc7df549a2a609cd7c1bf2f7746fe2a483b641221325c471837731d3f35b6979f4de3397d44a84a5f1ce98d35909d800934bd633a9dd64fef
7
- data.tar.gz: 259e0d27db91986537eafbd926cb52f9a2cb74b6a645352a4139d8e24d1f1ef14644c8d895a480c8f905d541606e0e255062207eb9284aaa82ded61bfee2e155
6
+ metadata.gz: 35e6f8acf4f40703ac7cd9684aca924012738699d4582ac96e3c7b92daff4e4db7e50df1e445f5dafb2c8bd6de08754e7dbf103e9a779b0c80447d26993e496f
7
+ data.tar.gz: c113ff5d4bb22de5dda9d2e4ae9ef999d65b61571137abc33242472498e9500d19c533689f11ee8053a99228208368006be084f8a6d96da2a4fea17f3b265cba
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-contactcenterinsights_v1
2
2
 
3
+ ### v0.31.0 (2023-10-01)
4
+
5
+ * Regenerated from discovery document revision 20230923
6
+
3
7
  ### v0.30.0 (2023-08-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20230813
@@ -1696,19 +1696,6 @@ 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
-
1712
1699
  # Agent Assist frequently-asked-question answer data.
1713
1700
  class GoogleCloudContactcenterinsightsV1FaqAnswerData
1714
1701
  include Google::Apis::Core::Hashable
@@ -1802,19 +1789,6 @@ module Google
1802
1789
  end
1803
1790
  end
1804
1791
 
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
-
1818
1792
  # The metadata for an IngestConversations operation.
1819
1793
  class GoogleCloudContactcenterinsightsV1IngestConversationsMetadata
1820
1794
  include Google::Apis::Core::Hashable
@@ -2884,6 +2858,11 @@ module Google
2884
2858
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedactionConfig]
2885
2859
  attr_accessor :redaction_config
2886
2860
 
2861
+ # Speech-to-Text configuration.
2862
+ # Corresponds to the JSON property `speechConfig`
2863
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SpeechConfig]
2864
+ attr_accessor :speech_config
2865
+
2887
2866
  # Output only. The time at which the settings were last updated.
2888
2867
  # Corresponds to the JSON property `updateTime`
2889
2868
  # @return [String]
@@ -2902,6 +2881,7 @@ module Google
2902
2881
  @name = args[:name] if args.key?(:name)
2903
2882
  @pubsub_notification_settings = args[:pubsub_notification_settings] if args.key?(:pubsub_notification_settings)
2904
2883
  @redaction_config = args[:redaction_config] if args.key?(:redaction_config)
2884
+ @speech_config = args[:speech_config] if args.key?(:speech_config)
2905
2885
  @update_time = args[:update_time] if args.key?(:update_time)
2906
2886
  end
2907
2887
  end
@@ -3034,6 +3014,26 @@ module Google
3034
3014
  end
3035
3015
  end
3036
3016
 
3017
+ # Speech-to-Text configuration.
3018
+ class GoogleCloudContactcenterinsightsV1SpeechConfig
3019
+ include Google::Apis::Core::Hashable
3020
+
3021
+ # The fully-qualified Speech Recognizer resource name. Format: `projects/`
3022
+ # project_id`/locations/`location`/recognizer/`recognizer``
3023
+ # Corresponds to the JSON property `speechRecognizer`
3024
+ # @return [String]
3025
+ attr_accessor :speech_recognizer
3026
+
3027
+ def initialize(**args)
3028
+ update!(**args)
3029
+ end
3030
+
3031
+ # Update properties of this object
3032
+ def update!(**args)
3033
+ @speech_recognizer = args[:speech_recognizer] if args.key?(:speech_recognizer)
3034
+ end
3035
+ end
3036
+
3037
3037
  # Metadata for undeploying an issue model.
3038
3038
  class GoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata
3039
3039
  include Google::Apis::Core::Hashable
@@ -3168,6 +3168,11 @@ module Google
3168
3168
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedactionConfig]
3169
3169
  attr_accessor :redaction_config
3170
3170
 
3171
+ # Speech-to-Text configuration.
3172
+ # Corresponds to the JSON property `speechConfig`
3173
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SpeechConfig]
3174
+ attr_accessor :speech_config
3175
+
3171
3176
  def initialize(**args)
3172
3177
  update!(**args)
3173
3178
  end
@@ -3178,6 +3183,7 @@ module Google
3178
3183
  @conversation_id = args[:conversation_id] if args.key?(:conversation_id)
3179
3184
  @parent = args[:parent] if args.key?(:parent)
3180
3185
  @redaction_config = args[:redaction_config] if args.key?(:redaction_config)
3186
+ @speech_config = args[:speech_config] if args.key?(:speech_config)
3181
3187
  end
3182
3188
  end
3183
3189
 
@@ -4741,19 +4747,6 @@ module Google
4741
4747
  end
4742
4748
  end
4743
4749
 
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
-
4757
4750
  # Agent Assist frequently-asked-question answer data.
4758
4751
  class GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData
4759
4752
  include Google::Apis::Core::Hashable
@@ -4847,19 +4840,6 @@ module Google
4847
4840
  end
4848
4841
  end
4849
4842
 
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
-
4863
4843
  # The metadata for an IngestConversations operation.
4864
4844
  class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadata
4865
4845
  include Google::Apis::Core::Hashable
@@ -5618,6 +5598,26 @@ module Google
5618
5598
  end
5619
5599
  end
5620
5600
 
5601
+ # Speech-to-Text configuration.
5602
+ class GoogleCloudContactcenterinsightsV1alpha1SpeechConfig
5603
+ include Google::Apis::Core::Hashable
5604
+
5605
+ # The fully-qualified Speech Recognizer resource name. Format: `projects/`
5606
+ # project_id`/locations/`location`/recognizer/`recognizer``
5607
+ # Corresponds to the JSON property `speechRecognizer`
5608
+ # @return [String]
5609
+ attr_accessor :speech_recognizer
5610
+
5611
+ def initialize(**args)
5612
+ update!(**args)
5613
+ end
5614
+
5615
+ # Update properties of this object
5616
+ def update!(**args)
5617
+ @speech_recognizer = args[:speech_recognizer] if args.key?(:speech_recognizer)
5618
+ end
5619
+ end
5620
+
5621
5621
  # Metadata for undeploying an issue model.
5622
5622
  class GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata
5623
5623
  include Google::Apis::Core::Hashable
@@ -5752,6 +5752,11 @@ module Google
5752
5752
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1RedactionConfig]
5753
5753
  attr_accessor :redaction_config
5754
5754
 
5755
+ # Speech-to-Text configuration.
5756
+ # Corresponds to the JSON property `speechConfig`
5757
+ # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1SpeechConfig]
5758
+ attr_accessor :speech_config
5759
+
5755
5760
  def initialize(**args)
5756
5761
  update!(**args)
5757
5762
  end
@@ -5762,6 +5767,7 @@ module Google
5762
5767
  @conversation_id = args[:conversation_id] if args.key?(:conversation_id)
5763
5768
  @parent = args[:parent] if args.key?(:parent)
5764
5769
  @redaction_config = args[:redaction_config] if args.key?(:redaction_config)
5770
+ @speech_config = args[:speech_config] if args.key?(:speech_config)
5765
5771
  end
5766
5772
  end
5767
5773
 
@@ -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.30.0"
19
+ GEM_VERSION = "0.31.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 = "20230813"
25
+ REVISION = "20230923"
26
26
  end
27
27
  end
28
28
  end
@@ -286,12 +286,6 @@ 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
-
295
289
  class GoogleCloudContactcenterinsightsV1FaqAnswerData
296
290
  class Representation < Google::Apis::Core::JsonRepresentation; end
297
291
 
@@ -310,12 +304,6 @@ module Google
310
304
  include Google::Apis::Core::JsonObjectSupport
311
305
  end
312
306
 
313
- class GoogleCloudContactcenterinsightsV1ImportIssueModelResponse
314
- class Representation < Google::Apis::Core::JsonRepresentation; end
315
-
316
- include Google::Apis::Core::JsonObjectSupport
317
- end
318
-
319
307
  class GoogleCloudContactcenterinsightsV1IngestConversationsMetadata
320
308
  class Representation < Google::Apis::Core::JsonRepresentation; end
321
309
 
@@ -538,6 +526,12 @@ module Google
538
526
  include Google::Apis::Core::JsonObjectSupport
539
527
  end
540
528
 
529
+ class GoogleCloudContactcenterinsightsV1SpeechConfig
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
541
535
  class GoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata
542
536
  class Representation < Google::Apis::Core::JsonRepresentation; end
543
537
 
@@ -808,12 +802,6 @@ module Google
808
802
  include Google::Apis::Core::JsonObjectSupport
809
803
  end
810
804
 
811
- class GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelResponse
812
- class Representation < Google::Apis::Core::JsonRepresentation; end
813
-
814
- include Google::Apis::Core::JsonObjectSupport
815
- end
816
-
817
805
  class GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData
818
806
  class Representation < Google::Apis::Core::JsonRepresentation; end
819
807
 
@@ -832,12 +820,6 @@ module Google
832
820
  include Google::Apis::Core::JsonObjectSupport
833
821
  end
834
822
 
835
- class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse
836
- class Representation < Google::Apis::Core::JsonRepresentation; end
837
-
838
- include Google::Apis::Core::JsonObjectSupport
839
- end
840
-
841
823
  class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadata
842
824
  class Representation < Google::Apis::Core::JsonRepresentation; end
843
825
 
@@ -982,6 +964,12 @@ module Google
982
964
  include Google::Apis::Core::JsonObjectSupport
983
965
  end
984
966
 
967
+ class GoogleCloudContactcenterinsightsV1alpha1SpeechConfig
968
+ class Representation < Google::Apis::Core::JsonRepresentation; end
969
+
970
+ include Google::Apis::Core::JsonObjectSupport
971
+ end
972
+
985
973
  class GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata
986
974
  class Representation < Google::Apis::Core::JsonRepresentation; end
987
975
 
@@ -1519,12 +1507,6 @@ module Google
1519
1507
  end
1520
1508
  end
1521
1509
 
1522
- class GoogleCloudContactcenterinsightsV1ExportIssueModelResponse
1523
- # @private
1524
- class Representation < Google::Apis::Core::JsonRepresentation
1525
- end
1526
- end
1527
-
1528
1510
  class GoogleCloudContactcenterinsightsV1FaqAnswerData
1529
1511
  # @private
1530
1512
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1551,12 +1533,6 @@ module Google
1551
1533
  end
1552
1534
  end
1553
1535
 
1554
- class GoogleCloudContactcenterinsightsV1ImportIssueModelResponse
1555
- # @private
1556
- class Representation < Google::Apis::Core::JsonRepresentation
1557
- end
1558
- end
1559
-
1560
1536
  class GoogleCloudContactcenterinsightsV1IngestConversationsMetadata
1561
1537
  # @private
1562
1538
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1884,6 +1860,8 @@ module Google
1884
1860
  hash :pubsub_notification_settings, as: 'pubsubNotificationSettings'
1885
1861
  property :redaction_config, as: 'redactionConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedactionConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedactionConfig::Representation
1886
1862
 
1863
+ property :speech_config, as: 'speechConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SpeechConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SpeechConfig::Representation
1864
+
1887
1865
  property :update_time, as: 'updateTime'
1888
1866
  end
1889
1867
  end
@@ -1924,6 +1902,13 @@ module Google
1924
1902
  end
1925
1903
  end
1926
1904
 
1905
+ class GoogleCloudContactcenterinsightsV1SpeechConfig
1906
+ # @private
1907
+ class Representation < Google::Apis::Core::JsonRepresentation
1908
+ property :speech_recognizer, as: 'speechRecognizer'
1909
+ end
1910
+ end
1911
+
1927
1912
  class GoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata
1928
1913
  # @private
1929
1914
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1969,6 +1954,8 @@ module Google
1969
1954
  property :parent, as: 'parent'
1970
1955
  property :redaction_config, as: 'redactionConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedactionConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedactionConfig::Representation
1971
1956
 
1957
+ property :speech_config, as: 'speechConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SpeechConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SpeechConfig::Representation
1958
+
1972
1959
  end
1973
1960
  end
1974
1961
 
@@ -2418,12 +2405,6 @@ module Google
2418
2405
  end
2419
2406
  end
2420
2407
 
2421
- class GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelResponse
2422
- # @private
2423
- class Representation < Google::Apis::Core::JsonRepresentation
2424
- end
2425
- end
2426
-
2427
2408
  class GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData
2428
2409
  # @private
2429
2410
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2450,12 +2431,6 @@ module Google
2450
2431
  end
2451
2432
  end
2452
2433
 
2453
- class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse
2454
- # @private
2455
- class Representation < Google::Apis::Core::JsonRepresentation
2456
- end
2457
- end
2458
-
2459
2434
  class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadata
2460
2435
  # @private
2461
2436
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2689,6 +2664,13 @@ module Google
2689
2664
  end
2690
2665
  end
2691
2666
 
2667
+ class GoogleCloudContactcenterinsightsV1alpha1SpeechConfig
2668
+ # @private
2669
+ class Representation < Google::Apis::Core::JsonRepresentation
2670
+ property :speech_recognizer, as: 'speechRecognizer'
2671
+ end
2672
+ end
2673
+
2692
2674
  class GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata
2693
2675
  # @private
2694
2676
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2734,6 +2716,8 @@ module Google
2734
2716
  property :parent, as: 'parent'
2735
2717
  property :redaction_config, as: 'redactionConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1RedactionConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1RedactionConfig::Representation
2736
2718
 
2719
+ property :speech_config, as: 'speechConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1SpeechConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1SpeechConfig::Representation
2720
+
2737
2721
  end
2738
2722
  end
2739
2723
 
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.30.0
4
+ version: 0.31.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-27 00:00:00.000000000 Z
11
+ date: 2023-10-01 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.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.31.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: []