google-apis-contactcenterinsights_v1 0.31.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: e00a27b039a5b2e91d45d691f67d3dd040a2f6f0e95dcdea8d77d92343dc0ff9
4
- data.tar.gz: 9df3b52e2a5bdbb61ba75215902809b57683c8f866c170db13e16a817571d522
3
+ metadata.gz: 6d7fa49f2d449054e72d84aae766b15f3bd9e7f87e24054b3f38f954f6baec87
4
+ data.tar.gz: 28b0ed2f606b6c82a8ded2af4ec2701ed7d4b5048b985e1eac971f7821e1b69a
5
5
  SHA512:
6
- metadata.gz: 35e6f8acf4f40703ac7cd9684aca924012738699d4582ac96e3c7b92daff4e4db7e50df1e445f5dafb2c8bd6de08754e7dbf103e9a779b0c80447d26993e496f
7
- data.tar.gz: c113ff5d4bb22de5dda9d2e4ae9ef999d65b61571137abc33242472498e9500d19c533689f11ee8053a99228208368006be084f8a6d96da2a4fea17f3b265cba
6
+ metadata.gz: b2594184e1f50858dd27ca53d24fd378c4f3b242e96e0844e6c7010c20ffba9aed5c211d641b0d1f4eadc1650a3ceca58a4ae016dab36a415373fd8378b02ca0
7
+ data.tar.gz: 3436a9e56fab42732745aba5ac49968311ebcc825f9922289a0016b2e7fffc292e5b267ed6606a7358ece816062cd4f4df195bfc0fd69759d22385091b775e01
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.31.0 (2023-10-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20230923
@@ -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 audio.
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 audio.
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
 
@@ -3611,6 +3620,12 @@ module Google
3611
3620
  # @return [Fixnum]
3612
3621
  attr_accessor :failed_analyses_count
3613
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
+
3614
3629
  # The request to analyze conversations in bulk.
3615
3630
  # Corresponds to the JSON property `request`
3616
3631
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsRequest]
@@ -3632,6 +3647,7 @@ module Google
3632
3647
  @create_time = args[:create_time] if args.key?(:create_time)
3633
3648
  @end_time = args[:end_time] if args.key?(:end_time)
3634
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)
3635
3651
  @request = args[:request] if args.key?(:request)
3636
3652
  @total_requested_analyses_count = args[:total_requested_analyses_count] if args.key?(:total_requested_analyses_count)
3637
3653
  end
@@ -3803,7 +3819,8 @@ module Google
3803
3819
  # @return [String]
3804
3820
  attr_accessor :create_time
3805
3821
 
3806
- # The conversation source, which is a combination of transcript and audio.
3822
+ # The conversation source, which is a combination of transcript, audio, and
3823
+ # metadata.
3807
3824
  # Corresponds to the JSON property `dataSource`
3808
3825
  # @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource]
3809
3826
  attr_accessor :data_source
@@ -3949,7 +3966,8 @@ module Google
3949
3966
  end
3950
3967
  end
3951
3968
 
3952
- # The conversation source, which is a combination of transcript and audio.
3969
+ # The conversation source, which is a combination of transcript, audio, and
3970
+ # metadata.
3953
3971
  class GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource
3954
3972
  include Google::Apis::Core::Hashable
3955
3973
 
@@ -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.31.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 = "20230923"
25
+ REVISION = "20231023"
26
26
  end
27
27
  end
28
28
  end
@@ -1126,6 +1126,8 @@ module Google
1126
1126
  property :create_time, as: 'createTime'
1127
1127
  property :end_time, as: 'endTime'
1128
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
+
1129
1131
  property :request, as: 'request', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest::Representation
1130
1132
 
1131
1133
  property :total_requested_analyses_count, as: 'totalRequestedAnalysesCount'
@@ -2072,6 +2074,8 @@ module Google
2072
2074
  property :create_time, as: 'createTime'
2073
2075
  property :end_time, as: 'endTime'
2074
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
+
2075
2079
  property :request, as: 'request', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsRequest, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1BulkAnalyzeConversationsRequest::Representation
2076
2080
 
2077
2081
  property :total_requested_analyses_count, as: 'totalRequestedAnalysesCount'
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.31.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-10-01 00:00:00.000000000 Z
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.31.0
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: []