google-cloud-contact_center_insights-v1 0.8.1 → 0.8.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: b5bed9fcfe2bd1a4b01aad600aed7064916f270742a10a74ceb51fe5c173193a
4
- data.tar.gz: 8e094753f880bcda20311ad3b96a03e1ee25a69532e2ca8e420e2d88a3bd67ae
3
+ metadata.gz: 5248734a9c0d15b337f362a7266d6fcf2b2706b1ae9305eb221641830e81595d
4
+ data.tar.gz: d9611f26272e7f5cee9d67f938dff777bb54dc566d7311552b771957fb32b291
5
5
  SHA512:
6
- metadata.gz: 1b42589959516060c2b706b4001a645b3360bb4cb46110ee2bd34754b85922fc499173e2a3b4d5b09aa3e156e9c26ed2a145d465da30aeb5e0e3e328bf0f1012
7
- data.tar.gz: 114d1885217f2120e9b211ee3ee537da25b75bad250482f94177c77519db77e45e7eb511fdaa8b647506bfc17608604c8cdaa1b008136b0b7657e3066289cf3e
6
+ metadata.gz: befd59f2e67739949ee652f432ef9f89ec5b613e87a8aa79d4371b6281a968965c8b66007951d977e54b7cefd742d16c7e7a804b35a1b1baf49766a011965f2a
7
+ data.tar.gz: 026fd9877da9e1ef137484b8509d2a2bd00140e8d1267ecfb0c27fe4c3b592e8fae5856d51ddc74ad69e0c73f21cb0bce94a4c27ffc847a0c849e577adaf6a0e
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ContactCenterInsights
23
23
  module V1
24
- VERSION = "0.8.1"
24
+ VERSION = "0.8.2"
25
25
  end
26
26
  end
27
27
  end
@@ -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
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.8.1
4
+ version: 0.8.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-07-29 00:00:00.000000000 Z
11
+ date: 2022-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common