google-cloud-contact_center_insights-v1 0.8.0 → 0.8.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: 79a37601d6956b1beb5700a315f493f1a274f81609f15dba38b3a0e8d8598d8d
4
- data.tar.gz: 855a5eb7fed4401bfe92bb8aaee4456c0fd960fb894443cc8ef2f6e7e4dc6777
3
+ metadata.gz: b5bed9fcfe2bd1a4b01aad600aed7064916f270742a10a74ceb51fe5c173193a
4
+ data.tar.gz: 8e094753f880bcda20311ad3b96a03e1ee25a69532e2ca8e420e2d88a3bd67ae
5
5
  SHA512:
6
- metadata.gz: 921d26435da4547a5741af09b13dbfe96197d491f04487658063cc7213d15a800f4e8ffc69577984a29d7fe2c18ef4ecd0bc27c4f96da6770ae14d9baad9f507
7
- data.tar.gz: 7ab673b6793546411748f7bead1c51ca11512fe31d3af45897db78bd7406e8d5966bfd1811491c20eaa3c32ef47b9c327daec2820bf85afa775db72b86fb3761
6
+ metadata.gz: 1b42589959516060c2b706b4001a645b3360bb4cb46110ee2bd34754b85922fc499173e2a3b4d5b09aa3e156e9c26ed2a145d465da30aeb5e0e3e328bf0f1012
7
+ data.tar.gz: 114d1885217f2120e9b211ee3ee537da25b75bad250482f94177c77519db77e45e7eb511fdaa8b647506bfc17608604c8cdaa1b008136b0b7657e3066289cf3e
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ContactCenterInsights
23
23
  module V1
24
- VERSION = "0.8.0"
24
+ VERSION = "0.8.1"
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
- # The name of the answer record.
1072
+ # Name of the query record.
1073
1073
  # Format:
1074
- # projects/\\{project}/locations/\\{location}/answerRecords/\\{answer_record}
1074
+ # projects/\\{project}/locations/\\{location}/queryRecords/\\{query_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
- # The name of the answer record.
1112
+ # Name of the query record.
1113
1113
  # Format:
1114
- # projects/\\{project}/locations/\\{location}/answerRecords/\\{answer_record}
1114
+ # projects/\\{project}/locations/\\{location}/queryRecords/\\{query_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
- # The name of the answer record.
1149
+ # Name of the query record.
1150
1150
  # Format:
1151
- # projects/\\{project}/locations/\\{location}/answerRecords/\\{answer_record}
1151
+ # projects/\\{project}/locations/\\{location}/queryRecords/\\{query_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
- # The name of the answer record.
1181
+ # Name of the query record.
1182
1182
  # Format:
1183
- # projects/\\{project}/locations/\\{location}/answerRecords/\\{answer_record}
1183
+ # projects/\\{project}/locations/\\{location}/queryRecords/\\{query_record}
1184
1184
  class SmartComposeSuggestionData
1185
1185
  include ::Google::Protobuf::MessageExts
1186
1186
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -26,8 +26,6 @@ module Google
26
26
  # service Foo {
27
27
  # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
28
28
  # }
29
- #
30
- # The JSON representation for `Empty` is empty JSON object `{}`.
31
29
  class Empty
32
30
  include ::Google::Protobuf::MessageExts
33
31
  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.0
4
+ version: 0.8.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-07-02 00:00:00.000000000 Z
11
+ date: 2022-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common