google-apis-contactcenterinsights_v1 0.81.0 → 0.82.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/contactcenterinsights_v1/classes.rb +1422 -56
- data/lib/google/apis/contactcenterinsights_v1/gem_version.rb +2 -2
- data/lib/google/apis/contactcenterinsights_v1/representations.rb +674 -0
- data/lib/google/apis/contactcenterinsights_v1/service.rb +318 -1
- metadata +2 -2
|
@@ -118,6 +118,18 @@ module Google
|
|
|
118
118
|
include Google::Apis::Core::JsonObjectSupport
|
|
119
119
|
end
|
|
120
120
|
|
|
121
|
+
class GoogleCloudContactcenterinsightsV1AutoLabelingRule
|
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
123
|
+
|
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
125
|
+
end
|
|
126
|
+
|
|
127
|
+
class GoogleCloudContactcenterinsightsV1AutoLabelingRuleLabelingCondition
|
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
129
|
+
|
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
131
|
+
end
|
|
132
|
+
|
|
121
133
|
class GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsMetadata
|
|
122
134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
123
135
|
|
|
@@ -262,6 +274,18 @@ module Google
|
|
|
262
274
|
include Google::Apis::Core::JsonObjectSupport
|
|
263
275
|
end
|
|
264
276
|
|
|
277
|
+
class GoogleCloudContactcenterinsightsV1ConstraintEvaluationResult
|
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
279
|
+
|
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
281
|
+
end
|
|
282
|
+
|
|
283
|
+
class GoogleCloudContactcenterinsightsV1ConstraintEvaluationResultRuleConstraintResult
|
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
285
|
+
|
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
287
|
+
end
|
|
288
|
+
|
|
265
289
|
class GoogleCloudContactcenterinsightsV1Conversation
|
|
266
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
267
291
|
|
|
@@ -274,6 +298,30 @@ module Google
|
|
|
274
298
|
include Google::Apis::Core::JsonObjectSupport
|
|
275
299
|
end
|
|
276
300
|
|
|
301
|
+
class GoogleCloudContactcenterinsightsV1ConversationCorrelationInfo
|
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
303
|
+
|
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
305
|
+
end
|
|
306
|
+
|
|
307
|
+
class GoogleCloudContactcenterinsightsV1ConversationCorrelationResult
|
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
309
|
+
|
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
311
|
+
end
|
|
312
|
+
|
|
313
|
+
class GoogleCloudContactcenterinsightsV1ConversationCorrelationResultRuleCorrelationResult
|
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
315
|
+
|
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
317
|
+
end
|
|
318
|
+
|
|
319
|
+
class GoogleCloudContactcenterinsightsV1ConversationDataOptions
|
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
321
|
+
|
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
323
|
+
end
|
|
324
|
+
|
|
277
325
|
class GoogleCloudContactcenterinsightsV1ConversationDataSource
|
|
278
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
279
327
|
|
|
@@ -346,6 +394,24 @@ module Google
|
|
|
346
394
|
include Google::Apis::Core::JsonObjectSupport
|
|
347
395
|
end
|
|
348
396
|
|
|
397
|
+
class GoogleCloudContactcenterinsightsV1CorrelationConfig
|
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
399
|
+
|
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
401
|
+
end
|
|
402
|
+
|
|
403
|
+
class GoogleCloudContactcenterinsightsV1CorrelationRule
|
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
405
|
+
|
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
407
|
+
end
|
|
408
|
+
|
|
409
|
+
class GoogleCloudContactcenterinsightsV1CorrelationTypeConfig
|
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
411
|
+
|
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
413
|
+
end
|
|
414
|
+
|
|
349
415
|
class GoogleCloudContactcenterinsightsV1CreateAnalysisOperationMetadata
|
|
350
416
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
351
417
|
|
|
@@ -820,6 +886,12 @@ module Google
|
|
|
820
886
|
include Google::Apis::Core::JsonObjectSupport
|
|
821
887
|
end
|
|
822
888
|
|
|
889
|
+
class GoogleCloudContactcenterinsightsV1ListAutoLabelingRulesResponse
|
|
890
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
891
|
+
|
|
892
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
893
|
+
end
|
|
894
|
+
|
|
823
895
|
class GoogleCloudContactcenterinsightsV1ListConversationsResponse
|
|
824
896
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
825
897
|
|
|
@@ -994,6 +1066,12 @@ module Google
|
|
|
994
1066
|
include Google::Apis::Core::JsonObjectSupport
|
|
995
1067
|
end
|
|
996
1068
|
|
|
1069
|
+
class GoogleCloudContactcenterinsightsV1QaQuestionQaQuestionDataOptions
|
|
1070
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1071
|
+
|
|
1072
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1073
|
+
end
|
|
1074
|
+
|
|
997
1075
|
class GoogleCloudContactcenterinsightsV1QaQuestionTag
|
|
998
1076
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
999
1077
|
|
|
@@ -1240,6 +1318,60 @@ module Google
|
|
|
1240
1318
|
include Google::Apis::Core::JsonObjectSupport
|
|
1241
1319
|
end
|
|
1242
1320
|
|
|
1321
|
+
class GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleRequest
|
|
1322
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1323
|
+
|
|
1324
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1325
|
+
end
|
|
1326
|
+
|
|
1327
|
+
class GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleResponse
|
|
1328
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1329
|
+
|
|
1330
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1331
|
+
end
|
|
1332
|
+
|
|
1333
|
+
class GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadata
|
|
1334
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1335
|
+
|
|
1336
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1337
|
+
end
|
|
1338
|
+
|
|
1339
|
+
class GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadataFullConversationCorrelationStats
|
|
1340
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1341
|
+
|
|
1342
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1343
|
+
end
|
|
1344
|
+
|
|
1345
|
+
class GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError
|
|
1346
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1347
|
+
|
|
1348
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1349
|
+
end
|
|
1350
|
+
|
|
1351
|
+
class GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequest
|
|
1352
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1353
|
+
|
|
1354
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1355
|
+
end
|
|
1356
|
+
|
|
1357
|
+
class GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequestConversations
|
|
1358
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1359
|
+
|
|
1360
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1361
|
+
end
|
|
1362
|
+
|
|
1363
|
+
class GoogleCloudContactcenterinsightsV1TestCorrelationConfigResponse
|
|
1364
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1365
|
+
|
|
1366
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1367
|
+
end
|
|
1368
|
+
|
|
1369
|
+
class GoogleCloudContactcenterinsightsV1TestCorrelationConfigResponseDetailedCorrelationResults
|
|
1370
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1371
|
+
|
|
1372
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1373
|
+
end
|
|
1374
|
+
|
|
1243
1375
|
class GoogleCloudContactcenterinsightsV1TuneQaScorecardRevisionRequest
|
|
1244
1376
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1245
1377
|
|
|
@@ -1426,6 +1558,18 @@ module Google
|
|
|
1426
1558
|
include Google::Apis::Core::JsonObjectSupport
|
|
1427
1559
|
end
|
|
1428
1560
|
|
|
1561
|
+
class GoogleCloudContactcenterinsightsV1alpha1ConstraintEvaluationResult
|
|
1562
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1563
|
+
|
|
1564
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1565
|
+
end
|
|
1566
|
+
|
|
1567
|
+
class GoogleCloudContactcenterinsightsV1alpha1ConstraintEvaluationResultRuleConstraintResult
|
|
1568
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1569
|
+
|
|
1570
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1571
|
+
end
|
|
1572
|
+
|
|
1429
1573
|
class GoogleCloudContactcenterinsightsV1alpha1Conversation
|
|
1430
1574
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1431
1575
|
|
|
@@ -1438,6 +1582,24 @@ module Google
|
|
|
1438
1582
|
include Google::Apis::Core::JsonObjectSupport
|
|
1439
1583
|
end
|
|
1440
1584
|
|
|
1585
|
+
class GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationInfo
|
|
1586
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1587
|
+
|
|
1588
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1589
|
+
end
|
|
1590
|
+
|
|
1591
|
+
class GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationResult
|
|
1592
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1593
|
+
|
|
1594
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1595
|
+
end
|
|
1596
|
+
|
|
1597
|
+
class GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationResultRuleCorrelationResult
|
|
1598
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1599
|
+
|
|
1600
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1601
|
+
end
|
|
1602
|
+
|
|
1441
1603
|
class GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource
|
|
1442
1604
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1443
1605
|
|
|
@@ -2116,6 +2278,36 @@ module Google
|
|
|
2116
2278
|
include Google::Apis::Core::JsonObjectSupport
|
|
2117
2279
|
end
|
|
2118
2280
|
|
|
2281
|
+
class GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadata
|
|
2282
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2283
|
+
|
|
2284
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2285
|
+
end
|
|
2286
|
+
|
|
2287
|
+
class GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadataFullConversationCorrelationStats
|
|
2288
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2289
|
+
|
|
2290
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2291
|
+
end
|
|
2292
|
+
|
|
2293
|
+
class GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError
|
|
2294
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2295
|
+
|
|
2296
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2297
|
+
end
|
|
2298
|
+
|
|
2299
|
+
class GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigResponse
|
|
2300
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2301
|
+
|
|
2302
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2303
|
+
end
|
|
2304
|
+
|
|
2305
|
+
class GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigResponseDetailedCorrelationResults
|
|
2306
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2307
|
+
|
|
2308
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2309
|
+
end
|
|
2310
|
+
|
|
2119
2311
|
class GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata
|
|
2120
2312
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2121
2313
|
|
|
@@ -2314,6 +2506,18 @@ module Google
|
|
|
2314
2506
|
include Google::Apis::Core::JsonObjectSupport
|
|
2315
2507
|
end
|
|
2316
2508
|
|
|
2509
|
+
class GoogleCloudContactcenterinsightsV1mainConstraintEvaluationResult
|
|
2510
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2511
|
+
|
|
2512
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2513
|
+
end
|
|
2514
|
+
|
|
2515
|
+
class GoogleCloudContactcenterinsightsV1mainConstraintEvaluationResultRuleConstraintResult
|
|
2516
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2517
|
+
|
|
2518
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2519
|
+
end
|
|
2520
|
+
|
|
2317
2521
|
class GoogleCloudContactcenterinsightsV1mainConversation
|
|
2318
2522
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2319
2523
|
|
|
@@ -2326,6 +2530,24 @@ module Google
|
|
|
2326
2530
|
include Google::Apis::Core::JsonObjectSupport
|
|
2327
2531
|
end
|
|
2328
2532
|
|
|
2533
|
+
class GoogleCloudContactcenterinsightsV1mainConversationCorrelationInfo
|
|
2534
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2535
|
+
|
|
2536
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2537
|
+
end
|
|
2538
|
+
|
|
2539
|
+
class GoogleCloudContactcenterinsightsV1mainConversationCorrelationResult
|
|
2540
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2541
|
+
|
|
2542
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2543
|
+
end
|
|
2544
|
+
|
|
2545
|
+
class GoogleCloudContactcenterinsightsV1mainConversationCorrelationResultRuleCorrelationResult
|
|
2546
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2547
|
+
|
|
2548
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2549
|
+
end
|
|
2550
|
+
|
|
2329
2551
|
class GoogleCloudContactcenterinsightsV1mainConversationDataSource
|
|
2330
2552
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2331
2553
|
|
|
@@ -3004,6 +3226,36 @@ module Google
|
|
|
3004
3226
|
include Google::Apis::Core::JsonObjectSupport
|
|
3005
3227
|
end
|
|
3006
3228
|
|
|
3229
|
+
class GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadata
|
|
3230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3231
|
+
|
|
3232
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3233
|
+
end
|
|
3234
|
+
|
|
3235
|
+
class GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadataFullConversationCorrelationStats
|
|
3236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3237
|
+
|
|
3238
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3239
|
+
end
|
|
3240
|
+
|
|
3241
|
+
class GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError
|
|
3242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3243
|
+
|
|
3244
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3245
|
+
end
|
|
3246
|
+
|
|
3247
|
+
class GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigResponse
|
|
3248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3249
|
+
|
|
3250
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3251
|
+
end
|
|
3252
|
+
|
|
3253
|
+
class GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigResponseDetailedCorrelationResults
|
|
3254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3255
|
+
|
|
3256
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3257
|
+
end
|
|
3258
|
+
|
|
3007
3259
|
class GoogleCloudContactcenterinsightsV1mainUndeployIssueModelMetadata
|
|
3008
3260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3009
3261
|
|
|
@@ -3311,6 +3563,30 @@ module Google
|
|
|
3311
3563
|
end
|
|
3312
3564
|
end
|
|
3313
3565
|
|
|
3566
|
+
class GoogleCloudContactcenterinsightsV1AutoLabelingRule
|
|
3567
|
+
# @private
|
|
3568
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3569
|
+
property :active, as: 'active'
|
|
3570
|
+
collection :conditions, as: 'conditions', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AutoLabelingRuleLabelingCondition, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AutoLabelingRuleLabelingCondition::Representation
|
|
3571
|
+
|
|
3572
|
+
property :create_time, as: 'createTime'
|
|
3573
|
+
property :description, as: 'description'
|
|
3574
|
+
property :display_name, as: 'displayName'
|
|
3575
|
+
property :label_key, as: 'labelKey'
|
|
3576
|
+
property :label_key_type, as: 'labelKeyType'
|
|
3577
|
+
property :name, as: 'name'
|
|
3578
|
+
property :update_time, as: 'updateTime'
|
|
3579
|
+
end
|
|
3580
|
+
end
|
|
3581
|
+
|
|
3582
|
+
class GoogleCloudContactcenterinsightsV1AutoLabelingRuleLabelingCondition
|
|
3583
|
+
# @private
|
|
3584
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3585
|
+
property :condition, as: 'condition'
|
|
3586
|
+
property :value, as: 'value'
|
|
3587
|
+
end
|
|
3588
|
+
end
|
|
3589
|
+
|
|
3314
3590
|
class GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsMetadata
|
|
3315
3591
|
# @private
|
|
3316
3592
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3563,12 +3839,34 @@ module Google
|
|
|
3563
3839
|
end
|
|
3564
3840
|
end
|
|
3565
3841
|
|
|
3842
|
+
class GoogleCloudContactcenterinsightsV1ConstraintEvaluationResult
|
|
3843
|
+
# @private
|
|
3844
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3845
|
+
property :conversation_a, as: 'conversationA'
|
|
3846
|
+
property :conversation_b, as: 'conversationB'
|
|
3847
|
+
collection :rule_constraint_results, as: 'ruleConstraintResults', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConstraintEvaluationResultRuleConstraintResult, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConstraintEvaluationResultRuleConstraintResult::Representation
|
|
3848
|
+
|
|
3849
|
+
end
|
|
3850
|
+
end
|
|
3851
|
+
|
|
3852
|
+
class GoogleCloudContactcenterinsightsV1ConstraintEvaluationResultRuleConstraintResult
|
|
3853
|
+
# @private
|
|
3854
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3855
|
+
property :constraint_met, as: 'constraintMet'
|
|
3856
|
+
property :error, as: 'error', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
|
3857
|
+
|
|
3858
|
+
property :rule_id, as: 'ruleId'
|
|
3859
|
+
end
|
|
3860
|
+
end
|
|
3861
|
+
|
|
3566
3862
|
class GoogleCloudContactcenterinsightsV1Conversation
|
|
3567
3863
|
# @private
|
|
3568
3864
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3569
3865
|
property :agent_id, as: 'agentId'
|
|
3570
3866
|
property :call_metadata, as: 'callMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationCallMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationCallMetadata::Representation
|
|
3571
3867
|
|
|
3868
|
+
property :correlation_info, as: 'correlationInfo', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationCorrelationInfo, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationCorrelationInfo::Representation
|
|
3869
|
+
|
|
3572
3870
|
property :create_time, as: 'createTime'
|
|
3573
3871
|
property :data_source, as: 'dataSource', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationDataSource, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationDataSource::Representation
|
|
3574
3872
|
|
|
@@ -3607,6 +3905,41 @@ module Google
|
|
|
3607
3905
|
end
|
|
3608
3906
|
end
|
|
3609
3907
|
|
|
3908
|
+
class GoogleCloudContactcenterinsightsV1ConversationCorrelationInfo
|
|
3909
|
+
# @private
|
|
3910
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3911
|
+
collection :correlation_types, as: 'correlationTypes'
|
|
3912
|
+
property :full_conversation_correlation_id, as: 'fullConversationCorrelationId'
|
|
3913
|
+
property :merged_full_conversation_correlation_id, as: 'mergedFullConversationCorrelationId'
|
|
3914
|
+
end
|
|
3915
|
+
end
|
|
3916
|
+
|
|
3917
|
+
class GoogleCloudContactcenterinsightsV1ConversationCorrelationResult
|
|
3918
|
+
# @private
|
|
3919
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3920
|
+
property :conversation, as: 'conversation'
|
|
3921
|
+
collection :rule_results, as: 'ruleResults', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationCorrelationResultRuleCorrelationResult, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationCorrelationResultRuleCorrelationResult::Representation
|
|
3922
|
+
|
|
3923
|
+
end
|
|
3924
|
+
end
|
|
3925
|
+
|
|
3926
|
+
class GoogleCloudContactcenterinsightsV1ConversationCorrelationResultRuleCorrelationResult
|
|
3927
|
+
# @private
|
|
3928
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3929
|
+
property :correlation_id, as: 'correlationId'
|
|
3930
|
+
property :error, as: 'error', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
|
3931
|
+
|
|
3932
|
+
property :rule_id, as: 'ruleId'
|
|
3933
|
+
end
|
|
3934
|
+
end
|
|
3935
|
+
|
|
3936
|
+
class GoogleCloudContactcenterinsightsV1ConversationDataOptions
|
|
3937
|
+
# @private
|
|
3938
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3939
|
+
property :include_dialogflow_interaction_data, as: 'includeDialogflowInteractionData'
|
|
3940
|
+
end
|
|
3941
|
+
end
|
|
3942
|
+
|
|
3610
3943
|
class GoogleCloudContactcenterinsightsV1ConversationDataSource
|
|
3611
3944
|
# @private
|
|
3612
3945
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3741,6 +4074,35 @@ module Google
|
|
|
3741
4074
|
end
|
|
3742
4075
|
end
|
|
3743
4076
|
|
|
4077
|
+
class GoogleCloudContactcenterinsightsV1CorrelationConfig
|
|
4078
|
+
# @private
|
|
4079
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4080
|
+
property :create_time, as: 'createTime'
|
|
4081
|
+
property :full_conversation_config, as: 'fullConversationConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CorrelationTypeConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CorrelationTypeConfig::Representation
|
|
4082
|
+
|
|
4083
|
+
property :name, as: 'name'
|
|
4084
|
+
property :update_time, as: 'updateTime'
|
|
4085
|
+
end
|
|
4086
|
+
end
|
|
4087
|
+
|
|
4088
|
+
class GoogleCloudContactcenterinsightsV1CorrelationRule
|
|
4089
|
+
# @private
|
|
4090
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4091
|
+
property :active, as: 'active'
|
|
4092
|
+
property :constraint_expression, as: 'constraintExpression'
|
|
4093
|
+
property :join_key_expression, as: 'joinKeyExpression'
|
|
4094
|
+
property :rule_id, as: 'ruleId'
|
|
4095
|
+
end
|
|
4096
|
+
end
|
|
4097
|
+
|
|
4098
|
+
class GoogleCloudContactcenterinsightsV1CorrelationTypeConfig
|
|
4099
|
+
# @private
|
|
4100
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4101
|
+
collection :correlation_rules, as: 'correlationRules', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CorrelationRule, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CorrelationRule::Representation
|
|
4102
|
+
|
|
4103
|
+
end
|
|
4104
|
+
end
|
|
4105
|
+
|
|
3744
4106
|
class GoogleCloudContactcenterinsightsV1CreateAnalysisOperationMetadata
|
|
3745
4107
|
# @private
|
|
3746
4108
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -4481,6 +4843,15 @@ module Google
|
|
|
4481
4843
|
end
|
|
4482
4844
|
end
|
|
4483
4845
|
|
|
4846
|
+
class GoogleCloudContactcenterinsightsV1ListAutoLabelingRulesResponse
|
|
4847
|
+
# @private
|
|
4848
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4849
|
+
collection :auto_labeling_rules, as: 'autoLabelingRules', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AutoLabelingRule, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AutoLabelingRule::Representation
|
|
4850
|
+
|
|
4851
|
+
property :next_page_token, as: 'nextPageToken'
|
|
4852
|
+
end
|
|
4853
|
+
end
|
|
4854
|
+
|
|
4484
4855
|
class GoogleCloudContactcenterinsightsV1ListConversationsResponse
|
|
4485
4856
|
# @private
|
|
4486
4857
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -4738,6 +5109,8 @@ module Google
|
|
|
4738
5109
|
property :order, as: 'order'
|
|
4739
5110
|
property :predefined_question_config, as: 'predefinedQuestionConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaQuestionPredefinedQuestionConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaQuestionPredefinedQuestionConfig::Representation
|
|
4740
5111
|
|
|
5112
|
+
property :qa_question_data_options, as: 'qaQuestionDataOptions', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaQuestionQaQuestionDataOptions, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QaQuestionQaQuestionDataOptions::Representation
|
|
5113
|
+
|
|
4741
5114
|
property :question_body, as: 'questionBody'
|
|
4742
5115
|
property :question_type, as: 'questionType'
|
|
4743
5116
|
collection :tags, as: 'tags'
|
|
@@ -4773,6 +5146,14 @@ module Google
|
|
|
4773
5146
|
end
|
|
4774
5147
|
end
|
|
4775
5148
|
|
|
5149
|
+
class GoogleCloudContactcenterinsightsV1QaQuestionQaQuestionDataOptions
|
|
5150
|
+
# @private
|
|
5151
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5152
|
+
property :conversation_data_options, as: 'conversationDataOptions', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationDataOptions, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationDataOptions::Representation
|
|
5153
|
+
|
|
5154
|
+
end
|
|
5155
|
+
end
|
|
5156
|
+
|
|
4776
5157
|
class GoogleCloudContactcenterinsightsV1QaQuestionTag
|
|
4777
5158
|
# @private
|
|
4778
5159
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -5258,6 +5639,95 @@ module Google
|
|
|
5258
5639
|
end
|
|
5259
5640
|
end
|
|
5260
5641
|
|
|
5642
|
+
class GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleRequest
|
|
5643
|
+
# @private
|
|
5644
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5645
|
+
property :auto_labeling_rule, as: 'autoLabelingRule', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AutoLabelingRule, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1AutoLabelingRule::Representation
|
|
5646
|
+
|
|
5647
|
+
property :conversation, as: 'conversation', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Conversation, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Conversation::Representation
|
|
5648
|
+
|
|
5649
|
+
end
|
|
5650
|
+
end
|
|
5651
|
+
|
|
5652
|
+
class GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleResponse
|
|
5653
|
+
# @private
|
|
5654
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5655
|
+
property :label_result, as: 'labelResult'
|
|
5656
|
+
end
|
|
5657
|
+
end
|
|
5658
|
+
|
|
5659
|
+
class GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadata
|
|
5660
|
+
# @private
|
|
5661
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5662
|
+
property :create_time, as: 'createTime'
|
|
5663
|
+
property :dataset, as: 'dataset'
|
|
5664
|
+
property :stats, as: 'stats', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadataFullConversationCorrelationStats, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadataFullConversationCorrelationStats::Representation
|
|
5665
|
+
|
|
5666
|
+
end
|
|
5667
|
+
end
|
|
5668
|
+
|
|
5669
|
+
class GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadataFullConversationCorrelationStats
|
|
5670
|
+
# @private
|
|
5671
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5672
|
+
collection :conversation_correlation_errors, as: 'conversationCorrelationErrors', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError::Representation
|
|
5673
|
+
|
|
5674
|
+
property :correlated_conversations_count, as: 'correlatedConversationsCount'
|
|
5675
|
+
property :failed_conversations_count, as: 'failedConversationsCount'
|
|
5676
|
+
collection :partial_errors, as: 'partialErrors', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
|
5677
|
+
|
|
5678
|
+
property :sampled_conversations_count, as: 'sampledConversationsCount'
|
|
5679
|
+
end
|
|
5680
|
+
end
|
|
5681
|
+
|
|
5682
|
+
class GoogleCloudContactcenterinsightsV1TestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError
|
|
5683
|
+
# @private
|
|
5684
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5685
|
+
property :conversation, as: 'conversation'
|
|
5686
|
+
property :status, as: 'status', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
|
5687
|
+
|
|
5688
|
+
end
|
|
5689
|
+
end
|
|
5690
|
+
|
|
5691
|
+
class GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequest
|
|
5692
|
+
# @private
|
|
5693
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5694
|
+
property :conversations, as: 'conversations', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequestConversations, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequestConversations::Representation
|
|
5695
|
+
|
|
5696
|
+
property :correlation_config, as: 'correlationConfig', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CorrelationConfig, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1CorrelationConfig::Representation
|
|
5697
|
+
|
|
5698
|
+
property :filter, as: 'filter'
|
|
5699
|
+
property :max_sample_count, as: 'maxSampleCount'
|
|
5700
|
+
end
|
|
5701
|
+
end
|
|
5702
|
+
|
|
5703
|
+
class GoogleCloudContactcenterinsightsV1TestCorrelationConfigRequestConversations
|
|
5704
|
+
# @private
|
|
5705
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5706
|
+
collection :conversations, as: 'conversations', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Conversation, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Conversation::Representation
|
|
5707
|
+
|
|
5708
|
+
end
|
|
5709
|
+
end
|
|
5710
|
+
|
|
5711
|
+
class GoogleCloudContactcenterinsightsV1TestCorrelationConfigResponse
|
|
5712
|
+
# @private
|
|
5713
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5714
|
+
property :detailed_results, as: 'detailedResults', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1TestCorrelationConfigResponseDetailedCorrelationResults, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1TestCorrelationConfigResponseDetailedCorrelationResults::Representation
|
|
5715
|
+
|
|
5716
|
+
collection :partial_errors, as: 'partialErrors', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
|
5717
|
+
|
|
5718
|
+
end
|
|
5719
|
+
end
|
|
5720
|
+
|
|
5721
|
+
class GoogleCloudContactcenterinsightsV1TestCorrelationConfigResponseDetailedCorrelationResults
|
|
5722
|
+
# @private
|
|
5723
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5724
|
+
collection :constraint_results, as: 'constraintResults', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConstraintEvaluationResult, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConstraintEvaluationResult::Representation
|
|
5725
|
+
|
|
5726
|
+
collection :join_key_results, as: 'joinKeyResults', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationCorrelationResult, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ConversationCorrelationResult::Representation
|
|
5727
|
+
|
|
5728
|
+
end
|
|
5729
|
+
end
|
|
5730
|
+
|
|
5261
5731
|
class GoogleCloudContactcenterinsightsV1TuneQaScorecardRevisionRequest
|
|
5262
5732
|
# @private
|
|
5263
5733
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -5590,12 +6060,34 @@ module Google
|
|
|
5590
6060
|
end
|
|
5591
6061
|
end
|
|
5592
6062
|
|
|
6063
|
+
class GoogleCloudContactcenterinsightsV1alpha1ConstraintEvaluationResult
|
|
6064
|
+
# @private
|
|
6065
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6066
|
+
property :conversation_a, as: 'conversationA'
|
|
6067
|
+
property :conversation_b, as: 'conversationB'
|
|
6068
|
+
collection :rule_constraint_results, as: 'ruleConstraintResults', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConstraintEvaluationResultRuleConstraintResult, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConstraintEvaluationResultRuleConstraintResult::Representation
|
|
6069
|
+
|
|
6070
|
+
end
|
|
6071
|
+
end
|
|
6072
|
+
|
|
6073
|
+
class GoogleCloudContactcenterinsightsV1alpha1ConstraintEvaluationResultRuleConstraintResult
|
|
6074
|
+
# @private
|
|
6075
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6076
|
+
property :constraint_met, as: 'constraintMet'
|
|
6077
|
+
property :error, as: 'error', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
|
6078
|
+
|
|
6079
|
+
property :rule_id, as: 'ruleId'
|
|
6080
|
+
end
|
|
6081
|
+
end
|
|
6082
|
+
|
|
5593
6083
|
class GoogleCloudContactcenterinsightsV1alpha1Conversation
|
|
5594
6084
|
# @private
|
|
5595
6085
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5596
6086
|
property :agent_id, as: 'agentId'
|
|
5597
6087
|
property :call_metadata, as: 'callMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationCallMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationCallMetadata::Representation
|
|
5598
6088
|
|
|
6089
|
+
property :correlation_info, as: 'correlationInfo', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationInfo, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationInfo::Representation
|
|
6090
|
+
|
|
5599
6091
|
property :create_time, as: 'createTime'
|
|
5600
6092
|
property :data_source, as: 'dataSource', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource::Representation
|
|
5601
6093
|
|
|
@@ -5634,6 +6126,34 @@ module Google
|
|
|
5634
6126
|
end
|
|
5635
6127
|
end
|
|
5636
6128
|
|
|
6129
|
+
class GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationInfo
|
|
6130
|
+
# @private
|
|
6131
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6132
|
+
collection :correlation_types, as: 'correlationTypes'
|
|
6133
|
+
property :full_conversation_correlation_id, as: 'fullConversationCorrelationId'
|
|
6134
|
+
property :merged_full_conversation_correlation_id, as: 'mergedFullConversationCorrelationId'
|
|
6135
|
+
end
|
|
6136
|
+
end
|
|
6137
|
+
|
|
6138
|
+
class GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationResult
|
|
6139
|
+
# @private
|
|
6140
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6141
|
+
property :conversation, as: 'conversation'
|
|
6142
|
+
collection :rule_results, as: 'ruleResults', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationResultRuleCorrelationResult, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationResultRuleCorrelationResult::Representation
|
|
6143
|
+
|
|
6144
|
+
end
|
|
6145
|
+
end
|
|
6146
|
+
|
|
6147
|
+
class GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationResultRuleCorrelationResult
|
|
6148
|
+
# @private
|
|
6149
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6150
|
+
property :correlation_id, as: 'correlationId'
|
|
6151
|
+
property :error, as: 'error', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
|
6152
|
+
|
|
6153
|
+
property :rule_id, as: 'ruleId'
|
|
6154
|
+
end
|
|
6155
|
+
end
|
|
6156
|
+
|
|
5637
6157
|
class GoogleCloudContactcenterinsightsV1alpha1ConversationDataSource
|
|
5638
6158
|
# @private
|
|
5639
6159
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -6822,6 +7342,58 @@ module Google
|
|
|
6822
7342
|
end
|
|
6823
7343
|
end
|
|
6824
7344
|
|
|
7345
|
+
class GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadata
|
|
7346
|
+
# @private
|
|
7347
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7348
|
+
property :create_time, as: 'createTime'
|
|
7349
|
+
property :dataset, as: 'dataset'
|
|
7350
|
+
property :stats, as: 'stats', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadataFullConversationCorrelationStats, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadataFullConversationCorrelationStats::Representation
|
|
7351
|
+
|
|
7352
|
+
end
|
|
7353
|
+
end
|
|
7354
|
+
|
|
7355
|
+
class GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadataFullConversationCorrelationStats
|
|
7356
|
+
# @private
|
|
7357
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7358
|
+
collection :conversation_correlation_errors, as: 'conversationCorrelationErrors', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError::Representation
|
|
7359
|
+
|
|
7360
|
+
property :correlated_conversations_count, as: 'correlatedConversationsCount'
|
|
7361
|
+
property :failed_conversations_count, as: 'failedConversationsCount'
|
|
7362
|
+
collection :partial_errors, as: 'partialErrors', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
|
7363
|
+
|
|
7364
|
+
property :sampled_conversations_count, as: 'sampledConversationsCount'
|
|
7365
|
+
end
|
|
7366
|
+
end
|
|
7367
|
+
|
|
7368
|
+
class GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError
|
|
7369
|
+
# @private
|
|
7370
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7371
|
+
property :conversation, as: 'conversation'
|
|
7372
|
+
property :status, as: 'status', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
|
7373
|
+
|
|
7374
|
+
end
|
|
7375
|
+
end
|
|
7376
|
+
|
|
7377
|
+
class GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigResponse
|
|
7378
|
+
# @private
|
|
7379
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7380
|
+
property :detailed_results, as: 'detailedResults', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigResponseDetailedCorrelationResults, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigResponseDetailedCorrelationResults::Representation
|
|
7381
|
+
|
|
7382
|
+
collection :partial_errors, as: 'partialErrors', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
|
7383
|
+
|
|
7384
|
+
end
|
|
7385
|
+
end
|
|
7386
|
+
|
|
7387
|
+
class GoogleCloudContactcenterinsightsV1alpha1TestCorrelationConfigResponseDetailedCorrelationResults
|
|
7388
|
+
# @private
|
|
7389
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7390
|
+
collection :constraint_results, as: 'constraintResults', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConstraintEvaluationResult, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConstraintEvaluationResult::Representation
|
|
7391
|
+
|
|
7392
|
+
collection :join_key_results, as: 'joinKeyResults', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationResult, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1ConversationCorrelationResult::Representation
|
|
7393
|
+
|
|
7394
|
+
end
|
|
7395
|
+
end
|
|
7396
|
+
|
|
6825
7397
|
class GoogleCloudContactcenterinsightsV1alpha1UndeployIssueModelMetadata
|
|
6826
7398
|
# @private
|
|
6827
7399
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7187,12 +7759,34 @@ module Google
|
|
|
7187
7759
|
end
|
|
7188
7760
|
end
|
|
7189
7761
|
|
|
7762
|
+
class GoogleCloudContactcenterinsightsV1mainConstraintEvaluationResult
|
|
7763
|
+
# @private
|
|
7764
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7765
|
+
property :conversation_a, as: 'conversationA'
|
|
7766
|
+
property :conversation_b, as: 'conversationB'
|
|
7767
|
+
collection :rule_constraint_results, as: 'ruleConstraintResults', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainConstraintEvaluationResultRuleConstraintResult, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainConstraintEvaluationResultRuleConstraintResult::Representation
|
|
7768
|
+
|
|
7769
|
+
end
|
|
7770
|
+
end
|
|
7771
|
+
|
|
7772
|
+
class GoogleCloudContactcenterinsightsV1mainConstraintEvaluationResultRuleConstraintResult
|
|
7773
|
+
# @private
|
|
7774
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7775
|
+
property :constraint_met, as: 'constraintMet'
|
|
7776
|
+
property :error, as: 'error', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
|
7777
|
+
|
|
7778
|
+
property :rule_id, as: 'ruleId'
|
|
7779
|
+
end
|
|
7780
|
+
end
|
|
7781
|
+
|
|
7190
7782
|
class GoogleCloudContactcenterinsightsV1mainConversation
|
|
7191
7783
|
# @private
|
|
7192
7784
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7193
7785
|
property :agent_id, as: 'agentId'
|
|
7194
7786
|
property :call_metadata, as: 'callMetadata', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainConversationCallMetadata, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainConversationCallMetadata::Representation
|
|
7195
7787
|
|
|
7788
|
+
property :correlation_info, as: 'correlationInfo', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainConversationCorrelationInfo, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainConversationCorrelationInfo::Representation
|
|
7789
|
+
|
|
7196
7790
|
property :create_time, as: 'createTime'
|
|
7197
7791
|
property :data_source, as: 'dataSource', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainConversationDataSource, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainConversationDataSource::Representation
|
|
7198
7792
|
|
|
@@ -7231,6 +7825,34 @@ module Google
|
|
|
7231
7825
|
end
|
|
7232
7826
|
end
|
|
7233
7827
|
|
|
7828
|
+
class GoogleCloudContactcenterinsightsV1mainConversationCorrelationInfo
|
|
7829
|
+
# @private
|
|
7830
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7831
|
+
collection :correlation_types, as: 'correlationTypes'
|
|
7832
|
+
property :full_conversation_correlation_id, as: 'fullConversationCorrelationId'
|
|
7833
|
+
property :merged_full_conversation_correlation_id, as: 'mergedFullConversationCorrelationId'
|
|
7834
|
+
end
|
|
7835
|
+
end
|
|
7836
|
+
|
|
7837
|
+
class GoogleCloudContactcenterinsightsV1mainConversationCorrelationResult
|
|
7838
|
+
# @private
|
|
7839
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7840
|
+
property :conversation, as: 'conversation'
|
|
7841
|
+
collection :rule_results, as: 'ruleResults', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainConversationCorrelationResultRuleCorrelationResult, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainConversationCorrelationResultRuleCorrelationResult::Representation
|
|
7842
|
+
|
|
7843
|
+
end
|
|
7844
|
+
end
|
|
7845
|
+
|
|
7846
|
+
class GoogleCloudContactcenterinsightsV1mainConversationCorrelationResultRuleCorrelationResult
|
|
7847
|
+
# @private
|
|
7848
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7849
|
+
property :correlation_id, as: 'correlationId'
|
|
7850
|
+
property :error, as: 'error', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
|
7851
|
+
|
|
7852
|
+
property :rule_id, as: 'ruleId'
|
|
7853
|
+
end
|
|
7854
|
+
end
|
|
7855
|
+
|
|
7234
7856
|
class GoogleCloudContactcenterinsightsV1mainConversationDataSource
|
|
7235
7857
|
# @private
|
|
7236
7858
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8419,6 +9041,58 @@ module Google
|
|
|
8419
9041
|
end
|
|
8420
9042
|
end
|
|
8421
9043
|
|
|
9044
|
+
class GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadata
|
|
9045
|
+
# @private
|
|
9046
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9047
|
+
property :create_time, as: 'createTime'
|
|
9048
|
+
property :dataset, as: 'dataset'
|
|
9049
|
+
property :stats, as: 'stats', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadataFullConversationCorrelationStats, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadataFullConversationCorrelationStats::Representation
|
|
9050
|
+
|
|
9051
|
+
end
|
|
9052
|
+
end
|
|
9053
|
+
|
|
9054
|
+
class GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadataFullConversationCorrelationStats
|
|
9055
|
+
# @private
|
|
9056
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9057
|
+
collection :conversation_correlation_errors, as: 'conversationCorrelationErrors', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError::Representation
|
|
9058
|
+
|
|
9059
|
+
property :correlated_conversations_count, as: 'correlatedConversationsCount'
|
|
9060
|
+
property :failed_conversations_count, as: 'failedConversationsCount'
|
|
9061
|
+
collection :partial_errors, as: 'partialErrors', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
|
9062
|
+
|
|
9063
|
+
property :sampled_conversations_count, as: 'sampledConversationsCount'
|
|
9064
|
+
end
|
|
9065
|
+
end
|
|
9066
|
+
|
|
9067
|
+
class GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigMetadataFullConversationCorrelationStatsConversationCorrelationError
|
|
9068
|
+
# @private
|
|
9069
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9070
|
+
property :conversation, as: 'conversation'
|
|
9071
|
+
property :status, as: 'status', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
|
9072
|
+
|
|
9073
|
+
end
|
|
9074
|
+
end
|
|
9075
|
+
|
|
9076
|
+
class GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigResponse
|
|
9077
|
+
# @private
|
|
9078
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9079
|
+
property :detailed_results, as: 'detailedResults', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigResponseDetailedCorrelationResults, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigResponseDetailedCorrelationResults::Representation
|
|
9080
|
+
|
|
9081
|
+
collection :partial_errors, as: 'partialErrors', class: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus, decorator: Google::Apis::ContactcenterinsightsV1::GoogleRpcStatus::Representation
|
|
9082
|
+
|
|
9083
|
+
end
|
|
9084
|
+
end
|
|
9085
|
+
|
|
9086
|
+
class GoogleCloudContactcenterinsightsV1mainTestCorrelationConfigResponseDetailedCorrelationResults
|
|
9087
|
+
# @private
|
|
9088
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9089
|
+
collection :constraint_results, as: 'constraintResults', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainConstraintEvaluationResult, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainConstraintEvaluationResult::Representation
|
|
9090
|
+
|
|
9091
|
+
collection :join_key_results, as: 'joinKeyResults', class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainConversationCorrelationResult, decorator: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainConversationCorrelationResult::Representation
|
|
9092
|
+
|
|
9093
|
+
end
|
|
9094
|
+
end
|
|
9095
|
+
|
|
8422
9096
|
class GoogleCloudContactcenterinsightsV1mainUndeployIssueModelMetadata
|
|
8423
9097
|
# @private
|
|
8424
9098
|
class Representation < Google::Apis::Core::JsonRepresentation
|