google-cloud-contact_center_insights-v1 0.7.1 → 0.7.2

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: 727e45afbcd5b6b30760aebd60910cc3bb7f1b8d1fcf81a1955bee38f09c54ec
4
- data.tar.gz: cdcd542b279b428905f8a5626b78d95a7177e0436c84a26cb5b3b8dae2960354
3
+ metadata.gz: d1e760e7e8d99c8b8a1d1343ff872f873fcfed88f9c033052c8312532e167516
4
+ data.tar.gz: 862ad6fcfbe6bc7e6760ac3e2e9fbfc49aebd3fc2cbc1ca8666d33731a90f323
5
5
  SHA512:
6
- metadata.gz: 1d6b9f7dbba87c5f039578fb172659382d18d493be7f0b06ce249c9479e6c31d64c55e36704530b459d286e66c8427881e8446aac9f827659916617b44b7ac7c
7
- data.tar.gz: 1a3de2cc04c9981032d0fb26cb09786b8700b458f63a909b6d4932e999a117c883163a98b238b59996a0462d1c0de4bbf0b78e18beb83147df528f4ea1158ad9
6
+ metadata.gz: 39c39d27fae37d458ad592a5321441456d30c5c576b11dbbce67c6329b0d1d01e67a9f346ff53f8792065684f85e95d3a9314663bb0ed75285034ccc4b6fae2a
7
+ data.tar.gz: 3e3e41ff864f58e68220991c5b107a80b2fdaa0f1ad9f20c30fcb6d1a6be5275c842fb6c507fc4564f86d8e66f05b8a1202ac9be608283cb1f9181110d6d7c18
data/README.md CHANGED
@@ -37,7 +37,7 @@ request = ::Google::Cloud::ContactCenterInsights::V1::CreateConversationRequest.
37
37
  response = client.create_conversation request
38
38
  ```
39
39
 
40
- View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-contact_center_insights-v1/latest)
40
+ View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-contact_center_insights-v1/latest)
41
41
  for class and method documentation.
42
42
 
43
43
  See also the [Product Documentation](https://cloud.google.com/contact-center/insights/docs)
@@ -69,6 +69,11 @@ module GRPC
69
69
  end
70
70
  ```
71
71
 
72
+
73
+ ## Google Cloud Samples
74
+
75
+ To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples).
76
+
72
77
  ## Supported Ruby Versions
73
78
 
74
79
  This library is supported on Ruby 2.5+.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ContactCenterInsights
23
23
  module V1
24
- VERSION = "0.7.1"
24
+ VERSION = "0.7.2"
25
25
  end
26
26
  end
27
27
  end
@@ -25,6 +25,8 @@ module Google
25
25
  ##
26
26
  # To load this package, including all its services, and instantiate a client:
27
27
  #
28
+ # @example
29
+ #
28
30
  # require "google/cloud/contact_center_insights/v1"
29
31
  # client = ::Google::Cloud::ContactCenterInsights::V1::ContactCenterInsights::Client.new
30
32
  #
@@ -1,6 +1,8 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/contactcenterinsights/v1/contact_center_insights.proto
3
3
 
4
+ require 'google/protobuf'
5
+
4
6
  require 'google/api/annotations_pb'
5
7
  require 'google/api/client_pb'
6
8
  require 'google/api/field_behavior_pb'
@@ -12,7 +14,6 @@ require 'google/protobuf/empty_pb'
12
14
  require 'google/protobuf/field_mask_pb'
13
15
  require 'google/protobuf/timestamp_pb'
14
16
  require 'google/rpc/status_pb'
15
- require 'google/protobuf'
16
17
 
17
18
  Google::Protobuf::DescriptorPool.generated_pool.build do
18
19
  add_file("google/cloud/contactcenterinsights/v1/contact_center_insights.proto", :syntax => :proto3) do
@@ -1,11 +1,12 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/contactcenterinsights/v1/resources.proto
3
3
 
4
+ require 'google/protobuf'
5
+
4
6
  require 'google/api/field_behavior_pb'
5
7
  require 'google/api/resource_pb'
6
8
  require 'google/protobuf/duration_pb'
