google-cloud-contact_center_insights-v1 0.1.1 → 0.2.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 +5 -5
- 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/contact_center_insights.rb +8 -7
- data/proto_docs/google/cloud/contactcenterinsights/v1/resources.rb +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51f105552a4af4edf524e8d22f707ee0647157596c1c67538ae532271dff9144
|
4
|
+
data.tar.gz: 83b6c60441674ae9433bb6f78513864b448dd84f4893bf8c5d31962030eede70
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cee9415fc5f1d4a8fae7df76b2868b8b11707e87d4356a71697837aa41e8b532c4ac36003db76651e6a4e345ff0cab5251b8c6e0b2e0f4d3c0cf3c6b7d53b61f
|
7
|
+
data.tar.gz: 37a270df3758583ae61285b0496f751cfda5ba8b451925396b7a1105c6b61d596e4c0f515ac630da577bfc946e3819cbc4cb472832d692962e909dac26eff390
|
@@ -399,10 +399,10 @@ module Google
|
|
399
399
|
# @param parent [::String]
|
400
400
|
# Required. The parent resource of the conversation.
|
401
401
|
# @param page_size [::Integer]
|
402
|
-
# The maximum number of conversations to return in the response.
|
403
|
-
#
|
404
|
-
#
|
405
|
-
#
|
402
|
+
# The maximum number of conversations to return in the response. A valid page
|
403
|
+
# size ranges from 0 to 1,000 inclusive. If the page size is zero or
|
404
|
+
# unspecified, a default page size of 100 will be chosen. Note that a call
|
405
|
+
# might return fewer results than the requested page size.
|
406
406
|
# @param page_token [::String]
|
407
407
|
# The value returned by the last `ListConversationsResponse`. This value
|
408
408
|
# indicates that this is a continuation of a prior `ListConversations` call
|
@@ -2108,7 +2108,7 @@ module Google
|
|
2108
2108
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
2109
2109
|
#
|
2110
2110
|
# @param settings [::Google::Cloud::ContactCenterInsights::V1::Settings, ::Hash]
|
2111
|
-
# Required. The new values
|
2111
|
+
# Required. The new settings values.
|
2112
2112
|
# @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
|
2113
2113
|
# Required. The list of fields to be updated.
|
2114
2114
|
#
|
@@ -105,6 +105,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
105
105
|
add_message "google.cloud.contactcenterinsights.v1.IssueAssignment" do
|
106
106
|
optional :issue, :string, 1
|
107
107
|
optional :score, :double, 2
|
108
|
+
optional :display_name, :string, 3
|
108
109
|
end
|
109
110
|
add_message "google.cloud.contactcenterinsights.v1.CallAnnotation" do
|
110
111
|
optional :channel_tag, :int32, 1
|
@@ -162,10 +162,10 @@ module Google
|
|
162
162
|
# Required. The parent resource of the conversation.
|
163
163
|
# @!attribute [rw] page_size
|
164
164
|
# @return [::Integer]
|
165
|
-
# The maximum number of conversations to return in the response.
|
166
|
-
#
|
167
|
-
#
|
168
|
-
#
|
165
|
+
# The maximum number of conversations to return in the response. A valid page
|
166
|
+
# size ranges from 0 to 1,000 inclusive. If the page size is zero or
|
167
|
+
# unspecified, a default page size of 100 will be chosen. Note that a call
|
168
|
+
# might return fewer results than the requested page size.
|
169
169
|
# @!attribute [rw] page_token
|
170
170
|
# @return [::String]
|
171
171
|
# The value returned by the last `ListConversationsResponse`. This value
|
@@ -189,8 +189,9 @@ module Google
|
|
189
189
|
# The conversations that match the request.
|
190
190
|
# @!attribute [rw] next_page_token
|
191
191
|
# @return [::String]
|
192
|
-
# A token
|
193
|
-
#
|
192
|
+
# A token which can be sent as `page_token` to retrieve the next page. If
|
193
|
+
# this field is set, it means there is another page available. If it is not
|
194
|
+
# set, it means no other pages are available.
|
194
195
|
class ListConversationsResponse
|
195
196
|
include ::Google::Protobuf::MessageExts
|
196
197
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -658,7 +659,7 @@ module Google
|
|
658
659
|
# The request to update project-level settings.
|
659
660
|
# @!attribute [rw] settings
|
660
661
|
# @return [::Google::Cloud::ContactCenterInsights::V1::Settings]
|
661
|
-
# Required. The new values
|
662
|
+
# Required. The new settings values.
|
662
663
|
# @!attribute [rw] update_mask
|
663
664
|
# @return [::Google::Protobuf::FieldMask]
|
664
665
|
# Required. The list of fields to be updated.
|
@@ -350,6 +350,10 @@ module Google
|
|
350
350
|
# @return [::Float]
|
351
351
|
# Score indicating the likelihood of the issue assignment.
|
352
352
|
# currently bounded on [0,1].
|
353
|
+
# @!attribute [rw] display_name
|
354
|
+
# @return [::String]
|
355
|
+
# Immutable. Display name of the assigned issue. This field is set at time of analyis
|
356
|
+
# and immutable since then.
|
353
357
|
class IssueAssignment
|
354
358
|
include ::Google::Protobuf::MessageExts
|
355
359
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -1180,6 +1184,7 @@ module Google
|
|
1180
1184
|
# A user-specified ID representing the participant.
|
1181
1185
|
# @!attribute [rw] dialogflow_participant
|
1182
1186
|
# @return [::String]
|
1187
|
+
# Deprecated. Use `dialogflow_participant_name` instead.
|
1183
1188
|
# The name of the Dialogflow participant. Format:
|
1184
1189
|
# projects/\\{project}/locations/\\{location}/conversations/\\{conversation}/participants/\\{participant}
|
1185
1190
|
# @!attribute [rw] role
|
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.2.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: 2021-08-
|
11
|
+
date: 2021-08-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|