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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89c53fc69a390e0d29064d866754deb7fc1b489f24f4f4f320dd81e9c40efa6c
4
- data.tar.gz: ae3b33f1523d706966edbf3a1161c0790558547dedf6b565049afbb4e3bd7717
3
+ metadata.gz: 62988acad6291fafe6e2d1d05716a9695fb17420cf19e58b9a1b8ee897733fe3
4
+ data.tar.gz: 1c6234bd0a50808ba0e6e1c2e714aa01e9d6c028c94b4d650d6aa12cfb966073
5
5
  SHA512:
6
- metadata.gz: 04cf72069fe8f4cf0e96468162c7ecc692cdad3d3eefd14118a4b29c64a28526f8cd4f46a066071c72067b62f3a737663851e10d0bf1bfd30a50d419a44efba9
7
- data.tar.gz: 6045b158ba7a9ef6fcae8cdccfa206af40c51eb5e4f1bb23172da1fc070aef128c4bc82fc7e053a0ddabfb0584842b2949e5b896f1c6641386fbe2c3deb211ad
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
- # # iterate over all elements by calling #each, and the enumerable
490
- # # will lazily make API calls to fetch subsequent pages. Other
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 response
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 this
673
- # # object to check the status of an operation, cancel it, or wait
674
- # # for results. Here is how to block until completion:
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 "Error!"
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
- # # iterate over all elements by calling #each, and the enumerable
864
- # # will lazily make API calls to fetch subsequent pages. Other
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 response
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 this
1048
- # # object to check the status of an operation, cancel it, or wait
1049
- # # for results. Here is how to block until completion:
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 "Error!"
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 this
1148
- # # object to check the status of an operation, cancel it, or wait
1149
- # # for results. Here is how to block until completion:
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 "Error!"
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 this
1252
- # # object to check the status of an operation, cancel it, or wait
1253
- # # for results. Here is how to block until completion:
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 "Error!"
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 this
1347
- # # object to check the status of an operation, cancel it, or wait
1348
- # # for results. Here is how to block until completion:
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 "Error!"
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 this
1697
- # # object to check the status of an operation, cancel it, or wait
1698
- # # for results. Here is how to block until completion:
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 "Error!"
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 this
1791
- # # object to check the status of an operation, cancel it, or wait
1792
- # # for results. Here is how to block until completion:
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 "Error!"
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 this
1885
- # # object to check the status of an operation, cancel it, or wait
1886
- # # for results. Here is how to block until completion:
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 "Error!"
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
- # # iterate over all elements by calling #each, and the enumerable
2593
- # # will lazily make API calls to fetch subsequent pages. Other
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 response
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
- # # iterate over all elements by calling #each, and the enumerable
3301
- # # will lazily make API calls to fetch subsequent pages. Other
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 response
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
- # # iterate over all elements by calling #each, and the enumerable
163
- # # will lazily make API calls to fetch subsequent pages. Other
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 response
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 this
257
- # # object to check the status of an operation, cancel it, or wait
258
- # # for results. Here is how to block until completion:
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 "Error!"
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 this
544
- # # object to check the status of an operation, cancel it, or wait
545
- # # for results. Here is how to block until completion:
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 "Error!"
548
+ # puts "No response received."
551
549
  # end
552
550
  #
553
551
  def wait_operation request, options = nil