google-cloud-contact_center_insights-v1 0.9.0 → 0.10.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 +4 -4
- 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 +1 -0
- data/proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb +33 -9
- data/proto_docs/google/cloud/contactcenterinsights/v1/resources.rb +26 -20
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89c53fc69a390e0d29064d866754deb7fc1b489f24f4f4f320dd81e9c40efa6c
|
4
|
+
data.tar.gz: ae3b33f1523d706966edbf3a1161c0790558547dedf6b565049afbb4e3bd7717
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 04cf72069fe8f4cf0e96468162c7ecc692cdad3d3eefd14118a4b29c64a28526f8cd4f46a066071c72067b62f3a737663851e10d0bf1bfd30a50d419a44efba9
|
7
|
+
data.tar.gz: 6045b158ba7a9ef6fcae8cdccfa206af40c51eb5e4f1bb23172da1fc070aef128c4bc82fc7e053a0ddabfb0584842b2949e5b896f1c6641386fbe2c3deb211ad
|
@@ -2379,10 +2379,10 @@ module Google
|
|
2379
2379
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
2380
2380
|
#
|
2381
2381
|
# @param parent [::String]
|
2382
|
-
# Required. The parent resource of the phrase matcher. Required. The location
|
2383
|
-
# a phrase matcher for.
|
2384
|
-
#
|
2385
|
-
#
|
2382
|
+
# Required. The parent resource of the phrase matcher. Required. The location
|
2383
|
+
# to create a phrase matcher for. Format: `projects/<Project
|
2384
|
+
# ID>/locations/<Location ID>` or `projects/<Project
|
2385
|
+
# Number>/locations/<Location ID>`
|
2386
2386
|
# @param phrase_matcher [::Google::Cloud::ContactCenterInsights::V1::PhraseMatcher, ::Hash]
|
2387
2387
|
# Required. The phrase matcher resource to create.
|
2388
2388
|
#
|
@@ -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"
|
@@ -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
|
@@ -1292,7 +1298,7 @@ module Google
|
|
1292
1298
|
# Output only. The most recent time at which the view was updated.
|
1293
1299
|
# @!attribute [rw] value
|
1294
1300
|
# @return [::String]
|
1295
|
-
# String with specific view properties.
|
1301
|
+
# String with specific view properties, must be non-empty.
|
1296
1302
|
class View
|
1297
1303
|
include ::Google::Protobuf::MessageExts
|
1298
1304
|
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.10.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-02-13 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.16.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.16.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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
|