google-cloud-contact_center_insights-v1 0.10.0 → 0.12.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/contact_center_insights/rest/client.rb +2978 -0
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights/rest/operations.rb +792 -0
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights/rest/service_stub.rb +2247 -0
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights/rest.rb +53 -0
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights.rb +6 -0
- data/lib/google/cloud/contact_center_insights/v1/rest.rb +37 -0
- data/lib/google/cloud/contact_center_insights/v1/version.rb +1 -1
- data/lib/google/cloud/contact_center_insights/v1.rb +5 -0
- data/lib/google/cloud/contactcenterinsights/v1/resources_pb.rb +1 -0
- data/proto_docs/google/cloud/contactcenterinsights/v1/resources.rb +4 -0
- metadata +11 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 62988acad6291fafe6e2d1d05716a9695fb17420cf19e58b9a1b8ee897733fe3
|
4
|
+
data.tar.gz: 1c6234bd0a50808ba0e6e1c2e714aa01e9d6c028c94b4d650d6aa12cfb966073
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af1b6bc9d886eb28c1bf6734f372484476c7988eabc2b29c9a723feac76083ab270478eb7d750930b4aec50464cca5ae7bbbf5f6900441ef3d7f761f47afed11
|
7
|
+
data.tar.gz: dedb460cb305d339f2a57087b39a91afac1cf0e213c039598f11c11c6e8e56be7d9202a5cf96e27a1d98250a73b8da027b8e94fecd6e10f4544c5d30b92fa72f
|
@@ -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
|