google-apis-contactcenterinsights_v1 0.30.0 → 0.32.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d7fa49f2d449054e72d84aae766b15f3bd9e7f87e24054b3f38f954f6baec87
|
4
|
+
data.tar.gz: 28b0ed2f606b6c82a8ded2af4ec2701ed7d4b5048b985e1eac971f7821e1b69a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2594184e1f50858dd27ca53d24fd378c4f3b242e96e0844e6c7010c20ffba9aed5c211d641b0d1f4eadc1650a3ceca58a4ae016dab36a415373fd8378b02ca0
|
7
|
+
data.tar.gz: 3436a9e56fab42732745aba5ac49968311ebcc825f9922289a0016b2e7fffc292e5b267ed6606a7358ece816062cd4f4df195bfc0fd69759d22385091b775e01
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-contactcenterinsights_v1
|
2
2
|
|
3
|
+
### v0.32.0 (2023-10-29)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20231023
|
6
|
+
|
7
|
+
### v0.31.0 (2023-10-01)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230923
|
10
|
+
|
3
11
|
### v0.30.0 (2023-08-27)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230813
|
@@ -402,6 +402,12 @@ module Google
|
|
402
402
|
# @return [Fixnum]
|
403
403
|
attr_accessor :failed_analyses_count
|
404
404
|
|
405
|
+
# Output only. Partial errors during ingest operation that might cause the
|
406
|
+
# operation output to be incomplete.
|
407
|
+
# Corresponds to the JSON property `partialErrors`
|
408
|
+
# @return [Array<Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus>]
|
409
|
+
attr_accessor :partial_errors
|
410
|
+
|
405
411
|
# The request to analyze conversations in bulk.
|
406
412
|
# Corresponds to the JSON property `request`
|
407
413
|
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest]
|
@@ -423,6 +429,7 @@ module Google
|
|
423
429
|
@create_time = args[:create_time] if args.key?(:create_time)
|
424
430
|
@end_time = args[:end_time] if args.key?(:end_time)
|
425
431
|
@failed_analyses_count = args[:failed_analyses_count] if args.key?(:failed_analyses_count)
|
432
|
+
@partial_errors = args[:partial_errors] if args.key?(:partial_errors)
|
426
433
|
@request = args[:request] if args.key?(:request)
|
427
434
|
@total_requested_analyses_count = args[:total_requested_analyses_count] if args.key?(:total_requested_analyses_count)
|
428
435
|
end
|
@@ -732,7 +739,8 @@ module Google
|
|
732
739
|
# @return [String]
|
733
740
|
attr_accessor :create_time
|
734
741
|
|
735
|
-
# The conversation source, which is a combination of transcript and
|
742
|
+
# The conversation source, which is a combination of transcript, audio, and
|
743
|
+
# metadata.
|
736
744
|
# Corresponds to the JSON property `dataSource`
|
737
745
|
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationDataSource]
|
738
746
|
attr_accessor :data_source
|
@@ -878,7 +886,8 @@ module Google
|
|
878
886
|
end
|
879
887
|
end
|
880
888
|
|
881
|
-
# The conversation source, which is a combination of transcript and
|
889
|
+
# The conversation source, which is a combination of transcript, audio, and
|
890
|
+
# metadata.
|
882
891
|
class GoogleCloudContactcenterinsightsV1ConversationDataSource
|
883
892
|
include Google::Apis::Core::Hashable
|
884
893
|
|
@@ -1696,19 +1705,6 @@ module Google
|
|
1696
1705
|
end
|
1697
1706
|
end
|
1698
1707
|
|
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
1708
|
# Agent Assist frequently-asked-question answer data.
|
1713
1709
|
class GoogleCloudContactcenterinsightsV1FaqAnswerData
|
1714
1710
|
include Google::Apis::Core::Hashable
|
@@ -1802,19 +1798,6 @@ module Google
|
|
1802
1798
|
end
|
1803
1799
|
end
|
1804
1800
|
|
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
1801
|
# The metadata for an IngestConversations operation.
|
1819
1802
|
class GoogleCloudContactcenterinsightsV1IngestConversationsMetadata
|
1820
1803
|
include Google::Apis::Core::Hashable
|
@@ -2884,6 +2867,11 @@ module Google
|
|
2884
2867
|
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedactionConfig]
|
2885
2868
|
attr_accessor :redaction_config
|
2886
2869
|
|
2870
|
+
# Speech-to-Text configuration.
|
2871
|
+
# Corresponds to the JSON property `speechConfig`
|
2872
|
+
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SpeechConfig]
|
2873
|
+
attr_accessor :speech_config
|
2874
|
+
|
2887
2875
|
# Output only. The time at which the settings were last updated.
|
2888
2876
|
# Corresponds to the JSON property `updateTime`
|
2889
2877
|
# @return [String]
|
@@ -2902,6 +2890,7 @@ module Google
|
|
2902
2890
|
@name = args[:name] if args.key?(:name)
|
2903
2891
|
@pubsub_notification_settings = args[:pubsub_notification_settings] if args.key?(:pubsub_notification_settings)
|
2904
2892
|
@redaction_config = args[:redaction_config] if args.key?(:redaction_config)
|
2893
|
+
@speech_config = args[:speech_config] if args.key?(:speech_config)
|
2905
2894
|
@update_time = args[:update_time] if args.key?(:update_time)
|
2906
2895
|
end
|
2907
2896
|
end
|
@@ -3034,6 +3023,26 @@ module Google
|
|
3034
3023
|
end
|
3035
3024
|
end
|
3036
3025
|
|
3026
|
+
# Speech-to-Text configuration.
|
3027
|
+
class GoogleCloudContactcenterinsightsV1SpeechConfig
|
3028
|
+
include Google::Apis::Core::Hashable
|
3029
|
+
|
3030
|
+
# The fully-qualified Speech Recognizer resource name. Format: `projects/`
|
3031
|
+
# project_id`/locations/`location`/recognizer/`recognizer``
|
3032
|
+
# Corresponds to the JSON property `speechRecognizer`
|
3033
|
+
# @return [String]
|
3034
|
+
attr_accessor :speech_recognizer
|
3035
|
+
|
3036
|
+
def initialize(**args)
|
3037
|
+
update!(**args)
|
3038
|
+
end
|
3039
|
+
|
3040
|
+
# Update properties of this object
|
3041
|
+
def update!(**args)
|
3042
|
+
@speech_recognizer = args[:speech_recognizer] if args.key?(:speech_recognizer)
|
3043
|
+
end
|
3044
|
+
end
|
3045
|
+
|
3037
3046
|
# Metadata for undeploying an issue model.
|
3038
3047
|
class GoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata
|
3039
3048
|
include Google::Apis::Core::Hashable
|
@@ -3168,6 +3177,11 @@ module Google
|
|
3168
3177
|
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedactionConfig]
|
3169
3178
|
attr_accessor :redaction_config
|
3170
3179
|
|
3180
|
+
# Speech-to-Text configuration.
|
3181
|
+
# Corresponds to the JSON property `speechConfig`
|
3182
|
+
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SpeechConfig]
|
3183
|
+
attr_accessor :speech_config
|
3184
|
+
|
3171
3185
|
def initialize(**args)
|
3172
3186
|
update!(**args)
|
3173
3187
|
end
|
@@ -3178,6 +3192,7 @@ module Google
|
|
3178
3192
|
@conversation_id = args[:conversation_id] if args.key?(:conversation_id)
|
3179
3193
|
@parent = args[:parent] if args.key?(:parent)
|
3180
3194
|
@redaction_config = args[:redaction_config] if args.key?(:redaction_config)
|
3195
|
+
@speech_config = args[:speech_config] if args.key?(:speech_config)
|
3181
3196
|
end
|
3182
3197
|
end
|
3183
3198
|
|
@@ -3605,6 +3620,12 @@ module Google
|
|
3605
3620
|
# @return [Fixnum]
|
3606
3621
|
attr_accessor :failed_analyses_count
|
3607
3622
|
|
3623
|
+
# Output only. Partial errors during ingest operation that might cause the
|
3624
|
+
# operation output to be incomplete.
|
3625
|
+
# Corresponds to the JSON property `partialErrors`
|
3626
|
+
# @return [Array<Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus>]
|
3627
|
+
attr_accessor :partial_errors
|
3628
|
+
|
3608
3629
|
# The request to analyze conversations in bulk.
|
3609
3630
|
# Corresponds to the JSON property `request`
|
3610
3631
|
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsRequest]
|
@@ -3626,6 +3647,7 @@ module Google
|
|
3626
3647
|
@create_time = args[:create_time] if args.key?(:create_time)
|
3627
3648
|
@end_time = args[:end_time] if args.key?(:end_time)
|
3628
3649
|
@failed_analyses_count = args[:failed_analyses_count] if args.key?(:failed_analyses_count)
|
3650
|
+
@partial_errors = args[:partial_errors] if args.key?(:partial_errors)
|
3629
3651
|
@request = args[:request] if args.key?(:request)
|
3630
3652
|
@total_requested_analyses_count = args[:total_requested_analyses_count] if args.key?(:total_requested_analyses_count)
|
3631
3653
|
end
|
@@ -3797,7 +3819,8 @@ module Google
|
|
3797
3819
|
# @return [String]
|
3798
3820
|
attr_accessor :create_time
|
3799
3821
|
|
3800
|
-
# The conversation source, which is a combination of transcript and
|
3822
|
+
# The conversation source, which is a combination of transcript, audio, and
|
3823
|
+
# metadata.
|
3801
3824
|
# Corresponds to the JSON property `dataSource`
|
3802
3825
|
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource]
|
3803
3826
|
attr_accessor :data_source
|
@@ -3943,7 +3966,8 @@ module Google
|
|
3943
3966
|
end
|
3944
3967
|
end
|
3945
3968
|
|
3946
|
-
# The conversation source, which is a combination of transcript and
|
3969
|
+
# The conversation source, which is a combination of transcript, audio, and
|
3970
|
+
# metadata.
|
3947
3971
|
class GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource
|
3948
3972
|
include Google::Apis::Core::Hashable
|
3949
3973
|
|
@@ -4741,19 +4765,6 @@ module Google
|
|
4741
4765
|
end
|
4742
4766
|
end
|
4743
4767
|
|
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
4768
|
# Agent Assist frequently-asked-question answer data.
|
4758
4769
|
class GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData
|
4759
4770
|
include Google::Apis::Core::Hashable
|
@@ -4847,19 +4858,6 @@ module Google
|
|
4847
4858
|
end
|
4848
4859
|
end
|
4849
4860
|
|
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
4861
|
# The metadata for an IngestConversations operation.
|
4864
4862
|
class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadata
|
4865
4863
|
include Google::Apis::Core::Hashable
|
@@ -5618,6 +5616,26 @@ module Google
|
|
5618
5616
|
end
|
5619
5617
|
end
|
5620
5618
|
|
5619
|
+
# Speech-to-Text configuration.
|
5620
|
+
class GoogleCloudContactcenterinsightsV1alpha1SpeechConfig
|
5621
|
+
include Google::Apis::Core::Hashable
|
5622
|
+
|
5623
|
+
# The fully-qualified Speech Recognizer resource name. Format: `projects/`
|
5624
|
+
# project_id`/locations/`location`/recognizer/`recognizer``
|
5625
|
+
# Corresponds to the JSON property `speechRecognizer`
|
5626
|
+
# @return [String]
|
5627
|
+
attr_accessor :speech_recognizer
|
5628
|
+
|
5629
|
+
def initialize(**args)
|
5630
|
+
update!(**args)
|
5631
|
+
end
|
5632
|
+
|
5633
|
+
# Update properties of this object
|
5634
|
+
def update!(**args)
|
5635
|
+
@speech_recognizer = args[:speech_recognizer] if args.key?(:speech_recognizer)
|
5636
|
+
end
|
5637
|
+
end
|
5638
|
+
|
5621
5639
|
# Metadata for undeploying an issue model.
|
5622
5640
|
class GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata
|
5623
5641
|
include Google::Apis::Core::Hashable
|
@@ -5752,6 +5770,11 @@ module Google
|
|
5752
5770
|
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1RedactionConfig]
|
5753
5771
|
attr_accessor :redaction_config
|
5754
5772
|
|
5773
|
+
# Speech-to-Text configuration.
|
5774
|
+
# Corresponds to the JSON property `speechConfig`
|
5775
|
+
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1SpeechConfig]
|
5776
|
+
attr_accessor :speech_config
|
5777
|
+
|
5755
5778
|
def initialize(**args)
|
5756
5779
|
update!(**args)
|
5757
5780
|
end
|
@@ -5762,6 +5785,7 @@ module Google
|
|
5762
5785
|
@conversation_id = args[:conversation_id] if args.key?(:conversation_id)
|
5763
5786
|
@parent = args[:parent] if args.key?(:parent)
|
5764
5787
|
@redaction_config = args[:redaction_config] if args.key?(:redaction_config)
|
5788
|
+
@speech_config = args[:speech_config] if args.key?(:speech_config)
|
5765
5789
|
end
|
5766
5790
|
end
|
5767
5791
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.32.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 = "
|
25
|
+
REVISION = "20231023"
|
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
|
|
@@ -1138,6 +1126,8 @@ module Google
|
|
1138
1126
|
property :create_time, as: 'createTime'
|
1139
1127
|
property :end_time, as: 'endTime'
|
1140
1128
|
property :failed_analyses_count, as: 'failedAnalysesCount'
|
1129
|
+
collection :partial_errors, as: 'partialErrors', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
1130
|
+
|
1141
1131
|
property :request, as: 'request', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest::Representation
|
1142
1132
|
|
1143
1133
|
property :total_requested_analyses_count, as: 'totalRequestedAnalysesCount'
|
@@ -1519,12 +1509,6 @@ module Google
|
|
1519
1509
|
end
|
1520
1510
|
end
|
1521
1511
|
|
1522
|
-
class GoogleCloudContactcenterinsightsV1ExportIssueModelResponse
|
1523
|
-
# @private
|
1524
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1525
|
-
end
|
1526
|
-
end
|
1527
|
-
|
1528
1512
|
class GoogleCloudContactcenterinsightsV1FaqAnswerData
|
1529
1513
|
# @private
|
1530
1514
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1551,12 +1535,6 @@ module Google
|
|
1551
1535
|
end
|
1552
1536
|
end
|
1553
1537
|
|
1554
|
-
class GoogleCloudContactcenterinsightsV1ImportIssueModelResponse
|
1555
|
-
# @private
|
1556
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1557
|
-
end
|
1558
|
-
end
|
1559
|
-
|
1560
1538
|
class GoogleCloudContactcenterinsightsV1IngestConversationsMetadata
|
1561
1539
|
# @private
|
1562
1540
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1884,6 +1862,8 @@ module Google
|
|
1884
1862
|
hash :pubsub_notification_settings, as: 'pubsubNotificationSettings'
|
1885
1863
|
property :redaction_config, as: 'redactionConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedactionConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedactionConfig::Representation
|
1886
1864
|
|
1865
|
+
property :speech_config, as: 'speechConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SpeechConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SpeechConfig::Representation
|
1866
|
+
|
1887
1867
|
property :update_time, as: 'updateTime'
|
1888
1868
|
end
|
1889
1869
|
end
|
@@ -1924,6 +1904,13 @@ module Google
|
|
1924
1904
|
end
|
1925
1905
|
end
|
1926
1906
|
|
1907
|
+
class GoogleCloudContactcenterinsightsV1SpeechConfig
|
1908
|
+
# @private
|
1909
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1910
|
+
property :speech_recognizer, as: 'speechRecognizer'
|
1911
|
+
end
|
1912
|
+
end
|
1913
|
+
|
1927
1914
|
class GoogleCloudContactcenterinsightsV1UndeployIssueModelMetadata
|
1928
1915
|
# @private
|
1929
1916
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1969,6 +1956,8 @@ module Google
|
|
1969
1956
|
property :parent, as: 'parent'
|
1970
1957
|
property :redaction_config, as: 'redactionConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedactionConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedactionConfig::Representation
|
1971
1958
|
|
1959
|
+
property :speech_config, as: 'speechConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SpeechConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SpeechConfig::Representation
|
1960
|
+
|
1972
1961
|
end
|
1973
1962
|
end
|
1974
1963
|
|
@@ -2085,6 +2074,8 @@ module Google
|
|
2085
2074
|
property :create_time, as: 'createTime'
|
2086
2075
|
property :end_time, as: 'endTime'
|
2087
2076
|
property :failed_analyses_count, as: 'failedAnalysesCount'
|
2077
|
+
collection :partial_errors, as: 'partialErrors', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
2078
|
+
|
2088
2079
|
property :request, as: 'request', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsRequest, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsRequest::Representation
|
2089
2080
|
|
2090
2081
|
property :total_requested_analyses_count, as: 'totalRequestedAnalysesCount'
|
@@ -2418,12 +2409,6 @@ module Google
|
|
2418
2409
|
end
|
2419
2410
|
end
|
2420
2411
|
|
2421
|
-
class GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelResponse
|
2422
|
-
# @private
|
2423
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2424
|
-
end
|
2425
|
-
end
|
2426
|
-
|
2427
2412
|
class GoogleCloudContactcenterinsightsV1alpha1FaqAnswerData
|
2428
2413
|
# @private
|
2429
2414
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2450,12 +2435,6 @@ module Google
|
|
2450
2435
|
end
|
2451
2436
|
end
|
2452
2437
|
|
2453
|
-
class GoogleCloudContactcenterinsightsV1alpha1ImportIssueModelResponse
|
2454
|
-
# @private
|
2455
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2456
|
-
end
|
2457
|
-
end
|
2458
|
-
|
2459
2438
|
class GoogleCloudContactcenterinsightsV1alpha1IngestConversationsMetadata
|
2460
2439
|
# @private
|
2461
2440
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2689,6 +2668,13 @@ module Google
|
|
2689
2668
|
end
|
2690
2669
|
end
|
2691
2670
|
|
2671
|
+
class GoogleCloudContactcenterinsightsV1alpha1SpeechConfig
|
2672
|
+
# @private
|
2673
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2674
|
+
property :speech_recognizer, as: 'speechRecognizer'
|
2675
|
+
end
|
2676
|
+
end
|
2677
|
+
|
2692
2678
|
class GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata
|
2693
2679
|
# @private
|
2694
2680
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2734,6 +2720,8 @@ module Google
|
|
2734
2720
|
property :parent, as: 'parent'
|
2735
2721
|
property :redaction_config, as: 'redactionConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1RedactionConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1RedactionConfig::Representation
|
2736
2722
|
|
2723
|
+
property :speech_config, as: 'speechConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1SpeechConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1SpeechConfig::Representation
|
2724
|
+
|
2737
2725
|
end
|
2738
2726
|
end
|
2739
2727
|
|
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.
|
4
|
+
version: 0.32.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-
|
11
|
+
date: 2023-10-29 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.32.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: []
|