google-cloud-contact_center_insights-v1 0.14.0 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights/client.rb +4 -2
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights/operations.rb +3 -1
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights/rest/client.rb +4 -2
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights/rest/operations.rb +7 -5
- data/lib/google/cloud/contact_center_insights/v1/contact_center_insights/rest/service_stub.rb +38 -38
- data/lib/google/cloud/contact_center_insights/v1/version.rb +1 -1
- data/lib/google/cloud/contactcenterinsights/v1/contact_center_insights_pb.rb +29 -300
- data/lib/google/cloud/contactcenterinsights/v1/resources_pb.rb +27 -398
- data/proto_docs/google/cloud/contactcenterinsights/v1/resources.rb +19 -1
- data/proto_docs/google/protobuf/any.rb +7 -4
- data/proto_docs/google/protobuf/timestamp.rb +1 -3
- metadata +4 -4
@@ -1,3 +1,4 @@
|
|
1
|
+
# frozen_string_literal: true
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
3
|
# source: google/cloud/contactcenterinsights/v1/contact_center_insights.proto
|
3
4
|
|
@@ -15,308 +16,36 @@ require 'google/protobuf/field_mask_pb'
|
|
15
16
|
require 'google/protobuf/timestamp_pb'
|
16
17
|
require 'google/rpc/status_pb'
|
17
18
|
|
18
|
-
|
19
|
-
add_file("google/cloud/contactcenterinsights/v1/contact_center_insights.proto", :syntax => :proto3) do
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
optional :end_time, :message, 2, "google.protobuf.Timestamp"
|
45
|
-
optional :conversation, :string, 3
|
46
|
-
optional :annotator_selector, :message, 4, "google.cloud.contactcenterinsights.v1.AnnotatorSelector"
|
47
|
-
end
|
48
|
-
add_message "google.cloud.contactcenterinsights.v1.CreateConversationRequest" do
|
49
|
-
optional :parent, :string, 1
|
50
|
-
optional :conversation, :message, 2, "google.cloud.contactcenterinsights.v1.Conversation"
|
51
|
-
optional :conversation_id, :string, 3
|
52
|
-
end
|
53
|
-
add_message "google.cloud.contactcenterinsights.v1.UploadConversationRequest" do
|
54
|
-
optional :parent, :string, 1
|
55
|
-
optional :conversation, :message, 2, "google.cloud.contactcenterinsights.v1.Conversation"
|
56
|
-
optional :conversation_id, :string, 3
|
57
|
-
optional :redaction_config, :message, 4, "google.cloud.contactcenterinsights.v1.RedactionConfig"
|
58
|
-
end
|
59
|
-
add_message "google.cloud.contactcenterinsights.v1.UploadConversationMetadata" do
|
60
|
-
optional :create_time, :message, 1, "google.protobuf.Timestamp"
|
61
|
-
optional :end_time, :message, 2, "google.protobuf.Timestamp"
|
62
|
-
optional :request, :message, 3, "google.cloud.contactcenterinsights.v1.UploadConversationRequest"
|
63
|
-
optional :analysis_operation, :string, 4
|
64
|
-
optional :applied_redaction_config, :message, 5, "google.cloud.contactcenterinsights.v1.RedactionConfig"
|
65
|
-
end
|
66
|
-
add_message "google.cloud.contactcenterinsights.v1.ListConversationsRequest" do
|
67
|
-
optional :parent, :string, 1
|
68
|
-
optional :page_size, :int32, 2
|
69
|
-
optional :page_token, :string, 3
|
70
|
-
optional :filter, :string, 4
|
71
|
-
optional :view, :enum, 5, "google.cloud.contactcenterinsights.v1.ConversationView"
|
72
|
-
end
|
73
|
-
add_message "google.cloud.contactcenterinsights.v1.ListConversationsResponse" do
|
74
|
-
repeated :conversations, :message, 1, "google.cloud.contactcenterinsights.v1.Conversation"
|
75
|
-
optional :next_page_token, :string, 2
|
76
|
-
end
|
77
|
-
add_message "google.cloud.contactcenterinsights.v1.GetConversationRequest" do
|
78
|
-
optional :name, :string, 1
|
79
|
-
optional :view, :enum, 2, "google.cloud.contactcenterinsights.v1.ConversationView"
|
80
|
-
end
|
81
|
-
add_message "google.cloud.contactcenterinsights.v1.UpdateConversationRequest" do
|
82
|
-
optional :conversation, :message, 1, "google.cloud.contactcenterinsights.v1.Conversation"
|
83
|
-
optional :update_mask, :message, 2, "google.protobuf.FieldMask"
|
84
|
-
end
|
85
|
-
add_message "google.cloud.contactcenterinsights.v1.DeleteConversationRequest" do
|
86
|
-
optional :name, :string, 1
|
87
|
-
optional :force, :bool, 2
|
88
|
-
end
|
89
|
-
add_message "google.cloud.contactcenterinsights.v1.IngestConversationsRequest" do
|
90
|
-
optional :parent, :string, 1
|
91
|
-
optional :conversation_config, :message, 4, "google.cloud.contactcenterinsights.v1.IngestConversationsRequest.ConversationConfig"
|
92
|
-
oneof :source do
|
93
|
-
optional :gcs_source, :message, 2, "google.cloud.contactcenterinsights.v1.IngestConversationsRequest.GcsSource"
|
94
|
-
end
|
95
|
-
oneof :object_config do
|
96
|
-
optional :transcript_object_config, :message, 3, "google.cloud.contactcenterinsights.v1.IngestConversationsRequest.TranscriptObjectConfig"
|
97
|
-
end
|
98
|
-
end
|
99
|
-
add_message "google.cloud.contactcenterinsights.v1.IngestConversationsRequest.GcsSource" do
|
100
|
-
optional :bucket_uri, :string, 1
|
101
|
-
end
|
102
|
-
add_message "google.cloud.contactcenterinsights.v1.IngestConversationsRequest.TranscriptObjectConfig" do
|
103
|
-
optional :medium, :enum, 1, "google.cloud.contactcenterinsights.v1.Conversation.Medium"
|
104
|
-
end
|
105
|
-
add_message "google.cloud.contactcenterinsights.v1.IngestConversationsRequest.ConversationConfig" do
|
106
|
-
optional :agent_id, :string, 1
|
107
|
-
end
|
108
|
-
add_message "google.cloud.contactcenterinsights.v1.IngestConversationsMetadata" do
|
109
|
-
optional :create_time, :message, 1, "google.protobuf.Timestamp"
|
110
|
-
optional :end_time, :message, 2, "google.protobuf.Timestamp"
|
111
|
-
optional :request, :message, 3, "google.cloud.contactcenterinsights.v1.IngestConversationsRequest"
|
112
|
-
repeated :partial_errors, :message, 4, "google.rpc.Status"
|
113
|
-
optional :ingest_conversations_stats, :message, 5, "google.cloud.contactcenterinsights.v1.IngestConversationsMetadata.IngestConversationsStats"
|
114
|
-
end
|
115
|
-
add_message "google.cloud.contactcenterinsights.v1.IngestConversationsMetadata.IngestConversationsStats" do
|
116
|
-
optional :processed_object_count, :int32, 1
|
117
|
-
optional :duplicates_skipped_count, :int32, 2
|
118
|
-
optional :successful_ingest_count, :int32, 3
|
119
|
-
optional :failed_ingest_count, :int32, 4
|
120
|
-
end
|
121
|
-
add_message "google.cloud.contactcenterinsights.v1.IngestConversationsResponse" do
|
122
|
-
end
|
123
|
-
add_message "google.cloud.contactcenterinsights.v1.CreateAnalysisRequest" do
|
124
|
-
optional :parent, :string, 1
|
125
|
-
optional :analysis, :message, 2, "google.cloud.contactcenterinsights.v1.Analysis"
|
126
|
-
end
|
127
|
-
add_message "google.cloud.contactcenterinsights.v1.ListAnalysesRequest" do
|
128
|
-
optional :parent, :string, 1
|
129
|
-
optional :page_size, :int32, 2
|
130
|
-
optional :page_token, :string, 3
|
131
|
-
optional :filter, :string, 4
|
132
|
-
end
|
133
|
-
add_message "google.cloud.contactcenterinsights.v1.ListAnalysesResponse" do
|
134
|
-
repeated :analyses, :message, 1, "google.cloud.contactcenterinsights.v1.Analysis"
|
135
|
-
optional :next_page_token, :string, 2
|
136
|
-
end
|
137
|
-
add_message "google.cloud.contactcenterinsights.v1.GetAnalysisRequest" do
|
138
|
-
optional :name, :string, 1
|
139
|
-
end
|
140
|
-
add_message "google.cloud.contactcenterinsights.v1.DeleteAnalysisRequest" do
|
141
|
-
optional :name, :string, 1
|
142
|
-
end
|
143
|
-
add_message "google.cloud.contactcenterinsights.v1.BulkAnalyzeConversationsRequest" do
|
144
|
-
optional :parent, :string, 1
|
145
|
-
optional :filter, :string, 2
|
146
|
-
optional :analysis_percentage, :float, 3
|
147
|
-
optional :annotator_selector, :message, 8, "google.cloud.contactcenterinsights.v1.AnnotatorSelector"
|
148
|
-
end
|
149
|
-
add_message "google.cloud.contactcenterinsights.v1.BulkAnalyzeConversationsMetadata" do
|
150
|
-
optional :create_time, :message, 1, "google.protobuf.Timestamp"
|
151
|
-
optional :end_time, :message, 2, "google.protobuf.Timestamp"
|
152
|
-
optional :request, :message, 3, "google.cloud.contactcenterinsights.v1.BulkAnalyzeConversationsRequest"
|
153
|
-
optional :completed_analyses_count, :int32, 4
|
154
|
-
optional :failed_analyses_count, :int32, 5
|
155
|
-
optional :total_requested_analyses_count, :int32, 6
|
156
|
-
end
|
157
|
-
add_message "google.cloud.contactcenterinsights.v1.BulkAnalyzeConversationsResponse" do
|
158
|
-
optional :successful_analysis_count, :int32, 1
|
159
|
-
optional :failed_analysis_count, :int32, 2
|
160
|
-
end
|
161
|
-
add_message "google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest" do
|
162
|
-
optional :parent, :string, 1
|
163
|
-
optional :filter, :string, 3
|
164
|
-
optional :kms_key, :string, 4
|
165
|
-
optional :write_disposition, :enum, 5, "google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest.WriteDisposition"
|
166
|
-
oneof :destination do
|
167
|
-
optional :big_query_destination, :message, 2, "google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest.BigQueryDestination"
|
168
|
-
end
|
169
|
-
end
|
170
|
-
add_message "google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest.BigQueryDestination" do
|
171
|
-
optional :project_id, :string, 3
|
172
|
-
optional :dataset, :string, 1
|
173
|
-
optional :table, :string, 2
|
174
|
-
end
|
175
|
-
add_enum "google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest.WriteDisposition" do
|
176
|
-
value :WRITE_DISPOSITION_UNSPECIFIED, 0
|
177
|
-
value :WRITE_TRUNCATE, 1
|
178
|
-
value :WRITE_APPEND, 2
|
179
|
-
end
|
180
|
-
add_message "google.cloud.contactcenterinsights.v1.ExportInsightsDataMetadata" do
|
181
|
-
optional :create_time, :message, 1, "google.protobuf.Timestamp"
|
182
|
-
optional :end_time, :message, 2, "google.protobuf.Timestamp"
|
183
|
-
optional :request, :message, 3, "google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest"
|
184
|
-
repeated :partial_errors, :message, 4, "google.rpc.Status"
|
185
|
-
end
|
186
|
-
add_message "google.cloud.contactcenterinsights.v1.ExportInsightsDataResponse" do
|
187
|
-
end
|
188
|
-
add_message "google.cloud.contactcenterinsights.v1.CreateIssueModelRequest" do
|
189
|
-
optional :parent, :string, 1
|
190
|
-
optional :issue_model, :message, 2, "google.cloud.contactcenterinsights.v1.IssueModel"
|
191
|
-
end
|
192
|
-
add_message "google.cloud.contactcenterinsights.v1.CreateIssueModelMetadata" do
|
193
|
-
optional :create_time, :message, 1, "google.protobuf.Timestamp"
|
194
|
-
optional :end_time, :message, 2, "google.protobuf.Timestamp"
|
195
|
-
optional :request, :message, 3, "google.cloud.contactcenterinsights.v1.CreateIssueModelRequest"
|
196
|
-
end
|
197
|
-
add_message "google.cloud.contactcenterinsights.v1.UpdateIssueModelRequest" do
|
198
|
-
optional :issue_model, :message, 1, "google.cloud.contactcenterinsights.v1.IssueModel"
|
199
|
-
optional :update_mask, :message, 2, "google.protobuf.FieldMask"
|
200
|
-
end
|
201
|
-
add_message "google.cloud.contactcenterinsights.v1.ListIssueModelsRequest" do
|
202
|
-
optional :parent, :string, 1
|
203
|
-
end
|
204
|
-
add_message "google.cloud.contactcenterinsights.v1.ListIssueModelsResponse" do
|
205
|
-
repeated :issue_models, :message, 1, "google.cloud.contactcenterinsights.v1.IssueModel"
|
206
|
-
end
|
207
|
-
add_message "google.cloud.contactcenterinsights.v1.GetIssueModelRequest" do
|
208
|
-
optional :name, :string, 1
|
209
|
-
end
|
210
|
-
add_message "google.cloud.contactcenterinsights.v1.DeleteIssueModelRequest" do
|
211
|
-
optional :name, :string, 1
|
212
|
-
end
|
213
|
-
add_message "google.cloud.contactcenterinsights.v1.DeleteIssueModelMetadata" do
|
214
|
-
optional :create_time, :message, 1, "google.protobuf.Timestamp"
|
215
|
-
optional :end_time, :message, 2, "google.protobuf.Timestamp"
|
216
|
-
optional :request, :message, 3, "google.cloud.contactcenterinsights.v1.DeleteIssueModelRequest"
|
217
|
-
end
|
218
|
-
add_message "google.cloud.contactcenterinsights.v1.DeployIssueModelRequest" do
|
219
|
-
optional :name, :string, 1
|
220
|
-
end
|
221
|
-
add_message "google.cloud.contactcenterinsights.v1.DeployIssueModelResponse" do
|
222
|
-
end
|
223
|
-
add_message "google.cloud.contactcenterinsights.v1.DeployIssueModelMetadata" do
|
224
|
-
optional :create_time, :message, 1, "google.protobuf.Timestamp"
|
225
|
-
optional :end_time, :message, 2, "google.protobuf.Timestamp"
|
226
|
-
optional :request, :message, 3, "google.cloud.contactcenterinsights.v1.DeployIssueModelRequest"
|
227
|
-
end
|
228
|
-
add_message "google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest" do
|
229
|
-
optional :name, :string, 1
|
230
|
-
end
|
231
|
-
add_message "google.cloud.contactcenterinsights.v1.UndeployIssueModelResponse" do
|
232
|
-
end
|
233
|
-
add_message "google.cloud.contactcenterinsights.v1.UndeployIssueModelMetadata" do
|
234
|
-
optional :create_time, :message, 1, "google.protobuf.Timestamp"
|
235
|
-
optional :end_time, :message, 2, "google.protobuf.Timestamp"
|
236
|
-
optional :request, :message, 3, "google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest"
|
237
|
-
end
|
238
|
-
add_message "google.cloud.contactcenterinsights.v1.GetIssueRequest" do
|
239
|
-
optional :name, :string, 1
|
240
|
-
end
|
241
|
-
add_message "google.cloud.contactcenterinsights.v1.ListIssuesRequest" do
|
242
|
-
optional :parent, :string, 1
|
243
|
-
end
|
244
|
-
add_message "google.cloud.contactcenterinsights.v1.ListIssuesResponse" do
|
245
|
-
repeated :issues, :message, 1, "google.cloud.contactcenterinsights.v1.Issue"
|
246
|
-
end
|
247
|
-
add_message "google.cloud.contactcenterinsights.v1.UpdateIssueRequest" do
|
248
|
-
optional :issue, :message, 1, "google.cloud.contactcenterinsights.v1.Issue"
|
249
|
-
optional :update_mask, :message, 2, "google.protobuf.FieldMask"
|
250
|
-
end
|
251
|
-
add_message "google.cloud.contactcenterinsights.v1.DeleteIssueRequest" do
|
252
|
-
optional :name, :string, 1
|
253
|
-
end
|
254
|
-
add_message "google.cloud.contactcenterinsights.v1.CalculateIssueModelStatsRequest" do
|
255
|
-
optional :issue_model, :string, 1
|
256
|
-
end
|
257
|
-
add_message "google.cloud.contactcenterinsights.v1.CalculateIssueModelStatsResponse" do
|
258
|
-
optional :current_stats, :message, 4, "google.cloud.contactcenterinsights.v1.IssueModelLabelStats"
|
259
|
-
end
|
260
|
-
add_message "google.cloud.contactcenterinsights.v1.CreatePhraseMatcherRequest" do
|
261
|
-
optional :parent, :string, 1
|
262
|
-
optional :phrase_matcher, :message, 2, "google.cloud.contactcenterinsights.v1.PhraseMatcher"
|
263
|
-
end
|
264
|
-
add_message "google.cloud.contactcenterinsights.v1.ListPhraseMatchersRequest" do
|
265
|
-
optional :parent, :string, 1
|
266
|
-
optional :page_size, :int32, 2
|
267
|
-
optional :page_token, :string, 3
|
268
|
-
optional :filter, :string, 4
|
269
|
-
end
|
270
|
-
add_message "google.cloud.contactcenterinsights.v1.ListPhraseMatchersResponse" do
|
271
|
-
repeated :phrase_matchers, :message, 1, "google.cloud.contactcenterinsights.v1.PhraseMatcher"
|
272
|
-
optional :next_page_token, :string, 2
|
273
|
-
end
|
274
|
-
add_message "google.cloud.contactcenterinsights.v1.GetPhraseMatcherRequest" do
|
275
|
-
optional :name, :string, 1
|
276
|
-
end
|
277
|
-
add_message "google.cloud.contactcenterinsights.v1.DeletePhraseMatcherRequest" do
|
278
|
-
optional :name, :string, 1
|
279
|
-
end
|
280
|
-
add_message "google.cloud.contactcenterinsights.v1.UpdatePhraseMatcherRequest" do
|
281
|
-
optional :phrase_matcher, :message, 1, "google.cloud.contactcenterinsights.v1.PhraseMatcher"
|
282
|
-
optional :update_mask, :message, 2, "google.protobuf.FieldMask"
|
283
|
-
end
|
284
|
-
add_message "google.cloud.contactcenterinsights.v1.GetSettingsRequest" do
|
285
|
-
optional :name, :string, 1
|
286
|
-
end
|
287
|
-
add_message "google.cloud.contactcenterinsights.v1.UpdateSettingsRequest" do
|
288
|
-
optional :settings, :message, 1, "google.cloud.contactcenterinsights.v1.Settings"
|
289
|
-
optional :update_mask, :message, 2, "google.protobuf.FieldMask"
|
290
|
-
end
|
291
|
-
add_message "google.cloud.contactcenterinsights.v1.CreateViewRequest" do
|
292
|
-
optional :parent, :string, 1
|
293
|
-
optional :view, :message, 2, "google.cloud.contactcenterinsights.v1.View"
|
294
|
-
end
|
295
|
-
add_message "google.cloud.contactcenterinsights.v1.GetViewRequest" do
|
296
|
-
optional :name, :string, 1
|
297
|
-
end
|
298
|
-
add_message "google.cloud.contactcenterinsights.v1.ListViewsRequest" do
|
299
|
-
optional :parent, :string, 1
|
300
|
-
optional :page_size, :int32, 2
|
301
|
-
optional :page_token, :string, 3
|
302
|
-
end
|
303
|
-
add_message "google.cloud.contactcenterinsights.v1.ListViewsResponse" do
|
304
|
-
repeated :views, :message, 1, "google.cloud.contactcenterinsights.v1.View"
|
305
|
-
optional :next_page_token, :string, 2
|
306
|
-
end
|
307
|
-
add_message "google.cloud.contactcenterinsights.v1.UpdateViewRequest" do
|
308
|
-
optional :view, :message, 1, "google.cloud.contactcenterinsights.v1.View"
|
309
|
-
optional :update_mask, :message, 2, "google.protobuf.FieldMask"
|
310
|
-
end
|
311
|
-
add_message "google.cloud.contactcenterinsights.v1.DeleteViewRequest" do
|
312
|
-
optional :name, :string, 1
|
313
|
-
end
|
314
|
-
add_enum "google.cloud.contactcenterinsights.v1.ConversationView" do
|
315
|
-
value :CONVERSATION_VIEW_UNSPECIFIED, 0
|
316
|
-
value :FULL, 2
|
317
|
-
value :BASIC, 1
|
19
|
+
|
20
|
+
descriptor_data = "\nCgoogle/cloud/contactcenterinsights/v1/contact_center_insights.proto\x12%google.cloud.contactcenterinsights.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x35google/cloud/contactcenterinsights/v1/resources.proto\x1a#google/longrunning/operations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x17google/rpc/status.proto\"d\n\x15\x43\x61lculateStatsRequest\x12;\n\x08location\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x0e\n\x06\x66ilter\x18\x02 \x01(\t\"\x8f\n\n\x16\x43\x61lculateStatsResponse\x12\x33\n\x10\x61verage_duration\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x1a\n\x12\x61verage_turn_count\x18\x02 \x01(\x05\x12\x1a\n\x12\x63onversation_count\x18\x03 \x01(\x05\x12}\n\x19smart_highlighter_matches\x18\x04 \x03(\x0b\x32Z.google.cloud.contactcenterinsights.v1.CalculateStatsResponse.SmartHighlighterMatchesEntry\x12\x7f\n\x1a\x63ustom_highlighter_matches\x18\x05 \x03(\x0b\x32[.google.cloud.contactcenterinsights.v1.CalculateStatsResponse.CustomHighlighterMatchesEntry\x12j\n\rissue_matches\x18\x06 \x03(\x0b\x32O.google.cloud.contactcenterinsights.v1.CalculateStatsResponse.IssueMatchesEntryB\x02\x18\x01\x12q\n\x13issue_matches_stats\x18\x08 \x03(\x0b\x32T.google.cloud.contactcenterinsights.v1.CalculateStatsResponse.IssueMatchesStatsEntry\x12p\n\x1e\x63onversation_count_time_series\x18\x07 \x01(\x0b\x32H.google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries\x1a\xfd\x01\n\nTimeSeries\x12\x34\n\x11interval_duration\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x61\n\x06points\x18\x02 \x03(\x0b\x32Q.google.cloud.contactcenterinsights.v1.CalculateStatsResponse.TimeSeries.Interval\x1aV\n\x08Interval\x12.\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x1a\n\x12\x63onversation_count\x18\x02 \x01(\x05\x1a>\n\x1cSmartHighlighterMatchesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x05:\x02\x38\x01\x1a?\n\x1d\x43ustomHighlighterMatchesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x05:\x02\x38\x01\x1a\x33\n\x11IssueMatchesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x05:\x02\x38\x01\x1a\x80\x01\n\x16IssueMatchesStatsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12U\n\x05value\x18\x02 \x01(\x0b\x32\x46.google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats:\x02\x38\x01\"\xb6\x02\n\x1f\x43reateAnalysisOperationMetadata\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12O\n\x0c\x63onversation\x18\x03 \x01(\tB9\xe0\x41\x03\xfa\x41\x33\n1contactcenterinsights.googleapis.com/Conversation\x12Y\n\x12\x61nnotator_selector\x18\x04 \x01(\x0b\x32\x38.google.cloud.contactcenterinsights.v1.AnnotatorSelectorB\x03\xe0\x41\x03\"\xbf\x01\n\x19\x43reateConversationRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12N\n\x0c\x63onversation\x18\x02 \x01(\x0b\x32\x33.google.cloud.contactcenterinsights.v1.ConversationB\x03\xe0\x41\x02\x12\x17\n\x0f\x63onversation_id\x18\x03 \x01(\t\"\x9b\x02\n\x19UploadConversationRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12N\n\x0c\x63onversation\x18\x02 \x01(\x0b\x32\x33.google.cloud.contactcenterinsights.v1.ConversationB\x03\xe0\x41\x02\x12\x1c\n\x0f\x63onversation_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12U\n\x10redaction_config\x18\x04 \x01(\x0b\x32\x36.google.cloud.contactcenterinsights.v1.RedactionConfigB\x03\xe0\x41\x01\"\xdd\x02\n\x1aUploadConversationMetadata\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12V\n\x07request\x18\x03 \x01(\x0b\x32@.google.cloud.contactcenterinsights.v1.UploadConversationRequestB\x03\xe0\x41\x03\x12\x1f\n\x12\x61nalysis_operation\x18\x04 \x01(\tB\x03\xe0\x41\x03\x12]\n\x18\x61pplied_redaction_config\x18\x05 \x01(\x0b\x32\x36.google.cloud.contactcenterinsights.v1.RedactionConfigB\x03\xe0\x41\x03\"\xd3\x01\n\x18ListConversationsRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x45\n\x04view\x18\x05 \x01(\x0e\x32\x37.google.cloud.contactcenterinsights.v1.ConversationView\"\x80\x01\n\x19ListConversationsResponse\x12J\n\rconversations\x18\x01 \x03(\x0b\x32\x33.google.cloud.contactcenterinsights.v1.Conversation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xa8\x01\n\x16GetConversationRequest\x12G\n\x04name\x18\x01 \x01(\tB9\xe0\x41\x02\xfa\x41\x33\n1contactcenterinsights.googleapis.com/Conversation\x12\x45\n\x04view\x18\x02 \x01(\x0e\x32\x37.google.cloud.contactcenterinsights.v1.ConversationView\"\x9c\x01\n\x19UpdateConversationRequest\x12N\n\x0c\x63onversation\x18\x01 \x01(\x0b\x32\x33.google.cloud.contactcenterinsights.v1.ConversationB\x03\xe0\x41\x02\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"s\n\x19\x44\x65leteConversationRequest\x12G\n\x04name\x18\x01 \x01(\tB9\xe0\x41\x02\xfa\x41\x33\n1contactcenterinsights.googleapis.com/Conversation\x12\r\n\x05\x66orce\x18\x02 \x01(\x08\"\xff\x04\n\x1aIngestConversationsRequest\x12\x61\n\ngcs_source\x18\x02 \x01(\x0b\x32K.google.cloud.contactcenterinsights.v1.IngestConversationsRequest.GcsSourceH\x00\x12|\n\x18transcript_object_config\x18\x03 \x01(\x0b\x32X.google.cloud.contactcenterinsights.v1.IngestConversationsRequest.TranscriptObjectConfigH\x01\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12q\n\x13\x63onversation_config\x18\x04 \x01(\x0b\x32T.google.cloud.contactcenterinsights.v1.IngestConversationsRequest.ConversationConfig\x1a$\n\tGcsSource\x12\x17\n\nbucket_uri\x18\x01 \x01(\tB\x03\xe0\x41\x02\x1ai\n\x16TranscriptObjectConfig\x12O\n\x06medium\x18\x01 \x01(\x0e\x32:.google.cloud.contactcenterinsights.v1.Conversation.MediumB\x03\xe0\x41\x02\x1a&\n\x12\x43onversationConfig\x12\x10\n\x08\x61gent_id\x18\x01 \x01(\tB\x08\n\x06sourceB\x0f\n\robject_config\"\xc8\x04\n\x1bIngestConversationsMetadata\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12W\n\x07request\x18\x03 \x01(\x0b\x32\x41.google.cloud.contactcenterinsights.v1.IngestConversationsRequestB\x03\xe0\x41\x03\x12/\n\x0epartial_errors\x18\x04 \x03(\x0b\x32\x12.google.rpc.StatusB\x03\xe0\x41\x03\x12\x84\x01\n\x1aingest_conversations_stats\x18\x05 \x01(\x0b\x32[.google.cloud.contactcenterinsights.v1.IngestConversationsMetadata.IngestConversationsStatsB\x03\xe0\x41\x03\x1a\xae\x01\n\x18IngestConversationsStats\x12#\n\x16processed_object_count\x18\x01 \x01(\x05\x42\x03\xe0\x41\x03\x12%\n\x18\x64uplicates_skipped_count\x18\x02 \x01(\x05\x42\x03\xe0\x41\x03\x12$\n\x17successful_ingest_count\x18\x03 \x01(\x05\x42\x03\xe0\x41\x03\x12 \n\x13\x66\x61iled_ingest_count\x18\x04 \x01(\x05\x42\x03\xe0\x41\x03\"\x1d\n\x1bIngestConversationsResponse\"\xaa\x01\n\x15\x43reateAnalysisRequest\x12I\n\x06parent\x18\x01 \x01(\tB9\xe0\x41\x02\xfa\x41\x33\n1contactcenterinsights.googleapis.com/Conversation\x12\x46\n\x08\x61nalysis\x18\x02 \x01(\x0b\x32/.google.cloud.contactcenterinsights.v1.AnalysisB\x03\xe0\x41\x02\"\x97\x01\n\x13ListAnalysesRequest\x12I\n\x06parent\x18\x01 \x01(\tB9\xe0\x41\x02\xfa\x41\x33\n1contactcenterinsights.googleapis.com/Conversation\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\"r\n\x14ListAnalysesResponse\x12\x41\n\x08\x61nalyses\x18\x01 \x03(\x0b\x32/.google.cloud.contactcenterinsights.v1.Analysis\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"Y\n\x12GetAnalysisRequest\x12\x43\n\x04name\x18\x01 \x01(\tB5\xe0\x41\x02\xfa\x41/\n-contactcenterinsights.googleapis.com/Analysis\"\\\n\x15\x44\x65leteAnalysisRequest\x12\x43\n\x04name\x18\x01 \x01(\tB5\xe0\x41\x02\xfa\x41/\n-contactcenterinsights.googleapis.com/Analysis\"\xe9\x01\n\x1f\x42ulkAnalyzeConversationsRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x13\n\x06\x66ilter\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12 \n\x13\x61nalysis_percentage\x18\x03 \x01(\x02\x42\x03\xe0\x41\x02\x12T\n\x12\x61nnotator_selector\x18\x08 \x01(\x0b\x32\x38.google.cloud.contactcenterinsights.v1.AnnotatorSelector\"\xc3\x02\n BulkAnalyzeConversationsMetadata\x12/\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12W\n\x07request\x18\x03 \x01(\x0b\x32\x46.google.cloud.contactcenterinsights.v1.BulkAnalyzeConversationsRequest\x12 \n\x18\x63ompleted_analyses_count\x18\x04 \x01(\x05\x12\x1d\n\x15\x66\x61iled_analyses_count\x18\x05 \x01(\x05\x12&\n\x1etotal_requested_analyses_count\x18\x06 \x01(\x05\"d\n BulkAnalyzeConversationsResponse\x12!\n\x19successful_analysis_count\x18\x01 \x01(\x05\x12\x1d\n\x15\x66\x61iled_analysis_count\x18\x02 \x01(\x05\"\x98\x04\n\x19\x45xportInsightsDataRequest\x12u\n\x15\x62ig_query_destination\x18\x02 \x01(\x0b\x32T.google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest.BigQueryDestinationH\x00\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x0e\n\x06\x66ilter\x18\x03 \x01(\t\x12\x0f\n\x07kms_key\x18\x04 \x01(\t\x12l\n\x11write_disposition\x18\x05 \x01(\x0e\x32Q.google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest.WriteDisposition\x1aN\n\x13\x42igQueryDestination\x12\x12\n\nproject_id\x18\x03 \x01(\t\x12\x14\n\x07\x64\x61taset\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\r\n\x05table\x18\x02 \x01(\t\"[\n\x10WriteDisposition\x12!\n\x1dWRITE_DISPOSITION_UNSPECIFIED\x10\x00\x12\x12\n\x0eWRITE_TRUNCATE\x10\x01\x12\x10\n\x0cWRITE_APPEND\x10\x02\x42\r\n\x0b\x64\x65stination\"\x84\x02\n\x1a\x45xportInsightsDataMetadata\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12Q\n\x07request\x18\x03 \x01(\x0b\x32@.google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest\x12*\n\x0epartial_errors\x18\x04 \x03(\x0b\x32\x12.google.rpc.Status\"\x1c\n\x1a\x45xportInsightsDataResponse\"\xa1\x01\n\x17\x43reateIssueModelRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12K\n\x0bissue_model\x18\x02 \x01(\x0b\x32\x31.google.cloud.contactcenterinsights.v1.IssueModelB\x03\xe0\x41\x02\"\xd4\x01\n\x18\x43reateIssueModelMetadata\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12O\n\x07request\x18\x03 \x01(\x0b\x32>.google.cloud.contactcenterinsights.v1.CreateIssueModelRequest\"\x97\x01\n\x17UpdateIssueModelRequest\x12K\n\x0bissue_model\x18\x01 \x01(\x0b\x32\x31.google.cloud.contactcenterinsights.v1.IssueModelB\x03\xe0\x41\x02\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"S\n\x16ListIssueModelsRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\"b\n\x17ListIssueModelsResponse\x12G\n\x0cissue_models\x18\x01 \x03(\x0b\x32\x31.google.cloud.contactcenterinsights.v1.IssueModel\"]\n\x14GetIssueModelRequest\x12\x45\n\x04name\x18\x01 \x01(\tB7\xe0\x41\x02\xfa\x41\x31\n/contactcenterinsights.googleapis.com/IssueModel\"`\n\x17\x44\x65leteIssueModelRequest\x12\x45\n\x04name\x18\x01 \x01(\tB7\xe0\x41\x02\xfa\x41\x31\n/contactcenterinsights.googleapis.com/IssueModel\"\xd4\x01\n\x18\x44\x65leteIssueModelMetadata\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12O\n\x07request\x18\x03 \x01(\x0b\x32>.google.cloud.contactcenterinsights.v1.DeleteIssueModelRequest\"`\n\x17\x44\x65ployIssueModelRequest\x12\x45\n\x04name\x18\x01 \x01(\tB7\xe0\x41\x02\xfa\x41\x31\n/contactcenterinsights.googleapis.com/IssueModel\"\x1a\n\x18\x44\x65ployIssueModelResponse\"\xd4\x01\n\x18\x44\x65ployIssueModelMetadata\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12O\n\x07request\x18\x03 \x01(\x0b\x32>.google.cloud.contactcenterinsights.v1.DeployIssueModelRequest\"b\n\x19UndeployIssueModelRequest\x12\x45\n\x04name\x18\x01 \x01(\tB7\xe0\x41\x02\xfa\x41\x31\n/contactcenterinsights.googleapis.com/IssueModel\"\x1c\n\x1aUndeployIssueModelResponse\"\xd8\x01\n\x1aUndeployIssueModelMetadata\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12Q\n\x07request\x18\x03 \x01(\x0b\x32@.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest\"S\n\x0fGetIssueRequest\x12@\n\x04name\x18\x01 \x01(\tB2\xe0\x41\x02\xfa\x41,\n*contactcenterinsights.googleapis.com/Issue\"\\\n\x11ListIssuesRequest\x12G\n\x06parent\x18\x01 \x01(\tB7\xe0\x41\x02\xfa\x41\x31\n/contactcenterinsights.googleapis.com/IssueModel\"R\n\x12ListIssuesResponse\x12<\n\x06issues\x18\x01 \x03(\x0b\x32,.google.cloud.contactcenterinsights.v1.Issue\"\x87\x01\n\x12UpdateIssueRequest\x12@\n\x05issue\x18\x01 \x01(\x0b\x32,.google.cloud.contactcenterinsights.v1.IssueB\x03\xe0\x41\x02\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"V\n\x12\x44\x65leteIssueRequest\x12@\n\x04name\x18\x01 \x01(\tB2\xe0\x41\x02\xfa\x41,\n*contactcenterinsights.googleapis.com/Issue\"o\n\x1f\x43\x61lculateIssueModelStatsRequest\x12L\n\x0bissue_model\x18\x01 \x01(\tB7\xe0\x41\x02\xfa\x41\x31\n/contactcenterinsights.googleapis.com/IssueModel\"v\n CalculateIssueModelStatsResponse\x12R\n\rcurrent_stats\x18\x04 \x01(\x0b\x32;.google.cloud.contactcenterinsights.v1.IssueModelLabelStats\"\xaa\x01\n\x1a\x43reatePhraseMatcherRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12Q\n\x0ephrase_matcher\x18\x02 \x01(\x0b\x32\x34.google.cloud.contactcenterinsights.v1.PhraseMatcherB\x03\xe0\x41\x02\"\x8d\x01\n\x19ListPhraseMatchersRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\"\x84\x01\n\x1aListPhraseMatchersResponse\x12M\n\x0fphrase_matchers\x18\x01 \x03(\x0b\x32\x34.google.cloud.contactcenterinsights.v1.PhraseMatcher\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"c\n\x17GetPhraseMatcherRequest\x12H\n\x04name\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\n2contactcenterinsights.googleapis.com/PhraseMatcher\"f\n\x1a\x44\x65letePhraseMatcherRequest\x12H\n\x04name\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\n2contactcenterinsights.googleapis.com/PhraseMatcher\"\xa0\x01\n\x1aUpdatePhraseMatcherRequest\x12Q\n\x0ephrase_matcher\x18\x01 \x01(\x0b\x32\x34.google.cloud.contactcenterinsights.v1.PhraseMatcherB\x03\xe0\x41\x02\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"Y\n\x12GetSettingsRequest\x12\x43\n\x04name\x18\x01 \x01(\tB5\xe0\x41\x02\xfa\x41/\n-contactcenterinsights.googleapis.com/Settings\"\x95\x01\n\x15UpdateSettingsRequest\x12\x46\n\x08settings\x18\x01 \x01(\x0b\x32/.google.cloud.contactcenterinsights.v1.SettingsB\x03\xe0\x41\x02\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"\x8e\x01\n\x11\x43reateViewRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12>\n\x04view\x18\x02 \x01(\x0b\x32+.google.cloud.contactcenterinsights.v1.ViewB\x03\xe0\x41\x02\"Q\n\x0eGetViewRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)contactcenterinsights.googleapis.com/View\"t\n\x10ListViewsRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"h\n\x11ListViewsResponse\x12:\n\x05views\x18\x01 \x03(\x0b\x32+.google.cloud.contactcenterinsights.v1.View\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x84\x01\n\x11UpdateViewRequest\x12>\n\x04view\x18\x01 \x01(\x0b\x32+.google.cloud.contactcenterinsights.v1.ViewB\x03\xe0\x41\x02\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"T\n\x11\x44\x65leteViewRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)contactcenterinsights.googleapis.com/View*J\n\x10\x43onversationView\x12!\n\x1d\x43ONVERSATION_VIEW_UNSPECIFIED\x10\x00\x12\x08\n\x04\x46ULL\x10\x02\x12\t\n\x05\x42\x41SIC\x10\x01\x32\xbb\x42\n\x15\x43ontactCenterInsights\x12\xfa\x01\n\x12\x43reateConversation\x12@.google.cloud.contactcenterinsights.v1.CreateConversationRequest\x1a\x33.google.cloud.contactcenterinsights.v1.Conversation\"m\x82\xd3\xe4\x93\x02\x41\"1/v1/{parent=projects/*/locations/*}/conversations:\x0c\x63onversation\xda\x41#parent,conversation,conversation_id\x12\xe7\x01\n\x12UploadConversation\x12@.google.cloud.contactcenterinsights.v1.UploadConversationRequest\x1a\x1d.google.longrunning.Operation\"p\x82\xd3\xe4\x93\x02=\"8/v1/{parent=projects/*/locations/*}/conversations:upload:\x01*\xca\x41*\n\x0c\x43onversation\x12\x1aUploadConversationMetadata\x12\xfc\x01\n\x12UpdateConversation\x12@.google.cloud.contactcenterinsights.v1.UpdateConversationRequest\x1a\x33.google.cloud.contactcenterinsights.v1.Conversation\"o\x82\xd3\xe4\x93\x02N2>/v1/{conversation.name=projects/*/locations/*/conversations/*}:\x0c\x63onversation\xda\x41\x18\x63onversation,update_mask\x12\xc7\x01\n\x0fGetConversation\x12=.google.cloud.contactcenterinsights.v1.GetConversationRequest\x1a\x33.google.cloud.contactcenterinsights.v1.Conversation\"@\x82\xd3\xe4\x93\x02\x33\x12\x31/v1/{name=projects/*/locations/*/conversations/*}\xda\x41\x04name\x12\xda\x01\n\x11ListConversations\x12?.google.cloud.contactcenterinsights.v1.ListConversationsRequest\x1a@.google.cloud.contactcenterinsights.v1.ListConversationsResponse\"B\x82\xd3\xe4\x93\x02\x33\x12\x31/v1/{parent=projects/*/locations/*}/conversations\xda\x41\x06parent\x12\xb0\x01\n\x12\x44\x65leteConversation\x12@.google.cloud.contactcenterinsights.v1.DeleteConversationRequest\x1a\x16.google.protobuf.Empty\"@\x82\xd3\xe4\x93\x02\x33*1/v1/{name=projects/*/locations/*/conversations/*}\xda\x41\x04name\x12\xfe\x01\n\x0e\x43reateAnalysis\x12<.google.cloud.contactcenterinsights.v1.CreateAnalysisRequest\x1a\x1d.google.longrunning.Operation\"\x8e\x01\x82\xd3\xe4\x93\x02H\"</v1/{parent=projects/*/locations/*/conversations/*}/analyses:\x08\x61nalysis\xda\x41\x0fparent,analysis\xca\x41+\n\x08\x41nalysis\x12\x1f\x43reateAnalysisOperationMetadata\x12\xc6\x01\n\x0bGetAnalysis\x12\x39.google.cloud.contactcenterinsights.v1.GetAnalysisRequest\x1a/.google.cloud.contactcenterinsights.v1.Analysis\"K\x82\xd3\xe4\x93\x02>\x12</v1/{name=projects/*/locations/*/conversations/*/analyses/*}\xda\x41\x04name\x12\xd6\x01\n\x0cListAnalyses\x12:.google.cloud.contactcenterinsights.v1.ListAnalysesRequest\x1a;.google.cloud.contactcenterinsights.v1.ListAnalysesResponse\"M\x82\xd3\xe4\x93\x02>\x12</v1/{parent=projects/*/locations/*/conversations/*}/analyses\xda\x41\x06parent\x12\xb3\x01\n\x0e\x44\x65leteAnalysis\x12<.google.cloud.contactcenterinsights.v1.DeleteAnalysisRequest\x1a\x16.google.protobuf.Empty\"K\x82\xd3\xe4\x93\x02>*</v1/{name=projects/*/locations/*/conversations/*/analyses/*}\xda\x41\x04name\x12\xb7\x02\n\x18\x42ulkAnalyzeConversations\x12\x46.google.cloud.contactcenterinsights.v1.BulkAnalyzeConversationsRequest\x1a\x1d.google.longrunning.Operation\"\xb3\x01\x82\xd3\xe4\x93\x02\x42\"=/v1/{parent=projects/*/locations/*}/conversations:bulkAnalyze:\x01*\xda\x41!parent,filter,analysis_percentage\xca\x41\x44\n BulkAnalyzeConversationsResponse\x12 BulkAnalyzeConversationsMetadata\x12\x83\x02\n\x13IngestConversations\x12\x41.google.cloud.contactcenterinsights.v1.IngestConversationsRequest\x1a\x1d.google.longrunning.Operation\"\x89\x01\x82\xd3\xe4\x93\x02=\"8/v1/{parent=projects/*/locations/*}/conversations:ingest:\x01*\xda\x41\x06parent\xca\x41:\n\x1bIngestConversationsResponse\x12\x1bIngestConversationsMetadata\x12\xfe\x01\n\x12\x45xportInsightsData\x12@.google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest\x1a\x1d.google.longrunning.Operation\"\x86\x01\x82\xd3\xe4\x93\x02<\"7/v1/{parent=projects/*/locations/*}/insightsdata:export:\x01*\xda\x41\x06parent\xca\x41\x38\n\x1a\x45xportInsightsDataResponse\x12\x1a\x45xportInsightsDataMetadata\x12\xf6\x01\n\x10\x43reateIssueModel\x12>.google.cloud.contactcenterinsights.v1.CreateIssueModelRequest\x1a\x1d.google.longrunning.Operation\"\x82\x01\x82\xd3\xe4\x93\x02>\"//v1/{parent=projects/*/locations/*}/issueModels:\x0bissue_model\xda\x41\x12parent,issue_model\xca\x41&\n\nIssueModel\x12\x18\x43reateIssueModelMetadata\x12\xf1\x01\n\x10UpdateIssueModel\x12>.google.cloud.contactcenterinsights.v1.UpdateIssueModelRequest\x1a\x31.google.cloud.contactcenterinsights.v1.IssueModel\"j\x82\xd3\xe4\x93\x02J2;/v1/{issue_model.name=projects/*/locations/*/issueModels/*}:\x0bissue_model\xda\x41\x17issue_model,update_mask\x12\xbf\x01\n\rGetIssueModel\x12;.google.cloud.contactcenterinsights.v1.GetIssueModelRequest\x1a\x31.google.cloud.contactcenterinsights.v1.IssueModel\">\x82\xd3\xe4\x93\x02\x31\x12//v1/{name=projects/*/locations/*/issueModels/*}\xda\x41\x04name\x12\xd2\x01\n\x0fListIssueModels\x12=.google.cloud.contactcenterinsights.v1.ListIssueModelsRequest\x1a>.google.cloud.contactcenterinsights.v1.ListIssueModelsResponse\"@\x82\xd3\xe4\x93\x02\x31\x12//v1/{parent=projects/*/locations/*}/issueModels\xda\x41\x06parent\x12\xe5\x01\n\x10\x44\x65leteIssueModel\x12>.google.cloud.contactcenterinsights.v1.DeleteIssueModelRequest\x1a\x1d.google.longrunning.Operation\"r\x82\xd3\xe4\x93\x02\x31*//v1/{name=projects/*/locations/*/issueModels/*}\xda\x41\x04name\xca\x41\x31\n\x15google.protobuf.Empty\x12\x18\x44\x65leteIssueModelMetadata\x12\xf2\x01\n\x10\x44\x65ployIssueModel\x12>.google.cloud.contactcenterinsights.v1.DeployIssueModelRequest\x1a\x1d.google.longrunning.Operation\"\x7f\x82\xd3\xe4\x93\x02;\"6/v1/{name=projects/*/locations/*/issueModels/*}:deploy:\x01*\xda\x41\x04name\xca\x41\x34\n\x18\x44\x65ployIssueModelResponse\x12\x18\x44\x65ployIssueModelMetadata\x12\xfd\x01\n\x12UndeployIssueModel\x12@.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest\x1a\x1d.google.longrunning.Operation\"\x85\x01\x82\xd3\xe4\x93\x02=\"8/v1/{name=projects/*/locations/*/issueModels/*}:undeploy:\x01*\xda\x41\x04name\xca\x41\x38\n\x1aUndeployIssueModelResponse\x12\x1aUndeployIssueModelMetadata\x12\xb9\x01\n\x08GetIssue\x12\x36.google.cloud.contactcenterinsights.v1.GetIssueRequest\x1a,.google.cloud.contactcenterinsights.v1.Issue\"G\x82\xd3\xe4\x93\x02:\x12\x38/v1/{name=projects/*/locations/*/issueModels/*/issues/*}\xda\x41\x04name\x12\xcc\x01\n\nListIssues\x12\x38.google.cloud.contactcenterinsights.v1.ListIssuesRequest\x1a\x39.google.cloud.contactcenterinsights.v1.ListIssuesResponse\"I\x82\xd3\xe4\x93\x02:\x12\x38/v1/{parent=projects/*/locations/*/issueModels/*}/issues\xda\x41\x06parent\x12\xd9\x01\n\x0bUpdateIssue\x12\x39.google.cloud.contactcenterinsights.v1.UpdateIssueRequest\x1a,.google.cloud.contactcenterinsights.v1.Issue\"a\x82\xd3\xe4\x93\x02G2>/v1/{issue.name=projects/*/locations/*/issueModels/*/issues/*}:\x05issue\xda\x41\x11issue,update_mask\x12\xa9\x01\n\x0b\x44\x65leteIssue\x12\x39.google.cloud.contactcenterinsights.v1.DeleteIssueRequest\x1a\x16.google.protobuf.Empty\"G\x82\xd3\xe4\x93\x02:*8/v1/{name=projects/*/locations/*/issueModels/*/issues/*}\xda\x41\x04name\x12\x92\x02\n\x18\x43\x61lculateIssueModelStats\x12\x46.google.cloud.contactcenterinsights.v1.CalculateIssueModelStatsRequest\x1aG.google.cloud.contactcenterinsights.v1.CalculateIssueModelStatsResponse\"e\x82\xd3\xe4\x93\x02Q\x12O/v1/{issue_model=projects/*/locations/*/issueModels/*}:calculateIssueModelStats\xda\x41\x0bissue_model\x12\xf2\x01\n\x13\x43reatePhraseMatcher\x12\x41.google.cloud.contactcenterinsights.v1.CreatePhraseMatcherRequest\x1a\x34.google.cloud.contactcenterinsights.v1.PhraseMatcher\"b\x82\xd3\xe4\x93\x02\x44\"2/v1/{parent=projects/*/locations/*}/phraseMatchers:\x0ephrase_matcher\xda\x41\x15parent,phrase_matcher\x12\xcb\x01\n\x10GetPhraseMatcher\x12>.google.cloud.contactcenterinsights.v1.GetPhraseMatcherRequest\x1a\x34.google.cloud.contactcenterinsights.v1.PhraseMatcher\"A\x82\xd3\xe4\x93\x02\x34\x12\x32/v1/{name=projects/*/locations/*/phraseMatchers/*}\xda\x41\x04name\x12\xde\x01\n\x12ListPhraseMatchers\x12@.google.cloud.contactcenterinsights.v1.ListPhraseMatchersRequest\x1a\x41.google.cloud.contactcenterinsights.v1.ListPhraseMatchersResponse\"C\x82\xd3\xe4\x93\x02\x34\x12\x32/v1/{parent=projects/*/locations/*}/phraseMatchers\xda\x41\x06parent\x12\xb3\x01\n\x13\x44\x65letePhraseMatcher\x12\x41.google.cloud.contactcenterinsights.v1.DeletePhraseMatcherRequest\x1a\x16.google.protobuf.Empty\"A\x82\xd3\xe4\x93\x02\x34*2/v1/{name=projects/*/locations/*/phraseMatchers/*}\xda\x41\x04name\x12\x86\x02\n\x13UpdatePhraseMatcher\x12\x41.google.cloud.contactcenterinsights.v1.UpdatePhraseMatcherRequest\x1a\x34.google.cloud.contactcenterinsights.v1.PhraseMatcher\"v\x82\xd3\xe4\x93\x02S2A/v1/{phrase_matcher.name=projects/*/locations/*/phraseMatchers/*}:\x0ephrase_matcher\xda\x41\x1aphrase_matcher,update_mask\x12\xe4\x01\n\x0e\x43\x61lculateStats\x12<.google.cloud.contactcenterinsights.v1.CalculateStatsRequest\x1a=.google.cloud.contactcenterinsights.v1.CalculateStatsResponse\"U\x82\xd3\xe4\x93\x02\x44\x12\x42/v1/{location=projects/*/locations/*}/conversations:calculateStats\xda\x41\x08location\x12\xb4\x01\n\x0bGetSettings\x12\x39.google.cloud.contactcenterinsights.v1.GetSettingsRequest\x1a/.google.cloud.contactcenterinsights.v1.Settings\"9\x82\xd3\xe4\x93\x02,\x12*/v1/{name=projects/*/locations/*/settings}\xda\x41\x04name\x12\xdd\x01\n\x0eUpdateSettings\x12<.google.cloud.contactcenterinsights.v1.UpdateSettingsRequest\x1a/.google.cloud.contactcenterinsights.v1.Settings\"\\\x82\xd3\xe4\x93\x02?23/v1/{settings.name=projects/*/locations/*/settings}:\x08settings\xda\x41\x14settings,update_mask\x12\xba\x01\n\nCreateView\x12\x38.google.cloud.contactcenterinsights.v1.CreateViewRequest\x1a+.google.cloud.contactcenterinsights.v1.View\"E\x82\xd3\xe4\x93\x02\x31\")/v1/{parent=projects/*/locations/*}/views:\x04view\xda\x41\x0bparent,view\x12\xa7\x01\n\x07GetView\x12\x35.google.cloud.contactcenterinsights.v1.GetViewRequest\x1a+.google.cloud.contactcenterinsights.v1.View\"8\x82\xd3\xe4\x93\x02+\x12)/v1/{name=projects/*/locations/*/views/*}\xda\x41\x04name\x12\xba\x01\n\tListViews\x12\x37.google.cloud.contactcenterinsights.v1.ListViewsRequest\x1a\x38.google.cloud.contactcenterinsights.v1.ListViewsResponse\":\x82\xd3\xe4\x93\x02+\x12)/v1/{parent=projects/*/locations/*}/views\xda\x41\x06parent\x12\xc4\x01\n\nUpdateView\x12\x38.google.cloud.contactcenterinsights.v1.UpdateViewRequest\x1a+.google.cloud.contactcenterinsights.v1.View\"O\x82\xd3\xe4\x93\x02\x36\x32./v1/{view.name=projects/*/locations/*/views/*}:\x04view\xda\x41\x10view,update_mask\x12\x98\x01\n\nDeleteView\x12\x38.google.cloud.contactcenterinsights.v1.DeleteViewRequest\x1a\x16.google.protobuf.Empty\"8\x82\xd3\xe4\x93\x02+*)/v1/{name=projects/*/locations/*/views/*}\xda\x41\x04name\x1aX\xca\x41$contactcenterinsights.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xa5\x02\n)com.google.cloud.contactcenterinsights.v1B\x1a\x43ontactCenterInsightsProtoP\x01Z_cloud.google.com/go/contactcenterinsights/apiv1/contactcenterinsightspb;contactcenterinsightspb\xaa\x02%Google.Cloud.ContactCenterInsights.V1\xca\x02%Google\\Cloud\\ContactCenterInsights\\V1\xea\x02(Google::Cloud::ContactCenterInsights::V1b\x06proto3"
|
21
|
+
|
22
|
+
pool = Google::Protobuf::DescriptorPool.generated_pool
|
23
|
+
|
24
|
+
begin
|
25
|
+
pool.add_serialized_file(descriptor_data)
|
26
|
+
rescue TypeError => e
|
27
|
+
# Compatibility code: will be removed in the next major version.
|
28
|
+
require 'google/protobuf/descriptor_pb'
|
29
|
+
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
30
|
+
parsed.clear_dependency
|
31
|
+
serialized = parsed.class.encode(parsed)
|
32
|
+
file = pool.add_serialized_file(serialized)
|
33
|
+
warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
|
34
|
+
imports = [
|
35
|
+
["google.protobuf.Duration", "google/protobuf/duration.proto"],
|
36
|
+
["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
|
37
|
+
["google.cloud.contactcenterinsights.v1.IssueModelLabelStats.IssueStats", "google/cloud/contactcenterinsights/v1/resources.proto"],
|
38
|
+
["google.protobuf.FieldMask", "google/protobuf/field_mask.proto"],
|
39
|
+
["google.rpc.Status", "google/rpc/status.proto"],
|
40
|
+
]
|
41
|
+
imports.each do |type_name, expected_filename|
|
42
|
+
import_file = pool.lookup(type_name).file_descriptor
|
43
|
+
if import_file.name != expected_filename
|
44
|
+
warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
|
318
45
|
end
|
319
46
|
end
|
47
|
+
warn "Each proto file must use a consistent fully-qualified name."
|
48
|
+
warn "This will become an error in the next major version."
|
320
49
|
end
|
321
50
|
|
322
51
|
module Google
|