7
9
  require 'google/protobuf/timestamp_pb'
8
- require 'google/protobuf'
9
10
 
10
11
  Google::Protobuf::DescriptorPool.generated_pool.build do
11
12
  add_file("google/cloud/contactcenterinsights/v1/resources.proto", :syntax => :proto3) do
@@ -1069,9 +1069,9 @@ module Google
1069
1069
  # that it originates from.
1070
1070
  # @!attribute [rw] query_record
1071
1071
  # @return [::String]
1072
- # Name of the query record.
1072
+ # The name of the answer record.
1073
1073
  # Format:
1074
- # projects/\\{project}/locations/\\{location}/queryRecords/\\{query_record}
1074
+ # projects/\\{project}/locations/\\{location}/answerRecords/\\{answer_record}
1075
1075
  # @!attribute [rw] source
1076
1076
  # @return [::String]
1077
1077
  # The knowledge document that this answer was extracted from.
@@ -1109,9 +1109,9 @@ module Google
1109
1109
  # it originates from.
1110
1110
  # @!attribute [rw] query_record
1111
1111
  # @return [::String]
1112
- # Name of the query record.
1112
+ # The name of the answer record.
1113
1113
  # Format:
1114
- # projects/\\{project}/locations/\\{location}/queryRecords/\\{query_record}.
1114
+ # projects/\\{project}/locations/\\{location}/answerRecords/\\{answer_record}
1115
1115
  # @!attribute [rw] source
1116
1116
  # @return [::String]
1117
1117
  # The knowledge document that this answer was extracted from.
@@ -1146,9 +1146,9 @@ module Google
1146
1146
  # which it originates.
1147
1147
  # @!attribute [rw] query_record
1148
1148
  # @return [::String]
1149
- # Name of the query record.
1149
+ # The name of the answer record.
1150
1150
  # Format:
1151
- # projects/\\{project}/locations/\\{location}/queryRecords/\\{query_record}
1151
+ # projects/\\{project}/locations/\\{location}/answerRecords/\\{answer_record}
1152
1152
  class SmartReplyData
1153
1153
  include ::Google::Protobuf::MessageExts
1154
1154
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -1178,9 +1178,9 @@ module Google
1178
1178
  # document from which it originates.
1179
1179
  # @!attribute [rw] query_record
1180
1180
  # @return [::String]
1181
- # Name of the query record.
1181
+ # The name of the answer record.
1182
1182
  # Format:
1183
- # projects/\\{project}/locations/\\{location}/queryRecords/\\{query_record}
1183
+ # projects/\\{project}/locations/\\{location}/answerRecords/\\{answer_record}
1184
1184
  class SmartComposeSuggestionData
1185
1185
  include ::Google::Protobuf::MessageExts
1186
1186
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -44,7 +44,7 @@ module Google
44
44
  # foo = any.unpack(Foo.class);
45
45
  # }
46
46
  #
47
- # Example 3: Pack and unpack a message in Python.
47
+ # Example 3: Pack and unpack a message in Python.
48
48
  #
49
49
  # foo = Foo(...)
50
50
  # any = Any()
@@ -54,7 +54,7 @@ module Google
54
54
  # any.Unpack(foo)
55
55
  # ...
56
56
  #
57
- # Example 4: Pack and unpack a message in Go
57
+ # Example 4: Pack and unpack a message in Go
58
58
  #
59
59
  # foo := &pb.Foo{...}
60
60
  # any, err := anypb.New(foo)
@@ -75,7 +75,7 @@ module Google
75
75
  #
76
76
  #
77
77
  # JSON
78
- # ====
78
+ #
79
79
  # The JSON representation of an `Any` value uses the regular
80
80
  # representation of the deserialized, embedded message, with an
81
81
  # additional field `@type` which contains the type URL. Example:
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.1
4
+ version: 0.7.2
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-21 00:00:00.000000000 Z
11
+ date: 2022-06-09 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.5
216
+ rubygems_version: 3.3.14
217
217
  signing_key:
218
218
  specification_version: 4
219
219
  summary: API Client library for the Contact Center AI Insights V1 API