google-apis-dialogflow_v3beta1 0.88.0 → 0.90.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 +9 -0
- data/lib/google/apis/dialogflow_v3beta1/classes.rb +862 -459
- data/lib/google/apis/dialogflow_v3beta1/gem_version.rb +3 -3
- data/lib/google/apis/dialogflow_v3beta1/representations.rb +328 -254
- data/lib/google/apis/dialogflow_v3beta1/service.rb +11 -11
- metadata +4 -4
@@ -100,12 +100,6 @@ module Google
|
|
100
100
|
include Google::Apis::Core::JsonObjectSupport
|
101
101
|
end
|
102
102
|
|
103
|
-
class GoogleCloudDialogflowCxV3CreateDocumentOperationMetadata
|
104
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
-
|
106
|
-
include Google::Apis::Core::JsonObjectSupport
|
107
|
-
end
|
108
|
-
|
109
103
|
class GoogleCloudDialogflowCxV3CreateVersionOperationMetadata
|
110
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
105
|
|
@@ -118,12 +112,6 @@ module Google
|
|
118
112
|
include Google::Apis::Core::JsonObjectSupport
|
119
113
|
end
|
120
114
|
|
121
|
-
class GoogleCloudDialogflowCxV3DeleteDocumentOperationMetadata
|
122
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
-
|
124
|
-
include Google::Apis::Core::JsonObjectSupport
|
125
|
-
end
|
126
|
-
|
127
115
|
class GoogleCloudDialogflowCxV3DeployFlowMetadata
|
128
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
117
|
|
@@ -280,24 +268,6 @@ module Google
|
|
280
268
|
include Google::Apis::Core::JsonObjectSupport
|
281
269
|
end
|
282
270
|
|
283
|
-
class GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata
|
284
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
-
|
286
|
-
include Google::Apis::Core::JsonObjectSupport
|
287
|
-
end
|
288
|
-
|
289
|
-
class GoogleCloudDialogflowCxV3ImportDocumentsOperationMetadata
|
290
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
-
|
292
|
-
include Google::Apis::Core::JsonObjectSupport
|
293
|
-
end
|
294
|
-
|
295
|
-
class GoogleCloudDialogflowCxV3ImportDocumentsResponse
|
296
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
-
|
298
|
-
include Google::Apis::Core::JsonObjectSupport
|
299
|
-
end
|
300
|
-
|
301
271
|
class GoogleCloudDialogflowCxV3ImportEntityTypesMetadata
|
302
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
273
|
|
@@ -436,12 +406,6 @@ module Google
|
|
436
406
|
include Google::Apis::Core::JsonObjectSupport
|
437
407
|
end
|
438
408
|
|
439
|
-
class GoogleCloudDialogflowCxV3ReloadDocumentOperationMetadata
|
440
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
-
|
442
|
-
include Google::Apis::Core::JsonObjectSupport
|
443
|
-
end
|
444
|
-
|
445
409
|
class GoogleCloudDialogflowCxV3ResponseMessage
|
446
410
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
411
|
|
@@ -592,12 +556,6 @@ module Google
|
|
592
556
|
include Google::Apis::Core::JsonObjectSupport
|
593
557
|
end
|
594
558
|
|
595
|
-
class GoogleCloudDialogflowCxV3UpdateDocumentOperationMetadata
|
596
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
-
|
598
|
-
include Google::Apis::Core::JsonObjectSupport
|
599
|
-
end
|
600
|
-
|
601
559
|
class GoogleCloudDialogflowCxV3Webhook
|
602
560
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
561
|
|
@@ -706,6 +664,12 @@ module Google
|
|
706
664
|
include Google::Apis::Core::JsonObjectSupport
|
707
665
|
end
|
708
666
|
|
667
|
+
class GoogleCloudDialogflowCxV3beta1AgentClientCertificateSettings
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
|
+
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
671
|
+
end
|
672
|
+
|
709
673
|
class GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettings
|
710
674
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
675
|
|
@@ -790,6 +754,12 @@ module Google
|
|
790
754
|
include Google::Apis::Core::JsonObjectSupport
|
791
755
|
end
|
792
756
|
|
757
|
+
class GoogleCloudDialogflowCxV3beta1BigQueryExportSettings
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
|
+
|
760
|
+
include Google::Apis::Core::JsonObjectSupport
|
761
|
+
end
|
762
|
+
|
793
763
|
class GoogleCloudDialogflowCxV3beta1BoostSpec
|
794
764
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
765
|
|
@@ -802,6 +772,18 @@ module Google
|
|
802
772
|
include Google::Apis::Core::JsonObjectSupport
|
803
773
|
end
|
804
774
|
|
775
|
+
class GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpec
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
|
+
|
778
|
+
include Google::Apis::Core::JsonObjectSupport
|
779
|
+
end
|
780
|
+
|
781
|
+
class GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
|
+
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
785
|
+
end
|
786
|
+
|
805
787
|
class GoogleCloudDialogflowCxV3beta1BoostSpecs
|
806
788
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
789
|
|
@@ -898,12 +880,6 @@ module Google
|
|
898
880
|
include Google::Apis::Core::JsonObjectSupport
|
899
881
|
end
|
900
882
|
|
901
|
-
class GoogleCloudDialogflowCxV3beta1CreateDocumentOperationMetadata
|
902
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
|
-
|
904
|
-
include Google::Apis::Core::JsonObjectSupport
|
905
|
-
end
|
906
|
-
|
907
883
|
class GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata
|
908
884
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
909
885
|
|
@@ -964,12 +940,6 @@ module Google
|
|
964
940
|
include Google::Apis::Core::JsonObjectSupport
|
965
941
|
end
|
966
942
|
|
967
|
-
class GoogleCloudDialogflowCxV3beta1DeleteDocumentOperationMetadata
|
968
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
969
|
-
|
970
|
-
include Google::Apis::Core::JsonObjectSupport
|
971
|
-
end
|
972
|
-
|
973
943
|
class GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
|
974
944
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
975
945
|
|
@@ -1342,25 +1312,13 @@ module Google
|
|
1342
1312
|
include Google::Apis::Core::JsonObjectSupport
|
1343
1313
|
end
|
1344
1314
|
|
1345
|
-
class
|
1315
|
+
class GoogleCloudDialogflowCxV3beta1GeneratorModelParameter
|
1346
1316
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1347
1317
|
|
1348
1318
|
include Google::Apis::Core::JsonObjectSupport
|
1349
1319
|
end
|
1350
1320
|
|
1351
|
-
class
|
1352
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1353
|
-
|
1354
|
-
include Google::Apis::Core::JsonObjectSupport
|
1355
|
-
end
|
1356
|
-
|
1357
|
-
class GoogleCloudDialogflowCxV3beta1ImportDocumentsOperationMetadata
|
1358
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1359
|
-
|
1360
|
-
include Google::Apis::Core::JsonObjectSupport
|
1361
|
-
end
|
1362
|
-
|
1363
|
-
class GoogleCloudDialogflowCxV3beta1ImportDocumentsResponse
|
1321
|
+
class GoogleCloudDialogflowCxV3beta1GeneratorPlaceholder
|
1364
1322
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1365
1323
|
|
1366
1324
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -1450,6 +1408,12 @@ module Google
|
|
1450
1408
|
include Google::Apis::Core::JsonObjectSupport
|
1451
1409
|
end
|
1452
1410
|
|
1411
|
+
class GoogleCloudDialogflowCxV3beta1InlineSchema
|
1412
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1413
|
+
|
1414
|
+
include Google::Apis::Core::JsonObjectSupport
|
1415
|
+
end
|
1416
|
+
|
1453
1417
|
class GoogleCloudDialogflowCxV3beta1InlineSource
|
1454
1418
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1455
1419
|
|
@@ -1798,12 +1762,6 @@ module Google
|
|
1798
1762
|
include Google::Apis::Core::JsonObjectSupport
|
1799
1763
|
end
|
1800
1764
|
|
1801
|
-
class GoogleCloudDialogflowCxV3beta1ReloadDocumentOperationMetadata
|
1802
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1803
|
-
|
1804
|
-
include Google::Apis::Core::JsonObjectSupport
|
1805
|
-
end
|
1806
|
-
|
1807
1765
|
class GoogleCloudDialogflowCxV3beta1ResourceName
|
1808
1766
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1809
1767
|
|
@@ -2092,6 +2050,12 @@ module Google
|
|
2092
2050
|
include Google::Apis::Core::JsonObjectSupport
|
2093
2051
|
end
|
2094
2052
|
|
2053
|
+
class GoogleCloudDialogflowCxV3beta1ToolAuthenticationBearerTokenConfig
|
2054
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2055
|
+
|
2056
|
+
include Google::Apis::Core::JsonObjectSupport
|
2057
|
+
end
|
2058
|
+
|
2095
2059
|
class GoogleCloudDialogflowCxV3beta1ToolAuthenticationOAuthConfig
|
2096
2060
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2097
2061
|
|
@@ -2152,6 +2116,12 @@ module Google
|
|
2152
2116
|
include Google::Apis::Core::JsonObjectSupport
|
2153
2117
|
end
|
2154
2118
|
|
2119
|
+
class GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig
|
2120
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2121
|
+
|
2122
|
+
include Google::Apis::Core::JsonObjectSupport
|
2123
|
+
end
|
2124
|
+
|
2155
2125
|
class GoogleCloudDialogflowCxV3beta1ToolTlsConfig
|
2156
2126
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2157
2127
|
|
@@ -2230,7 +2200,13 @@ module Google
|
|
2230
2200
|
include Google::Apis::Core::JsonObjectSupport
|
2231
2201
|
end
|
2232
2202
|
|
2233
|
-
class
|
2203
|
+
class GoogleCloudDialogflowCxV3beta1TypeSchema
|
2204
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2205
|
+
|
2206
|
+
include Google::Apis::Core::JsonObjectSupport
|
2207
|
+
end
|
2208
|
+
|
2209
|
+
class GoogleCloudDialogflowCxV3beta1TypeSchemaSchemaReference
|
2234
2210
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2235
2211
|
|
2236
2212
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -2446,6 +2422,12 @@ module Google
|
|
2446
2422
|
include Google::Apis::Core::JsonObjectSupport
|
2447
2423
|
end
|
2448
2424
|
|
2425
|
+
class GoogleCloudDialogflowV2EncryptionSpec
|
2426
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2427
|
+
|
2428
|
+
include Google::Apis::Core::JsonObjectSupport
|
2429
|
+
end
|
2430
|
+
|
2449
2431
|
class GoogleCloudDialogflowV2EntityType
|
2450
2432
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2451
2433
|
|
@@ -2512,6 +2494,18 @@ module Google
|
|
2512
2494
|
include Google::Apis::Core::JsonObjectSupport
|
2513
2495
|
end
|
2514
2496
|
|
2497
|
+
class GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
|
2498
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2499
|
+
|
2500
|
+
include Google::Apis::Core::JsonObjectSupport
|
2501
|
+
end
|
2502
|
+
|
2503
|
+
class GoogleCloudDialogflowV2InitializeEncryptionSpecRequest
|
2504
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2505
|
+
|
2506
|
+
include Google::Apis::Core::JsonObjectSupport
|
2507
|
+
end
|
2508
|
+
|
2515
2509
|
class GoogleCloudDialogflowV2InputDataset
|
2516
2510
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2517
2511
|
|
@@ -2914,6 +2908,12 @@ module Google
|
|
2914
2908
|
include Google::Apis::Core::JsonObjectSupport
|
2915
2909
|
end
|
2916
2910
|
|
2911
|
+
class GoogleCloudDialogflowV2beta1EncryptionSpec
|
2912
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2913
|
+
|
2914
|
+
include Google::Apis::Core::JsonObjectSupport
|
2915
|
+
end
|
2916
|
+
|
2917
2917
|
class GoogleCloudDialogflowV2beta1EntityType
|
2918
2918
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2919
2919
|
|
@@ -2968,6 +2968,18 @@ module Google
|
|
2968
2968
|
include Google::Apis::Core::JsonObjectSupport
|
2969
2969
|
end
|
2970
2970
|
|
2971
|
+
class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
|
2972
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2973
|
+
|
2974
|
+
include Google::Apis::Core::JsonObjectSupport
|
2975
|
+
end
|
2976
|
+
|
2977
|
+
class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
|
2978
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2979
|
+
|
2980
|
+
include Google::Apis::Core::JsonObjectSupport
|
2981
|
+
end
|
2982
|
+
|
2971
2983
|
class GoogleCloudDialogflowV2beta1Intent
|
2972
2984
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2973
2985
|
|
@@ -3334,133 +3346,133 @@ module Google
|
|
3334
3346
|
include Google::Apis::Core::JsonObjectSupport
|
3335
3347
|
end
|
3336
3348
|
|
3337
|
-
class
|
3349
|
+
class GoogleCloudDialogflowV2beta1ResponseMessage
|
3338
3350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3339
3351
|
|
3340
3352
|
include Google::Apis::Core::JsonObjectSupport
|
3341
3353
|
end
|
3342
3354
|
|
3343
|
-
class
|
3355
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction
|
3344
3356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3345
3357
|
|
3346
3358
|
include Google::Apis::Core::JsonObjectSupport
|
3347
3359
|
end
|
3348
3360
|
|
3349
|
-
class
|
3361
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff
|
3350
3362
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3351
3363
|
|
3352
3364
|
include Google::Apis::Core::JsonObjectSupport
|
3353
3365
|
end
|
3354
3366
|
|
3355
|
-
class
|
3367
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio
|
3356
3368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3357
3369
|
|
3358
3370
|
include Google::Apis::Core::JsonObjectSupport
|
3359
3371
|
end
|
3360
3372
|
|
3361
|
-
class
|
3373
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment
|
3362
3374
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3363
3375
|
|
3364
3376
|
include Google::Apis::Core::JsonObjectSupport
|
3365
3377
|
end
|
3366
3378
|
|
3367
|
-
class
|
3379
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall
|
3368
3380
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3369
3381
|
|
3370
3382
|
include Google::Apis::Core::JsonObjectSupport
|
3371
3383
|
end
|
3372
3384
|
|
3373
|
-
class
|
3385
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageText
|
3374
3386
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3375
3387
|
|
3376
3388
|
include Google::Apis::Core::JsonObjectSupport
|
3377
3389
|
end
|
3378
3390
|
|
3379
|
-
class
|
3391
|
+
class GoogleCloudDialogflowV2beta1Sentiment
|
3380
3392
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3381
3393
|
|
3382
3394
|
include Google::Apis::Core::JsonObjectSupport
|
3383
3395
|
end
|
3384
3396
|
|
3385
|
-
class
|
3397
|
+
class GoogleCloudDialogflowV2beta1SentimentAnalysisResult
|
3386
3398
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3387
3399
|
|
3388
3400
|
include Google::Apis::Core::JsonObjectSupport
|
3389
3401
|
end
|
3390
3402
|
|
3391
|
-
class
|
3403
|
+
class GoogleCloudDialogflowV2beta1SessionEntityType
|
3392
3404
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3393
3405
|
|
3394
3406
|
include Google::Apis::Core::JsonObjectSupport
|
3395
3407
|
end
|
3396
3408
|
|
3397
|
-
class
|
3409
|
+
class GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata
|
3398
3410
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3399
3411
|
|
3400
3412
|
include Google::Apis::Core::JsonObjectSupport
|
3401
3413
|
end
|
3402
3414
|
|
3403
|
-
class
|
3415
|
+
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
3404
3416
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3405
3417
|
|
3406
3418
|
include Google::Apis::Core::JsonObjectSupport
|
3407
3419
|
end
|
3408
3420
|
|
3409
|
-
class
|
3421
|
+
class GoogleCloudDialogflowV2beta1SuggestArticlesResponse
|
3410
3422
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3411
3423
|
|
3412
3424
|
include Google::Apis::Core::JsonObjectSupport
|
3413
3425
|
end
|
3414
3426
|
|
3415
|
-
class
|
3427
|
+
class GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse
|
3416
3428
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3417
3429
|
|
3418
3430
|
include Google::Apis::Core::JsonObjectSupport
|
3419
3431
|
end
|
3420
3432
|
|
3421
|
-
class
|
3433
|
+
class GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse
|
3422
3434
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3423
3435
|
|
3424
3436
|
include Google::Apis::Core::JsonObjectSupport
|
3425
3437
|
end
|
3426
3438
|
|
3427
|
-
class
|
3439
|
+
class GoogleCloudDialogflowV2beta1SuggestKnowledgeAssistResponse
|
3428
3440
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3429
3441
|
|
3430
3442
|
include Google::Apis::Core::JsonObjectSupport
|
3431
3443
|
end
|
3432
3444
|
|
3433
|
-
class
|
3445
|
+
class GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse
|
3434
3446
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3435
3447
|
|
3436
3448
|
include Google::Apis::Core::JsonObjectSupport
|
3437
3449
|
end
|
3438
3450
|
|
3439
|
-
class
|
3451
|
+
class GoogleCloudDialogflowV2beta1SuggestionResult
|
3440
3452
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3441
3453
|
|
3442
3454
|
include Google::Apis::Core::JsonObjectSupport
|
3443
3455
|
end
|
3444
3456
|
|
3445
|
-
class
|
3457
|
+
class GoogleCloudDialogflowV2beta1WebhookRequest
|
3446
3458
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3447
3459
|
|
3448
3460
|
include Google::Apis::Core::JsonObjectSupport
|
3449
3461
|
end
|
3450
3462
|
|
3451
|
-
class
|
3463
|
+
class GoogleCloudDialogflowV2beta1WebhookResponse
|
3452
3464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3453
3465
|
|
3454
3466
|
include Google::Apis::Core::JsonObjectSupport
|
3455
3467
|
end
|
3456
3468
|
|
3457
|
-
class
|
3469
|
+
class GoogleCloudDialogflowV3alpha1ConversationSignals
|
3458
3470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3459
3471
|
|
3460
3472
|
include Google::Apis::Core::JsonObjectSupport
|
3461
3473
|
end
|
3462
3474
|
|
3463
|
-
class
|
3475
|
+
class GoogleCloudDialogflowV3alpha1TurnSignals
|
3464
3476
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3465
3477
|
|
3466
3478
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -3536,6 +3548,7 @@ module Google
|
|
3536
3548
|
class GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
|
3537
3549
|
# @private
|
3538
3550
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3551
|
+
property :enable_consent_based_redaction, as: 'enableConsentBasedRedaction'
|
3539
3552
|
property :enable_interaction_logging, as: 'enableInteractionLogging'
|
3540
3553
|
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
|
3541
3554
|
end
|
@@ -3641,14 +3654,6 @@ module Google
|
|
3641
3654
|
end
|
3642
3655
|
end
|
3643
3656
|
|
3644
|
-
class GoogleCloudDialogflowCxV3CreateDocumentOperationMetadata
|
3645
|
-
# @private
|
3646
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3647
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
3648
|
-
|
3649
|
-
end
|
3650
|
-
end
|
3651
|
-
|
3652
3657
|
class GoogleCloudDialogflowCxV3CreateVersionOperationMetadata
|
3653
3658
|
# @private
|
3654
3659
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3664,14 +3669,6 @@ module Google
|
|
3664
3669
|
end
|
3665
3670
|
end
|
3666
3671
|
|
3667
|
-
class GoogleCloudDialogflowCxV3DeleteDocumentOperationMetadata
|
3668
|
-
# @private
|
3669
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3670
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
3671
|
-
|
3672
|
-
end
|
3673
|
-
end
|
3674
|
-
|
3675
3672
|
class GoogleCloudDialogflowCxV3DeployFlowMetadata
|
3676
3673
|
# @private
|
3677
3674
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3744,6 +3741,7 @@ module Google
|
|
3744
3741
|
property :name, as: 'name'
|
3745
3742
|
property :target_flow, as: 'targetFlow'
|
3746
3743
|
property :target_page, as: 'targetPage'
|
3744
|
+
property :target_playbook, as: 'targetPlaybook'
|
3747
3745
|
property :trigger_fulfillment, as: 'triggerFulfillment', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3Fulfillment, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3Fulfillment::Representation
|
3748
3746
|
|
3749
3747
|
end
|
@@ -3911,29 +3909,6 @@ module Google
|
|
3911
3909
|
end
|
3912
3910
|
end
|
3913
3911
|
|
3914
|
-
class GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata
|
3915
|
-
# @private
|
3916
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3917
|
-
property :state, as: 'state'
|
3918
|
-
end
|
3919
|
-
end
|
3920
|
-
|
3921
|
-
class GoogleCloudDialogflowCxV3ImportDocumentsOperationMetadata
|
3922
|
-
# @private
|
3923
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3924
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
3925
|
-
|
3926
|
-
end
|
3927
|
-
end
|
3928
|
-
|
3929
|
-
class GoogleCloudDialogflowCxV3ImportDocumentsResponse
|
3930
|
-
# @private
|
3931
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3932
|
-
collection :warnings, as: 'warnings', class: Google::Apis::DialogflowV3beta1::GoogleRpcStatus, decorator: Google::Apis::DialogflowV3beta1::GoogleRpcStatus::Representation
|
3933
|
-
|
3934
|
-
end
|
3935
|
-
end
|
3936
|
-
|
3937
3912
|
class GoogleCloudDialogflowCxV3ImportEntityTypesMetadata
|
3938
3913
|
# @private
|
3939
3914
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4166,14 +4141,6 @@ module Google
|
|
4166
4141
|
end
|
4167
4142
|
end
|
4168
4143
|
|
4169
|
-
class GoogleCloudDialogflowCxV3ReloadDocumentOperationMetadata
|
4170
|
-
# @private
|
4171
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4172
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
4173
|
-
|
4174
|
-
end
|
4175
|
-
end
|
4176
|
-
|
4177
4144
|
class GoogleCloudDialogflowCxV3ResponseMessage
|
4178
4145
|
# @private
|
4179
4146
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4417,14 +4384,6 @@ module Google
|
|
4417
4384
|
end
|
4418
4385
|
end
|
4419
4386
|
|
4420
|
-
class GoogleCloudDialogflowCxV3UpdateDocumentOperationMetadata
|
4421
|
-
# @private
|
4422
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4423
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
4424
|
-
|
4425
|
-
end
|
4426
|
-
end
|
4427
|
-
|
4428
4387
|
class GoogleCloudDialogflowCxV3Webhook
|
4429
4388
|
# @private
|
4430
4389
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4606,6 +4565,7 @@ module Google
|
|
4606
4565
|
class GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings
|
4607
4566
|
# @private
|
4608
4567
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4568
|
+
property :enable_consent_based_redaction, as: 'enableConsentBasedRedaction'
|
4609
4569
|
property :enable_interaction_logging, as: 'enableInteractionLogging'
|
4610
4570
|
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
|
4611
4571
|
end
|
@@ -4629,6 +4589,10 @@ module Google
|
|
4629
4589
|
property :answer_feedback_settings, as: 'answerFeedbackSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettings::Representation
|
4630
4590
|
|
4631
4591
|
property :avatar_uri, as: 'avatarUri'
|
4592
|
+
property :bigquery_export_settings, as: 'bigqueryExportSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1BigQueryExportSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1BigQueryExportSettings::Representation
|
4593
|
+
|
4594
|
+
property :client_certificate_settings, as: 'clientCertificateSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentClientCertificateSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentClientCertificateSettings::Representation
|
4595
|
+
|
4632
4596
|
property :default_language_code, as: 'defaultLanguageCode'
|
4633
4597
|
property :description, as: 'description'
|
4634
4598
|
property :display_name, as: 'displayName'
|
@@ -4662,6 +4626,15 @@ module Google
|
|
4662
4626
|
end
|
4663
4627
|
end
|
4664
4628
|
|
4629
|
+
class GoogleCloudDialogflowCxV3beta1AgentClientCertificateSettings
|
4630
|
+
# @private
|
4631
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4632
|
+
property :passphrase, as: 'passphrase'
|
4633
|
+
property :private_key, as: 'privateKey'
|
4634
|
+
property :ssl_certificate, as: 'sslCertificate'
|
4635
|
+
end
|
4636
|
+
end
|
4637
|
+
|
4665
4638
|
class GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettings
|
4666
4639
|
# @private
|
4667
4640
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4777,6 +4750,14 @@ module Google
|
|
4777
4750
|
end
|
4778
4751
|
end
|
4779
4752
|
|
4753
|
+
class GoogleCloudDialogflowCxV3beta1BigQueryExportSettings
|
4754
|
+
# @private
|
4755
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4756
|
+
property :bigquery_table, as: 'bigqueryTable'
|
4757
|
+
property :enabled, as: 'enabled'
|
4758
|
+
end
|
4759
|
+
end
|
4760
|
+
|
4780
4761
|
class GoogleCloudDialogflowCxV3beta1BoostSpec
|
4781
4762
|
# @private
|
4782
4763
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4789,10 +4770,31 @@ module Google
|
|
4789
4770
|
# @private
|
4790
4771
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4791
4772
|
property :boost, as: 'boost'
|
4773
|
+
property :boost_control_spec, as: 'boostControlSpec', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpec, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpec::Representation
|
4774
|
+
|
4792
4775
|
property :condition, as: 'condition'
|
4793
4776
|
end
|
4794
4777
|
end
|
4795
4778
|
|
4779
|
+
class GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpec
|
4780
|
+
# @private
|
4781
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4782
|
+
property :attribute_type, as: 'attributeType'
|
4783
|
+
collection :control_points, as: 'controlPoints', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint::Representation
|
4784
|
+
|
4785
|
+
property :field_name, as: 'fieldName'
|
4786
|
+
property :interpolation_type, as: 'interpolationType'
|
4787
|
+
end
|
4788
|
+
end
|
4789
|
+
|
4790
|
+
class GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint
|
4791
|
+
# @private
|
4792
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4793
|
+
property :attribute_value, as: 'attributeValue'
|
4794
|
+
property :boost_amount, as: 'boostAmount'
|
4795
|
+
end
|
4796
|
+
end
|
4797
|
+
|
4796
4798
|
class GoogleCloudDialogflowCxV3beta1BoostSpecs
|
4797
4799
|
# @private
|
4798
4800
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4993,14 +4995,6 @@ module Google
|
|
4993
4995
|
end
|
4994
4996
|
end
|
4995
4997
|
|
4996
|
-
class GoogleCloudDialogflowCxV3beta1CreateDocumentOperationMetadata
|
4997
|
-
# @private
|
4998
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4999
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
5000
|
-
|
5001
|
-
end
|
5002
|
-
end
|
5003
|
-
|
5004
4998
|
class GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata
|
5005
4999
|
# @private
|
5006
5000
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5041,6 +5035,7 @@ module Google
|
|
5041
5035
|
class GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsAnswerGenerationModelCallSignals
|
5042
5036
|
# @private
|
5043
5037
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5038
|
+
property :model, as: 'model'
|
5044
5039
|
property :model_output, as: 'modelOutput'
|
5045
5040
|
property :rendered_prompt, as: 'renderedPrompt'
|
5046
5041
|
end
|
@@ -5074,6 +5069,7 @@ module Google
|
|
5074
5069
|
class GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsRewriterModelCallSignals
|
5075
5070
|
# @private
|
5076
5071
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5072
|
+
property :model, as: 'model'
|
5077
5073
|
property :model_output, as: 'modelOutput'
|
5078
5074
|
property :rendered_prompt, as: 'renderedPrompt'
|
5079
5075
|
end
|
@@ -5097,14 +5093,6 @@ module Google
|
|
5097
5093
|
end
|
5098
5094
|
end
|
5099
5095
|
|
5100
|
-
class GoogleCloudDialogflowCxV3beta1DeleteDocumentOperationMetadata
|
5101
|
-
# @private
|
5102
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
5103
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
5104
|
-
|
5105
|
-
end
|
5106
|
-
end
|
5107
|
-
|
5108
5096
|
class GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
|
5109
5097
|
# @private
|
5110
5098
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5263,6 +5251,7 @@ module Google
|
|
5263
5251
|
property :name, as: 'name'
|
5264
5252
|
property :target_flow, as: 'targetFlow'
|
5265
5253
|
property :target_page, as: 'targetPage'
|
5254
|
+
property :target_playbook, as: 'targetPlaybook'
|
5266
5255
|
property :trigger_fulfillment, as: 'triggerFulfillment', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Fulfillment, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Fulfillment::Representation
|
5267
5256
|
|
5268
5257
|
end
|
@@ -5519,6 +5508,7 @@ module Google
|
|
5519
5508
|
|
5520
5509
|
property :knowledge_connector_settings, as: 'knowledgeConnectorSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings::Representation
|
5521
5510
|
|
5511
|
+
property :locked, as: 'locked'
|
5522
5512
|
property :multi_language_settings, as: 'multiLanguageSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings::Representation
|
5523
5513
|
|
5524
5514
|
property :name, as: 'name'
|
@@ -5744,6 +5734,8 @@ module Google
|
|
5744
5734
|
property :display_name, as: 'displayName'
|
5745
5735
|
property :llm_model_settings, as: 'llmModelSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LlmModelSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LlmModelSettings::Representation
|
5746
5736
|
|
5737
|
+
property :model_parameter, as: 'modelParameter', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GeneratorModelParameter, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GeneratorModelParameter::Representation
|
5738
|
+
|
5747
5739
|
property :name, as: 'name'
|
5748
5740
|
collection :placeholders, as: 'placeholders', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GeneratorPlaceholder, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GeneratorPlaceholder::Representation
|
5749
5741
|
|
@@ -5752,34 +5744,21 @@ module Google
|
|
5752
5744
|
end
|
5753
5745
|
end
|
5754
5746
|
|
5755
|
-
class
|
5756
|
-
# @private
|
5757
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
5758
|
-
property :id, as: 'id'
|
5759
|
-
property :name, as: 'name'
|
5760
|
-
end
|
5761
|
-
end
|
5762
|
-
|
5763
|
-
class GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata
|
5747
|
+
class GoogleCloudDialogflowCxV3beta1GeneratorModelParameter
|
5764
5748
|
# @private
|
5765
5749
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5766
|
-
property :
|
5750
|
+
property :max_decode_steps, as: 'maxDecodeSteps'
|
5751
|
+
property :temperature, as: 'temperature'
|
5752
|
+
property :top_k, as: 'topK'
|
5753
|
+
property :top_p, as: 'topP'
|
5767
5754
|
end
|
5768
5755
|
end
|
5769
5756
|
|
5770
|
-
class
|
5771
|
-
# @private
|
5772
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
5773
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
5774
|
-
|
5775
|
-
end
|
5776
|
-
end
|
5777
|
-
|
5778
|
-
class GoogleCloudDialogflowCxV3beta1ImportDocumentsResponse
|
5757
|
+
class GoogleCloudDialogflowCxV3beta1GeneratorPlaceholder
|
5779
5758
|
# @private
|
5780
5759
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5781
|
-
|
5782
|
-
|
5760
|
+
property :id, as: 'id'
|
5761
|
+
property :name, as: 'name'
|
5783
5762
|
end
|
5784
5763
|
end
|
5785
5764
|
|
@@ -5898,6 +5877,15 @@ module Google
|
|
5898
5877
|
end
|
5899
5878
|
end
|
5900
5879
|
|
5880
|
+
class GoogleCloudDialogflowCxV3beta1InlineSchema
|
5881
|
+
# @private
|
5882
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5883
|
+
property :items, as: 'items', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TypeSchema, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TypeSchema::Representation
|
5884
|
+
|
5885
|
+
property :type, as: 'type'
|
5886
|
+
end
|
5887
|
+
end
|
5888
|
+
|
5901
5889
|
class GoogleCloudDialogflowCxV3beta1InlineSource
|
5902
5890
|
# @private
|
5903
5891
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6356,6 +6344,8 @@ module Google
|
|
6356
6344
|
property :description, as: 'description'
|
6357
6345
|
property :name, as: 'name'
|
6358
6346
|
property :type, as: 'type'
|
6347
|
+
property :type_schema, as: 'typeSchema', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TypeSchema, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TypeSchema::Representation
|
6348
|
+
|
6359
6349
|
end
|
6360
6350
|
end
|
6361
6351
|
|
@@ -6535,14 +6525,6 @@ module Google
|
|
6535
6525
|
end
|
6536
6526
|
end
|
6537
6527
|
|
6538
|
-
class GoogleCloudDialogflowCxV3beta1ReloadDocumentOperationMetadata
|
6539
|
-
# @private
|
6540
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6541
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
6542
|
-
|
6543
|
-
end
|
6544
|
-
end
|
6545
|
-
|
6546
6528
|
class GoogleCloudDialogflowCxV3beta1ResourceName
|
6547
6529
|
# @private
|
6548
6530
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6748,6 +6730,7 @@ module Google
|
|
6748
6730
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6749
6731
|
collection :banned_phrases, as: 'bannedPhrases', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SafetySettingsPhrase, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SafetySettingsPhrase::Representation
|
6750
6732
|
|
6733
|
+
property :default_banned_phrase_match_strategy, as: 'defaultBannedPhraseMatchStrategy'
|
6751
6734
|
end
|
6752
6735
|
end
|
6753
6736
|
|
@@ -6977,6 +6960,8 @@ module Google
|
|
6977
6960
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6978
6961
|
property :api_key_config, as: 'apiKeyConfig', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthenticationApiKeyConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthenticationApiKeyConfig::Representation
|
6979
6962
|
|
6963
|
+
property :bearer_token_config, as: 'bearerTokenConfig', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthenticationBearerTokenConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthenticationBearerTokenConfig::Representation
|
6964
|
+
|
6980
6965
|
property :oauth_config, as: 'oauthConfig', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthenticationOAuthConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthenticationOAuthConfig::Representation
|
6981
6966
|
|
6982
6967
|
property :service_agent_auth_config, as: 'serviceAgentAuthConfig', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAgentAuthConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAgentAuthConfig::Representation
|
@@ -6993,12 +6978,20 @@ module Google
|
|
6993
6978
|
end
|
6994
6979
|
end
|
6995
6980
|
|
6981
|
+
class GoogleCloudDialogflowCxV3beta1ToolAuthenticationBearerTokenConfig
|
6982
|
+
# @private
|
6983
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6984
|
+
property :token, as: 'token'
|
6985
|
+
end
|
6986
|
+
end
|
6987
|
+
|
6996
6988
|
class GoogleCloudDialogflowCxV3beta1ToolAuthenticationOAuthConfig
|
6997
6989
|
# @private
|
6998
6990
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6999
6991
|
property :client_id, as: 'clientId'
|
7000
6992
|
property :client_secret, as: 'clientSecret'
|
7001
6993
|
property :oauth_grant_type, as: 'oauthGrantType'
|
6994
|
+
collection :scopes, as: 'scopes'
|
7002
6995
|
property :token_endpoint, as: 'tokenEndpoint'
|
7003
6996
|
end
|
7004
6997
|
end
|
@@ -7006,6 +6999,7 @@ module Google
|
|
7006
6999
|
class GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAgentAuthConfig
|
7007
7000
|
# @private
|
7008
7001
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7002
|
+
property :service_agent_auth, as: 'serviceAgentAuth'
|
7009
7003
|
end
|
7010
7004
|
end
|
7011
7005
|
|
@@ -7072,12 +7066,21 @@ module Google
|
|
7072
7066
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7073
7067
|
property :authentication, as: 'authentication', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthentication, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthentication::Representation
|
7074
7068
|
|
7069
|
+
property :service_directory_config, as: 'serviceDirectoryConfig', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig::Representation
|
7070
|
+
|
7075
7071
|
property :text_schema, as: 'textSchema'
|
7076
7072
|
property :tls_config, as: 'tlsConfig', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolTlsConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolTlsConfig::Representation
|
7077
7073
|
|
7078
7074
|
end
|
7079
7075
|
end
|
7080
7076
|
|
7077
|
+
class GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig
|
7078
|
+
# @private
|
7079
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7080
|
+
property :service, as: 'service'
|
7081
|
+
end
|
7082
|
+
end
|
7083
|
+
|
7081
7084
|
class GoogleCloudDialogflowCxV3beta1ToolTlsConfig
|
7082
7085
|
# @private
|
7083
7086
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7214,11 +7217,21 @@ module Google
|
|
7214
7217
|
end
|
7215
7218
|
end
|
7216
7219
|
|
7217
|
-
class
|
7220
|
+
class GoogleCloudDialogflowCxV3beta1TypeSchema
|
7218
7221
|
# @private
|
7219
7222
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7220
|
-
property :
|
7223
|
+
property :inline_schema, as: 'inlineSchema', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1InlineSchema, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1InlineSchema::Representation
|
7224
|
+
|
7225
|
+
property :schema_reference, as: 'schemaReference', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TypeSchemaSchemaReference, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TypeSchemaSchemaReference::Representation
|
7226
|
+
|
7227
|
+
end
|
7228
|
+
end
|
7221
7229
|
|
7230
|
+
class GoogleCloudDialogflowCxV3beta1TypeSchemaSchemaReference
|
7231
|
+
# @private
|
7232
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7233
|
+
property :schema, as: 'schema'
|
7234
|
+
property :tool, as: 'tool'
|
7222
7235
|
end
|
7223
7236
|
end
|
7224
7237
|
|
@@ -7525,6 +7538,8 @@ module Google
|
|
7525
7538
|
property :display_name, as: 'displayName'
|
7526
7539
|
property :language_code, as: 'languageCode'
|
7527
7540
|
property :name, as: 'name'
|
7541
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
7542
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
7528
7543
|
property :smart_reply_model_metadata, as: 'smartReplyModelMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SmartReplyModelMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SmartReplyModelMetadata::Representation
|
7529
7544
|
|
7530
7545
|
property :state, as: 'state'
|
@@ -7579,6 +7594,14 @@ module Google
|
|
7579
7594
|
end
|
7580
7595
|
end
|
7581
7596
|
|
7597
|
+
class GoogleCloudDialogflowV2EncryptionSpec
|
7598
|
+
# @private
|
7599
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7600
|
+
property :kms_key, as: 'kmsKey'
|
7601
|
+
property :name, as: 'name'
|
7602
|
+
end
|
7603
|
+
end
|
7604
|
+
|
7582
7605
|
class GoogleCloudDialogflowV2EntityType
|
7583
7606
|
# @private
|
7584
7607
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7680,6 +7703,22 @@ module Google
|
|
7680
7703
|
end
|
7681
7704
|
end
|
7682
7705
|
|
7706
|
+
class GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
|
7707
|
+
# @private
|
7708
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7709
|
+
property :request, as: 'request', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2InitializeEncryptionSpecRequest, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2InitializeEncryptionSpecRequest::Representation
|
7710
|
+
|
7711
|
+
end
|
7712
|
+
end
|
7713
|
+
|
7714
|
+
class GoogleCloudDialogflowV2InitializeEncryptionSpecRequest
|
7715
|
+
# @private
|
7716
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7717
|
+
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2EncryptionSpec, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2EncryptionSpec::Representation
|
7718
|
+
|
7719
|
+
end
|
7720
|
+
end
|
7721
|
+
|
7683
7722
|
class GoogleCloudDialogflowV2InputDataset
|
7684
7723
|
# @private
|
7685
7724
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8088,6 +8127,7 @@ module Google
|
|
8088
8127
|
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet
|
8089
8128
|
# @private
|
8090
8129
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8130
|
+
hash :metadata, as: 'metadata'
|
8091
8131
|
property :text, as: 'text'
|
8092
8132
|
property :title, as: 'title'
|
8093
8133
|
property :uri, as: 'uri'
|
@@ -8395,6 +8435,14 @@ module Google
|
|
8395
8435
|
end
|
8396
8436
|
end
|
8397
8437
|
|
8438
|
+
class GoogleCloudDialogflowV2beta1EncryptionSpec
|
8439
|
+
# @private
|
8440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8441
|
+
property :kms_key, as: 'kmsKey'
|
8442
|
+
property :name, as: 'name'
|
8443
|
+
end
|
8444
|
+
end
|
8445
|
+
|
8398
8446
|
class GoogleCloudDialogflowV2beta1EntityType
|
8399
8447
|
# @private
|
8400
8448
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8478,6 +8526,22 @@ module Google
|
|
8478
8526
|
end
|
8479
8527
|
end
|
8480
8528
|
|
8529
|
+
class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
|
8530
|
+
# @private
|
8531
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8532
|
+
property :request, as: 'request', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest::Representation
|
8533
|
+
|
8534
|
+
end
|
8535
|
+
end
|
8536
|
+
|
8537
|
+
class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
|
8538
|
+
# @private
|
8539
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8540
|
+
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1EncryptionSpec, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1EncryptionSpec::Representation
|
8541
|
+
|
8542
|
+
end
|
8543
|
+
end
|
8544
|
+
|
8481
8545
|
class GoogleCloudDialogflowV2beta1Intent
|
8482
8546
|
# @private
|
8483
8547
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9043,6 +9107,7 @@ module Google
|
|
9043
9107
|
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet
|
9044
9108
|
# @private
|
9045
9109
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9110
|
+
hash :metadata, as: 'metadata'
|
9046
9111
|
property :text, as: 'text'
|
9047
9112
|
property :title, as: 'title'
|
9048
9113
|
property :uri, as: 'uri'
|
@@ -9077,6 +9142,8 @@ module Google
|
|
9077
9142
|
property :name, as: 'name'
|
9078
9143
|
property :participant, as: 'participant'
|
9079
9144
|
property :participant_role, as: 'participantRole'
|
9145
|
+
collection :response_messages, as: 'responseMessages', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ResponseMessage, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ResponseMessage::Representation
|
9146
|
+
|
9080
9147
|
property :send_time, as: 'sendTime'
|
9081
9148
|
property :sentiment_analysis, as: 'sentimentAnalysis', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SentimentAnalysisResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SentimentAnalysisResult::Representation
|
9082
9149
|
|
@@ -9129,6 +9196,68 @@ module Google
|
|
9129
9196
|
end
|
9130
9197
|
end
|
9131
9198
|
|
9199
|
+
class GoogleCloudDialogflowV2beta1ResponseMessage
|
9200
|
+
# @private
|
9201
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9202
|
+
property :end_interaction, as: 'endInteraction', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction::Representation
|
9203
|
+
|
9204
|
+
property :live_agent_handoff, as: 'liveAgentHandoff', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff::Representation
|
9205
|
+
|
9206
|
+
property :mixed_audio, as: 'mixedAudio', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio::Representation
|
9207
|
+
|
9208
|
+
hash :payload, as: 'payload'
|
9209
|
+
property :telephony_transfer_call, as: 'telephonyTransferCall', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall::Representation
|
9210
|
+
|
9211
|
+
property :text, as: 'text', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ResponseMessageText, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ResponseMessageText::Representation
|
9212
|
+
|
9213
|
+
end
|
9214
|
+
end
|
9215
|
+
|
9216
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction
|
9217
|
+
# @private
|
9218
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9219
|
+
end
|
9220
|
+
end
|
9221
|
+
|
9222
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff
|
9223
|
+
# @private
|
9224
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9225
|
+
hash :metadata, as: 'metadata'
|
9226
|
+
end
|
9227
|
+
end
|
9228
|
+
|
9229
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageMixedAudio
|
9230
|
+
# @private
|
9231
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9232
|
+
collection :segments, as: 'segments', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment::Representation
|
9233
|
+
|
9234
|
+
end
|
9235
|
+
end
|
9236
|
+
|
9237
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageMixedAudioSegment
|
9238
|
+
# @private
|
9239
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9240
|
+
property :allow_playback_interruption, as: 'allowPlaybackInterruption'
|
9241
|
+
property :audio, :base64 => true, as: 'audio'
|
9242
|
+
property :uri, as: 'uri'
|
9243
|
+
end
|
9244
|
+
end
|
9245
|
+
|
9246
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageTelephonyTransferCall
|
9247
|
+
# @private
|
9248
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9249
|
+
property :phone_number, as: 'phoneNumber'
|
9250
|
+
property :sip_uri, as: 'sipUri'
|
9251
|
+
end
|
9252
|
+
end
|
9253
|
+
|
9254
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageText
|
9255
|
+
# @private
|
9256
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9257
|
+
collection :text, as: 'text'
|
9258
|
+
end
|
9259
|
+
end
|
9260
|
+
|
9132
9261
|
class GoogleCloudDialogflowV2beta1Sentiment
|
9133
9262
|
# @private
|
9134
9263
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9285,53 +9414,6 @@ module Google
|
|
9285
9414
|
end
|
9286
9415
|
end
|
9287
9416
|
|
9288
|
-
class GoogleCloudDialogflowV3alpha1CreateDocumentOperationMetadata
|
9289
|
-
# @private
|
9290
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9291
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
9292
|
-
|
9293
|
-
end
|
9294
|
-
end
|
9295
|
-
|
9296
|
-
class GoogleCloudDialogflowV3alpha1DeleteDocumentOperationMetadata
|
9297
|
-
# @private
|
9298
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9299
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
9300
|
-
|
9301
|
-
end
|
9302
|
-
end
|
9303
|
-
|
9304
|
-
class GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata
|
9305
|
-
# @private
|
9306
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9307
|
-
property :state, as: 'state'
|
9308
|
-
end
|
9309
|
-
end
|
9310
|
-
|
9311
|
-
class GoogleCloudDialogflowV3alpha1ImportDocumentsOperationMetadata
|
9312
|
-
# @private
|
9313
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9314
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
9315
|
-
|
9316
|
-
end
|
9317
|
-
end
|
9318
|
-
|
9319
|
-
class GoogleCloudDialogflowV3alpha1ImportDocumentsResponse
|
9320
|
-
# @private
|
9321
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9322
|
-
collection :warnings, as: 'warnings', class: Google::Apis::DialogflowV3beta1::GoogleRpcStatus, decorator: Google::Apis::DialogflowV3beta1::GoogleRpcStatus::Representation
|
9323
|
-
|
9324
|
-
end
|
9325
|
-
end
|
9326
|
-
|
9327
|
-
class GoogleCloudDialogflowV3alpha1ReloadDocumentOperationMetadata
|
9328
|
-
# @private
|
9329
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9330
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
9331
|
-
|
9332
|
-
end
|
9333
|
-
end
|
9334
|
-
|
9335
9417
|
class GoogleCloudDialogflowV3alpha1TurnSignals
|
9336
9418
|
# @private
|
9337
9419
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9349,14 +9431,6 @@ module Google
|
|
9349
9431
|
end
|
9350
9432
|
end
|
9351
9433
|
|
9352
|
-
class GoogleCloudDialogflowV3alpha1UpdateDocumentOperationMetadata
|
9353
|
-
# @private
|
9354
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9355
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
9356
|
-
|
9357
|
-
end
|
9358
|
-
end
|
9359
|
-
|
9360
9434
|
class GoogleCloudLocationListLocationsResponse
|
9361
9435
|
# @private
|
9362
9436
|
class Representation < Google::Apis::Core::JsonRepresentation
|