google-cloud-contact_center_insights-v1 0.10.0 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights/client.rb +48 -56
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights/operations.rb +12 -14
- data/lib/google/cloud/contact_center_insights/v1/version.rb +1 -1
- data/lib/google/cloud/contactcenterinsights/v1/resources_pb.rb +1 -0
- data/proto_docs/google/cloud/contactcenterinsights/v1/resources.rb +4 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51121ba9d3f12c04fc8ff054f3b00fe2332c32dc1ed58bfb0886a2b75ee8e292
|
4
|
+
data.tar.gz: 24401e47f4517c23800f5f9eff1bd1e1f71ff61ce2068adcf8412eb8d2bff93f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6abac7ae8f60daf76ef6fa385b7f1759dc261e79fbfdfb09d4b85112976bd1a2620093f91bd2b1fc457d2dd614f2f9945d196832d91fcc942cb9f78aff056644
|
7
|
+
data.tar.gz: 45c808e27d4b02fe440f1386a4aa8c19d9213da5b0d2f345528ce1c51dd9a5a207d163c7c781d8fa5fa96c6b2faf535e2b96ff9fd0d316fc3ee49e5ffee33f35
|
@@ -485,13 +485,11 @@ module Google
|
|
485
485
|
# # Call the list_conversations method.
|
486
486
|
# result = client.list_conversations request
|
487
487
|
#
|
488
|
-
# # The returned object is of type Gapic::PagedEnumerable. You can
|
489
|
-
# #
|
490
|
-
#
|
491
|
-
# # methods are also available for managing paging directly.
|
492
|
-
# result.each do |response|
|
488
|
+
# # The returned object is of type Gapic::PagedEnumerable. You can iterate
|
489
|
+
# # over elements, and API calls will be issued to fetch pages as needed.
|
490
|
+
# result.each do |item|
|
493
491
|
# # Each element is of type ::Google::Cloud::ContactCenterInsights::V1::Conversation.
|
494
|
-
# p
|
492
|
+
# p item
|
495
493
|
# end
|
496
494
|
#
|
497
495
|
def list_conversations request, options = nil
|
@@ -669,14 +667,14 @@ module Google
|
|
669
667
|
# # Call the create_analysis method.
|
670
668
|
# result = client.create_analysis request
|
671
669
|
#
|
672
|
-
# # The returned object is of type Gapic::Operation. You can use
|
673
|
-
# #
|
674
|
-
# #
|
670
|
+
# # The returned object is of type Gapic::Operation. You can use it to
|
671
|
+
# # check the status of an operation, cancel it, or wait for results.
|
672
|
+
# # Here is how to wait for a response.
|
675
673
|
# result.wait_until_done! timeout: 60
|
676
674
|
# if result.response?
|
677
675
|
# p result.response
|
678
676
|
# else
|
679
|
-
# puts "
|
677
|
+
# puts "No response received."
|
680
678
|
# end
|
681
679
|
#
|
682
680
|
def create_analysis request, options = nil
|
@@ -859,13 +857,11 @@ module Google
|
|
859
857
|
# # Call the list_analyses method.
|
860
858
|
# result = client.list_analyses request
|
861
859
|
#
|
862
|
-
# # The returned object is of type Gapic::PagedEnumerable. You can
|
863
|
-
# #
|
864
|
-
#
|
865
|
-
# # methods are also available for managing paging directly.
|
866
|
-
# result.each do |response|
|
860
|
+
# # The returned object is of type Gapic::PagedEnumerable. You can iterate
|
861
|
+
# # over elements, and API calls will be issued to fetch pages as needed.
|
862
|
+
# result.each do |item|
|
867
863
|
# # Each element is of type ::Google::Cloud::ContactCenterInsights::V1::Analysis.
|
868
|
-
# p
|
864
|
+
# p item
|
869
865
|
# end
|
870
866
|
#
|
871
867
|
def list_analyses request, options = nil
|
@@ -1044,14 +1040,14 @@ module Google
|
|
1044
1040
|
# # Call the bulk_analyze_conversations method.
|
1045
1041
|
# result = client.bulk_analyze_conversations request
|
1046
1042
|
#
|
1047
|
-
# # The returned object is of type Gapic::Operation. You can use
|
1048
|
-
# #
|
1049
|
-
# #
|
1043
|
+
# # The returned object is of type Gapic::Operation. You can use it to
|
1044
|
+
# # check the status of an operation, cancel it, or wait for results.
|
1045
|
+
# # Here is how to wait for a response.
|
1050
1046
|
# result.wait_until_done! timeout: 60
|
1051
1047
|
# if result.response?
|
1052
1048
|
# p result.response
|
1053
1049
|
# else
|
1054
|
-
# puts "
|
1050
|
+
# puts "No response received."
|
1055
1051
|
# end
|
1056
1052
|
#
|
1057
1053
|
def bulk_analyze_conversations request, options = nil
|
@@ -1144,14 +1140,14 @@ module Google
|
|
1144
1140
|
# # Call the ingest_conversations method.
|
1145
1141
|
# result = client.ingest_conversations request
|
1146
1142
|
#
|
1147
|
-
# # The returned object is of type Gapic::Operation. You can use
|
1148
|
-
# #
|
1149
|
-
# #
|
1143
|
+
# # The returned object is of type Gapic::Operation. You can use it to
|
1144
|
+
# # check the status of an operation, cancel it, or wait for results.
|
1145
|
+
# # Here is how to wait for a response.
|
1150
1146
|
# result.wait_until_done! timeout: 60
|
1151
1147
|
# if result.response?
|
1152
1148
|
# p result.response
|
1153
1149
|
# else
|
1154
|
-
# puts "
|
1150
|
+
# puts "No response received."
|
1155
1151
|
# end
|
1156
1152
|
#
|
1157
1153
|
def ingest_conversations request, options = nil
|
@@ -1248,14 +1244,14 @@ module Google
|
|
1248
1244
|
# # Call the export_insights_data method.
|
1249
1245
|
# result = client.export_insights_data request
|
1250
1246
|
#
|
1251
|
-
# # The returned object is of type Gapic::Operation. You can use
|
1252
|
-
# #
|
1253
|
-
# #
|
1247
|
+
# # The returned object is of type Gapic::Operation. You can use it to
|
1248
|
+
# # check the status of an operation, cancel it, or wait for results.
|
1249
|
+
# # Here is how to wait for a response.
|
1254
1250
|
# result.wait_until_done! timeout: 60
|
1255
1251
|
# if result.response?
|
1256
1252
|
# p result.response
|
1257
1253
|
# else
|
1258
|
-
# puts "
|
1254
|
+
# puts "No response received."
|
1259
1255
|
# end
|
1260
1256
|
#
|
1261
1257
|
def export_insights_data request, options = nil
|
@@ -1343,14 +1339,14 @@ module Google
|
|
1343
1339
|
# # Call the create_issue_model method.
|
1344
1340
|
# result = client.create_issue_model request
|
1345
1341
|
#
|
1346
|
-
# # The returned object is of type Gapic::Operation. You can use
|
1347
|
-
# #
|
1348
|
-
# #
|
1342
|
+
# # The returned object is of type Gapic::Operation. You can use it to
|
1343
|
+
# # check the status of an operation, cancel it, or wait for results.
|
1344
|
+
# # Here is how to wait for a response.
|
1349
1345
|
# result.wait_until_done! timeout: 60
|
1350
1346
|
# if result.response?
|
1351
1347
|
# p result.response
|
1352
1348
|
# else
|
1353
|
-
# puts "
|
1349
|
+
# puts "No response received."
|
1354
1350
|
# end
|
1355
1351
|
#
|
1356
1352
|
def create_issue_model request, options = nil
|
@@ -1693,14 +1689,14 @@ module Google
|
|
1693
1689
|
# # Call the delete_issue_model method.
|
1694
1690
|
# result = client.delete_issue_model request
|
1695
1691
|
#
|
1696
|
-
# # The returned object is of type Gapic::Operation. You can use
|
1697
|
-
# #
|
1698
|
-
# #
|
1692
|
+
# # The returned object is of type Gapic::Operation. You can use it to
|
1693
|
+
# # check the status of an operation, cancel it, or wait for results.
|
1694
|
+
# # Here is how to wait for a response.
|
1699
1695
|
# result.wait_until_done! timeout: 60
|
1700
1696
|
# if result.response?
|
1701
1697
|
# p result.response
|
1702
1698
|
# else
|
1703
|
-
# puts "
|
1699
|
+
# puts "No response received."
|
1704
1700
|
# end
|
1705
1701
|
#
|
1706
1702
|
def delete_issue_model request, options = nil
|
@@ -1787,14 +1783,14 @@ module Google
|
|
1787
1783
|
# # Call the deploy_issue_model method.
|
1788
1784
|
# result = client.deploy_issue_model request
|
1789
1785
|
#
|
1790
|
-
# # The returned object is of type Gapic::Operation. You can use
|
1791
|
-
# #
|
1792
|
-
# #
|
1786
|
+
# # The returned object is of type Gapic::Operation. You can use it to
|
1787
|
+
# # check the status of an operation, cancel it, or wait for results.
|
1788
|
+
# # Here is how to wait for a response.
|
1793
1789
|
# result.wait_until_done! timeout: 60
|
1794
1790
|
# if result.response?
|
1795
1791
|
# p result.response
|
1796
1792
|
# else
|
1797
|
-
# puts "
|
1793
|
+
# puts "No response received."
|
1798
1794
|
# end
|
1799
1795
|
#
|
1800
1796
|
def deploy_issue_model request, options = nil
|
@@ -1881,14 +1877,14 @@ module Google
|
|
1881
1877
|
# # Call the undeploy_issue_model method.
|
1882
1878
|
# result = client.undeploy_issue_model request
|
1883
1879
|
#
|
1884
|
-
# # The returned object is of type Gapic::Operation. You can use
|
1885
|
-
# #
|
1886
|
-
# #
|
1880
|
+
# # The returned object is of type Gapic::Operation. You can use it to
|
1881
|
+
# # check the status of an operation, cancel it, or wait for results.
|
1882
|
+
# # Here is how to wait for a response.
|
1887
1883
|
# result.wait_until_done! timeout: 60
|
1888
1884
|
# if result.response?
|
1889
1885
|
# p result.response
|
1890
1886
|
# else
|
1891
|
-
# puts "
|
1887
|
+
# puts "No response received."
|
1892
1888
|
# end
|
1893
1889
|
#
|
1894
1890
|
def undeploy_issue_model request, options = nil
|
@@ -2588,13 +2584,11 @@ module Google
|
|
2588
2584
|
# # Call the list_phrase_matchers method.
|
2589
2585
|
# result = client.list_phrase_matchers request
|
2590
2586
|
#
|
2591
|
-
# # The returned object is of type Gapic::PagedEnumerable. You can
|
2592
|
-
# #
|
2593
|
-
#
|
2594
|
-
# # methods are also available for managing paging directly.
|
2595
|
-
# result.each do |response|
|
2587
|
+
# # The returned object is of type Gapic::PagedEnumerable. You can iterate
|
2588
|
+
# # over elements, and API calls will be issued to fetch pages as needed.
|
2589
|
+
# result.each do |item|
|
2596
2590
|
# # Each element is of type ::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher.
|
2597
|
-
# p
|
2591
|
+
# p item
|
2598
2592
|
# end
|
2599
2593
|
#
|
2600
2594
|
def list_phrase_matchers request, options = nil
|
@@ -3296,13 +3290,11 @@ module Google
|
|
3296
3290
|
# # Call the list_views method.
|
3297
3291
|
# result = client.list_views request
|
3298
3292
|
#
|
3299
|
-
# # The returned object is of type Gapic::PagedEnumerable. You can
|
3300
|
-
# #
|
3301
|
-
#
|
3302
|
-
# # methods are also available for managing paging directly.
|
3303
|
-
# result.each do |response|
|
3293
|
+
# # The returned object is of type Gapic::PagedEnumerable. You can iterate
|
3294
|
+
# # over elements, and API calls will be issued to fetch pages as needed.
|
3295
|
+
# result.each do |item|
|
3304
3296
|
# # Each element is of type ::Google::Cloud::ContactCenterInsights::V1::View.
|
3305
|
-
# p
|
3297
|
+
# p item
|
3306
3298
|
# end
|
3307
3299
|
#
|
3308
3300
|
def list_views request, options = nil
|
@@ -158,13 +158,11 @@ module Google
|
|
158
158
|
# # Call the list_operations method.
|
159
159
|
# result = client.list_operations request
|
160
160
|
#
|
161
|
-
# # The returned object is of type Gapic::PagedEnumerable. You can
|
162
|
-
# #
|
163
|
-
#
|
164
|
-
# # methods are also available for managing paging directly.
|
165
|
-
# result.each do |response|
|
161
|
+
# # The returned object is of type Gapic::PagedEnumerable. You can iterate
|
162
|
+
# # over elements, and API calls will be issued to fetch pages as needed.
|
163
|
+
# result.each do |item|
|
166
164
|
# # Each element is of type ::Google::Longrunning::Operation.
|
167
|
-
# p
|
165
|
+
# p item
|
168
166
|
# end
|
169
167
|
#
|
170
168
|
def list_operations request, options = nil
|
@@ -253,14 +251,14 @@ module Google
|
|
253
251
|
# # Call the get_operation method.
|
254
252
|
# result = client.get_operation request
|
255
253
|
#
|
256
|
-
# # The returned object is of type Gapic::Operation. You can use
|
257
|
-
# #
|
258
|
-
# #
|
254
|
+
# # The returned object is of type Gapic::Operation. You can use it to
|
255
|
+
# # check the status of an operation, cancel it, or wait for results.
|
256
|
+
# # Here is how to wait for a response.
|
259
257
|
# result.wait_until_done! timeout: 60
|
260
258
|
# if result.response?
|
261
259
|
# p result.response
|
262
260
|
# else
|
263
|
-
# puts "
|
261
|
+
# puts "No response received."
|
264
262
|
# end
|
265
263
|
#
|
266
264
|
def get_operation request, options = nil
|
@@ -540,14 +538,14 @@ module Google
|
|
540
538
|
# # Call the wait_operation method.
|
541
539
|
# result = client.wait_operation request
|
542
540
|
#
|
543
|
-
# # The returned object is of type Gapic::Operation. You can use
|
544
|
-
# #
|
545
|
-
# #
|
541
|
+
# # The returned object is of type Gapic::Operation. You can use it to
|
542
|
+
# # check the status of an operation, cancel it, or wait for results.
|
543
|
+
# # Here is how to wait for a response.
|
546
544
|
# result.wait_until_done! timeout: 60
|
547
545
|
# if result.response?
|
548
546
|
# p result.response
|
549
547
|
# else
|
550
|
-
# puts "
|
548
|
+
# puts "No response received."
|
551
549
|
# end
|
552
550
|
#
|
553
551
|
def wait_operation request, options = nil
|
@@ -286,6 +286,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
286
286
|
end
|
287
287
|
add_message "google.cloud.contactcenterinsights.v1.Settings.AnalysisConfig" do
|
288
288
|
optional :runtime_integration_analysis_percentage, :double, 1
|
289
|
+
optional :upload_conversation_analysis_percentage, :double, 6
|
289
290
|
optional :annotator_selector, :message, 5, "google.cloud.contactcenterinsights.v1.AnnotatorSelector"
|
290
291
|
end
|
291
292
|
add_message "google.cloud.contactcenterinsights.v1.RuntimeAnnotation" do
|
@@ -992,6 +992,10 @@ module Google
|
|
992
992
|
# @return [::Float]
|
993
993
|
# Percentage of conversations created using Dialogflow runtime integration
|
994
994
|
# to analyze automatically, between [0, 100].
|
995
|
+
# @!attribute [rw] upload_conversation_analysis_percentage
|
996
|
+
# @return [::Float]
|
997
|
+
# Percentage of conversations created using the UploadConversation endpoint
|
998
|
+
# to analyze automatically, between [0, 100].
|
995
999
|
# @!attribute [rw] annotator_selector
|
996
1000
|
# @return [::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector]
|
997
1001
|
# To select the annotators to run and the phrase matchers to use
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-contact_center_insights-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.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-03-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.18.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.18.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -50,14 +50,14 @@ dependencies:
|
|
50
50
|
requirements:
|
51
51
|
- - "~>"
|
52
52
|
- !ruby/object:Gem::Version
|
53
|
-
version: 1.26.
|
53
|
+
version: 1.26.3
|
54
54
|
type: :development
|
55
55
|
prerelease: false
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
57
57
|
requirements:
|
58
58
|
- - "~>"
|
59
59
|
- !ruby/object:Gem::Version
|
60
|
-
version: 1.26.
|
60
|
+
version: 1.26.3
|
61
61
|
- !ruby/object:Gem::Dependency
|
62
62
|
name: minitest
|
63
63
|
requirement: !ruby/object:Gem::Requirement
|