google-cloud-contact_center_insights-v1 0.7.0 → 0.7.1

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: 24e4cee1707cc92651cc475e2006d0a05dcbecde8d5b832904990a3a26f601e1
4
- data.tar.gz: 1d41f19d082d188cd88bc6afc6e119c39cde3ccb3bc162c4b02f98e5f97ed216
3
+ metadata.gz: 727e45afbcd5b6b30760aebd60910cc3bb7f1b8d1fcf81a1955bee38f09c54ec
4
+ data.tar.gz: cdcd542b279b428905f8a5626b78d95a7177e0436c84a26cb5b3b8dae2960354
5
5
  SHA512:
6
- metadata.gz: 29daa59782066f6618348714b7b670a6f66d34d379b29c47c01717c7369f077fe069a09b1525b33e0e3a74fe45fd094c637f81adcbc3da2178f70f13dc23cc3a
7
- data.tar.gz: f1c7f583fb2010b42aef9317023978f1af0b8b1e8299587c22668bdb7c047b0b07f3754ffc1c2ede76c74db9d913d8de61147468f642300b169a5f99d17a8e20
6
+ metadata.gz: 1d6b9f7dbba87c5f039578fb172659382d18d493be7f0b06ce249c9479e6c31d64c55e36704530b459d286e66c8427881e8446aac9f827659916617b44b7ac7c
7
+ data.tar.gz: 1a3de2cc04c9981032d0fb26cb09786b8700b458f63a909b6d4932e999a117c883163a98b238b59996a0462d1c0de4bbf0b78e18beb83147df528f4ea1158ad9
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ContactCenterInsights
23
23
  module V1
24
- VERSION = "0.7.0"
24
+ VERSION = "0.7.1"
25
25
  end
26
26
  end
27
27
  end
@@ -243,8 +243,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
243
243
  end
244
244
  add_enum "google.cloud.contactcenterinsights.v1.ConversationView" do
245
245
  value :CONVERSATION_VIEW_UNSPECIFIED, 0
246
- value :BASIC, 1
247
246
  value :FULL, 2
247
+ value :BASIC, 1
248
248
  end
249
249
  end
250
250
  end
@@ -788,18 +788,19 @@ module Google
788
788
  extend ::Google::Protobuf::MessageExts::ClassMethods
789
789
  end
790
790
 
791
- # Represents the options for views of a conversation.
791
+ # Represents the options for viewing a conversation.
792
792
  module ConversationView
793
- # Not specified. Defaults to FULL on GetConversationRequest and BASIC for
794
- # ListConversationsRequest.
793
+ # The conversation view is not specified.
794
+ #
795
+ # * Defaults to `FULL` in `GetConversationRequest`.
796
+ # * Defaults to `BASIC` in `ListConversationsRequest`.
795
797
  CONVERSATION_VIEW_UNSPECIFIED = 0
796
798
 
797
- # Transcript field is not populated in the response for Insights
798
- # conversation.
799
- BASIC = 1
800
-
801
- # All fields are populated for Insights conversation.
799
+ # Populates all fields in the conversation.
802
800
  FULL = 2
801
+
802
+ # Populates all fields in the conversation except the transcript.
803
+ BASIC = 1
803
804
  end
804
805
  end
805
806
  end
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.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-11 00:00:00.000000000 Z
11
+ date: 2022-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -213,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
213
213
  - !ruby/object:Gem::Version
214
214
  version: '0'
215
215
  requirements: []
216
- rubygems_version: 3.3.4
216
+ rubygems_version: 3.3.5
217
217
  signing_key:
218
218
  specification_version: 4
219
219
  summary: API Client library for the Contact Center AI Insights V1 API