google-apis-contactcenterinsights_v1 0.57.0 → 0.59.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/contactcenterinsights_v1/classes.rb +94 -16
- data/lib/google/apis/contactcenterinsights_v1/gem_version.rb +3 -3
- data/lib/google/apis/contactcenterinsights_v1/representations.rb +10 -0
- data/lib/google/apis/contactcenterinsights_v1/service.rb +5 -2
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 189abb85a427895943136ffbdc2d4df807a0e210b428c68bfae233a20a8e7509
|
4
|
+
data.tar.gz: 3a57c9de3e318d625f84bd4c668f723acd56f454c9f12f5292689e69684e5177
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68f7b7fa1c421443dfbc927afa21f04719fc027cec09d40ef8b8f9f7bf34a4b45c01a8d0a24f8f1cbfd47a105b7dcad4bcdca643c437d84732a63f9f5f70670b
|
7
|
+
data.tar.gz: 6393fcb7b415db1700415f44710cfd79796667519e64c22dfc3c1a6012cab7f045ccbdee298795dba8c423a3e242eb040836757401c9aa63c4a90f6fa62ef194
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-contactcenterinsights_v1
|
2
2
|
|
3
|
+
### v0.59.0 (2025-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250224
|
6
|
+
|
7
|
+
### v0.58.0 (2025-01-12)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250106
|
10
|
+
* Regenerated using generator version 0.16.0
|
11
|
+
|
3
12
|
### v0.57.0 (2024-12-22)
|
4
13
|
|
5
14
|
* 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
|
@@ -409,6 +410,12 @@ module Google
|
|
409
410
|
# @return [String]
|
410
411
|
attr_accessor :conversation_profile
|
411
412
|
|
413
|
+
# The resource name of the existing created generator. Format: projects//
|
414
|
+
# locations//generators/
|
415
|
+
# Corresponds to the JSON property `generator`
|
416
|
+
# @return [String]
|
417
|
+
attr_accessor :generator
|
418
|
+
|
412
419
|
# Default summarization model to be used.
|
413
420
|
# Corresponds to the JSON property `summarizationModel`
|
414
421
|
# @return [String]
|
@@ -421,6 +428,7 @@ module Google
|
|
421
428
|
# Update properties of this object
|
422
429
|
def update!(**args)
|
423
430
|
@conversation_profile = args[:conversation_profile] if args.key?(:conversation_profile)
|
431
|
+
@generator = args[:generator] if args.key?(:generator)
|
424
432
|
@summarization_model = args[:summarization_model] if args.key?(:summarization_model)
|
425
433
|
end
|
426
434
|
end
|
@@ -1282,7 +1290,7 @@ module Google
|
|
1282
1290
|
attr_accessor :medium
|
1283
1291
|
|
1284
1292
|
# Input only. JSON metadata encoded as a string. This field is primarily used by
|
1285
|
-
# Insights integrations with various
|
1293
|
+
# Insights integrations with various telephony systems and must be in one of
|
1286
1294
|
# Insight's supported formats.
|
1287
1295
|
# Corresponds to the JSON property `metadataJson`
|
1288
1296
|
# @return [String]
|
@@ -2476,6 +2484,11 @@ module Google
|
|
2476
2484
|
class GoogleCloudContactcenterinsightsV1ExportInsightsDataMetadata
|
2477
2485
|
include Google::Apis::Core::Hashable
|
2478
2486
|
|
2487
|
+
# The number of conversations that were exported successfully.
|
2488
|
+
# Corresponds to the JSON property `completedExportCount`
|
2489
|
+
# @return [Fixnum]
|
2490
|
+
attr_accessor :completed_export_count
|
2491
|
+
|
2479
2492
|
# Output only. The time the operation was created.
|
2480
2493
|
# Corresponds to the JSON property `createTime`
|
2481
2494
|
# @return [String]
|
@@ -2486,6 +2499,11 @@ module Google
|
|
2486
2499
|
# @return [String]
|
2487
2500
|
attr_accessor :end_time
|
2488
2501
|
|
2502
|
+
# The number of conversations that failed to be exported.
|
2503
|
+
# Corresponds to the JSON property `failedExportCount`
|
2504
|
+
# @return [Fixnum]
|
2505
|
+
attr_accessor :failed_export_count
|
2506
|
+
|
2489
2507
|
# Partial errors during export operation that might cause the operation output
|
2490
2508
|
# to be incomplete.
|
2491
2509
|
# Corresponds to the JSON property `partialErrors`
|
@@ -2503,8 +2521,10 @@ module Google
|
|
2503
2521
|
|
2504
2522
|
# Update properties of this object
|
2505
2523
|
def update!(**args)
|
2524
|
+
@completed_export_count = args[:completed_export_count] if args.key?(:completed_export_count)
|
2506
2525
|
@create_time = args[:create_time] if args.key?(:create_time)
|
2507
2526
|
@end_time = args[:end_time] if args.key?(:end_time)
|
2527
|
+
@failed_export_count = args[:failed_export_count] if args.key?(:failed_export_count)
|
2508
2528
|
@partial_errors = args[:partial_errors] if args.key?(:partial_errors)
|
2509
2529
|
@request = args[:request] if args.key?(:request)
|
2510
2530
|
end
|
@@ -2519,6 +2539,11 @@ module Google
|
|
2519
2539
|
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination]
|
2520
2540
|
attr_accessor :big_query_destination
|
2521
2541
|
|
2542
|
+
# Optional. Version of the export schema.
|
2543
|
+
# Corresponds to the JSON property `exportSchemaVersion`
|
2544
|
+
# @return [String]
|
2545
|
+
attr_accessor :export_schema_version
|
2546
|
+
|
2522
2547
|
# A filter to reduce results to a specific subset. Useful for exporting
|
2523
2548
|
# conversations with specific properties.
|
2524
2549
|
# Corresponds to the JSON property `filter`
|
@@ -2549,6 +2574,7 @@ module Google
|
|
2549
2574
|
# Update properties of this object
|
2550
2575
|
def update!(**args)
|
2551
2576
|
@big_query_destination = args[:big_query_destination] if args.key?(:big_query_destination)
|
2577
|
+
@export_schema_version = args[:export_schema_version] if args.key?(:export_schema_version)
|
2552
2578
|
@filter = args[:filter] if args.key?(:filter)
|
2553
2579
|
@kms_key = args[:kms_key] if args.key?(:kms_key)
|
2554
2580
|
@parent = args[:parent] if args.key?(:parent)
|
@@ -2747,7 +2773,9 @@ module Google
|
|
2747
2773
|
end
|
2748
2774
|
end
|
2749
2775
|
|
2750
|
-
# Represents a conversation, resource, and label provided by the user.
|
2776
|
+
# Represents a conversation, resource, and label provided by the user. Can take
|
2777
|
+
# the form of a string label or a QaAnswer label. QaAnswer labels are used for
|
2778
|
+
# Quality AI example conversations. String labels are used for Topic Modeling.
|
2751
2779
|
class GoogleCloudContactcenterinsightsV1FeedbackLabel
|
2752
2780
|
include Google::Apis::Core::Hashable
|
2753
2781
|
|
@@ -2756,12 +2784,14 @@ module Google
|
|
2756
2784
|
# @return [String]
|
2757
2785
|
attr_accessor :create_time
|
2758
2786
|
|
2759
|
-
# String label.
|
2787
|
+
# String label used for Topic Modeling.
|
2760
2788
|
# Corresponds to the JSON property `label`
|
2761
2789
|
# @return [String]
|
2762
2790
|
attr_accessor :label
|
2763
2791
|
|
2764
|
-
# Resource name of the resource to be labeled.
|
2792
|
+
# Resource name of the resource to be labeled. Supported resources: -
|
2793
|
+
# qaScorecards/`scorecard`/revisions/`revision`/qaQuestions/`question` -
|
2794
|
+
# issueModels/`issue_model`
|
2765
2795
|
# Corresponds to the JSON property `labeledResource`
|
2766
2796
|
# @return [String]
|
2767
2797
|
attr_accessor :labeled_resource
|
@@ -3391,7 +3421,7 @@ module Google
|
|
3391
3421
|
include Google::Apis::Core::Hashable
|
3392
3422
|
|
3393
3423
|
# Immutable. Display name of the assigned issue. This field is set at time of
|
3394
|
-
#
|
3424
|
+
# analysis and immutable since then.
|
3395
3425
|
# Corresponds to the JSON property `displayName`
|
3396
3426
|
# @return [String]
|
3397
3427
|
attr_accessor :display_name
|
@@ -3517,7 +3547,8 @@ module Google
|
|
3517
3547
|
include Google::Apis::Core::Hashable
|
3518
3548
|
|
3519
3549
|
# A filter to reduce the conversations used for training the model to a specific
|
3520
|
-
# subset.
|
3550
|
+
# subset. Refer to https://cloud.google.com/contact-center/insights/docs/
|
3551
|
+
# filtering for details.
|
3521
3552
|
# Corresponds to the JSON property `filter`
|
3522
3553
|
# @return [String]
|
3523
3554
|
attr_accessor :filter
|
@@ -4731,12 +4762,20 @@ module Google
|
|
4731
4762
|
class GoogleCloudContactcenterinsightsV1QueryMetricsMetadata
|
4732
4763
|
include Google::Apis::Core::Hashable
|
4733
4764
|
|
4765
|
+
# Whether the result rows were truncated because the result row size is too
|
4766
|
+
# large to materialize.
|
4767
|
+
# Corresponds to the JSON property `resultIsTruncated`
|
4768
|
+
# @return [Boolean]
|
4769
|
+
attr_accessor :result_is_truncated
|
4770
|
+
alias_method :result_is_truncated?, :result_is_truncated
|
4771
|
+
|
4734
4772
|
def initialize(**args)
|
4735
4773
|
update!(**args)
|
4736
4774
|
end
|
4737
4775
|
|
4738
4776
|
# Update properties of this object
|
4739
4777
|
def update!(**args)
|
4778
|
+
@result_is_truncated = args[:result_is_truncated] if args.key?(:result_is_truncated)
|
4740
4779
|
end
|
4741
4780
|
end
|
4742
4781
|
|
@@ -5174,7 +5213,7 @@ module Google
|
|
5174
5213
|
class GoogleCloudContactcenterinsightsV1SentimentData
|
5175
5214
|
include Google::Apis::Core::Hashable
|
5176
5215
|
|
5177
|
-
# A non-negative number from 0 to infinity which represents the
|
5216
|
+
# A non-negative number from 0 to infinity which represents the absolute
|
5178
5217
|
# magnitude of sentiment regardless of score.
|
5179
5218
|
# Corresponds to the JSON property `magnitude`
|
5180
5219
|
# @return [Float]
|
@@ -5681,7 +5720,8 @@ module Google
|
|
5681
5720
|
# @return [String]
|
5682
5721
|
attr_accessor :update_time
|
5683
5722
|
|
5684
|
-
#
|
5723
|
+
# A filter to reduce conversation results to a specific subset. Refer to https://
|
5724
|
+
# cloud.google.com/contact-center/insights/docs/filtering for details.
|
5685
5725
|
# Corresponds to the JSON property `value`
|
5686
5726
|
# @return [String]
|
5687
5727
|
attr_accessor :value
|
@@ -6015,6 +6055,12 @@ module Google
|
|
6015
6055
|
# @return [String]
|
6016
6056
|
attr_accessor :conversation_profile
|
6017
6057
|
|
6058
|
+
# The resource name of the existing created generator. Format: projects//
|
6059
|
+
# locations//generators/
|
6060
|
+
# Corresponds to the JSON property `generator`
|
6061
|
+
# @return [String]
|
6062
|
+
attr_accessor :generator
|
6063
|
+
|
6018
6064
|
# Default summarization model to be used.
|
6019
6065
|
# Corresponds to the JSON property `summarizationModel`
|
6020
6066
|
# @return [String]
|
@@ -6027,6 +6073,7 @@ module Google
|
|
6027
6073
|
# Update properties of this object
|
6028
6074
|
def update!(**args)
|
6029
6075
|
@conversation_profile = args[:conversation_profile] if args.key?(:conversation_profile)
|
6076
|
+
@generator = args[:generator] if args.key?(:generator)
|
6030
6077
|
@summarization_model = args[:summarization_model] if args.key?(:summarization_model)
|
6031
6078
|
end
|
6032
6079
|
end
|
@@ -6483,7 +6530,7 @@ module Google
|
|
6483
6530
|
attr_accessor :medium
|
6484
6531
|
|
6485
6532
|
# Input only. JSON metadata encoded as a string. This field is primarily used by
|
6486
|
-
# Insights integrations with various
|
6533
|
+
# Insights integrations with various telephony systems and must be in one of
|
6487
6534
|
# Insight's supported formats.
|
6488
6535
|
# Corresponds to the JSON property `metadataJson`
|
6489
6536
|
# @return [String]
|
@@ -7644,6 +7691,11 @@ module Google
|
|
7644
7691
|
class GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataMetadata
|
7645
7692
|
include Google::Apis::Core::Hashable
|
7646
7693
|
|
7694
|
+
# The number of conversations that were exported successfully.
|
7695
|
+
# Corresponds to the JSON property `completedExportCount`
|
7696
|
+
# @return [Fixnum]
|
7697
|
+
attr_accessor :completed_export_count
|
7698
|
+
|
7647
7699
|
# Output only. The time the operation was created.
|
7648
7700
|
# Corresponds to the JSON property `createTime`
|
7649
7701
|
# @return [String]
|
@@ -7654,6 +7706,11 @@ module Google
|
|
7654
7706
|
# @return [String]
|
7655
7707
|
attr_accessor :end_time
|
7656
7708
|
|
7709
|
+
# The number of conversations that failed to be exported.
|
7710
|
+
# Corresponds to the JSON property `failedExportCount`
|
7711
|
+
# @return [Fixnum]
|
7712
|
+
attr_accessor :failed_export_count
|
7713
|
+
|
7657
7714
|
# Partial errors during export operation that might cause the operation output
|
7658
7715
|
# to be incomplete.
|
7659
7716
|
# Corresponds to the JSON property `partialErrors`
|
@@ -7671,8 +7728,10 @@ module Google
|
|
7671
7728
|
|
7672
7729
|
# Update properties of this object
|
7673
7730
|
def update!(**args)
|
7731
|
+
@completed_export_count = args[:completed_export_count] if args.key?(:completed_export_count)
|
7674
7732
|
@create_time = args[:create_time] if args.key?(:create_time)
|
7675
7733
|
@end_time = args[:end_time] if args.key?(:end_time)
|
7734
|
+
@failed_export_count = args[:failed_export_count] if args.key?(:failed_export_count)
|
7676
7735
|
@partial_errors = args[:partial_errors] if args.key?(:partial_errors)
|
7677
7736
|
@request = args[:request] if args.key?(:request)
|
7678
7737
|
end
|
@@ -7687,6 +7746,11 @@ module Google
|
|
7687
7746
|
# @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequestBigQueryDestination]
|
7688
7747
|
attr_accessor :big_query_destination
|
7689
7748
|
|
7749
|
+
# Optional. Version of the export schema.
|
7750
|
+
# Corresponds to the JSON property `exportSchemaVersion`
|
7751
|
+
# @return [String]
|
7752
|
+
attr_accessor :export_schema_version
|
7753
|
+
|
7690
7754
|
# A filter to reduce results to a specific subset. Useful for exporting
|
7691
7755
|
# conversations with specific properties.
|
7692
7756
|
# Corresponds to the JSON property `filter`
|
@@ -7717,6 +7781,7 @@ module Google
|
|
7717
7781
|
# Update properties of this object
|
7718
7782
|
def update!(**args)
|
7719
7783
|
@big_query_destination = args[:big_query_destination] if args.key?(:big_query_destination)
|
7784
|
+
@export_schema_version = args[:export_schema_version] if args.key?(:export_schema_version)
|
7720
7785
|
@filter = args[:filter] if args.key?(:filter)
|
7721
7786
|
@kms_key = args[:kms_key] if args.key?(:kms_key)
|
7722
7787
|
@parent = args[:parent] if args.key?(:parent)
|
@@ -7915,7 +7980,9 @@ module Google
|
|
7915
7980
|
end
|
7916
7981
|
end
|
7917
7982
|
|
7918
|
-
# Represents a conversation, resource, and label provided by the user.
|
7983
|
+
# Represents a conversation, resource, and label provided by the user. Can take
|
7984
|
+
# the form of a string label or a QaAnswer label. QaAnswer labels are used for
|
7985
|
+
# Quality AI example conversations. String labels are used for Topic Modeling.
|
7919
7986
|
class GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel
|
7920
7987
|
include Google::Apis::Core::Hashable
|
7921
7988
|
|
@@ -7924,12 +7991,14 @@ module Google
|
|
7924
7991
|
# @return [String]
|
7925
7992
|
attr_accessor :create_time
|
7926
7993
|
|
7927
|
-
# String label.
|
7994
|
+
# String label used for Topic Modeling.
|
7928
7995
|
# Corresponds to the JSON property `label`
|
7929
7996
|
# @return [String]
|
7930
7997
|
attr_accessor :label
|
7931
7998
|
|
7932
|
-
# Resource name of the resource to be labeled.
|
7999
|
+
# Resource name of the resource to be labeled. Supported resources: -
|
8000
|
+
# qaScorecards/`scorecard`/revisions/`revision`/qaQuestions/`question` -
|
8001
|
+
# issueModels/`issue_model`
|
7933
8002
|
# Corresponds to the JSON property `labeledResource`
|
7934
8003
|
# @return [String]
|
7935
8004
|
attr_accessor :labeled_resource
|
@@ -8559,7 +8628,7 @@ module Google
|
|
8559
8628
|
include Google::Apis::Core::Hashable
|
8560
8629
|
|
8561
8630
|
# Immutable. Display name of the assigned issue. This field is set at time of
|
8562
|
-
#
|
8631
|
+
# analysis and immutable since then.
|
8563
8632
|
# Corresponds to the JSON property `displayName`
|
8564
8633
|
# @return [String]
|
8565
8634
|
attr_accessor :display_name
|
@@ -8685,7 +8754,8 @@ module Google
|
|
8685
8754
|
include Google::Apis::Core::Hashable
|
8686
8755
|
|
8687
8756
|
# A filter to reduce the conversations used for training the model to a specific
|
8688
|
-
# subset.
|
8757
|
+
# subset. Refer to https://cloud.google.com/contact-center/insights/docs/
|
8758
|
+
# filtering for details.
|
8689
8759
|
# Corresponds to the JSON property `filter`
|
8690
8760
|
# @return [String]
|
8691
8761
|
attr_accessor :filter
|
@@ -9198,12 +9268,20 @@ module Google
|
|
9198
9268
|
class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsMetadata
|
9199
9269
|
include Google::Apis::Core::Hashable
|
9200
9270
|
|
9271
|
+
# Whether the result rows were truncated because the result row size is too
|
9272
|
+
# large to materialize.
|
9273
|
+
# Corresponds to the JSON property `resultIsTruncated`
|
9274
|
+
# @return [Boolean]
|
9275
|
+
attr_accessor :result_is_truncated
|
9276
|
+
alias_method :result_is_truncated?, :result_is_truncated
|
9277
|
+
|
9201
9278
|
def initialize(**args)
|
9202
9279
|
update!(**args)
|
9203
9280
|
end
|
9204
9281
|
|
9205
9282
|
# Update properties of this object
|
9206
9283
|
def update!(**args)
|
9284
|
+
@result_is_truncated = args[:result_is_truncated] if args.key?(:result_is_truncated)
|
9207
9285
|
end
|
9208
9286
|
end
|
9209
9287
|
|
@@ -9593,7 +9671,7 @@ module Google
|
|
9593
9671
|
class GoogleCloudContactcenterinsightsV1alpha1SentimentData
|
9594
9672
|
include Google::Apis::Core::Hashable
|
9595
9673
|
|
9596
|
-
# A non-negative number from 0 to infinity which represents the
|
9674
|
+
# A non-negative number from 0 to infinity which represents the absolute
|
9597
9675
|
# magnitude of sentiment regardless of score.
|
9598
9676
|
# Corresponds to the JSON property `magnitude`
|
9599
9677
|
# @return [Float]
|
@@ -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.59.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250224"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1803,6 +1803,7 @@ module Google
|
|
1803
1803
|
# @private
|
1804
1804
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1805
1805
|
property :conversation_profile, as: 'conversationProfile'
|
1806
|
+
property :generator, as: 'generator'
|
1806
1807
|
property :summarization_model, as: 'summarizationModel'
|
1807
1808
|
end
|
1808
1809
|
end
|
@@ -2402,8 +2403,10 @@ module Google
|
|
2402
2403
|
class GoogleCloudContactcenterinsightsV1ExportInsightsDataMetadata
|
2403
2404
|
# @private
|
2404
2405
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2406
|
+
property :completed_export_count, as: 'completedExportCount'
|
2405
2407
|
property :create_time, as: 'createTime'
|
2406
2408
|
property :end_time, as: 'endTime'
|
2409
|
+
property :failed_export_count, as: 'failedExportCount'
|
2407
2410
|
collection :partial_errors, as: 'partialErrors', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
2408
2411
|
|
2409
2412
|
property :request, as: 'request', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ExportInsightsDataRequest::Representation
|
@@ -2416,6 +2419,7 @@ module Google
|
|
2416
2419
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2417
2420
|
property :big_query_destination, as: 'bigQueryDestination', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ExportInsightsDataRequestBigQueryDestination::Representation
|
2418
2421
|
|
2422
|
+
property :export_schema_version, as: 'exportSchemaVersion'
|
2419
2423
|
property :filter, as: 'filter'
|
2420
2424
|
property :kms_key, as: 'kmsKey'
|
2421
2425
|
property :parent, as: 'parent'
|
@@ -3061,6 +3065,7 @@ module Google
|
|
3061
3065
|
class GoogleCloudContactcenterinsightsV1QueryMetricsMetadata
|
3062
3066
|
# @private
|
3063
3067
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3068
|
+
property :result_is_truncated, as: 'resultIsTruncated'
|
3064
3069
|
end
|
3065
3070
|
end
|
3066
3071
|
|
@@ -3423,6 +3428,7 @@ module Google
|
|
3423
3428
|
# @private
|
3424
3429
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3425
3430
|
property :conversation_profile, as: 'conversationProfile'
|
3431
|
+
property :generator, as: 'generator'
|
3426
3432
|
property :summarization_model, as: 'summarizationModel'
|
3427
3433
|
end
|
3428
3434
|
end
|
@@ -3896,8 +3902,10 @@ module Google
|
|
3896
3902
|
class GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataMetadata
|
3897
3903
|
# @private
|
3898
3904
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3905
|
+
property :completed_export_count, as: 'completedExportCount'
|
3899
3906
|
property :create_time, as: 'createTime'
|
3900
3907
|
property :end_time, as: 'endTime'
|
3908
|
+
property :failed_export_count, as: 'failedExportCount'
|
3901
3909
|
collection :partial_errors, as: 'partialErrors', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
3902
3910
|
|
3903
3911
|
property :request, as: 'request', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequest, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequest::Representation
|
@@ -3910,6 +3918,7 @@ module Google
|
|
3910
3918
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3911
3919
|
property :big_query_destination, as: 'bigQueryDestination', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequestBigQueryDestination, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ExportInsightsDataRequestBigQueryDestination::Representation
|
3912
3920
|
|
3921
|
+
property :export_schema_version, as: 'exportSchemaVersion'
|
3913
3922
|
property :filter, as: 'filter'
|
3914
3923
|
property :kms_key, as: 'kmsKey'
|
3915
3924
|
property :parent, as: 'parent'
|
@@ -4351,6 +4360,7 @@ module Google
|
|
4351
4360
|
class GoogleCloudContactcenterinsightsV1alpha1QueryMetricsMetadata
|
4352
4361
|
# @private
|
4353
4362
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4363
|
+
property :result_is_truncated, as: 'resultIsTruncated'
|
4354
4364
|
end
|
4355
4365
|
end
|
4356
4366
|
|
@@ -51,7 +51,9 @@ module Google
|
|
51
51
|
@batch_path = 'batch'
|
52
52
|
end
|
53
53
|
|
54
|
-
# Download feedback labels in bulk.
|
54
|
+
# Download feedback labels in bulk from an external source. Currently supports
|
55
|
+
# exporting Quality AI example conversations with transcripts and question
|
56
|
+
# bodies.
|
55
57
|
# @param [String] parent
|
56
58
|
# Required. The parent resource for new feedback labels.
|
57
59
|
# @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest] google_cloud_contactcenterinsights_v1_bulk_download_feedback_labels_request_object
|
@@ -84,7 +86,8 @@ module Google
|
|
84
86
|
execute_or_queue_command(command, &block)
|
85
87
|
end
|
86
88
|
|
87
|
-
# Upload feedback labels in bulk.
|
89
|
+
# Upload feedback labels from an external source in bulk. Currently supports
|
90
|
+
# labeling Quality AI example conversations.
|
88
91
|
# @param [String] parent
|
89
92
|
# Required. The parent resource for new feedback labels.
|
90
93
|
# @param [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest] google_cloud_contactcenterinsights_v1_bulk_upload_feedback_labels_request_object
|
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.
|
4
|
+
version: 0.59.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-
|
10
|
+
date: 2025-03-02 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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.59.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
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Contact Center AI Insights API V1
|
82
79
|
test_files: []
|