google-apis-dialogflow_v3beta1 0.89.0 → 0.91.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 +633 -437
- data/lib/google/apis/dialogflow_v3beta1/gem_version.rb +3 -3
- data/lib/google/apis/dialogflow_v3beta1/representations.rb +230 -274
- data/lib/google/apis/dialogflow_v3beta1/service.rb +119 -15
- 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
|
|
@@ -1180,6 +1150,12 @@ module Google
|
|
1180
1150
|
include Google::Apis::Core::JsonObjectSupport
|
1181
1151
|
end
|
1182
1152
|
|
1153
|
+
class GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
|
+
|
1156
|
+
include Google::Apis::Core::JsonObjectSupport
|
1157
|
+
end
|
1158
|
+
|
1183
1159
|
class GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata
|
1184
1160
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1185
1161
|
|
@@ -1342,25 +1318,13 @@ module Google
|
|
1342
1318
|
include Google::Apis::Core::JsonObjectSupport
|
1343
1319
|
end
|
1344
1320
|
|
1345
|
-
class
|
1321
|
+
class GoogleCloudDialogflowCxV3beta1GeneratorModelParameter
|
1346
1322
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1347
1323
|
|
1348
1324
|
include Google::Apis::Core::JsonObjectSupport
|
1349
1325
|
end
|
1350
1326
|
|
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
|
1327
|
+
class GoogleCloudDialogflowCxV3beta1GeneratorPlaceholder
|
1364
1328
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1365
1329
|
|
1366
1330
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -1426,6 +1390,12 @@ module Google
|
|
1426
1390
|
include Google::Apis::Core::JsonObjectSupport
|
1427
1391
|
end
|
1428
1392
|
|
1393
|
+
class GoogleCloudDialogflowCxV3beta1ImportPlaybookRequest
|
1394
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1395
|
+
|
1396
|
+
include Google::Apis::Core::JsonObjectSupport
|
1397
|
+
end
|
1398
|
+
|
1429
1399
|
class GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
|
1430
1400
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1431
1401
|
|
@@ -1450,6 +1420,12 @@ module Google
|
|
1450
1420
|
include Google::Apis::Core::JsonObjectSupport
|
1451
1421
|
end
|
1452
1422
|
|
1423
|
+
class GoogleCloudDialogflowCxV3beta1InlineSchema
|
1424
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1425
|
+
|
1426
|
+
include Google::Apis::Core::JsonObjectSupport
|
1427
|
+
end
|
1428
|
+
|
1453
1429
|
class GoogleCloudDialogflowCxV3beta1InlineSource
|
1454
1430
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1455
1431
|
|
@@ -1744,6 +1720,12 @@ module Google
|
|
1744
1720
|
include Google::Apis::Core::JsonObjectSupport
|
1745
1721
|
end
|
1746
1722
|
|
1723
|
+
class GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy
|
1724
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1725
|
+
|
1726
|
+
include Google::Apis::Core::JsonObjectSupport
|
1727
|
+
end
|
1728
|
+
|
1747
1729
|
class GoogleCloudDialogflowCxV3beta1PlaybookInput
|
1748
1730
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1749
1731
|
|
@@ -1798,12 +1780,6 @@ module Google
|
|
1798
1780
|
include Google::Apis::Core::JsonObjectSupport
|
1799
1781
|
end
|
1800
1782
|
|
1801
|
-
class GoogleCloudDialogflowCxV3beta1ReloadDocumentOperationMetadata
|
1802
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1803
|
-
|
1804
|
-
include Google::Apis::Core::JsonObjectSupport
|
1805
|
-
end
|
1806
|
-
|
1807
1783
|
class GoogleCloudDialogflowCxV3beta1ResourceName
|
1808
1784
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1809
1785
|
|
@@ -1888,6 +1864,18 @@ module Google
|
|
1888
1864
|
include Google::Apis::Core::JsonObjectSupport
|
1889
1865
|
end
|
1890
1866
|
|
1867
|
+
class GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionRequest
|
1868
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1869
|
+
|
1870
|
+
include Google::Apis::Core::JsonObjectSupport
|
1871
|
+
end
|
1872
|
+
|
1873
|
+
class GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionResponse
|
1874
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1875
|
+
|
1876
|
+
include Google::Apis::Core::JsonObjectSupport
|
1877
|
+
end
|
1878
|
+
|
1891
1879
|
class GoogleCloudDialogflowCxV3beta1RolloutConfig
|
1892
1880
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1893
1881
|
|
@@ -2092,6 +2080,12 @@ module Google
|
|
2092
2080
|
include Google::Apis::Core::JsonObjectSupport
|
2093
2081
|
end
|
2094
2082
|
|
2083
|
+
class GoogleCloudDialogflowCxV3beta1ToolAuthenticationBearerTokenConfig
|
2084
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2085
|
+
|
2086
|
+
include Google::Apis::Core::JsonObjectSupport
|
2087
|
+
end
|
2088
|
+
|
2095
2089
|
class GoogleCloudDialogflowCxV3beta1ToolAuthenticationOAuthConfig
|
2096
2090
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2097
2091
|
|
@@ -2152,6 +2146,12 @@ module Google
|
|
2152
2146
|
include Google::Apis::Core::JsonObjectSupport
|
2153
2147
|
end
|
2154
2148
|
|
2149
|
+
class GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig
|
2150
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2151
|
+
|
2152
|
+
include Google::Apis::Core::JsonObjectSupport
|
2153
|
+
end
|
2154
|
+
|
2155
2155
|
class GoogleCloudDialogflowCxV3beta1ToolTlsConfig
|
2156
2156
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2157
2157
|
|
@@ -2230,7 +2230,13 @@ module Google
|
|
2230
2230
|
include Google::Apis::Core::JsonObjectSupport
|
2231
2231
|
end
|
2232
2232
|
|
2233
|
-
class
|
2233
|
+
class GoogleCloudDialogflowCxV3beta1TypeSchema
|
2234
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2235
|
+
|
2236
|
+
include Google::Apis::Core::JsonObjectSupport
|
2237
|
+
end
|
2238
|
+
|
2239
|
+
class GoogleCloudDialogflowCxV3beta1TypeSchemaSchemaReference
|
2234
2240
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2235
2241
|
|
2236
2242
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -3496,54 +3502,12 @@ module Google
|
|
3496
3502
|
include Google::Apis::Core::JsonObjectSupport
|
3497
3503
|
end
|
3498
3504
|
|
3499
|
-
class GoogleCloudDialogflowV3alpha1CreateDocumentOperationMetadata
|
3500
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3501
|
-
|
3502
|
-
include Google::Apis::Core::JsonObjectSupport
|
3503
|
-
end
|
3504
|
-
|
3505
|
-
class GoogleCloudDialogflowV3alpha1DeleteDocumentOperationMetadata
|
3506
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3507
|
-
|
3508
|
-
include Google::Apis::Core::JsonObjectSupport
|
3509
|
-
end
|
3510
|
-
|
3511
|
-
class GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata
|
3512
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3513
|
-
|
3514
|
-
include Google::Apis::Core::JsonObjectSupport
|
3515
|
-
end
|
3516
|
-
|
3517
|
-
class GoogleCloudDialogflowV3alpha1ImportDocumentsOperationMetadata
|
3518
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3519
|
-
|
3520
|
-
include Google::Apis::Core::JsonObjectSupport
|
3521
|
-
end
|
3522
|
-
|
3523
|
-
class GoogleCloudDialogflowV3alpha1ImportDocumentsResponse
|
3524
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3525
|
-
|
3526
|
-
include Google::Apis::Core::JsonObjectSupport
|
3527
|
-
end
|
3528
|
-
|
3529
|
-
class GoogleCloudDialogflowV3alpha1ReloadDocumentOperationMetadata
|
3530
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3531
|
-
|
3532
|
-
include Google::Apis::Core::JsonObjectSupport
|
3533
|
-
end
|
3534
|
-
|
3535
3505
|
class GoogleCloudDialogflowV3alpha1TurnSignals
|
3536
3506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3537
3507
|
|
3538
3508
|
include Google::Apis::Core::JsonObjectSupport
|
3539
3509
|
end
|
3540
3510
|
|
3541
|
-
class GoogleCloudDialogflowV3alpha1UpdateDocumentOperationMetadata
|
3542
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3543
|
-
|
3544
|
-
include Google::Apis::Core::JsonObjectSupport
|
3545
|
-
end
|
3546
|
-
|
3547
3511
|
class GoogleCloudLocationListLocationsResponse
|
3548
3512
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3549
3513
|
|
@@ -3614,6 +3578,7 @@ module Google
|
|
3614
3578
|
class GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings
|
3615
3579
|
# @private
|
3616
3580
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3581
|
+
property :enable_consent_based_redaction, as: 'enableConsentBasedRedaction'
|
3617
3582
|
property :enable_interaction_logging, as: 'enableInteractionLogging'
|
3618
3583
|
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
|
3619
3584
|
end
|
@@ -3719,14 +3684,6 @@ module Google
|
|
3719
3684
|
end
|
3720
3685
|
end
|
3721
3686
|
|
3722
|
-
class GoogleCloudDialogflowCxV3CreateDocumentOperationMetadata
|
3723
|
-
# @private
|
3724
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3725
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
3726
|
-
|
3727
|
-
end
|
3728
|
-
end
|
3729
|
-
|
3730
3687
|
class GoogleCloudDialogflowCxV3CreateVersionOperationMetadata
|
3731
3688
|
# @private
|
3732
3689
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3742,14 +3699,6 @@ module Google
|
|
3742
3699
|
end
|
3743
3700
|
end
|
3744
3701
|
|
3745
|
-
class GoogleCloudDialogflowCxV3DeleteDocumentOperationMetadata
|
3746
|
-
# @private
|
3747
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3748
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
3749
|
-
|
3750
|
-
end
|
3751
|
-
end
|
3752
|
-
|
3753
3702
|
class GoogleCloudDialogflowCxV3DeployFlowMetadata
|
3754
3703
|
# @private
|
3755
3704
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3990,29 +3939,6 @@ module Google
|
|
3990
3939
|
end
|
3991
3940
|
end
|
3992
3941
|
|
3993
|
-
class GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata
|
3994
|
-
# @private
|
3995
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
3996
|
-
property :state, as: 'state'
|
3997
|
-
end
|
3998
|
-
end
|
3999
|
-
|
4000
|
-
class GoogleCloudDialogflowCxV3ImportDocumentsOperationMetadata
|
4001
|
-
# @private
|
4002
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4003
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
4004
|
-
|
4005
|
-
end
|
4006
|
-
end
|
4007
|
-
|
4008
|
-
class GoogleCloudDialogflowCxV3ImportDocumentsResponse
|
4009
|
-
# @private
|
4010
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4011
|
-
collection :warnings, as: 'warnings', class: Google::Apis::DialogflowV3beta1::GoogleRpcStatus, decorator: Google::Apis::DialogflowV3beta1::GoogleRpcStatus::Representation
|
4012
|
-
|
4013
|
-
end
|
4014
|
-
end
|
4015
|
-
|
4016
3942
|
class GoogleCloudDialogflowCxV3ImportEntityTypesMetadata
|
4017
3943
|
# @private
|
4018
3944
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4245,14 +4171,6 @@ module Google
|
|
4245
4171
|
end
|
4246
4172
|
end
|
4247
4173
|
|
4248
|
-
class GoogleCloudDialogflowCxV3ReloadDocumentOperationMetadata
|
4249
|
-
# @private
|
4250
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4251
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
4252
|
-
|
4253
|
-
end
|
4254
|
-
end
|
4255
|
-
|
4256
4174
|
class GoogleCloudDialogflowCxV3ResponseMessage
|
4257
4175
|
# @private
|
4258
4176
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4496,14 +4414,6 @@ module Google
|
|
4496
4414
|
end
|
4497
4415
|
end
|
4498
4416
|
|
4499
|
-
class GoogleCloudDialogflowCxV3UpdateDocumentOperationMetadata
|
4500
|
-
# @private
|
4501
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
4502
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3GenericKnowledgeOperationMetadata::Representation
|
4503
|
-
|
4504
|
-
end
|
4505
|
-
end
|
4506
|
-
|
4507
4417
|
class GoogleCloudDialogflowCxV3Webhook
|
4508
4418
|
# @private
|
4509
4419
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4685,6 +4595,7 @@ module Google
|
|
4685
4595
|
class GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings
|
4686
4596
|
# @private
|
4687
4597
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4598
|
+
property :enable_consent_based_redaction, as: 'enableConsentBasedRedaction'
|
4688
4599
|
property :enable_interaction_logging, as: 'enableInteractionLogging'
|
4689
4600
|
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
|
4690
4601
|
end
|
@@ -4708,6 +4619,10 @@ module Google
|
|
4708
4619
|
property :answer_feedback_settings, as: 'answerFeedbackSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettings::Representation
|
4709
4620
|
|
4710
4621
|
property :avatar_uri, as: 'avatarUri'
|
4622
|
+
property :bigquery_export_settings, as: 'bigqueryExportSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1BigQueryExportSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1BigQueryExportSettings::Representation
|
4623
|
+
|
4624
|
+
property :client_certificate_settings, as: 'clientCertificateSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentClientCertificateSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentClientCertificateSettings::Representation
|
4625
|
+
|
4711
4626
|
property :default_language_code, as: 'defaultLanguageCode'
|
4712
4627
|
property :description, as: 'description'
|
4713
4628
|
property :display_name, as: 'displayName'
|
@@ -4741,6 +4656,15 @@ module Google
|
|
4741
4656
|
end
|
4742
4657
|
end
|
4743
4658
|
|
4659
|
+
class GoogleCloudDialogflowCxV3beta1AgentClientCertificateSettings
|
4660
|
+
# @private
|
4661
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4662
|
+
property :passphrase, as: 'passphrase'
|
4663
|
+
property :private_key, as: 'privateKey'
|
4664
|
+
property :ssl_certificate, as: 'sslCertificate'
|
4665
|
+
end
|
4666
|
+
end
|
4667
|
+
|
4744
4668
|
class GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettings
|
4745
4669
|
# @private
|
4746
4670
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4856,6 +4780,14 @@ module Google
|
|
4856
4780
|
end
|
4857
4781
|
end
|
4858
4782
|
|
4783
|
+
class GoogleCloudDialogflowCxV3beta1BigQueryExportSettings
|
4784
|
+
# @private
|
4785
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4786
|
+
property :bigquery_table, as: 'bigqueryTable'
|
4787
|
+
property :enabled, as: 'enabled'
|
4788
|
+
end
|
4789
|
+
end
|
4790
|
+
|
4859
4791
|
class GoogleCloudDialogflowCxV3beta1BoostSpec
|
4860
4792
|
# @private
|
4861
4793
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4868,10 +4800,31 @@ module Google
|
|
4868
4800
|
# @private
|
4869
4801
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4870
4802
|
property :boost, as: 'boost'
|
4803
|
+
property :boost_control_spec, as: 'boostControlSpec', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpec, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpec::Representation
|
4804
|
+
|
4871
4805
|
property :condition, as: 'condition'
|
4872
4806
|
end
|
4873
4807
|
end
|
4874
4808
|
|
4809
|
+
class GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpec
|
4810
|
+
# @private
|
4811
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4812
|
+
property :attribute_type, as: 'attributeType'
|
4813
|
+
collection :control_points, as: 'controlPoints', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint::Representation
|
4814
|
+
|
4815
|
+
property :field_name, as: 'fieldName'
|
4816
|
+
property :interpolation_type, as: 'interpolationType'
|
4817
|
+
end
|
4818
|
+
end
|
4819
|
+
|
4820
|
+
class GoogleCloudDialogflowCxV3beta1BoostSpecConditionBoostSpecBoostControlSpecControlPoint
|
4821
|
+
# @private
|
4822
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4823
|
+
property :attribute_value, as: 'attributeValue'
|
4824
|
+
property :boost_amount, as: 'boostAmount'
|
4825
|
+
end
|
4826
|
+
end
|
4827
|
+
|
4875
4828
|
class GoogleCloudDialogflowCxV3beta1BoostSpecs
|
4876
4829
|
# @private
|
4877
4830
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4962,6 +4915,8 @@ module Google
|
|
4962
4915
|
class GoogleCloudDialogflowCxV3beta1ConversationInteraction
|
4963
4916
|
# @private
|
4964
4917
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4918
|
+
property :answer_feedback, as: 'answerFeedback', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AnswerFeedback, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AnswerFeedback::Representation
|
4919
|
+
|
4965
4920
|
property :create_time, as: 'createTime'
|
4966
4921
|
property :missing_transition, as: 'missingTransition', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ConversationInteractionMissingTransition, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ConversationInteractionMissingTransition::Representation
|
4967
4922
|
|
@@ -5072,14 +5027,6 @@ module Google
|
|
5072
5027
|
end
|
5073
5028
|
end
|
5074
5029
|
|
5075
|
-
class GoogleCloudDialogflowCxV3beta1CreateDocumentOperationMetadata
|
5076
|
-
# @private
|
5077
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
5078
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
5079
|
-
|
5080
|
-
end
|
5081
|
-
end
|
5082
|
-
|
5083
5030
|
class GoogleCloudDialogflowCxV3beta1CreateVersionOperationMetadata
|
5084
5031
|
# @private
|
5085
5032
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5178,14 +5125,6 @@ module Google
|
|
5178
5125
|
end
|
5179
5126
|
end
|
5180
5127
|
|
5181
|
-
class GoogleCloudDialogflowCxV3beta1DeleteDocumentOperationMetadata
|
5182
|
-
# @private
|
5183
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
5184
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
5185
|
-
|
5186
|
-
end
|
5187
|
-
end
|
5188
|
-
|
5189
5128
|
class GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
|
5190
5129
|
# @private
|
5191
5130
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5549,6 +5488,14 @@ module Google
|
|
5549
5488
|
end
|
5550
5489
|
end
|
5551
5490
|
|
5491
|
+
class GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest
|
5492
|
+
# @private
|
5493
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5494
|
+
property :data_format, as: 'dataFormat'
|
5495
|
+
property :playbook_uri, as: 'playbookUri'
|
5496
|
+
end
|
5497
|
+
end
|
5498
|
+
|
5552
5499
|
class GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata
|
5553
5500
|
# @private
|
5554
5501
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5601,6 +5548,7 @@ module Google
|
|
5601
5548
|
|
5602
5549
|
property :knowledge_connector_settings, as: 'knowledgeConnectorSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings::Representation
|
5603
5550
|
|
5551
|
+
property :locked, as: 'locked'
|
5604
5552
|
property :multi_language_settings, as: 'multiLanguageSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings::Representation
|
5605
5553
|
|
5606
5554
|
property :name, as: 'name'
|
@@ -5622,6 +5570,7 @@ module Google
|
|
5622
5570
|
class GoogleCloudDialogflowCxV3beta1FlowInvocation
|
5623
5571
|
# @private
|
5624
5572
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5573
|
+
property :display_name, as: 'displayName'
|
5625
5574
|
property :flow, as: 'flow'
|
5626
5575
|
property :flow_state, as: 'flowState'
|
5627
5576
|
hash :input_action_parameters, as: 'inputActionParameters'
|
@@ -5826,6 +5775,8 @@ module Google
|
|
5826
5775
|
property :display_name, as: 'displayName'
|
5827
5776
|
property :llm_model_settings, as: 'llmModelSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LlmModelSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LlmModelSettings::Representation
|
5828
5777
|
|
5778
|
+
property :model_parameter, as: 'modelParameter', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GeneratorModelParameter, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GeneratorModelParameter::Representation
|
5779
|
+
|
5829
5780
|
property :name, as: 'name'
|
5830
5781
|
collection :placeholders, as: 'placeholders', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GeneratorPlaceholder, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GeneratorPlaceholder::Representation
|
5831
5782
|
|
@@ -5834,34 +5785,21 @@ module Google
|
|
5834
5785
|
end
|
5835
5786
|
end
|
5836
5787
|
|
5837
|
-
class
|
5838
|
-
# @private
|
5839
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
5840
|
-
property :id, as: 'id'
|
5841
|
-
property :name, as: 'name'
|
5842
|
-
end
|
5843
|
-
end
|
5844
|
-
|
5845
|
-
class GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata
|
5788
|
+
class GoogleCloudDialogflowCxV3beta1GeneratorModelParameter
|
5846
5789
|
# @private
|
5847
5790
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5848
|
-
property :
|
5791
|
+
property :max_decode_steps, as: 'maxDecodeSteps'
|
5792
|
+
property :temperature, as: 'temperature'
|
5793
|
+
property :top_k, as: 'topK'
|
5794
|
+
property :top_p, as: 'topP'
|
5849
5795
|
end
|
5850
5796
|
end
|
5851
5797
|
|
5852
|
-
class
|
5853
|
-
# @private
|
5854
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
5855
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
5856
|
-
|
5857
|
-
end
|
5858
|
-
end
|
5859
|
-
|
5860
|
-
class GoogleCloudDialogflowCxV3beta1ImportDocumentsResponse
|
5798
|
+
class GoogleCloudDialogflowCxV3beta1GeneratorPlaceholder
|
5861
5799
|
# @private
|
5862
5800
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5863
|
-
|
5864
|
-
|
5801
|
+
property :id, as: 'id'
|
5802
|
+
property :name, as: 'name'
|
5865
5803
|
end
|
5866
5804
|
end
|
5867
5805
|
|
@@ -5950,6 +5888,16 @@ module Google
|
|
5950
5888
|
end
|
5951
5889
|
end
|
5952
5890
|
|
5891
|
+
class GoogleCloudDialogflowCxV3beta1ImportPlaybookRequest
|
5892
|
+
# @private
|
5893
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5894
|
+
property :import_strategy, as: 'importStrategy', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy::Representation
|
5895
|
+
|
5896
|
+
property :playbook_content, :base64 => true, as: 'playbookContent'
|
5897
|
+
property :playbook_uri, as: 'playbookUri'
|
5898
|
+
end
|
5899
|
+
end
|
5900
|
+
|
5953
5901
|
class GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
|
5954
5902
|
# @private
|
5955
5903
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5980,6 +5928,15 @@ module Google
|
|
5980
5928
|
end
|
5981
5929
|
end
|
5982
5930
|
|
5931
|
+
class GoogleCloudDialogflowCxV3beta1InlineSchema
|
5932
|
+
# @private
|
5933
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5934
|
+
property :items, as: 'items', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TypeSchema, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TypeSchema::Representation
|
5935
|
+
|
5936
|
+
property :type, as: 'type'
|
5937
|
+
end
|
5938
|
+
end
|
5939
|
+
|
5983
5940
|
class GoogleCloudDialogflowCxV3beta1InlineSource
|
5984
5941
|
# @private
|
5985
5942
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6438,6 +6395,8 @@ module Google
|
|
6438
6395
|
property :description, as: 'description'
|
6439
6396
|
property :name, as: 'name'
|
6440
6397
|
property :type, as: 'type'
|
6398
|
+
property :type_schema, as: 'typeSchema', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TypeSchema, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TypeSchema::Representation
|
6399
|
+
|
6441
6400
|
end
|
6442
6401
|
end
|
6443
6402
|
|
@@ -6471,6 +6430,15 @@ module Google
|
|
6471
6430
|
end
|
6472
6431
|
end
|
6473
6432
|
|
6433
|
+
class GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy
|
6434
|
+
# @private
|
6435
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6436
|
+
property :main_playbook_import_strategy, as: 'mainPlaybookImportStrategy'
|
6437
|
+
property :nested_resource_import_strategy, as: 'nestedResourceImportStrategy'
|
6438
|
+
property :tool_import_strategy, as: 'toolImportStrategy'
|
6439
|
+
end
|
6440
|
+
end
|
6441
|
+
|
6474
6442
|
class GoogleCloudDialogflowCxV3beta1PlaybookInput
|
6475
6443
|
# @private
|
6476
6444
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6490,6 +6458,7 @@ module Google
|
|
6490
6458
|
class GoogleCloudDialogflowCxV3beta1PlaybookInvocation
|
6491
6459
|
# @private
|
6492
6460
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6461
|
+
property :display_name, as: 'displayName'
|
6493
6462
|
property :playbook, as: 'playbook'
|
6494
6463
|
property :playbook_input, as: 'playbookInput', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookInput, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookInput::Representation
|
6495
6464
|
|
@@ -6617,14 +6586,6 @@ module Google
|
|
6617
6586
|
end
|
6618
6587
|
end
|
6619
6588
|
|
6620
|
-
class GoogleCloudDialogflowCxV3beta1ReloadDocumentOperationMetadata
|
6621
|
-
# @private
|
6622
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6623
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1GenericKnowledgeOperationMetadata::Representation
|
6624
|
-
|
6625
|
-
end
|
6626
|
-
end
|
6627
|
-
|
6628
6589
|
class GoogleCloudDialogflowCxV3beta1ResourceName
|
6629
6590
|
# @private
|
6630
6591
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6754,6 +6715,20 @@ module Google
|
|
6754
6715
|
end
|
6755
6716
|
end
|
6756
6717
|
|
6718
|
+
class GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionRequest
|
6719
|
+
# @private
|
6720
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6721
|
+
end
|
6722
|
+
end
|
6723
|
+
|
6724
|
+
class GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionResponse
|
6725
|
+
# @private
|
6726
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6727
|
+
property :playbook, as: 'playbook', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Playbook, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Playbook::Representation
|
6728
|
+
|
6729
|
+
end
|
6730
|
+
end
|
6731
|
+
|
6757
6732
|
class GoogleCloudDialogflowCxV3beta1RolloutConfig
|
6758
6733
|
# @private
|
6759
6734
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6830,6 +6805,7 @@ module Google
|
|
6830
6805
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6831
6806
|
collection :banned_phrases, as: 'bannedPhrases', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SafetySettingsPhrase, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SafetySettingsPhrase::Representation
|
6832
6807
|
|
6808
|
+
property :default_banned_phrase_match_strategy, as: 'defaultBannedPhraseMatchStrategy'
|
6833
6809
|
end
|
6834
6810
|
end
|
6835
6811
|
|
@@ -7059,6 +7035,8 @@ module Google
|
|
7059
7035
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7060
7036
|
property :api_key_config, as: 'apiKeyConfig', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthenticationApiKeyConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthenticationApiKeyConfig::Representation
|
7061
7037
|
|
7038
|
+
property :bearer_token_config, as: 'bearerTokenConfig', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthenticationBearerTokenConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthenticationBearerTokenConfig::Representation
|
7039
|
+
|
7062
7040
|
property :oauth_config, as: 'oauthConfig', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthenticationOAuthConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthenticationOAuthConfig::Representation
|
7063
7041
|
|
7064
7042
|
property :service_agent_auth_config, as: 'serviceAgentAuthConfig', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAgentAuthConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAgentAuthConfig::Representation
|
@@ -7075,12 +7053,20 @@ module Google
|
|
7075
7053
|
end
|
7076
7054
|
end
|
7077
7055
|
|
7056
|
+
class GoogleCloudDialogflowCxV3beta1ToolAuthenticationBearerTokenConfig
|
7057
|
+
# @private
|
7058
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7059
|
+
property :token, as: 'token'
|
7060
|
+
end
|
7061
|
+
end
|
7062
|
+
|
7078
7063
|
class GoogleCloudDialogflowCxV3beta1ToolAuthenticationOAuthConfig
|
7079
7064
|
# @private
|
7080
7065
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7081
7066
|
property :client_id, as: 'clientId'
|
7082
7067
|
property :client_secret, as: 'clientSecret'
|
7083
7068
|
property :oauth_grant_type, as: 'oauthGrantType'
|
7069
|
+
collection :scopes, as: 'scopes'
|
7084
7070
|
property :token_endpoint, as: 'tokenEndpoint'
|
7085
7071
|
end
|
7086
7072
|
end
|
@@ -7088,6 +7074,7 @@ module Google
|
|
7088
7074
|
class GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAgentAuthConfig
|
7089
7075
|
# @private
|
7090
7076
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7077
|
+
property :service_agent_auth, as: 'serviceAgentAuth'
|
7091
7078
|
end
|
7092
7079
|
end
|
7093
7080
|
|
@@ -7154,12 +7141,21 @@ module Google
|
|
7154
7141
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7155
7142
|
property :authentication, as: 'authentication', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthentication, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolAuthentication::Representation
|
7156
7143
|
|
7144
|
+
property :service_directory_config, as: 'serviceDirectoryConfig', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig::Representation
|
7145
|
+
|
7157
7146
|
property :text_schema, as: 'textSchema'
|
7158
7147
|
property :tls_config, as: 'tlsConfig', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolTlsConfig, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ToolTlsConfig::Representation
|
7159
7148
|
|
7160
7149
|
end
|
7161
7150
|
end
|
7162
7151
|
|
7152
|
+
class GoogleCloudDialogflowCxV3beta1ToolServiceDirectoryConfig
|
7153
|
+
# @private
|
7154
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7155
|
+
property :service, as: 'service'
|
7156
|
+
end
|
7157
|
+
end
|
7158
|
+
|
7163
7159
|
class GoogleCloudDialogflowCxV3beta1ToolTlsConfig
|
7164
7160
|
# @private
|
7165
7161
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7180,6 +7176,7 @@ module Google
|
|
7180
7176
|
# @private
|
7181
7177
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7182
7178
|
property :action, as: 'action'
|
7179
|
+
property :display_name, as: 'displayName'
|
7183
7180
|
hash :input_action_parameters, as: 'inputActionParameters'
|
7184
7181
|
hash :output_action_parameters, as: 'outputActionParameters'
|
7185
7182
|
property :tool, as: 'tool'
|
@@ -7296,11 +7293,21 @@ module Google
|
|
7296
7293
|
end
|
7297
7294
|
end
|
7298
7295
|
|
7299
|
-
class
|
7296
|
+
class GoogleCloudDialogflowCxV3beta1TypeSchema
|
7300
7297
|
# @private
|
7301
7298
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7302
|
-
property :
|
7299
|
+
property :inline_schema, as: 'inlineSchema', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1InlineSchema, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1InlineSchema::Representation
|
7303
7300
|
|
7301
|
+
property :schema_reference, as: 'schemaReference', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TypeSchemaSchemaReference, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TypeSchemaSchemaReference::Representation
|
7302
|
+
|
7303
|
+
end
|
7304
|
+
end
|
7305
|
+
|
7306
|
+
class GoogleCloudDialogflowCxV3beta1TypeSchemaSchemaReference
|
7307
|
+
# @private
|
7308
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7309
|
+
property :schema, as: 'schema'
|
7310
|
+
property :tool, as: 'tool'
|
7304
7311
|
end
|
7305
7312
|
end
|
7306
7313
|
|
@@ -7607,6 +7614,8 @@ module Google
|
|
7607
7614
|
property :display_name, as: 'displayName'
|
7608
7615
|
property :language_code, as: 'languageCode'
|
7609
7616
|
property :name, as: 'name'
|
7617
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
7618
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
7610
7619
|
property :smart_reply_model_metadata, as: 'smartReplyModelMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SmartReplyModelMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SmartReplyModelMetadata::Representation
|
7611
7620
|
|
7612
7621
|
property :state, as: 'state'
|
@@ -8194,6 +8203,7 @@ module Google
|
|
8194
8203
|
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet
|
8195
8204
|
# @private
|
8196
8205
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8206
|
+
hash :metadata, as: 'metadata'
|
8197
8207
|
property :text, as: 'text'
|
8198
8208
|
property :title, as: 'title'
|
8199
8209
|
property :uri, as: 'uri'
|
@@ -9173,6 +9183,7 @@ module Google
|
|
9173
9183
|
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSourceSnippet
|
9174
9184
|
# @private
|
9175
9185
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9186
|
+
hash :metadata, as: 'metadata'
|
9176
9187
|
property :text, as: 'text'
|
9177
9188
|
property :title, as: 'title'
|
9178
9189
|
property :uri, as: 'uri'
|
@@ -9479,53 +9490,6 @@ module Google
|
|
9479
9490
|
end
|
9480
9491
|
end
|
9481
9492
|
|
9482
|
-
class GoogleCloudDialogflowV3alpha1CreateDocumentOperationMetadata
|
9483
|
-
# @private
|
9484
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9485
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
9486
|
-
|
9487
|
-
end
|
9488
|
-
end
|
9489
|
-
|
9490
|
-
class GoogleCloudDialogflowV3alpha1DeleteDocumentOperationMetadata
|
9491
|
-
# @private
|
9492
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9493
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
9494
|
-
|
9495
|
-
end
|
9496
|
-
end
|
9497
|
-
|
9498
|
-
class GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata
|
9499
|
-
# @private
|
9500
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9501
|
-
property :state, as: 'state'
|
9502
|
-
end
|
9503
|
-
end
|
9504
|
-
|
9505
|
-
class GoogleCloudDialogflowV3alpha1ImportDocumentsOperationMetadata
|
9506
|
-
# @private
|
9507
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9508
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
9509
|
-
|
9510
|
-
end
|
9511
|
-
end
|
9512
|
-
|
9513
|
-
class GoogleCloudDialogflowV3alpha1ImportDocumentsResponse
|
9514
|
-
# @private
|
9515
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9516
|
-
collection :warnings, as: 'warnings', class: Google::Apis::DialogflowV3beta1::GoogleRpcStatus, decorator: Google::Apis::DialogflowV3beta1::GoogleRpcStatus::Representation
|
9517
|
-
|
9518
|
-
end
|
9519
|
-
end
|
9520
|
-
|
9521
|
-
class GoogleCloudDialogflowV3alpha1ReloadDocumentOperationMetadata
|
9522
|
-
# @private
|
9523
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9524
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
9525
|
-
|
9526
|
-
end
|
9527
|
-
end
|
9528
|
-
|
9529
9493
|
class GoogleCloudDialogflowV3alpha1TurnSignals
|
9530
9494
|
# @private
|
9531
9495
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9543,14 +9507,6 @@ module Google
|
|
9543
9507
|
end
|
9544
9508
|
end
|
9545
9509
|
|
9546
|
-
class GoogleCloudDialogflowV3alpha1UpdateDocumentOperationMetadata
|
9547
|
-
# @private
|
9548
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9549
|
-
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata::Representation
|
9550
|
-
|
9551
|
-
end
|
9552
|
-
end
|
9553
|
-
|
9554
9510
|
class GoogleCloudLocationListLocationsResponse
|
9555
9511
|
# @private
|
9556
9512
|
class Representation < Google::Apis::Core::JsonRepresentation
|