google-apis-dialogflow_v2beta1 0.27.0 → 0.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dialogflow_v2beta1/classes.rb +672 -1
- data/lib/google/apis/dialogflow_v2beta1/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v2beta1/representations.rb +341 -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.28.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 = "20220222"
|
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
|
|
@@ -4113,6 +4251,13 @@ module Google
|
|
4113
4251
|
end
|
4114
4252
|
end
|
4115
4253
|
|
4254
|
+
class GoogleCloudDialogflowV2ArticleSuggestionModelMetadata
|
4255
|
+
# @private
|
4256
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4257
|
+
property :training_model_type, as: 'trainingModelType'
|
4258
|
+
end
|
4259
|
+
end
|
4260
|
+
|
4116
4261
|
class GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse
|
4117
4262
|
# @private
|
4118
4263
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4129,6 +4274,16 @@ module Google
|
|
4129
4274
|
end
|
4130
4275
|
end
|
4131
4276
|
|
4277
|
+
class GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata
|
4278
|
+
# @private
|
4279
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4280
|
+
property :conversation_profile, as: 'conversationProfile'
|
4281
|
+
property :create_time, as: 'createTime'
|
4282
|
+
property :participant_role, as: 'participantRole'
|
4283
|
+
property :suggestion_feature_type, as: 'suggestionFeatureType'
|
4284
|
+
end
|
4285
|
+
end
|
4286
|
+
|
4132
4287
|
class GoogleCloudDialogflowV2Context
|
4133
4288
|
# @private
|
4134
4289
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4150,6 +4305,70 @@ module Google
|
|
4150
4305
|
end
|
4151
4306
|
end
|
4152
4307
|
|
4308
|
+
class GoogleCloudDialogflowV2ConversationModel
|
4309
|
+
# @private
|
4310
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4311
|
+
property :article_suggestion_model_metadata, as: 'articleSuggestionModelMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2ArticleSuggestionModelMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2ArticleSuggestionModelMetadata::Representation
|
4312
|
+
|
4313
|
+
property :create_time, as: 'createTime'
|
4314
|
+
collection :datasets, as: 'datasets', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2InputDataset, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2InputDataset::Representation
|
4315
|
+
|
4316
|
+
property :display_name, as: 'displayName'
|
4317
|
+
property :language_code, as: 'languageCode'
|
4318
|
+
property :name, as: 'name'
|
4319
|
+
property :smart_reply_model_metadata, as: 'smartReplyModelMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SmartReplyModelMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SmartReplyModelMetadata::Representation
|
4320
|
+
|
4321
|
+
property :state, as: 'state'
|
4322
|
+
end
|
4323
|
+
end
|
4324
|
+
|
4325
|
+
class GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
|
4326
|
+
# @private
|
4327
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4328
|
+
end
|
4329
|
+
end
|
4330
|
+
|
4331
|
+
class GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata
|
4332
|
+
# @private
|
4333
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4334
|
+
property :conversation_model, as: 'conversationModel'
|
4335
|
+
property :conversation_model_evaluation, as: 'conversationModelEvaluation'
|
4336
|
+
property :create_time, as: 'createTime'
|
4337
|
+
property :state, as: 'state'
|
4338
|
+
end
|
4339
|
+
end
|
4340
|
+
|
4341
|
+
class GoogleCloudDialogflowV2CreateConversationModelOperationMetadata
|
4342
|
+
# @private
|
4343
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4344
|
+
property :conversation_model, as: 'conversationModel'
|
4345
|
+
property :create_time, as: 'createTime'
|
4346
|
+
property :state, as: 'state'
|
4347
|
+
end
|
4348
|
+
end
|
4349
|
+
|
4350
|
+
class GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata
|
4351
|
+
# @private
|
4352
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4353
|
+
end
|
4354
|
+
end
|
4355
|
+
|
4356
|
+
class GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata
|
4357
|
+
# @private
|
4358
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4359
|
+
property :conversation_model, as: 'conversationModel'
|
4360
|
+
property :create_time, as: 'createTime'
|
4361
|
+
end
|
4362
|
+
end
|
4363
|
+
|
4364
|
+
class GoogleCloudDialogflowV2DeployConversationModelOperationMetadata
|
4365
|
+
# @private
|
4366
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4367
|
+
property :conversation_model, as: 'conversationModel'
|
4368
|
+
property :create_time, as: 'createTime'
|
4369
|
+
end
|
4370
|
+
end
|
4371
|
+
|
4153
4372
|
class GoogleCloudDialogflowV2EntityType
|
4154
4373
|
# @private
|
4155
4374
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4188,6 +4407,14 @@ module Google
|
|
4188
4407
|
end
|
4189
4408
|
end
|
4190
4409
|
|
4410
|
+
class GoogleCloudDialogflowV2ExportOperationMetadata
|
4411
|
+
# @private
|
4412
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4413
|
+
property :exported_gcs_destination, as: 'exportedGcsDestination', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2GcsDestination, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2GcsDestination::Representation
|
4414
|
+
|
4415
|
+
end
|
4416
|
+
end
|
4417
|
+
|
4191
4418
|
class GoogleCloudDialogflowV2FaqAnswer
|
4192
4419
|
# @private
|
4193
4420
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4200,6 +4427,13 @@ module Google
|
|
4200
4427
|
end
|
4201
4428
|
end
|
4202
4429
|
|
4430
|
+
class GoogleCloudDialogflowV2GcsDestination
|
4431
|
+
# @private
|
4432
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4433
|
+
property :uri, as: 'uri'
|
4434
|
+
end
|
4435
|
+
end
|
4436
|
+
|
4203
4437
|
class GoogleCloudDialogflowV2HumanAgentAssistantEvent
|
4204
4438
|
# @private
|
4205
4439
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4210,6 +4444,24 @@ module Google
|
|
4210
4444
|
end
|
4211
4445
|
end
|
4212
4446
|
|
4447
|
+
class GoogleCloudDialogflowV2ImportConversationDataOperationMetadata
|
4448
|
+
# @private
|
4449
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4450
|
+
property :conversation_dataset, as: 'conversationDataset'
|
4451
|
+
property :create_time, as: 'createTime'
|
4452
|
+
collection :partial_failures, as: 'partialFailures', class: Google::Apis::DialogflowV2beta1::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2beta1::GoogleRpcStatus::Representation
|
4453
|
+
|
4454
|
+
end
|
4455
|
+
end
|
4456
|
+
|
4457
|
+
class GoogleCloudDialogflowV2ImportConversationDataOperationResponse
|
4458
|
+
# @private
|
4459
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4460
|
+
property :conversation_dataset, as: 'conversationDataset'
|
4461
|
+
property :import_count, as: 'importCount'
|
4462
|
+
end
|
4463
|
+
end
|
4464
|
+
|
4213
4465
|
class GoogleCloudDialogflowV2ImportDocumentsResponse
|
4214
4466
|
# @private
|
4215
4467
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4218,6 +4470,13 @@ module Google
|
|
4218
4470
|
end
|
4219
4471
|
end
|
4220
4472
|
|
4473
|
+
class GoogleCloudDialogflowV2InputDataset
|
4474
|
+
# @private
|
4475
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4476
|
+
property :dataset, as: 'dataset'
|
4477
|
+
end
|
4478
|
+
end
|
4479
|
+
|
4221
4480
|
class GoogleCloudDialogflowV2Intent
|
4222
4481
|
# @private
|
4223
4482
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4582,6 +4841,8 @@ module Google
|
|
4582
4841
|
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
4583
4842
|
# @private
|
4584
4843
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4844
|
+
property :export_operation_metadata, as: 'exportOperationMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2ExportOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2ExportOperationMetadata::Representation
|
4845
|
+
|
4585
4846
|
property :knowledge_base, as: 'knowledgeBase'
|
4586
4847
|
property :state, as: 'state'
|
4587
4848
|
end
|
@@ -4674,6 +4935,16 @@ module Google
|
|
4674
4935
|
end
|
4675
4936
|
end
|
4676
4937
|
|
4938
|
+
class GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata
|
4939
|
+
# @private
|
4940
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4941
|
+
property :conversation_profile, as: 'conversationProfile'
|
4942
|
+
property :create_time, as: 'createTime'
|
4943
|
+
property :participant_role, as: 'participantRole'
|
4944
|
+
property :suggestion_feature_type, as: 'suggestionFeatureType'
|
4945
|
+
end
|
4946
|
+
end
|
4947
|
+
|
4677
4948
|
class GoogleCloudDialogflowV2SmartReplyAnswer
|
4678
4949
|
# @private
|
4679
4950
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4683,6 +4954,13 @@ module Google
|
|
4683
4954
|
end
|
4684
4955
|
end
|
4685
4956
|
|
4957
|
+
class GoogleCloudDialogflowV2SmartReplyModelMetadata
|
4958
|
+
# @private
|
4959
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4960
|
+
property :training_model_type, as: 'trainingModelType'
|
4961
|
+
end
|
4962
|
+
end
|
4963
|
+
|
4686
4964
|
class GoogleCloudDialogflowV2SuggestArticlesResponse
|
4687
4965
|
# @private
|
4688
4966
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4727,6 +5005,14 @@ module Google
|
|
4727
5005
|
end
|
4728
5006
|
end
|
4729
5007
|
|
5008
|
+
class GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata
|
5009
|
+
# @private
|
5010
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5011
|
+
property :conversation_model, as: 'conversationModel'
|
5012
|
+
property :create_time, as: 'createTime'
|
5013
|
+
end
|
5014
|
+
end
|
5015
|
+
|
4730
5016
|
class GoogleCloudDialogflowV2WebhookRequest
|
4731
5017
|
# @private
|
4732
5018
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5013,6 +5299,24 @@ module Google
|
|
5013
5299
|
end
|
5014
5300
|
end
|
5015
5301
|
|
5302
|
+
class GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata
|
5303
|
+
# @private
|
5304
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5305
|
+
property :conversation_profile, as: 'conversationProfile'
|
5306
|
+
property :create_time, as: 'createTime'
|
5307
|
+
property :participant_role, as: 'participantRole'
|
5308
|
+
property :suggestion_feature_type, as: 'suggestionFeatureType'
|
5309
|
+
end
|
5310
|
+
end
|
5311
|
+
|
5312
|
+
class GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigRequest
|
5313
|
+
# @private
|
5314
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5315
|
+
property :participant_role, as: 'participantRole'
|
5316
|
+
property :suggestion_feature_type, as: 'suggestionFeatureType'
|
5317
|
+
end
|
5318
|
+
end
|
5319
|
+
|
5016
5320
|
class GoogleCloudDialogflowV2beta1CompileSuggestionRequest
|
5017
5321
|
# @private
|
5018
5322
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5159,6 +5463,7 @@ module Google
|
|
5159
5463
|
property :mime_type, as: 'mimeType'
|
5160
5464
|
property :name, as: 'name'
|
5161
5465
|
property :raw_content, :base64 => true, as: 'rawContent'
|
5466
|
+
property :state, as: 'state'
|
5162
5467
|
end
|
5163
5468
|
end
|
5164
5469
|
|
@@ -5265,6 +5570,14 @@ module Google
|
|
5265
5570
|
end
|
5266
5571
|
end
|
5267
5572
|
|
5573
|
+
class GoogleCloudDialogflowV2beta1ExportOperationMetadata
|
5574
|
+
# @private
|
5575
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5576
|
+
property :exported_gcs_destination, as: 'exportedGcsDestination', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GcsDestination, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GcsDestination::Representation
|
5577
|
+
|
5578
|
+
end
|
5579
|
+
end
|
5580
|
+
|
5268
5581
|
class GoogleCloudDialogflowV2beta1FaqAnswer
|
5269
5582
|
# @private
|
5270
5583
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5308,6 +5621,13 @@ module Google
|
|
5308
5621
|
end
|
5309
5622
|
end
|
5310
5623
|
|
5624
|
+
class GoogleCloudDialogflowV2beta1GcsDestination
|
5625
|
+
# @private
|
5626
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5627
|
+
property :uri, as: 'uri'
|
5628
|
+
end
|
5629
|
+
end
|
5630
|
+
|
5311
5631
|
class GoogleCloudDialogflowV2beta1GcsSource
|
5312
5632
|
# @private
|
5313
5633
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6064,6 +6384,8 @@ module Google
|
|
6064
6384
|
class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
|
6065
6385
|
# @private
|
6066
6386
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6387
|
+
property :export_operation_metadata, as: 'exportOperationMetadata', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ExportOperationMetadata, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ExportOperationMetadata::Representation
|
6388
|
+
|
6067
6389
|
property :knowledge_base, as: 'knowledgeBase'
|
6068
6390
|
property :state, as: 'state'
|
6069
6391
|
end
|
@@ -6439,6 +6761,25 @@ module Google
|
|
6439
6761
|
end
|
6440
6762
|
end
|
6441
6763
|
|
6764
|
+
class GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata
|
6765
|
+
# @private
|
6766
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6767
|
+
property :conversation_profile, as: 'conversationProfile'
|
6768
|
+
property :create_time, as: 'createTime'
|
6769
|
+
property :participant_role, as: 'participantRole'
|
6770
|
+
property :suggestion_feature_type, as: 'suggestionFeatureType'
|
6771
|
+
end
|
6772
|
+
end
|
6773
|
+
|
6774
|
+
class GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest
|
6775
|
+
# @private
|
6776
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6777
|
+
property :participant_role, as: 'participantRole'
|
6778
|
+
property :suggestion_feature_config, as: 'suggestionFeatureConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig::Representation
|
6779
|
+
|
6780
|
+
end
|
6781
|
+
end
|
6782
|
+
|
6442
6783
|
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
6443
6784
|
# @private
|
6444
6785
|
class Representation < Google::Apis::Core::JsonRepresentation
|