google-apis-dialogflow_v2beta1 0.27.0 → 0.30.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 +12 -0
- data/lib/google/apis/dialogflow_v2beta1/classes.rb +729 -14
- data/lib/google/apis/dialogflow_v2beta1/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v2beta1/representations.rb +343 -0
- data/lib/google/apis/dialogflow_v2beta1/service.rb +166 -0
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV2beta1
|
18
18
|
# Version of the google-apis-dialogflow_v2beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.30.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220309"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -982,6 +982,12 @@ module Google
|
|
982
982
|
include Google::Apis::Core::JsonObjectSupport
|
983
983
|
end
|
984
984
|
|
985
|
+
class GoogleCloudDialogflowV2ArticleSuggestionModelMetadata
|
986
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
987
|
+
|
988
|
+
include Google::Apis::Core::JsonObjectSupport
|
989
|
+
end
|
990
|
+
|
985
991
|
class GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse
|
986
992
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
987
993
|
|
@@ -994,6 +1000,12 @@ module Google
|
|
994
1000
|
include Google::Apis::Core::JsonObjectSupport
|
995
1001
|
end
|
996
1002
|
|
1003
|
+
class GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata
|
1004
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1005
|
+
|
1006
|
+
include Google::Apis::Core::JsonObjectSupport
|
1007
|
+
end
|
1008
|
+
|
997
1009
|
class GoogleCloudDialogflowV2Context
|
998
1010
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
999
1011
|
|
@@ -1006,6 +1018,48 @@ module Google
|
|
1006
1018
|
include Google::Apis::Core::JsonObjectSupport
|
1007
1019
|
end
|
1008
1020
|
|
1021
|
+
class GoogleCloudDialogflowV2ConversationModel
|
1022
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1023
|
+
|
1024
|
+
include Google::Apis::Core::JsonObjectSupport
|
1025
|
+
end
|
1026
|
+
|
1027
|
+
class GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
|
1028
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
|
+
|
1030
|
+
include Google::Apis::Core::JsonObjectSupport
|
1031
|
+
end
|
1032
|
+
|
1033
|
+
class GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata
|
1034
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1035
|
+
|
1036
|
+
include Google::Apis::Core::JsonObjectSupport
|
1037
|
+
end
|
1038
|
+
|
1039
|
+
class GoogleCloudDialogflowV2CreateConversationModelOperationMetadata
|
1040
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
|
+
|
1042
|
+
include Google::Apis::Core::JsonObjectSupport
|
1043
|
+
end
|
1044
|
+
|
1045
|
+
class GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata
|
1046
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1047
|
+
|
1048
|
+
include Google::Apis::Core::JsonObjectSupport
|
1049
|
+
end
|
1050
|
+
|
1051
|
+
class GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata
|
1052
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1053
|
+
|
1054
|
+
include Google::Apis::Core::JsonObjectSupport
|
1055
|
+
end
|
1056
|
+
|
1057
|
+
class GoogleCloudDialogflowV2DeployConversationModelOperationMetadata
|
1058
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1059
|
+
|
1060
|
+
include Google::Apis::Core::JsonObjectSupport
|
1061
|
+
end
|
1062
|
+
|
1009
1063
|
class GoogleCloudDialogflowV2EntityType
|
1010
1064
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1011
1065
|
|
@@ -1030,24 +1084,54 @@ module Google
|
|
1030
1084
|
include Google::Apis::Core::JsonObjectSupport
|
1031
1085
|
end
|
1032
1086
|
|
1087
|
+
class GoogleCloudDialogflowV2ExportOperationMetadata
|
1088
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1089
|
+
|
1090
|
+
include Google::Apis::Core::JsonObjectSupport
|
1091
|
+
end
|
1092
|
+
|
1033
1093
|
class GoogleCloudDialogflowV2FaqAnswer
|
1034
1094
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1035
1095
|
|
1036
1096
|
include Google::Apis::Core::JsonObjectSupport
|
1037
1097
|
end
|
1038
1098
|
|
1099
|
+
class GoogleCloudDialogflowV2GcsDestination
|
1100
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1101
|
+
|
1102
|
+
include Google::Apis::Core::JsonObjectSupport
|
1103
|
+
end
|
1104
|
+
|
1039
1105
|
class GoogleCloudDialogflowV2HumanAgentAssistantEvent
|
1040
1106
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
1107
|
|
1042
1108
|
include Google::Apis::Core::JsonObjectSupport
|
1043
1109
|
end
|
1044
1110
|
|
1111
|
+
class GoogleCloudDialogflowV2ImportConversationDataOperationMetadata
|
1112
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1113
|
+
|
1114
|
+
include Google::Apis::Core::JsonObjectSupport
|
1115
|
+
end
|
1116
|
+
|
1117
|
+
class GoogleCloudDialogflowV2ImportConversationDataOperationResponse
|
1118
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1119
|
+
|
1120
|
+
include Google::Apis::Core::JsonObjectSupport
|
1121
|
+
end
|
1122
|
+
|
1045
1123
|
class GoogleCloudDialogflowV2ImportDocumentsResponse
|
1046
1124
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1047
1125
|
|
1048
1126
|
include Google::Apis::Core::JsonObjectSupport
|
1049
1127
|
end
|
1050
1128
|
|
1129
|
+
class GoogleCloudDialogflowV2InputDataset
|
1130
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1131
|
+
|
1132
|
+
include Google::Apis::Core::JsonObjectSupport
|
1133
|
+
end
|
1134
|
+
|
1051
1135
|
class GoogleCloudDialogflowV2Intent
|
1052
1136
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1053
1137
|
|
@@ -1294,12 +1378,24 @@ module Google
|
|
1294
1378
|
include Google::Apis::Core::JsonObjectSupport
|
1295
1379
|
end
|
1296
1380
|
|
1381
|
+
class GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata
|
1382
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1383
|
+
|
1384
|
+
include Google::Apis::Core::JsonObjectSupport
|
1385
|
+
end
|
1386
|
+
|
1297
1387
|
class GoogleCloudDialogflowV2SmartReplyAnswer
|
1298
1388
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1299
1389
|
|
1300
1390
|
include Google::Apis::Core::JsonObjectSupport
|
1301
1391
|
end
|
1302
1392
|
|
1393
|
+
class GoogleCloudDialogflowV2SmartReplyModelMetadata
|
1394
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1395
|
+
|
1396
|
+
include Google::Apis::Core::JsonObjectSupport
|
1397
|
+
end
|
1398
|
+
|
1303
1399
|
class GoogleCloudDialogflowV2SuggestArticlesResponse
|
1304
1400
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1305
1401
|
|
@@ -1324,6 +1420,12 @@ module Google
|
|
1324
1420
|
include Google::Apis::Core::JsonObjectSupport
|
1325
1421
|
end
|
1326
1422
|
|
1423
|
+
class GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata
|
1424
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1425
|
+
|
1426
|
+
include Google::Apis::Core::JsonObjectSupport
|
1427
|
+
end
|
1428
|
+
|
1327
1429
|
class GoogleCloudDialogflowV2WebhookRequest
|
1328
1430
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1329
1431
|
|
@@ -1480,6 +1582,18 @@ module Google
|
|
1480
1582
|
include Google::Apis::Core::JsonObjectSupport
|
1481
1583
|
end
|
1482
1584
|
|
1585
|
+
class GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata
|
1586
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1587
|
+
|
1588
|
+
include Google::Apis::Core::JsonObjectSupport
|
1589
|
+
end
|
1590
|
+
|
1591
|
+
class GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigRequest
|
1592
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1593
|
+
|
1594
|
+
include Google::Apis::Core::JsonObjectSupport
|
1595
|
+
end
|
1596
|
+
|
1483
1597
|
class GoogleCloudDialogflowV2beta1CompileSuggestionRequest
|
1484
1598
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1485
1599
|
|
@@ -1618,6 +1732,12 @@ module Google
|
|
1618
1732
|
include Google::Apis::Core::JsonObjectSupport
|
1619
1733
|
end
|
1620
1734
|
|
1735
|
+
class GoogleCloudDialogflowV2beta1ExportOperationMetadata
|
1736
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1737
|
+
|
1738
|
+
include Google::Apis::Core::JsonObjectSupport
|
1739
|
+
end
|
1740
|
+
|
1621
1741
|
class GoogleCloudDialogflowV2beta1FaqAnswer
|
1622
1742
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1623
1743
|
|
@@ -1642,6 +1762,12 @@ module Google
|
|
1642
1762
|
include Google::Apis::Core::JsonObjectSupport
|
1643
1763
|
end
|
1644
1764
|
|
1765
|
+
class GoogleCloudDialogflowV2beta1GcsDestination
|
1766
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1767
|
+
|
1768
|
+
include Google::Apis::Core::JsonObjectSupport
|
1769
|
+
end
|
1770
|
+
|
1645
1771
|
class GoogleCloudDialogflowV2beta1GcsSource
|
1646
1772
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1647
1773
|
|
@@ -2314,6 +2440,18 @@ module Google
|
|
2314
2440
|
include Google::Apis::Core::JsonObjectSupport
|
2315
2441
|
end
|
2316
2442
|
|
2443
|
+
class GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata
|
2444
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2445
|
+
|
2446
|
+
include Google::Apis::Core::JsonObjectSupport
|
2447
|
+
end
|
2448
|
+
|
2449
|
+
class GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest
|
2450
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2451
|
+
|
2452
|
+
include Google::Apis::Core::JsonObjectSupport
|
2453
|
+
end
|
2454
|
+
|
2317
2455
|
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
2318
2456
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2319
2457
|
|
@@ -3190,6 +3328,7 @@ module Google
|
|
3190
3328
|
# @private
|
3191
3329
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3192
3330
|
property :flow, as: 'flow'
|
3331
|
+
property :page, as: 'page'
|
3193
3332
|
collection :tracking_parameters, as: 'trackingParameters'
|
3194
3333
|
end
|
3195
3334
|
end
|
@@ -3959,6 +4098,7 @@ module Google
|
|
3959
4098
|
# @private
|
3960
4099
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3961
4100
|
property :flow, as: 'flow'
|
4101
|
+
property :page, as: 'page'
|
3962
4102
|
collection :tracking_parameters, as: 'trackingParameters'
|
3963
4103
|
end
|
3964
4104
|
end
|
@@ -4113,6 +4253,13 @@ module Google
|
|
4113
4253
|
end
|
4114
4254
|
end
|
4115
4255
|
|
4256
|
+
class GoogleCloudDialogflowV2ArticleSuggestionModelMetadata
|
4257
|
+
# @private
|
4258
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4259
|
+
property :training_model_type, as: 'trainingModelType'
|
4260
|
+
end
|
4261
|
+
end
|
4262
|
+
|
4116
4263
|
class GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse
|
4117
4264
|
# @private
|
4118
4265
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4129,6 +4276,16 @@ module Google
|
|
4129
4276
|
end
|
4130
4277
|
end
|
4131
4278
|
|
4279
|
+
class GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata
|
4280
|
+
# @private
|
4281
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4282
|
+
property :conversation_profile, as: 'conversationProfile'
|
4283
|
+
property :create_time, as: 'createTime'
|
4284
|
+
property :participant_role, as: 'participantRole'
|
4285
|
+
property :suggestion_feature_type, as: 'suggestionFeatureType'
|
4286
|
+
end
|
4287
|
+
end
|
4288
|
+
|
4132
4289
|
class GoogleCloudDialogflowV2Context
|
4133
4290
|
# @private
|
4134
4291
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4150,6 +4307,70 @@ module Google
|
|
4150
4307
|
end
|
4151
4308
|
end
|
4152
4309
|
|
4310
|
+
class GoogleCloudDialogflowV2ConversationModel
|
4311
|
+
# @private
|
4312
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4313
|
+
property :article_suggestion_model_metadata, as: 'articleSuggestionModelMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2ArticleSuggestionModelMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2ArticleSuggestionModelMetadata::Representation
|
4314
|
+
|
4315
|
+
property :create_time, as: 'createTime'
|
4316
|
+
collection :datasets, as: 'datasets', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2InputDataset, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2InputDataset::Representation
|
4317
|
+
|
4318
|
+
property :display_name, as: 'displayName'
|
4319
|
+
property :language_code, as: 'languageCode'
|
4320
|
+
property :name, as: 'name'
|
4321
|
+
property :smart_reply_model_metadata, as: 'smartReplyModelMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SmartReplyModelMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SmartReplyModelMetadata::Representation
|
4322
|
+
|
4323
|
+
property :state, as: 'state'
|
4324
|
+
end
|
4325
|
+
end
|
4326
|
+
|
4327
|
+
class GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
|
4328
|
+
# @private
|
4329
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4330
|
+
end
|
4331
|
+
end
|
4332
|
+
|
4333
|
+
class GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata
|
4334
|
+
# @private
|
4335
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4336
|
+
property :conversation_model, as: 'conversationModel'
|
4337
|
+
property :conversation_model_evaluation, as: 'conversationModelEvaluation'
|
4338
|
+
property :create_time, as: 'createTime'
|
4339
|
+
property :state, as: 'state'
|
4340
|
+
end
|
4341
|
+
end
|
4342
|
+
|
4343
|
+
class GoogleCloudDialogflowV2CreateConversationModelOperationMetadata
|
4344
|
+
# @private
|
4345
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4346
|
+
property :conversation_model, as: 'conversationModel'
|
4347
|
+
property :create_time, as: 'createTime'
|
4348
|
+
property :state, as: 'state'
|
4349
|
+
end
|
4350
|
+
end
|
4351
|
+
|
4352
|
+
class GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata
|
4353
|
+
# @private
|
4354
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4355
|
+
end
|
4356
|
+
end
|
4357
|
+
|
4358
|
+
class GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata
|
4359
|
+
# @private
|
4360
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4361
|
+
property :conversation_model, as: 'conversationModel'
|
4362
|
+
property :create_time, as: 'createTime'
|
4363
|
+
end
|
4364
|
+
end
|
4365
|
+
|
4366
|
+
class GoogleCloudDialogflowV2DeployConversationModelOperationMetadata
|
4367
|
+
# @private
|
4368
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4369
|
+
property :conversation_model, as: 'conversationModel'
|
4370
|
+
property :create_time, as: 'createTime'
|
4371
|
+
end
|
4372
|
+
end
|
4373
|
+
|
4153
4374
|
class GoogleCloudDialogflowV2EntityType
|
4154
4375
|
# @private
|
4155
4376
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4188,6 +4409,14 @@ module Google
|
|
4188
4409
|
end
|
4189
4410
|
end
|
4190
4411
|
|
4412
|
+
class GoogleCloudDialogflowV2ExportOperationMetadata
|
4413
|
+
# @private
|
4414
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4415
|
+
property :exported_gcs_destination, as: 'exportedGcsDestination', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2GcsDestination, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2GcsDestination::Representation
|
4416
|
+
|
4417
|
+
end
|
4418
|
+
end
|
4419
|
+
|
4191
4420
|
class GoogleCloudDialogflowV2FaqAnswer
|
4192
4421
|
# @private
|
4193
4422
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4200,6 +4429,13 @@ module Google
|
|
4200
4429
|
end
|
4201
4430
|
end
|
4202
4431
|
|
4432
|
+
class GoogleCloudDialogflowV2GcsDestination
|
4433
|
+
# @private
|
4434
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4435
|
+
property :uri, as: 'uri'
|
4436
|
+
end
|
4437
|
+
end
|
4438
|
+
|
4203
4439
|
class GoogleCloudDialogflowV2HumanAgentAssistantEvent
|
4204
4440
|
# @private
|
4205
4441
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4210,6 +4446,24 @@ module Google
|
|
4210
4446
|
end
|
4211
4447
|
end
|
4212
4448
|
|
4449
|
+
class GoogleCloudDialogflowV2ImportConversationDataOperationMetadata
|
4450
|
+
# @private
|
4451
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4452
|
+
property :conversation_dataset, as: 'conversationDataset'
|
4453
|
+
property :create_time, as: 'createTime'
|
4454
|
+
collection :partial_failures, as: 'partialFailures', class: Google::Apis::DialogflowV2beta1::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2beta1::GoogleRpcStatus::Representation
|
4455
|
+
|
4456
|
+
end
|
4457
|
+
end
|
4458
|
+
|
4459
|
+
class GoogleCloudDialogflowV2ImportConversationDataOperationResponse
|
4460
|
+
# @private
|
4461
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4462
|
+
property :conversation_dataset, as: 'conversationDataset'
|
4463
|
+
property :import_count, as: 'importCount'
|
4464
|
+
end
|
4465
|
+
end
|
4466
|
+
|
4213
4467
|
class GoogleCloudDialogflowV2ImportDocumentsResponse
|
4214
4468
|
# @private
|
4215
4469
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4218,6 +4472,13 @@ module Google
|
|
4218
4472
|
end
|
4219
4473
|
end
|
4220
4474
|
|
4475
|
+
class GoogleCloudDialogflowV2InputDataset
|
4476
|
+
# @private
|
4477
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4478
|
+
property :dataset, as: 'dataset'
|
4479
|
+
end
|
4480
|
+
end
|
4481
|
+
|
4221
4482
|
class GoogleCloudDialogflowV2Intent
|
4222
4483
|
# @private
|
4223
4484
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4582,6 +4843,8 @@ module Google
|
|
4582
4843
|
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
4583
4844
|
# @private
|
4584
4845
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4846
|
+
property :export_operation_metadata, as: 'exportOperationMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2ExportOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2ExportOperationMetadata::Representation
|
4847
|
+
|
4585
4848
|
property :knowledge_base, as: 'knowledgeBase'
|
4586
4849
|
property :state, as: 'state'
|
4587
4850
|
end
|
@@ -4674,6 +4937,16 @@ module Google
|
|
4674
4937
|
end
|
4675
4938
|
end
|
4676
4939
|
|
4940
|
+
class GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata
|
4941
|
+
# @private
|
4942
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4943
|
+
property :conversation_profile, as: 'conversationProfile'
|
4944
|
+
property :create_time, as: 'createTime'
|
4945
|
+
property :participant_role, as: 'participantRole'
|
4946
|
+
property :suggestion_feature_type, as: 'suggestionFeatureType'
|
4947
|
+
end
|
4948
|
+
end
|
4949
|
+
|
4677
4950
|
class GoogleCloudDialogflowV2SmartReplyAnswer
|
4678
4951
|
# @private
|
4679
4952
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4683,6 +4956,13 @@ module Google
|
|
4683
4956
|
end
|
4684
4957
|
end
|
4685
4958
|
|
4959
|
+
class GoogleCloudDialogflowV2SmartReplyModelMetadata
|
4960
|
+
# @private
|
4961
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4962
|
+
property :training_model_type, as: 'trainingModelType'
|
4963
|
+
end
|
4964
|
+
end
|
4965
|
+
|
4686
4966
|
class GoogleCloudDialogflowV2SuggestArticlesResponse
|
4687
4967
|
# @private
|
4688
4968
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4727,6 +5007,14 @@ module Google
|
|
4727
5007
|
end
|
4728
5008
|
end
|
4729
5009
|
|
5010
|
+
class GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata
|
5011
|
+
# @private
|
5012
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5013
|
+
property :conversation_model, as: 'conversationModel'
|
5014
|
+
property :create_time, as: 'createTime'
|
5015
|
+
end
|
5016
|
+
end
|
5017
|
+
|
4730
5018
|
class GoogleCloudDialogflowV2WebhookRequest
|
4731
5019
|
# @private
|
4732
5020
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5013,6 +5301,24 @@ module Google
|
|
5013
5301
|
end
|
5014
5302
|
end
|
5015
5303
|
|
5304
|
+
class GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata
|
5305
|
+
# @private
|
5306
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5307
|
+
property :conversation_profile, as: 'conversationProfile'
|
5308
|
+
property :create_time, as: 'createTime'
|
5309
|
+
property :participant_role, as: 'participantRole'
|
5310
|
+
property :suggestion_feature_type, as: 'suggestionFeatureType'
|
5311
|
+
end
|
5312
|
+
end
|
5313
|
+
|
5314
|
+
class GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigRequest
|
5315
|
+
# @private
|
5316
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5317
|
+
property :participant_role, as: 'participantRole'
|
5318
|
+
property :suggestion_feature_type, as: 'suggestionFeatureType'
|
5319
|
+
end
|
5320
|
+
end
|
5321
|
+
|
5016
5322
|
class GoogleCloudDialogflowV2beta1CompileSuggestionRequest
|
5017
5323
|
# @private
|
5018
5324
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5159,6 +5465,7 @@ module Google
|
|
5159
5465
|
property :mime_type, as: 'mimeType'
|
5160
5466
|
property :name, as: 'name'
|
5161
5467
|
property :raw_content, :base64 => true, as: 'rawContent'
|
5468
|
+
property :state, as: 'state'
|
5162
5469
|
end
|
5163
5470
|
end
|
5164
5471
|
|
@@ -5265,6 +5572,14 @@ module Google
|
|
5265
5572
|
end
|
5266
5573
|
end
|
5267
5574
|
|
5575
|
+
class GoogleCloudDialogflowV2beta1ExportOperationMetadata
|
5576
|
+
# @private
|
5577
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5578
|
+
property :exported_gcs_destination, as: 'exportedGcsDestination', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GcsDestination, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GcsDestination::Representation
|
5579
|
+
|
5580
|
+
end
|
5581
|
+
end
|
5582
|
+
|
5268
5583
|
class GoogleCloudDialogflowV2beta1FaqAnswer
|
5269
5584
|
# @private
|
5270
5585
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5308,6 +5623,13 @@ module Google
|
|
5308
5623
|
end
|
5309
5624
|
end
|
5310
5625
|
|
5626
|
+
class GoogleCloudDialogflowV2beta1GcsDestination
|
5627
|
+
# @private
|
5628
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5629
|
+
property :uri, as: 'uri'
|
5630
|
+
end
|
5631
|
+
end
|
5632
|
+
|
5311
5633
|
class GoogleCloudDialogflowV2beta1GcsSource
|
5312
5634
|
# @private
|
5313
5635
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6064,6 +6386,8 @@ module Google
|
|
6064
6386
|
class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
|
6065
6387
|
# @private
|
6066
6388
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6389
|
+
property :export_operation_metadata, as: 'exportOperationMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ExportOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ExportOperationMetadata::Representation
|
6390
|
+
|
6067
6391
|
property :knowledge_base, as: 'knowledgeBase'
|
6068
6392
|
property :state, as: 'state'
|
6069
6393
|
end
|
@@ -6439,6 +6763,25 @@ module Google
|
|
6439
6763
|
end
|
6440
6764
|
end
|
6441
6765
|
|
6766
|
+
class GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata
|
6767
|
+
# @private
|
6768
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6769
|
+
property :conversation_profile, as: 'conversationProfile'
|
6770
|
+
property :create_time, as: 'createTime'
|
6771
|
+
property :participant_role, as: 'participantRole'
|
6772
|
+
property :suggestion_feature_type, as: 'suggestionFeatureType'
|
6773
|
+
end
|
6774
|
+
end
|
6775
|
+
|
6776
|
+
class GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest
|
6777
|
+
# @private
|
6778
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6779
|
+
property :participant_role, as: 'participantRole'
|
6780
|
+
property :suggestion_feature_config, as: 'suggestionFeatureConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig::Representation
|
6781
|
+
|
6782
|
+
end
|
6783
|
+
end
|
6784
|
+
|
6442
6785
|
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
6443
6786
|
# @private
|
6444
6787
|
class Representation < Google::Apis::Core::JsonRepresentation
|