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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa3c8c245e6790f6b8284f076c123753e4a59898889fecfb61156b069351430d
4
- data.tar.gz: db000865637ab0a8f4e8874b2bea13c76bee0da9c2737923e2e6da807c2b5efa
3
+ metadata.gz: 51f105552a4af4edf524e8d22f707ee0647157596c1c67538ae532271dff9144
4
+ data.tar.gz: 83b6c60441674ae9433bb6f78513864b448dd84f4893bf8c5d31962030eede70
5
5
  SHA512:
6
- metadata.gz: 7217a8307f4610a88681be91a4491f92a9f07d66b6c26d1e667ed68d30940f69cf93ebf525250b5f831e1317e102afa3361cc1771b2fc4b68350e45777ab40b4
7
- data.tar.gz: 15dae078fb7bb681626b6d9a4764936044e4a7c7bcceb03cfdb3d837d3c8fa6f0de5ddccd097648bd080f8a20010b156267b538750e3516fc856aee0ceaf9504
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. If this
403
- # value is zero, the service will select a default size. A call might return
404
- # fewer objects than requested. A non-empty `next_page_token` in the response
405
- # indicates that more data is available.
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 for the conversation.
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
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ContactCenterInsights
23
23
  module V1
24
- VERSION = "0.1.1"
24
+ VERSION = "0.2.0"
25
25
  end
26
26
  end
27
27
  end
@@ -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. If this
166
- # value is zero, the service will select a default size. A call might return
167
- # fewer objects than requested. A non-empty `next_page_token` in the response
168
- # indicates that more data is available.
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, which can be sent as `page_token` to retrieve the next page.
193
- # If this field is omitted, there are no subsequent pages.
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 for the conversation.
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.1.1
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-25 00:00:00.000000000 Z
11
+ date: 2021-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common