google-cloud-contact_center_insights-v1 0.9.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 +52 -60
- 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.rb +1 -1
- data/lib/google/cloud/contact_center_insights/v1/version.rb +1 -1
- data/lib/google/cloud/contact_center_insights/v1.rb +2 -2
- data/lib/google/cloud/contactcenterinsights/v1/contact_center_insights_pb.rb +8 -0
- data/lib/google/cloud/contactcenterinsights/v1/resources_pb.rb +2 -0
- data/proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb +33 -9
- data/proto_docs/google/cloud/contactcenterinsights/v1/resources.rb +30 -20
- metadata +7 -7
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
|
@@ -2379,10 +2375,10 @@ module Google
|
|
2379
2375
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
2380
2376
|
#
|
2381
2377
|
# @param parent [::String]
|
2382
|
-
# Required. The parent resource of the phrase matcher. Required. The location
|
2383
|
-
# a phrase matcher for.
|
2384
|
-
#
|
2385
|
-
#
|
2378
|
+
# Required. The parent resource of the phrase matcher. Required. The location
|
2379
|
+
# to create a phrase matcher for. Format: `projects/<Project
|
2380
|
+
# ID>/locations/<Location ID>` or `projects/<Project
|
2381
|
+
# Number>/locations/<Location ID>`
|
2386
2382
|
# @param phrase_matcher [::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher, ::Hash]
|
2387
2383
|
# Required. The phrase matcher resource to create.
|
2388
2384
|
#
|
@@ -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
|
@@ -34,7 +34,7 @@ module Google
|
|
34
34
|
##
|
35
35
|
# An API that lets users analyze and explore their business conversation data.
|
36
36
|
#
|
37
|
-
#
|
37
|
+
# @example Load this service and instantiate a gRPC client
|
38
38
|
#
|
39
39
|
# require "google/cloud/contact_center_insights/v1/contact_center_insights"
|
40
40
|
# client = ::Google::Cloud::ContactCenterInsights::V1::ContactCenterInsights::Client.new
|
@@ -23,9 +23,9 @@ module Google
|
|
23
23
|
module Cloud
|
24
24
|
module ContactCenterInsights
|
25
25
|
##
|
26
|
-
#
|
26
|
+
# API client module.
|
27
27
|
#
|
28
|
-
# @example
|
28
|
+
# @example Load this package, including all its services, and instantiate a gRPC client
|
29
29
|
#
|
30
30
|
# require "google/cloud/contact_center_insights/v1"
|
31
31
|
# client = ::Google::Cloud::ContactCenterInsights::V1::ContactCenterInsights::Client.new
|
@@ -97,6 +97,13 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
97
97
|
optional :end_time, :message, 2, "google.protobuf.Timestamp"
|
98
98
|
optional :request, :message, 3, "google.cloud.contactcenterinsights.v1.IngestConversationsRequest"
|
99
99
|
repeated :partial_errors, :message, 4, "google.rpc.Status"
|
100
|
+
optional :ingest_conversations_stats, :message, 5, "google.cloud.contactcenterinsights.v1.IngestConversationsMetadata.IngestConversationsStats"
|
101
|
+
end
|
102
|
+
add_message "google.cloud.contactcenterinsights.v1.IngestConversationsMetadata.IngestConversationsStats" do
|
103
|
+
optional :processed_object_count, :int32, 1
|
104
|
+
optional :duplicates_skipped_count, :int32, 2
|
105
|
+
optional :successful_ingest_count, :int32, 3
|
106
|
+
optional :failed_ingest_count, :int32, 4
|
100
107
|
end
|
101
108
|
add_message "google.cloud.contactcenterinsights.v1.IngestConversationsResponse" do
|
102
109
|
end
|
@@ -319,6 +326,7 @@ module Google
|
|
319
326
|
IngestConversationsRequest::TranscriptObjectConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.contactcenterinsights.v1.IngestConversationsRequest.TranscriptObjectConfig").msgclass
|
320
327
|
IngestConversationsRequest::ConversationConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.contactcenterinsights.v1.IngestConversationsRequest.ConversationConfig").msgclass
|
321
328
|
IngestConversationsMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.contactcenterinsights.v1.IngestConversationsMetadata").msgclass
|
329
|
+
IngestConversationsMetadata::IngestConversationsStats = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.contactcenterinsights.v1.IngestConversationsMetadata.IngestConversationsStats").msgclass
|
322
330
|
IngestConversationsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.contactcenterinsights.v1.IngestConversationsResponse").msgclass
|
323
331
|
CreateAnalysisRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.contactcenterinsights.v1.CreateAnalysisRequest").msgclass
|
324
332
|
ListAnalysesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.contactcenterinsights.v1.ListAnalysesRequest").msgclass
|
@@ -200,6 +200,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
200
200
|
optional :display_name, :string, 2
|
201
201
|
optional :create_time, :message, 3, "google.protobuf.Timestamp"
|
202
202
|
optional :update_time, :message, 4, "google.protobuf.Timestamp"
|
203
|
+
optional :issue_count, :int64, 8
|
203
204
|
optional :state, :enum, 5, "google.cloud.contactcenterinsights.v1.IssueModel.State"
|
204
205
|
optional :input_data_config, :message, 6, "google.cloud.contactcenterinsights.v1.IssueModel.InputDataConfig"
|
205
206
|
optional :training_stats, :message, 7, "google.cloud.contactcenterinsights.v1.IssueModelLabelStats"
|
@@ -285,6 +286,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
285
286
|
end
|
286
287
|
add_message "google.cloud.contactcenterinsights.v1.Settings.AnalysisConfig" do
|
287
288
|
optional :runtime_integration_analysis_percentage, :double, 1
|
289
|
+
optional :upload_conversation_analysis_percentage, :double, 6
|
288
290
|
optional :annotator_selector, :message, 5, "google.cloud.contactcenterinsights.v1.AnnotatorSelector"
|
289
291
|
end
|
290
292
|
add_message "google.cloud.contactcenterinsights.v1.RuntimeAnnotation" do
|
@@ -310,11 +310,35 @@ module Google
|
|
310
310
|
# Output only. The original request for ingest.
|
311
311
|
# @!attribute [r] partial_errors
|
312
312
|
# @return [::Array<::Google::Rpc::Status>]
|
313
|
-
# Output only. Partial errors during ingest operation that might cause the
|
314
|
-
# output to be incomplete.
|
313
|
+
# Output only. Partial errors during ingest operation that might cause the
|
314
|
+
# operation output to be incomplete.
|
315
|
+
# @!attribute [r] ingest_conversations_stats
|
316
|
+
# @return [::Google::Cloud::ContactCenterInsights::V1::IngestConversationsMetadata::IngestConversationsStats]
|
317
|
+
# Output only. Statistics for IngestConversations operation.
|
315
318
|
class IngestConversationsMetadata
|
316
319
|
include ::Google::Protobuf::MessageExts
|
317
320
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
321
|
+
|
322
|
+
# Statistics for IngestConversations operation.
|
323
|
+
# @!attribute [r] processed_object_count
|
324
|
+
# @return [::Integer]
|
325
|
+
# Output only. The number of objects processed during the ingest operation.
|
326
|
+
# @!attribute [r] duplicates_skipped_count
|
327
|
+
# @return [::Integer]
|
328
|
+
# Output only. The number of objects skipped because another conversation
|
329
|
+
# with the same transcript uri had already been ingested.
|
330
|
+
# @!attribute [r] successful_ingest_count
|
331
|
+
# @return [::Integer]
|
332
|
+
# Output only. The number of new conversations added during this ingest
|
333
|
+
# operation.
|
334
|
+
# @!attribute [r] failed_ingest_count
|
335
|
+
# @return [::Integer]
|
336
|
+
# Output only. The number of objects which were unable to be ingested due
|
337
|
+
# to errors. The errors are populated in the partial_errors field.
|
338
|
+
class IngestConversationsStats
|
339
|
+
include ::Google::Protobuf::MessageExts
|
340
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
341
|
+
end
|
318
342
|
end
|
319
343
|
|
320
344
|
# The response to an IngestConversations operation.
|
@@ -478,9 +502,9 @@ module Google
|
|
478
502
|
# the resource project will be used.
|
479
503
|
# @!attribute [rw] dataset
|
480
504
|
# @return [::String]
|
481
|
-
# Required. The name of the BigQuery dataset that the snapshot result
|
482
|
-
# exported to. If this dataset does not exist, the export call
|
483
|
-
# INVALID_ARGUMENT error.
|
505
|
+
# Required. The name of the BigQuery dataset that the snapshot result
|
506
|
+
# should be exported to. If this dataset does not exist, the export call
|
507
|
+
# returns an INVALID_ARGUMENT error.
|
484
508
|
# @!attribute [rw] table
|
485
509
|
# @return [::String]
|
486
510
|
# The BigQuery table name to which the insights data should be written.
|
@@ -750,10 +774,10 @@ module Google
|
|
750
774
|
# Request to create a phrase matcher.
|
751
775
|
# @!attribute [rw] parent
|
752
776
|
# @return [::String]
|
753
|
-
# Required. The parent resource of the phrase matcher. Required. The location
|
754
|
-
# a phrase matcher for.
|
755
|
-
#
|
756
|
-
#
|
777
|
+
# Required. The parent resource of the phrase matcher. Required. The location
|
778
|
+
# to create a phrase matcher for. Format: `projects/<Project
|
779
|
+
# ID>/locations/<Location ID>` or `projects/<Project
|
780
|
+
# Number>/locations/<Location ID>`
|
757
781
|
# @!attribute [rw] phrase_matcher
|
758
782
|
# @return [::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher]
|
759
783
|
# Required. The phrase matcher resource to create.
|
@@ -66,7 +66,8 @@ module Google
|
|
66
66
|
# Output only. The conversation transcript.
|
67
67
|
# @!attribute [rw] medium
|
68
68
|
# @return [::Google::Cloud::ContactCenterInsights::V1::Conversation::Medium]
|
69
|
-
# Immutable. The conversation medium, if unspecified will default to
|
69
|
+
# Immutable. The conversation medium, if unspecified will default to
|
70
|
+
# PHONE_CALL.
|
70
71
|
# @!attribute [r] duration
|
71
72
|
# @return [::Google::Protobuf::Duration]
|
72
73
|
# Output only. The duration of the conversation.
|
@@ -78,12 +79,12 @@ module Google
|
|
78
79
|
# Output only. The conversation's latest analysis, if one exists.
|
79
80
|
# @!attribute [r] runtime_annotations
|
80
81
|
# @return [::Array<::Google::Cloud::ContactCenterInsights::V1::RuntimeAnnotation>]
|
81
|
-
# Output only. The annotations that were generated during the customer and
|
82
|
-
# interaction.
|
82
|
+
# Output only. The annotations that were generated during the customer and
|
83
|
+
# agent interaction.
|
83
84
|
# @!attribute [r] dialogflow_intents
|
84
85
|
# @return [::Google::Protobuf::Map{::String => ::Google::Cloud::ContactCenterInsights::V1::DialogflowIntent}]
|
85
|
-
# Output only. All the matched Dialogflow intents in the call. The key
|
86
|
-
# Dialogflow intent, format:
|
86
|
+
# Output only. All the matched Dialogflow intents in the call. The key
|
87
|
+
# corresponds to a Dialogflow intent, format:
|
87
88
|
# projects/\\{project}/agent/\\{agent}/intents/\\{intent}
|
88
89
|
# @!attribute [rw] obfuscated_user_id
|
89
90
|
# @return [::String]
|
@@ -225,12 +226,12 @@ module Google
|
|
225
226
|
# Output only. The time at which the analysis was requested.
|
226
227
|
# @!attribute [r] create_time
|
227
228
|
# @return [::Google::Protobuf::Timestamp]
|
228
|
-
# Output only. The time at which the analysis was created, which occurs when
|
229
|
-
# long-running operation completes.
|
229
|
+
# Output only. The time at which the analysis was created, which occurs when
|
230
|
+
# the long-running operation completes.
|
230
231
|
# @!attribute [r] analysis_result
|
231
232
|
# @return [::Google::Cloud::ContactCenterInsights::V1::AnalysisResult]
|
232
|
-
# Output only. The result of the analysis, which is populated when the
|
233
|
-
# finishes.
|
233
|
+
# Output only. The result of the analysis, which is populated when the
|
234
|
+
# analysis finishes.
|
234
235
|
# @!attribute [rw] annotator_selector
|
235
236
|
# @return [::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector]
|
236
237
|
# To select the annotators to run and the phrase matchers to use
|
@@ -259,8 +260,8 @@ module Google
|
|
259
260
|
# audio.
|
260
261
|
# @!attribute [rw] transcript_uri
|
261
262
|
# @return [::String]
|
262
|
-
# Immutable. Cloud Storage URI that points to a file that contains the
|
263
|
-
# transcript.
|
263
|
+
# Immutable. Cloud Storage URI that points to a file that contains the
|
264
|
+
# conversation transcript.
|
264
265
|
class GcsSource
|
265
266
|
include ::Google::Protobuf::MessageExts
|
266
267
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -379,8 +380,8 @@ module Google
|
|
379
380
|
# currently bounded on [0,1].
|
380
381
|
# @!attribute [rw] display_name
|
381
382
|
# @return [::String]
|
382
|
-
# Immutable. Display name of the assigned issue. This field is set at time of
|
383
|
-
# and immutable since then.
|
383
|
+
# Immutable. Display name of the assigned issue. This field is set at time of
|
384
|
+
# analyis and immutable since then.
|
384
385
|
class IssueAssignment
|
385
386
|
include ::Google::Protobuf::MessageExts
|
386
387
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -693,6 +694,9 @@ module Google
|
|
693
694
|
# @!attribute [r] update_time
|
694
695
|
# @return [::Google::Protobuf::Timestamp]
|
695
696
|
# Output only. The most recent time at which the issue model was updated.
|
697
|
+
# @!attribute [r] issue_count
|
698
|
+
# @return [::Integer]
|
699
|
+
# Output only. Number of issues in this issue model.
|
696
700
|
# @!attribute [r] state
|
697
701
|
# @return [::Google::Cloud::ContactCenterInsights::V1::IssueModel::State]
|
698
702
|
# Output only. State of the model.
|
@@ -701,7 +705,8 @@ module Google
|
|
701
705
|
# Configs for the input data that used to create the issue model.
|
702
706
|
# @!attribute [r] training_stats
|
703
707
|
# @return [::Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats]
|
704
|
-
# Output only. Immutable. The issue model's label statistics on its training
|
708
|
+
# Output only. Immutable. The issue model's label statistics on its training
|
709
|
+
# data.
|
705
710
|
class IssueModel
|
706
711
|
include ::Google::Protobuf::MessageExts
|
707
712
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -764,8 +769,8 @@ module Google
|
|
764
769
|
# Output only. The most recent time that this issue was updated.
|
765
770
|
# @!attribute [r] sample_utterances
|
766
771
|
# @return [::Array<::String>]
|
767
|
-
# Output only. Resource names of the sample representative utterances that
|
768
|
-
# issue.
|
772
|
+
# Output only. Resource names of the sample representative utterances that
|
773
|
+
# match to this issue.
|
769
774
|
class Issue
|
770
775
|
include ::Google::Protobuf::MessageExts
|
771
776
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -831,8 +836,8 @@ module Google
|
|
831
836
|
# it will default to `revision_id`.
|
832
837
|
# @!attribute [r] revision_create_time
|
833
838
|
# @return [::Google::Protobuf::Timestamp]
|
834
|
-
# Output only. The timestamp of when the revision was created. It is also the
|
835
|
-
# when a new matcher is added.
|
839
|
+
# Output only. The timestamp of when the revision was created. It is also the
|
840
|
+
# create time when a new matcher is added.
|
836
841
|
# @!attribute [rw] display_name
|
837
842
|
# @return [::String]
|
838
843
|
# The human-readable name of the phrase matcher.
|
@@ -847,7 +852,8 @@ module Google
|
|
847
852
|
# A list of phase match rule groups that are included in this matcher.
|
848
853
|
# @!attribute [r] activation_update_time
|
849
854
|
# @return [::Google::Protobuf::Timestamp]
|
850
|
-
# Output only. The most recent time at which the activation status was
|
855
|
+
# Output only. The most recent time at which the activation status was
|
856
|
+
# updated.
|
851
857
|
# @!attribute [rw] role_match
|
852
858
|
# @return [::Google::Cloud::ContactCenterInsights::V1::ConversationParticipant::Role]
|
853
859
|
# The role whose utterances the phrase matcher should be matched
|
@@ -986,6 +992,10 @@ module Google
|
|
986
992
|
# @return [::Float]
|
987
993
|
# Percentage of conversations created using Dialogflow runtime integration
|
988
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].
|
989
999
|
# @!attribute [rw] annotator_selector
|
990
1000
|
# @return [::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector]
|
991
1001
|
# To select the annotators to run and the phrase matchers to use
|
@@ -1292,7 +1302,7 @@ module Google
|
|
1292
1302
|
# Output only. The most recent time at which the view was updated.
|
1293
1303
|
# @!attribute [rw] value
|
1294
1304
|
# @return [::String]
|
1295
|
-
# String with specific view properties.
|
1305
|
+
# String with specific view properties, must be non-empty.
|
1296
1306
|
class View
|
1297
1307
|
include ::Google::Protobuf::MessageExts
|
1298
1308
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
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:
|
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:
|
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:
|
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
|
@@ -215,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
215
215
|
- !ruby/object:Gem::Version
|
216
216
|
version: '0'
|
217
217
|
requirements: []
|
218
|
-
rubygems_version: 3.
|
218
|
+
rubygems_version: 3.4.2
|
219
219
|
signing_key:
|
220
220
|
specification_version: 4
|
221
221
|
summary: API Client library for the Contact Center AI Insights V1 API
|