google-apis-dialogflow_v2beta1 0.6.0 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +21 -0
- data/lib/google/apis/dialogflow_v2beta1.rb +1 -1
- data/lib/google/apis/dialogflow_v2beta1/classes.rb +5619 -2422
- data/lib/google/apis/dialogflow_v2beta1/gem_version.rb +3 -3
- data/lib/google/apis/dialogflow_v2beta1/representations.rb +1599 -180
- data/lib/google/apis/dialogflow_v2beta1/service.rb +3453 -919
- metadata +4 -4
@@ -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.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210503"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -100,6 +100,12 @@ module Google
|
|
100
100
|
include Google::Apis::Core::JsonObjectSupport
|
101
101
|
end
|
102
102
|
|
103
|
+
class GoogleCloudDialogflowCxV3ExportFlowResponse
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
103
109
|
class GoogleCloudDialogflowCxV3ExportTestCasesMetadata
|
104
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
111
|
|
@@ -178,6 +184,12 @@ module Google
|
|
178
184
|
include Google::Apis::Core::JsonObjectSupport
|
179
185
|
end
|
180
186
|
|
187
|
+
class GoogleCloudDialogflowCxV3ImportFlowResponse
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
181
193
|
class GoogleCloudDialogflowCxV3ImportTestCasesMetadata
|
182
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
195
|
|
@@ -508,6 +520,12 @@ module Google
|
|
508
520
|
include Google::Apis::Core::JsonObjectSupport
|
509
521
|
end
|
510
522
|
|
523
|
+
class GoogleCloudDialogflowCxV3beta1ExportFlowResponse
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
511
529
|
class GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata
|
512
530
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
531
|
|
@@ -586,6 +604,12 @@ module Google
|
|
586
604
|
include Google::Apis::Core::JsonObjectSupport
|
587
605
|
end
|
588
606
|
|
607
|
+
class GoogleCloudDialogflowCxV3beta1ImportFlowResponse
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
589
613
|
class GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
|
590
614
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
615
|
|
@@ -844,6 +868,12 @@ module Google
|
|
844
868
|
include Google::Apis::Core::JsonObjectSupport
|
845
869
|
end
|
846
870
|
|
871
|
+
class GoogleCloudDialogflowV2ArticleAnswer
|
872
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
|
+
|
874
|
+
include Google::Apis::Core::JsonObjectSupport
|
875
|
+
end
|
876
|
+
|
847
877
|
class GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse
|
848
878
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
879
|
|
@@ -892,6 +922,18 @@ module Google
|
|
892
922
|
include Google::Apis::Core::JsonObjectSupport
|
893
923
|
end
|
894
924
|
|
925
|
+
class GoogleCloudDialogflowV2FaqAnswer
|
926
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
927
|
+
|
928
|
+
include Google::Apis::Core::JsonObjectSupport
|
929
|
+
end
|
930
|
+
|
931
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantEvent
|
932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
933
|
+
|
934
|
+
include Google::Apis::Core::JsonObjectSupport
|
935
|
+
end
|
936
|
+
|
895
937
|
class GoogleCloudDialogflowV2Intent
|
896
938
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
897
939
|
|
@@ -1090,6 +1132,12 @@ module Google
|
|
1090
1132
|
include Google::Apis::Core::JsonObjectSupport
|
1091
1133
|
end
|
1092
1134
|
|
1135
|
+
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
|
+
|
1138
|
+
include Google::Apis::Core::JsonObjectSupport
|
1139
|
+
end
|
1140
|
+
|
1093
1141
|
class GoogleCloudDialogflowV2Message
|
1094
1142
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1095
1143
|
|
@@ -1132,759 +1180,1239 @@ module Google
|
|
1132
1180
|
include Google::Apis::Core::JsonObjectSupport
|
1133
1181
|
end
|
1134
1182
|
|
1135
|
-
class
|
1183
|
+
class GoogleCloudDialogflowV2SuggestArticlesResponse
|
1136
1184
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
1185
|
|
1138
1186
|
include Google::Apis::Core::JsonObjectSupport
|
1139
1187
|
end
|
1140
1188
|
|
1141
|
-
class
|
1189
|
+
class GoogleCloudDialogflowV2SuggestFaqAnswersResponse
|
1142
1190
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1143
1191
|
|
1144
1192
|
include Google::Apis::Core::JsonObjectSupport
|
1145
1193
|
end
|
1146
1194
|
|
1147
|
-
class
|
1195
|
+
class GoogleCloudDialogflowV2SuggestionResult
|
1148
1196
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1149
1197
|
|
1150
1198
|
include Google::Apis::Core::JsonObjectSupport
|
1151
1199
|
end
|
1152
1200
|
|
1153
|
-
class
|
1201
|
+
class GoogleCloudDialogflowV2WebhookRequest
|
1154
1202
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
1203
|
|
1156
1204
|
include Google::Apis::Core::JsonObjectSupport
|
1157
1205
|
end
|
1158
1206
|
|
1159
|
-
class
|
1207
|
+
class GoogleCloudDialogflowV2WebhookResponse
|
1160
1208
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1161
1209
|
|
1162
1210
|
include Google::Apis::Core::JsonObjectSupport
|
1163
1211
|
end
|
1164
1212
|
|
1165
|
-
class
|
1213
|
+
class GoogleCloudDialogflowV2beta1Agent
|
1166
1214
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1167
1215
|
|
1168
1216
|
include Google::Apis::Core::JsonObjectSupport
|
1169
1217
|
end
|
1170
1218
|
|
1171
|
-
class
|
1219
|
+
class GoogleCloudDialogflowV2beta1AgentAssistantFeedback
|
1172
1220
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1173
1221
|
|
1174
1222
|
include Google::Apis::Core::JsonObjectSupport
|
1175
1223
|
end
|
1176
1224
|
|
1177
|
-
class
|
1225
|
+
class GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback
|
1178
1226
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1179
1227
|
|
1180
1228
|
include Google::Apis::Core::JsonObjectSupport
|
1181
1229
|
end
|
1182
1230
|
|
1183
|
-
class
|
1231
|
+
class GoogleCloudDialogflowV2beta1AgentAssistantRecord
|
1184
1232
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1185
1233
|
|
1186
1234
|
include Google::Apis::Core::JsonObjectSupport
|
1187
1235
|
end
|
1188
1236
|
|
1189
|
-
class
|
1237
|
+
class GoogleCloudDialogflowV2beta1AnalyzeContentRequest
|
1190
1238
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1191
1239
|
|
1192
1240
|
include Google::Apis::Core::JsonObjectSupport
|
1193
1241
|
end
|
1194
1242
|
|
1195
|
-
class
|
1243
|
+
class GoogleCloudDialogflowV2beta1AnalyzeContentResponse
|
1196
1244
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1197
1245
|
|
1198
1246
|
include Google::Apis::Core::JsonObjectSupport
|
1199
1247
|
end
|
1200
1248
|
|
1201
|
-
class
|
1249
|
+
class GoogleCloudDialogflowV2beta1AnnotatedMessagePart
|
1202
1250
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1203
1251
|
|
1204
1252
|
include Google::Apis::Core::JsonObjectSupport
|
1205
1253
|
end
|
1206
1254
|
|
1207
|
-
class
|
1255
|
+
class GoogleCloudDialogflowV2beta1AnswerFeedback
|
1208
1256
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1209
1257
|
|
1210
1258
|
include Google::Apis::Core::JsonObjectSupport
|
1211
1259
|
end
|
1212
1260
|
|
1213
|
-
class
|
1261
|
+
class GoogleCloudDialogflowV2beta1AnswerRecord
|
1214
1262
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1215
1263
|
|
1216
1264
|
include Google::Apis::Core::JsonObjectSupport
|
1217
1265
|
end
|
1218
1266
|
|
1219
|
-
class
|
1267
|
+
class GoogleCloudDialogflowV2beta1ArticleAnswer
|
1220
1268
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
1269
|
|
1222
1270
|
include Google::Apis::Core::JsonObjectSupport
|
1223
1271
|
end
|
1224
1272
|
|
1225
|
-
class
|
1273
|
+
class GoogleCloudDialogflowV2beta1AutomatedAgentConfig
|
1226
1274
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1227
1275
|
|
1228
1276
|
include Google::Apis::Core::JsonObjectSupport
|
1229
1277
|
end
|
1230
1278
|
|
1231
|
-
class
|
1279
|
+
class GoogleCloudDialogflowV2beta1AutomatedAgentReply
|
1232
1280
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1233
1281
|
|
1234
1282
|
include Google::Apis::Core::JsonObjectSupport
|
1235
1283
|
end
|
1236
1284
|
|
1237
|
-
class
|
1285
|
+
class GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest
|
1238
1286
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1239
1287
|
|
1240
1288
|
include Google::Apis::Core::JsonObjectSupport
|
1241
1289
|
end
|
1242
1290
|
|
1243
|
-
class
|
1291
|
+
class GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest
|
1244
1292
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1245
1293
|
|
1246
1294
|
include Google::Apis::Core::JsonObjectSupport
|
1247
1295
|
end
|
1248
1296
|
|
1249
|
-
class
|
1297
|
+
class GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse
|
1250
1298
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
1299
|
|
1252
1300
|
include Google::Apis::Core::JsonObjectSupport
|
1253
1301
|
end
|
1254
1302
|
|
1255
|
-
class
|
1303
|
+
class GoogleCloudDialogflowV2beta1BatchDeleteEntitiesRequest
|
1256
1304
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1257
1305
|
|
1258
1306
|
include Google::Apis::Core::JsonObjectSupport
|
1259
1307
|
end
|
1260
1308
|
|
1261
|
-
class
|
1309
|
+
class GoogleCloudDialogflowV2beta1BatchDeleteEntityTypesRequest
|
1262
1310
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1263
1311
|
|
1264
1312
|
include Google::Apis::Core::JsonObjectSupport
|
1265
1313
|
end
|
1266
1314
|
|
1267
|
-
class
|
1315
|
+
class GoogleCloudDialogflowV2beta1BatchDeleteIntentsRequest
|
1268
1316
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1269
1317
|
|
1270
1318
|
include Google::Apis::Core::JsonObjectSupport
|
1271
1319
|
end
|
1272
1320
|
|
1273
|
-
class
|
1321
|
+
class GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest
|
1274
1322
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1275
1323
|
|
1276
1324
|
include Google::Apis::Core::JsonObjectSupport
|
1277
1325
|
end
|
1278
1326
|
|
1279
|
-
class
|
1327
|
+
class GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesRequest
|
1280
1328
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1281
1329
|
|
1282
1330
|
include Google::Apis::Core::JsonObjectSupport
|
1283
1331
|
end
|
1284
1332
|
|
1285
|
-
class
|
1333
|
+
class GoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse
|
1286
1334
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1287
1335
|
|
1288
1336
|
include Google::Apis::Core::JsonObjectSupport
|
1289
1337
|
end
|
1290
1338
|
|
1291
|
-
class
|
1339
|
+
class GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest
|
1292
1340
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1293
1341
|
|
1294
1342
|
include Google::Apis::Core::JsonObjectSupport
|
1295
1343
|
end
|
1296
1344
|
|
1297
|
-
class
|
1345
|
+
class GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse
|
1298
1346
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1299
1347
|
|
1300
1348
|
include Google::Apis::Core::JsonObjectSupport
|
1301
1349
|
end
|
1302
1350
|
|
1303
|
-
class
|
1351
|
+
class GoogleCloudDialogflowV2beta1CompileSuggestionRequest
|
1304
1352
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1305
1353
|
|
1306
1354
|
include Google::Apis::Core::JsonObjectSupport
|
1307
1355
|
end
|
1308
1356
|
|
1309
|
-
class
|
1357
|
+
class GoogleCloudDialogflowV2beta1CompileSuggestionResponse
|
1310
1358
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1311
1359
|
|
1312
1360
|
include Google::Apis::Core::JsonObjectSupport
|
1313
1361
|
end
|
1314
1362
|
|
1315
|
-
class
|
1363
|
+
class GoogleCloudDialogflowV2beta1CompleteConversationRequest
|
1316
1364
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1317
1365
|
|
1318
1366
|
include Google::Apis::Core::JsonObjectSupport
|
1319
1367
|
end
|
1320
1368
|
|
1321
|
-
class
|
1369
|
+
class GoogleCloudDialogflowV2beta1Context
|
1322
1370
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1323
1371
|
|
1324
1372
|
include Google::Apis::Core::JsonObjectSupport
|
1325
1373
|
end
|
1326
1374
|
|
1327
|
-
class
|
1375
|
+
class GoogleCloudDialogflowV2beta1Conversation
|
1328
1376
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1329
1377
|
|
1330
1378
|
include Google::Apis::Core::JsonObjectSupport
|
1331
1379
|
end
|
1332
1380
|
|
1333
|
-
class
|
1381
|
+
class GoogleCloudDialogflowV2beta1ConversationEvent
|
1334
1382
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1335
1383
|
|
1336
1384
|
include Google::Apis::Core::JsonObjectSupport
|
1337
1385
|
end
|
1338
1386
|
|
1339
|
-
class
|
1387
|
+
class GoogleCloudDialogflowV2beta1ConversationPhoneNumber
|
1340
1388
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1341
1389
|
|
1342
1390
|
include Google::Apis::Core::JsonObjectSupport
|
1343
1391
|
end
|
1344
1392
|
|
1345
|
-
class
|
1393
|
+
class GoogleCloudDialogflowV2beta1ConversationProfile
|
1346
1394
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1347
1395
|
|
1348
1396
|
include Google::Apis::Core::JsonObjectSupport
|
1349
1397
|
end
|
1350
1398
|
|
1351
|
-
class
|
1399
|
+
class GoogleCloudDialogflowV2beta1CreateMessageRequest
|
1352
1400
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1353
1401
|
|
1354
1402
|
include Google::Apis::Core::JsonObjectSupport
|
1355
1403
|
end
|
1356
1404
|
|
1357
|
-
class
|
1405
|
+
class GoogleCloudDialogflowV2beta1DetectIntentRequest
|
1358
1406
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1359
1407
|
|
1360
1408
|
include Google::Apis::Core::JsonObjectSupport
|
1361
1409
|
end
|
1362
1410
|
|
1363
|
-
class
|
1411
|
+
class GoogleCloudDialogflowV2beta1DetectIntentResponse
|
1364
1412
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1365
1413
|
|
1366
1414
|
include Google::Apis::Core::JsonObjectSupport
|
1367
1415
|
end
|
1368
1416
|
|
1369
|
-
class
|
1417
|
+
class GoogleCloudDialogflowV2beta1Document
|
1370
1418
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1371
1419
|
|
1372
1420
|
include Google::Apis::Core::JsonObjectSupport
|
1373
1421
|
end
|
1374
1422
|
|
1375
|
-
class
|
1423
|
+
class GoogleCloudDialogflowV2beta1DocumentReloadStatus
|
1376
1424
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1377
1425
|
|
1378
1426
|
include Google::Apis::Core::JsonObjectSupport
|
1379
1427
|
end
|
1380
1428
|
|
1381
|
-
class
|
1429
|
+
class GoogleCloudDialogflowV2beta1DtmfParameters
|
1382
1430
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1383
1431
|
|
1384
1432
|
include Google::Apis::Core::JsonObjectSupport
|
1385
1433
|
end
|
1386
1434
|
|
1387
|
-
class
|
1435
|
+
class GoogleCloudDialogflowV2beta1EntityType
|
1388
1436
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1389
1437
|
|
1390
1438
|
include Google::Apis::Core::JsonObjectSupport
|
1391
1439
|
end
|
1392
1440
|
|
1393
|
-
class
|
1441
|
+
class GoogleCloudDialogflowV2beta1EntityTypeBatch
|
1394
1442
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1395
1443
|
|
1396
1444
|
include Google::Apis::Core::JsonObjectSupport
|
1397
1445
|
end
|
1398
1446
|
|
1399
|
-
class
|
1447
|
+
class GoogleCloudDialogflowV2beta1EntityTypeEntity
|
1400
1448
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1401
1449
|
|
1402
1450
|
include Google::Apis::Core::JsonObjectSupport
|
1403
1451
|
end
|
1404
1452
|
|
1405
|
-
class
|
1453
|
+
class GoogleCloudDialogflowV2beta1Environment
|
1406
1454
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1407
1455
|
|
1408
1456
|
include Google::Apis::Core::JsonObjectSupport
|
1409
1457
|
end
|
1410
1458
|
|
1411
|
-
class
|
1459
|
+
class GoogleCloudDialogflowV2beta1EnvironmentHistory
|
1412
1460
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1413
1461
|
|
1414
1462
|
include Google::Apis::Core::JsonObjectSupport
|
1415
1463
|
end
|
1416
1464
|
|
1417
|
-
class
|
1465
|
+
class GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry
|
1418
1466
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1419
1467
|
|
1420
1468
|
include Google::Apis::Core::JsonObjectSupport
|
1421
1469
|
end
|
1422
1470
|
|
1423
|
-
class
|
1471
|
+
class GoogleCloudDialogflowV2beta1EventInput
|
1424
1472
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1425
1473
|
|
1426
1474
|
include Google::Apis::Core::JsonObjectSupport
|
1427
1475
|
end
|
1428
1476
|
|
1429
|
-
class
|
1477
|
+
class GoogleCloudDialogflowV2beta1ExportAgentRequest
|
1430
1478
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1431
1479
|
|
1432
1480
|
include Google::Apis::Core::JsonObjectSupport
|
1433
1481
|
end
|
1434
1482
|
|
1435
|
-
class
|
1483
|
+
class GoogleCloudDialogflowV2beta1ExportAgentResponse
|
1436
1484
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1437
1485
|
|
1438
1486
|
include Google::Apis::Core::JsonObjectSupport
|
1439
1487
|
end
|
1440
1488
|
|
1441
|
-
class
|
1489
|
+
class GoogleCloudDialogflowV2beta1FaqAnswer
|
1442
1490
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1443
1491
|
|
1444
1492
|
include Google::Apis::Core::JsonObjectSupport
|
1445
1493
|
end
|
1446
1494
|
|
1447
|
-
class
|
1495
|
+
class GoogleCloudDialogflowV2beta1Fulfillment
|
1448
1496
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1449
1497
|
|
1450
1498
|
include Google::Apis::Core::JsonObjectSupport
|
1451
1499
|
end
|
1452
1500
|
|
1453
|
-
class
|
1501
|
+
class GoogleCloudDialogflowV2beta1FulfillmentFeature
|
1454
1502
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1455
1503
|
|
1456
1504
|
include Google::Apis::Core::JsonObjectSupport
|
1457
1505
|
end
|
1458
1506
|
|
1459
|
-
class
|
1507
|
+
class GoogleCloudDialogflowV2beta1FulfillmentGenericWebService
|
1460
1508
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1461
1509
|
|
1462
1510
|
include Google::Apis::Core::JsonObjectSupport
|
1463
1511
|
end
|
1464
1512
|
|
1465
|
-
class
|
1513
|
+
class GoogleCloudDialogflowV2beta1GcsSource
|
1466
1514
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1467
1515
|
|
1468
1516
|
include Google::Apis::Core::JsonObjectSupport
|
1469
1517
|
end
|
1470
1518
|
|
1471
|
-
class
|
1519
|
+
class GoogleCloudDialogflowV2beta1GcsSources
|
1472
1520
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1473
1521
|
|
1474
1522
|
include Google::Apis::Core::JsonObjectSupport
|
1475
1523
|
end
|
1476
1524
|
|
1477
|
-
class
|
1525
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig
|
1478
1526
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1479
1527
|
|
1480
1528
|
include Google::Apis::Core::JsonObjectSupport
|
1481
1529
|
end
|
1482
1530
|
|
1483
|
-
class
|
1531
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig
|
1484
1532
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1485
1533
|
|
1486
1534
|
include Google::Apis::Core::JsonObjectSupport
|
1487
1535
|
end
|
1488
1536
|
|
1489
|
-
class
|
1537
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig
|
1490
1538
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1491
1539
|
|
1492
1540
|
include Google::Apis::Core::JsonObjectSupport
|
1493
1541
|
end
|
1494
1542
|
|
1495
|
-
class
|
1543
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig
|
1496
1544
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1497
1545
|
|
1498
1546
|
include Google::Apis::Core::JsonObjectSupport
|
1499
1547
|
end
|
1500
1548
|
|
1501
|
-
class
|
1549
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig
|
1502
1550
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1503
1551
|
|
1504
1552
|
include Google::Apis::Core::JsonObjectSupport
|
1505
1553
|
end
|
1506
1554
|
|
1507
|
-
class
|
1555
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig
|
1508
1556
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1509
1557
|
|
1510
1558
|
include Google::Apis::Core::JsonObjectSupport
|
1511
1559
|
end
|
1512
1560
|
|
1513
|
-
class
|
1561
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings
|
1514
1562
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1515
1563
|
|
1516
1564
|
include Google::Apis::Core::JsonObjectSupport
|
1517
1565
|
end
|
1518
1566
|
|
1519
|
-
class
|
1567
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource
|
1520
1568
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1521
1569
|
|
1522
1570
|
include Google::Apis::Core::JsonObjectSupport
|
1523
1571
|
end
|
1524
1572
|
|
1525
|
-
class
|
1573
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource
|
1526
1574
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1527
1575
|
|
1528
1576
|
include Google::Apis::Core::JsonObjectSupport
|
1529
1577
|
end
|
1530
1578
|
|
1531
|
-
class
|
1579
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource
|
1532
1580
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1533
1581
|
|
1534
1582
|
include Google::Apis::Core::JsonObjectSupport
|
1535
1583
|
end
|
1536
1584
|
|
1537
|
-
class
|
1585
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings
|
1538
1586
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1539
1587
|
|
1540
1588
|
include Google::Apis::Core::JsonObjectSupport
|
1541
1589
|
end
|
1542
1590
|
|
1543
|
-
class
|
1591
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
|
1544
1592
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1545
1593
|
|
1546
1594
|
include Google::Apis::Core::JsonObjectSupport
|
1547
1595
|
end
|
1548
1596
|
|
1549
|
-
class
|
1597
|
+
class GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig
|
1550
1598
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1551
1599
|
|
1552
1600
|
include Google::Apis::Core::JsonObjectSupport
|
1553
1601
|
end
|
1554
1602
|
|
1555
|
-
class
|
1603
|
+
class GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig
|
1556
1604
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1557
1605
|
|
1558
1606
|
include Google::Apis::Core::JsonObjectSupport
|
1559
1607
|
end
|
1560
1608
|
|
1561
|
-
class
|
1609
|
+
class GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig
|
1562
1610
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1563
1611
|
|
1564
1612
|
include Google::Apis::Core::JsonObjectSupport
|
1565
1613
|
end
|
1566
1614
|
|
1567
|
-
class
|
1615
|
+
class GoogleCloudDialogflowV2beta1ImportAgentRequest
|
1568
1616
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1569
1617
|
|
1570
1618
|
include Google::Apis::Core::JsonObjectSupport
|
1571
1619
|
end
|
1572
1620
|
|
1573
|
-
class
|
1621
|
+
class GoogleCloudDialogflowV2beta1ImportDocumentTemplate
|
1574
1622
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1575
1623
|
|
1576
1624
|
include Google::Apis::Core::JsonObjectSupport
|
1577
1625
|
end
|
1578
1626
|
|
1579
|
-
class
|
1627
|
+
class GoogleCloudDialogflowV2beta1ImportDocumentsRequest
|
1580
1628
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1581
1629
|
|
1582
1630
|
include Google::Apis::Core::JsonObjectSupport
|
1583
1631
|
end
|
1584
1632
|
|
1585
|
-
class
|
1633
|
+
class GoogleCloudDialogflowV2beta1ImportDocumentsResponse
|
1586
1634
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1587
1635
|
|
1588
1636
|
include Google::Apis::Core::JsonObjectSupport
|
1589
1637
|
end
|
1590
1638
|
|
1591
|
-
class
|
1639
|
+
class GoogleCloudDialogflowV2beta1InputAudioConfig
|
1592
1640
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1593
1641
|
|
1594
1642
|
include Google::Apis::Core::JsonObjectSupport
|
1595
1643
|
end
|
1596
1644
|
|
1597
|
-
class
|
1645
|
+
class GoogleCloudDialogflowV2beta1Intent
|
1598
1646
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1599
1647
|
|
1600
1648
|
include Google::Apis::Core::JsonObjectSupport
|
1601
1649
|
end
|
1602
1650
|
|
1603
|
-
class
|
1651
|
+
class GoogleCloudDialogflowV2beta1IntentBatch
|
1604
1652
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1605
1653
|
|
1606
1654
|
include Google::Apis::Core::JsonObjectSupport
|
1607
1655
|
end
|
1608
1656
|
|
1609
|
-
class
|
1657
|
+
class GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo
|
1610
1658
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1611
1659
|
|
1612
1660
|
include Google::Apis::Core::JsonObjectSupport
|
1613
1661
|
end
|
1614
1662
|
|
1615
|
-
class
|
1663
|
+
class GoogleCloudDialogflowV2beta1IntentMessage
|
1616
1664
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1617
1665
|
|
1618
1666
|
include Google::Apis::Core::JsonObjectSupport
|
1619
1667
|
end
|
1620
1668
|
|
1621
|
-
class
|
1669
|
+
class GoogleCloudDialogflowV2beta1IntentMessageBasicCard
|
1622
1670
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1623
1671
|
|
1624
1672
|
include Google::Apis::Core::JsonObjectSupport
|
1625
1673
|
end
|
1626
1674
|
|
1627
|
-
class
|
1675
|
+
class GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton
|
1628
1676
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1629
1677
|
|
1630
1678
|
include Google::Apis::Core::JsonObjectSupport
|
1631
1679
|
end
|
1632
1680
|
|
1633
|
-
class
|
1681
|
+
class GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriAction
|
1634
1682
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1635
1683
|
|
1636
1684
|
include Google::Apis::Core::JsonObjectSupport
|
1637
1685
|
end
|
1638
1686
|
|
1639
|
-
class
|
1687
|
+
class GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard
|
1640
1688
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1641
1689
|
|
1642
1690
|
include Google::Apis::Core::JsonObjectSupport
|
1643
1691
|
end
|
1644
1692
|
|
1645
|
-
class
|
1693
|
+
class GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem
|
1646
1694
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1647
1695
|
|
1648
1696
|
include Google::Apis::Core::JsonObjectSupport
|
1649
1697
|
end
|
1650
1698
|
|
1651
|
-
class
|
1699
|
+
class GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction
|
1652
1700
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1653
1701
|
|
1654
1702
|
include Google::Apis::Core::JsonObjectSupport
|
1655
1703
|
end
|
1656
1704
|
|
1657
|
-
class
|
1705
|
+
class GoogleCloudDialogflowV2beta1IntentMessageCard
|
1658
1706
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1659
1707
|
|
1660
1708
|
include Google::Apis::Core::JsonObjectSupport
|
1661
1709
|
end
|
1662
1710
|
|
1663
|
-
class
|
1711
|
+
class GoogleCloudDialogflowV2beta1IntentMessageCardButton
|
1664
1712
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1665
1713
|
|
1666
1714
|
include Google::Apis::Core::JsonObjectSupport
|
1667
1715
|
end
|
1668
1716
|
|
1669
|
-
class
|
1717
|
+
class GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect
|
1670
1718
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1671
1719
|
|
1672
1720
|
include Google::Apis::Core::JsonObjectSupport
|
1673
1721
|
end
|
1674
1722
|
|
1675
|
-
class
|
1723
|
+
class GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem
|
1676
1724
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1677
1725
|
|
1678
1726
|
include Google::Apis::Core::JsonObjectSupport
|
1679
1727
|
end
|
1680
1728
|
|
1681
|
-
class
|
1729
|
+
class GoogleCloudDialogflowV2beta1IntentMessageColumnProperties
|
1682
1730
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1683
1731
|
|
1684
1732
|
include Google::Apis::Core::JsonObjectSupport
|
1685
1733
|
end
|
1686
1734
|
|
1687
|
-
class
|
1735
|
+
class GoogleCloudDialogflowV2beta1IntentMessageImage
|
1688
1736
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1689
1737
|
|
1690
1738
|
include Google::Apis::Core::JsonObjectSupport
|
1691
1739
|
end
|
1692
1740
|
|
1693
|
-
class
|
1741
|
+
class GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestion
|
1694
1742
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1695
1743
|
|
1696
1744
|
include Google::Apis::Core::JsonObjectSupport
|
1697
1745
|
end
|
1698
1746
|
|
1699
|
-
class
|
1747
|
+
class GoogleCloudDialogflowV2beta1IntentMessageListSelect
|
1700
1748
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1701
1749
|
|
1702
1750
|
include Google::Apis::Core::JsonObjectSupport
|
1703
1751
|
end
|
1704
1752
|
|
1705
|
-
class
|
1753
|
+
class GoogleCloudDialogflowV2beta1IntentMessageListSelectItem
|
1706
1754
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1707
1755
|
|
1708
1756
|
include Google::Apis::Core::JsonObjectSupport
|
1709
1757
|
end
|
1710
1758
|
|
1711
|
-
class
|
1759
|
+
class GoogleCloudDialogflowV2beta1IntentMessageMediaContent
|
1712
1760
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1713
1761
|
|
1714
1762
|
include Google::Apis::Core::JsonObjectSupport
|
1715
1763
|
end
|
1716
1764
|
|
1717
|
-
class
|
1765
|
+
class GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject
|
1718
1766
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1719
1767
|
|
1720
1768
|
include Google::Apis::Core::JsonObjectSupport
|
1721
1769
|
end
|
1722
1770
|
|
1723
|
-
class
|
1771
|
+
class GoogleCloudDialogflowV2beta1IntentMessageQuickReplies
|
1724
1772
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1725
1773
|
|
1726
1774
|
include Google::Apis::Core::JsonObjectSupport
|
1727
1775
|
end
|
1728
1776
|
|
1729
|
-
class
|
1777
|
+
class GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent
|
1730
1778
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1731
1779
|
|
1732
1780
|
include Google::Apis::Core::JsonObjectSupport
|
1733
1781
|
end
|
1734
1782
|
|
1735
|
-
class
|
1783
|
+
class GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia
|
1736
1784
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1737
1785
|
|
1738
1786
|
include Google::Apis::Core::JsonObjectSupport
|
1739
1787
|
end
|
1740
1788
|
|
1741
|
-
class
|
1789
|
+
class GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard
|
1742
1790
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1743
1791
|
|
1744
1792
|
include Google::Apis::Core::JsonObjectSupport
|
1745
1793
|
end
|
1746
1794
|
|
1747
|
-
class
|
1795
|
+
class GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard
|
1748
1796
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1749
1797
|
|
1750
1798
|
include Google::Apis::Core::JsonObjectSupport
|
1751
1799
|
end
|
1752
1800
|
|
1753
|
-
class
|
1801
|
+
class GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedAction
|
1754
1802
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1755
1803
|
|
1756
1804
|
include Google::Apis::Core::JsonObjectSupport
|
1757
1805
|
end
|
1758
1806
|
|
1759
|
-
class
|
1807
|
+
class GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDial
|
1760
1808
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1761
1809
|
|
1762
1810
|
include Google::Apis::Core::JsonObjectSupport
|
1763
1811
|
end
|
1764
1812
|
|
1765
|
-
class
|
1813
|
+
class GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUri
|
1766
1814
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1767
1815
|
|
1768
1816
|
include Google::Apis::Core::JsonObjectSupport
|
1769
1817
|
end
|
1770
1818
|
|
1771
|
-
class
|
1819
|
+
class GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocation
|
1772
1820
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1773
1821
|
|
1774
1822
|
include Google::Apis::Core::JsonObjectSupport
|
1775
1823
|
end
|
1776
1824
|
|
1777
|
-
class
|
1825
|
+
class GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReply
|
1778
1826
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1779
1827
|
|
1780
1828
|
include Google::Apis::Core::JsonObjectSupport
|
1781
1829
|
end
|
1782
1830
|
|
1783
|
-
class
|
1831
|
+
class GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion
|
1784
1832
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1785
1833
|
|
1786
1834
|
include Google::Apis::Core::JsonObjectSupport
|
1787
1835
|
end
|
1788
1836
|
|
1789
|
-
class
|
1837
|
+
class GoogleCloudDialogflowV2beta1IntentMessageRbmText
|
1790
1838
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1791
1839
|
|
1792
1840
|
include Google::Apis::Core::JsonObjectSupport
|
1793
1841
|
end
|
1794
1842
|
|
1795
|
-
class
|
1843
|
+
class GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo
|
1796
1844
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1797
1845
|
|
1798
1846
|
include Google::Apis::Core::JsonObjectSupport
|
1799
1847
|
end
|
1800
1848
|
|
1801
|
-
class
|
1849
|
+
class GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse
|
1802
1850
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1803
1851
|
|
1804
1852
|
include Google::Apis::Core::JsonObjectSupport
|
1805
1853
|
end
|
1806
1854
|
|
1807
|
-
class
|
1855
|
+
class GoogleCloudDialogflowV2beta1IntentMessageSimpleResponses
|
1808
1856
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1809
1857
|
|
1810
1858
|
include Google::Apis::Core::JsonObjectSupport
|
1811
1859
|
end
|
1812
1860
|
|
1813
|
-
class
|
1861
|
+
class GoogleCloudDialogflowV2beta1IntentMessageSuggestion
|
1814
1862
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1815
1863
|
|
1816
1864
|
include Google::Apis::Core::JsonObjectSupport
|
1817
1865
|
end
|
1818
1866
|
|
1819
|
-
class
|
1867
|
+
class GoogleCloudDialogflowV2beta1IntentMessageSuggestions
|
1820
1868
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1821
1869
|
|
1822
1870
|
include Google::Apis::Core::JsonObjectSupport
|
1823
1871
|
end
|
1824
1872
|
|
1825
|
-
class
|
1873
|
+
class GoogleCloudDialogflowV2beta1IntentMessageTableCard
|
1826
1874
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1827
1875
|
|
1828
1876
|
include Google::Apis::Core::JsonObjectSupport
|
1829
1877
|
end
|
1830
1878
|
|
1831
|
-
class
|
1879
|
+
class GoogleCloudDialogflowV2beta1IntentMessageTableCardCell
|
1832
1880
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1833
1881
|
|
1834
1882
|
include Google::Apis::Core::JsonObjectSupport
|
1835
1883
|
end
|
1836
1884
|
|
1837
|
-
class
|
1885
|
+
class GoogleCloudDialogflowV2beta1IntentMessageTableCardRow
|
1838
1886
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1839
1887
|
|
1840
1888
|
include Google::Apis::Core::JsonObjectSupport
|
1841
1889
|
end
|
1842
1890
|
|
1843
|
-
class
|
1891
|
+
class GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio
|
1844
1892
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1845
1893
|
|
1846
1894
|
include Google::Apis::Core::JsonObjectSupport
|
1847
1895
|
end
|
1848
1896
|
|
1849
|
-
class
|
1897
|
+
class GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech
|
1850
1898
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1851
1899
|
|
1852
1900
|
include Google::Apis::Core::JsonObjectSupport
|
1853
1901
|
end
|
1854
1902
|
|
1855
|
-
class
|
1903
|
+
class GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall
|
1856
1904
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1857
1905
|
|
1858
1906
|
include Google::Apis::Core::JsonObjectSupport
|
1859
1907
|
end
|
1860
1908
|
|
1861
|
-
class
|
1909
|
+
class GoogleCloudDialogflowV2beta1IntentMessageText
|
1862
1910
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1863
1911
|
|
1864
1912
|
include Google::Apis::Core::JsonObjectSupport
|
1865
1913
|
end
|
1866
1914
|
|
1867
|
-
class
|
1915
|
+
class GoogleCloudDialogflowV2beta1IntentParameter
|
1868
1916
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1869
1917
|
|
1870
1918
|
include Google::Apis::Core::JsonObjectSupport
|
1871
1919
|
end
|
1872
1920
|
|
1873
|
-
class
|
1874
|
-
|
1875
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1876
|
-
property :audio, :base64 => true, as: 'audio'
|
1877
|
-
property :config, as: 'config', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3InputAudioConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3InputAudioConfig::Representation
|
1921
|
+
class GoogleCloudDialogflowV2beta1IntentTrainingPhrase
|
1922
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1878
1923
|
|
1879
|
-
|
1924
|
+
include Google::Apis::Core::JsonObjectSupport
|
1880
1925
|
end
|
1881
1926
|
|
1882
|
-
class
|
1883
|
-
|
1884
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1885
|
-
collection :errors, as: 'errors', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3TestError, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3TestError::Representation
|
1927
|
+
class GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart
|
1928
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1886
1929
|
|
1887
|
-
|
1930
|
+
include Google::Apis::Core::JsonObjectSupport
|
1931
|
+
end
|
1932
|
+
|
1933
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAnswers
|
1934
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1935
|
+
|
1936
|
+
include Google::Apis::Core::JsonObjectSupport
|
1937
|
+
end
|
1938
|
+
|
1939
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer
|
1940
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1941
|
+
|
1942
|
+
include Google::Apis::Core::JsonObjectSupport
|
1943
|
+
end
|
1944
|
+
|
1945
|
+
class GoogleCloudDialogflowV2beta1KnowledgeBase
|
1946
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1947
|
+
|
1948
|
+
include Google::Apis::Core::JsonObjectSupport
|
1949
|
+
end
|
1950
|
+
|
1951
|
+
class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
|
1952
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1953
|
+
|
1954
|
+
include Google::Apis::Core::JsonObjectSupport
|
1955
|
+
end
|
1956
|
+
|
1957
|
+
class GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse
|
1958
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1959
|
+
|
1960
|
+
include Google::Apis::Core::JsonObjectSupport
|
1961
|
+
end
|
1962
|
+
|
1963
|
+
class GoogleCloudDialogflowV2beta1ListContextsResponse
|
1964
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1965
|
+
|
1966
|
+
include Google::Apis::Core::JsonObjectSupport
|
1967
|
+
end
|
1968
|
+
|
1969
|
+
class GoogleCloudDialogflowV2beta1ListConversationProfilesResponse
|
1970
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1971
|
+
|
1972
|
+
include Google::Apis::Core::JsonObjectSupport
|
1973
|
+
end
|
1974
|
+
|
1975
|
+
class GoogleCloudDialogflowV2beta1ListConversationsResponse
|
1976
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1977
|
+
|
1978
|
+
include Google::Apis::Core::JsonObjectSupport
|
1979
|
+
end
|
1980
|
+
|
1981
|
+
class GoogleCloudDialogflowV2beta1ListDocumentsResponse
|
1982
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1983
|
+
|
1984
|
+
include Google::Apis::Core::JsonObjectSupport
|
1985
|
+
end
|
1986
|
+
|
1987
|
+
class GoogleCloudDialogflowV2beta1ListEntityTypesResponse
|
1988
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1989
|
+
|
1990
|
+
include Google::Apis::Core::JsonObjectSupport
|
1991
|
+
end
|
1992
|
+
|
1993
|
+
class GoogleCloudDialogflowV2beta1ListEnvironmentsResponse
|
1994
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1995
|
+
|
1996
|
+
include Google::Apis::Core::JsonObjectSupport
|
1997
|
+
end
|
1998
|
+
|
1999
|
+
class GoogleCloudDialogflowV2beta1ListIntentsResponse
|
2000
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2001
|
+
|
2002
|
+
include Google::Apis::Core::JsonObjectSupport
|
2003
|
+
end
|
2004
|
+
|
2005
|
+
class GoogleCloudDialogflowV2beta1ListKnowledgeBasesResponse
|
2006
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2007
|
+
|
2008
|
+
include Google::Apis::Core::JsonObjectSupport
|
2009
|
+
end
|
2010
|
+
|
2011
|
+
class GoogleCloudDialogflowV2beta1ListMessagesResponse
|
2012
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2013
|
+
|
2014
|
+
include Google::Apis::Core::JsonObjectSupport
|
2015
|
+
end
|
2016
|
+
|
2017
|
+
class GoogleCloudDialogflowV2beta1ListParticipantsResponse
|
2018
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2019
|
+
|
2020
|
+
include Google::Apis::Core::JsonObjectSupport
|
2021
|
+
end
|
2022
|
+
|
2023
|
+
class GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse
|
2024
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2025
|
+
|
2026
|
+
include Google::Apis::Core::JsonObjectSupport
|
2027
|
+
end
|
2028
|
+
|
2029
|
+
class GoogleCloudDialogflowV2beta1ListSuggestionsResponse
|
2030
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2031
|
+
|
2032
|
+
include Google::Apis::Core::JsonObjectSupport
|
2033
|
+
end
|
2034
|
+
|
2035
|
+
class GoogleCloudDialogflowV2beta1ListVersionsResponse
|
2036
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2037
|
+
|
2038
|
+
include Google::Apis::Core::JsonObjectSupport
|
2039
|
+
end
|
2040
|
+
|
2041
|
+
class GoogleCloudDialogflowV2beta1LoggingConfig
|
2042
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2043
|
+
|
2044
|
+
include Google::Apis::Core::JsonObjectSupport
|
2045
|
+
end
|
2046
|
+
|
2047
|
+
class GoogleCloudDialogflowV2beta1Message
|
2048
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2049
|
+
|
2050
|
+
include Google::Apis::Core::JsonObjectSupport
|
2051
|
+
end
|
2052
|
+
|
2053
|
+
class GoogleCloudDialogflowV2beta1MessageAnnotation
|
2054
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2055
|
+
|
2056
|
+
include Google::Apis::Core::JsonObjectSupport
|
2057
|
+
end
|
2058
|
+
|
2059
|
+
class GoogleCloudDialogflowV2beta1NotificationConfig
|
2060
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2061
|
+
|
2062
|
+
include Google::Apis::Core::JsonObjectSupport
|
2063
|
+
end
|
2064
|
+
|
2065
|
+
class GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest
|
2066
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2067
|
+
|
2068
|
+
include Google::Apis::Core::JsonObjectSupport
|
2069
|
+
end
|
2070
|
+
|
2071
|
+
class GoogleCloudDialogflowV2beta1OutputAudio
|
2072
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2073
|
+
|
2074
|
+
include Google::Apis::Core::JsonObjectSupport
|
2075
|
+
end
|
2076
|
+
|
2077
|
+
class GoogleCloudDialogflowV2beta1OutputAudioConfig
|
2078
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2079
|
+
|
2080
|
+
include Google::Apis::Core::JsonObjectSupport
|
2081
|
+
end
|
2082
|
+
|
2083
|
+
class GoogleCloudDialogflowV2beta1Participant
|
2084
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2085
|
+
|
2086
|
+
include Google::Apis::Core::JsonObjectSupport
|
2087
|
+
end
|
2088
|
+
|
2089
|
+
class GoogleCloudDialogflowV2beta1QueryInput
|
2090
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2091
|
+
|
2092
|
+
include Google::Apis::Core::JsonObjectSupport
|
2093
|
+
end
|
2094
|
+
|
2095
|
+
class GoogleCloudDialogflowV2beta1QueryParameters
|
2096
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2097
|
+
|
2098
|
+
include Google::Apis::Core::JsonObjectSupport
|
2099
|
+
end
|
2100
|
+
|
2101
|
+
class GoogleCloudDialogflowV2beta1QueryResult
|
2102
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2103
|
+
|
2104
|
+
include Google::Apis::Core::JsonObjectSupport
|
2105
|
+
end
|
2106
|
+
|
2107
|
+
class GoogleCloudDialogflowV2beta1ReloadDocumentRequest
|
2108
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2109
|
+
|
2110
|
+
include Google::Apis::Core::JsonObjectSupport
|
2111
|
+
end
|
2112
|
+
|
2113
|
+
class GoogleCloudDialogflowV2beta1ResponseMessage
|
2114
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2115
|
+
|
2116
|
+
include Google::Apis::Core::JsonObjectSupport
|
2117
|
+
end
|
2118
|
+
|
2119
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction
|
2120
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2121
|
+
|
2122
|
+
include Google::Apis::Core::JsonObjectSupport
|
2123
|
+
end
|
2124
|
+
|
2125
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff
|
2126
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2127
|
+
|
2128
|
+
include Google::Apis::Core::JsonObjectSupport
|
2129
|
+
end
|
2130
|
+
|
2131
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageText
|
2132
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2133
|
+
|
2134
|
+
include Google::Apis::Core::JsonObjectSupport
|
2135
|
+
end
|
2136
|
+
|
2137
|
+
class GoogleCloudDialogflowV2beta1RestoreAgentRequest
|
2138
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2139
|
+
|
2140
|
+
include Google::Apis::Core::JsonObjectSupport
|
2141
|
+
end
|
2142
|
+
|
2143
|
+
class GoogleCloudDialogflowV2beta1SearchAgentsResponse
|
2144
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2145
|
+
|
2146
|
+
include Google::Apis::Core::JsonObjectSupport
|
2147
|
+
end
|
2148
|
+
|
2149
|
+
class GoogleCloudDialogflowV2beta1Sentiment
|
2150
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2151
|
+
|
2152
|
+
include Google::Apis::Core::JsonObjectSupport
|
2153
|
+
end
|
2154
|
+
|
2155
|
+
class GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig
|
2156
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2157
|
+
|
2158
|
+
include Google::Apis::Core::JsonObjectSupport
|
2159
|
+
end
|
2160
|
+
|
2161
|
+
class GoogleCloudDialogflowV2beta1SentimentAnalysisResult
|
2162
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2163
|
+
|
2164
|
+
include Google::Apis::Core::JsonObjectSupport
|
2165
|
+
end
|
2166
|
+
|
2167
|
+
class GoogleCloudDialogflowV2beta1SessionEntityType
|
2168
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2169
|
+
|
2170
|
+
include Google::Apis::Core::JsonObjectSupport
|
2171
|
+
end
|
2172
|
+
|
2173
|
+
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
2174
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2175
|
+
|
2176
|
+
include Google::Apis::Core::JsonObjectSupport
|
2177
|
+
end
|
2178
|
+
|
2179
|
+
class GoogleCloudDialogflowV2beta1SpeechContext
|
2180
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2181
|
+
|
2182
|
+
include Google::Apis::Core::JsonObjectSupport
|
2183
|
+
end
|
2184
|
+
|
2185
|
+
class GoogleCloudDialogflowV2beta1SpeechToTextConfig
|
2186
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2187
|
+
|
2188
|
+
include Google::Apis::Core::JsonObjectSupport
|
2189
|
+
end
|
2190
|
+
|
2191
|
+
class GoogleCloudDialogflowV2beta1SubAgent
|
2192
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2193
|
+
|
2194
|
+
include Google::Apis::Core::JsonObjectSupport
|
2195
|
+
end
|
2196
|
+
|
2197
|
+
class GoogleCloudDialogflowV2beta1SuggestArticlesRequest
|
2198
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2199
|
+
|
2200
|
+
include Google::Apis::Core::JsonObjectSupport
|
2201
|
+
end
|
2202
|
+
|
2203
|
+
class GoogleCloudDialogflowV2beta1SuggestArticlesResponse
|
2204
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2205
|
+
|
2206
|
+
include Google::Apis::Core::JsonObjectSupport
|
2207
|
+
end
|
2208
|
+
|
2209
|
+
class GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest
|
2210
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2211
|
+
|
2212
|
+
include Google::Apis::Core::JsonObjectSupport
|
2213
|
+
end
|
2214
|
+
|
2215
|
+
class GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse
|
2216
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2217
|
+
|
2218
|
+
include Google::Apis::Core::JsonObjectSupport
|
2219
|
+
end
|
2220
|
+
|
2221
|
+
class GoogleCloudDialogflowV2beta1SuggestSmartRepliesRequest
|
2222
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2223
|
+
|
2224
|
+
include Google::Apis::Core::JsonObjectSupport
|
2225
|
+
end
|
2226
|
+
|
2227
|
+
class GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse
|
2228
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2229
|
+
|
2230
|
+
include Google::Apis::Core::JsonObjectSupport
|
2231
|
+
end
|
2232
|
+
|
2233
|
+
class GoogleCloudDialogflowV2beta1Suggestion
|
2234
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2235
|
+
|
2236
|
+
include Google::Apis::Core::JsonObjectSupport
|
2237
|
+
end
|
2238
|
+
|
2239
|
+
class GoogleCloudDialogflowV2beta1SuggestionArticle
|
2240
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2241
|
+
|
2242
|
+
include Google::Apis::Core::JsonObjectSupport
|
2243
|
+
end
|
2244
|
+
|
2245
|
+
class GoogleCloudDialogflowV2beta1SuggestionFaqAnswer
|
2246
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2247
|
+
|
2248
|
+
include Google::Apis::Core::JsonObjectSupport
|
2249
|
+
end
|
2250
|
+
|
2251
|
+
class GoogleCloudDialogflowV2beta1SuggestionFeature
|
2252
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2253
|
+
|
2254
|
+
include Google::Apis::Core::JsonObjectSupport
|
2255
|
+
end
|
2256
|
+
|
2257
|
+
class GoogleCloudDialogflowV2beta1SuggestionResult
|
2258
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2259
|
+
|
2260
|
+
include Google::Apis::Core::JsonObjectSupport
|
2261
|
+
end
|
2262
|
+
|
2263
|
+
class GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig
|
2264
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2265
|
+
|
2266
|
+
include Google::Apis::Core::JsonObjectSupport
|
2267
|
+
end
|
2268
|
+
|
2269
|
+
class GoogleCloudDialogflowV2beta1TelephonyDtmfEvents
|
2270
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2271
|
+
|
2272
|
+
include Google::Apis::Core::JsonObjectSupport
|
2273
|
+
end
|
2274
|
+
|
2275
|
+
class GoogleCloudDialogflowV2beta1TextInput
|
2276
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2277
|
+
|
2278
|
+
include Google::Apis::Core::JsonObjectSupport
|
2279
|
+
end
|
2280
|
+
|
2281
|
+
class GoogleCloudDialogflowV2beta1TextToSpeechSettings
|
2282
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2283
|
+
|
2284
|
+
include Google::Apis::Core::JsonObjectSupport
|
2285
|
+
end
|
2286
|
+
|
2287
|
+
class GoogleCloudDialogflowV2beta1TrainAgentRequest
|
2288
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2289
|
+
|
2290
|
+
include Google::Apis::Core::JsonObjectSupport
|
2291
|
+
end
|
2292
|
+
|
2293
|
+
class GoogleCloudDialogflowV2beta1ValidationError
|
2294
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2295
|
+
|
2296
|
+
include Google::Apis::Core::JsonObjectSupport
|
2297
|
+
end
|
2298
|
+
|
2299
|
+
class GoogleCloudDialogflowV2beta1ValidationResult
|
2300
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2301
|
+
|
2302
|
+
include Google::Apis::Core::JsonObjectSupport
|
2303
|
+
end
|
2304
|
+
|
2305
|
+
class GoogleCloudDialogflowV2beta1Version
|
2306
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2307
|
+
|
2308
|
+
include Google::Apis::Core::JsonObjectSupport
|
2309
|
+
end
|
2310
|
+
|
2311
|
+
class GoogleCloudDialogflowV2beta1VoiceSelectionParams
|
2312
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2313
|
+
|
2314
|
+
include Google::Apis::Core::JsonObjectSupport
|
2315
|
+
end
|
2316
|
+
|
2317
|
+
class GoogleCloudDialogflowV2beta1WebhookRequest
|
2318
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2319
|
+
|
2320
|
+
include Google::Apis::Core::JsonObjectSupport
|
2321
|
+
end
|
2322
|
+
|
2323
|
+
class GoogleCloudDialogflowV2beta1WebhookResponse
|
2324
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2325
|
+
|
2326
|
+
include Google::Apis::Core::JsonObjectSupport
|
2327
|
+
end
|
2328
|
+
|
2329
|
+
class GoogleCloudDialogflowV3alpha1CreateDocumentOperationMetadata
|
2330
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2331
|
+
|
2332
|
+
include Google::Apis::Core::JsonObjectSupport
|
2333
|
+
end
|
2334
|
+
|
2335
|
+
class GoogleCloudDialogflowV3alpha1DeleteDocumentOperationMetadata
|
2336
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2337
|
+
|
2338
|
+
include Google::Apis::Core::JsonObjectSupport
|
2339
|
+
end
|
2340
|
+
|
2341
|
+
class GoogleCloudDialogflowV3alpha1GenericKnowledgeOperationMetadata
|
2342
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2343
|
+
|
2344
|
+
include Google::Apis::Core::JsonObjectSupport
|
2345
|
+
end
|
2346
|
+
|
2347
|
+
class GoogleCloudDialogflowV3alpha1ImportDocumentsOperationMetadata
|
2348
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2349
|
+
|
2350
|
+
include Google::Apis::Core::JsonObjectSupport
|
2351
|
+
end
|
2352
|
+
|
2353
|
+
class GoogleCloudDialogflowV3alpha1ImportDocumentsResponse
|
2354
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2355
|
+
|
2356
|
+
include Google::Apis::Core::JsonObjectSupport
|
2357
|
+
end
|
2358
|
+
|
2359
|
+
class GoogleCloudDialogflowV3alpha1ReloadDocumentOperationMetadata
|
2360
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2361
|
+
|
2362
|
+
include Google::Apis::Core::JsonObjectSupport
|
2363
|
+
end
|
2364
|
+
|
2365
|
+
class GoogleCloudDialogflowV3alpha1UpdateDocumentOperationMetadata
|
2366
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2367
|
+
|
2368
|
+
include Google::Apis::Core::JsonObjectSupport
|
2369
|
+
end
|
2370
|
+
|
2371
|
+
class GoogleLongrunningListOperationsResponse
|
2372
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2373
|
+
|
2374
|
+
include Google::Apis::Core::JsonObjectSupport
|
2375
|
+
end
|
2376
|
+
|
2377
|
+
class GoogleLongrunningOperation
|
2378
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2379
|
+
|
2380
|
+
include Google::Apis::Core::JsonObjectSupport
|
2381
|
+
end
|
2382
|
+
|
2383
|
+
class GoogleProtobufEmpty
|
2384
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2385
|
+
|
2386
|
+
include Google::Apis::Core::JsonObjectSupport
|
2387
|
+
end
|
2388
|
+
|
2389
|
+
class GoogleRpcStatus
|
2390
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2391
|
+
|
2392
|
+
include Google::Apis::Core::JsonObjectSupport
|
2393
|
+
end
|
2394
|
+
|
2395
|
+
class GoogleTypeLatLng
|
2396
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2397
|
+
|
2398
|
+
include Google::Apis::Core::JsonObjectSupport
|
2399
|
+
end
|
2400
|
+
|
2401
|
+
class GoogleCloudDialogflowCxV3AudioInput
|
2402
|
+
# @private
|
2403
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2404
|
+
property :audio, :base64 => true, as: 'audio'
|
2405
|
+
property :config, as: 'config', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3InputAudioConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3InputAudioConfig::Representation
|
2406
|
+
|
2407
|
+
end
|
2408
|
+
end
|
2409
|
+
|
2410
|
+
class GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata
|
2411
|
+
# @private
|
2412
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2413
|
+
collection :errors, as: 'errors', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3TestError, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3TestError::Representation
|
2414
|
+
|
2415
|
+
end
|
1888
2416
|
end
|
1889
2417
|
|
1890
2418
|
class GoogleCloudDialogflowCxV3BatchRunTestCasesResponse
|
@@ -1991,6 +2519,14 @@ module Google
|
|
1991
2519
|
end
|
1992
2520
|
end
|
1993
2521
|
|
2522
|
+
class GoogleCloudDialogflowCxV3ExportFlowResponse
|
2523
|
+
# @private
|
2524
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2525
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
2526
|
+
property :flow_uri, as: 'flowUri'
|
2527
|
+
end
|
2528
|
+
end
|
2529
|
+
|
1994
2530
|
class GoogleCloudDialogflowCxV3ExportTestCasesMetadata
|
1995
2531
|
# @private
|
1996
2532
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2109,6 +2645,13 @@ module Google
|
|
2109
2645
|
end
|
2110
2646
|
end
|
2111
2647
|
|
2648
|
+
class GoogleCloudDialogflowCxV3ImportFlowResponse
|
2649
|
+
# @private
|
2650
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2651
|
+
property :flow, as: 'flow'
|
2652
|
+
end
|
2653
|
+
end
|
2654
|
+
|
2112
2655
|
class GoogleCloudDialogflowCxV3ImportTestCasesMetadata
|
2113
2656
|
# @private
|
2114
2657
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2464,6 +3007,7 @@ module Google
|
|
2464
3007
|
|
2465
3008
|
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo::Representation
|
2466
3009
|
|
3010
|
+
property :language_code, as: 'languageCode'
|
2467
3011
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessage::Representation
|
2468
3012
|
|
2469
3013
|
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3PageInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3PageInfo::Representation
|
@@ -2473,6 +3017,10 @@ module Google
|
|
2473
3017
|
|
2474
3018
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3SessionInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3SessionInfo::Representation
|
2475
3019
|
|
3020
|
+
property :text, as: 'text'
|
3021
|
+
property :transcript, as: 'transcript'
|
3022
|
+
property :trigger_event, as: 'triggerEvent'
|
3023
|
+
property :trigger_intent, as: 'triggerIntent'
|
2476
3024
|
end
|
2477
3025
|
end
|
2478
3026
|
|
@@ -2655,6 +3203,14 @@ module Google
|
|
2655
3203
|
end
|
2656
3204
|
end
|
2657
3205
|
|
3206
|
+
class GoogleCloudDialogflowCxV3beta1ExportFlowResponse
|
3207
|
+
# @private
|
3208
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3209
|
+
property :flow_content, :base64 => true, as: 'flowContent'
|
3210
|
+
property :flow_uri, as: 'flowUri'
|
3211
|
+
end
|
3212
|
+
end
|
3213
|
+
|
2658
3214
|
class GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata
|
2659
3215
|
# @private
|
2660
3216
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2773,6 +3329,13 @@ module Google
|
|
2773
3329
|
end
|
2774
3330
|
end
|
2775
3331
|
|
3332
|
+
class GoogleCloudDialogflowCxV3beta1ImportFlowResponse
|
3333
|
+
# @private
|
3334
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3335
|
+
property :flow, as: 'flow'
|
3336
|
+
end
|
3337
|
+
end
|
3338
|
+
|
2776
3339
|
class GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
|
2777
3340
|
# @private
|
2778
3341
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3128,6 +3691,7 @@ module Google
|
|
3128
3691
|
|
3129
3692
|
property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo::Representation
|
3130
3693
|
|
3694
|
+
property :language_code, as: 'languageCode'
|
3131
3695
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessage::Representation
|
3132
3696
|
|
3133
3697
|
property :page_info, as: 'pageInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1PageInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1PageInfo::Representation
|
@@ -3137,6 +3701,10 @@ module Google
|
|
3137
3701
|
|
3138
3702
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1SessionInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1SessionInfo::Representation
|
3139
3703
|
|
3704
|
+
property :text, as: 'text'
|
3705
|
+
property :transcript, as: 'transcript'
|
3706
|
+
property :trigger_event, as: 'triggerEvent'
|
3707
|
+
property :trigger_intent, as: 'triggerIntent'
|
3140
3708
|
end
|
3141
3709
|
end
|
3142
3710
|
|
@@ -3207,6 +3775,18 @@ module Google
|
|
3207
3775
|
end
|
3208
3776
|
end
|
3209
3777
|
|
3778
|
+
class GoogleCloudDialogflowV2ArticleAnswer
|
3779
|
+
# @private
|
3780
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3781
|
+
property :answer_record, as: 'answerRecord'
|
3782
|
+
property :confidence, as: 'confidence'
|
3783
|
+
hash :metadata, as: 'metadata'
|
3784
|
+
collection :snippets, as: 'snippets'
|
3785
|
+
property :title, as: 'title'
|
3786
|
+
property :uri, as: 'uri'
|
3787
|
+
end
|
3788
|
+
end
|
3789
|
+
|
3210
3790
|
class GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse
|
3211
3791
|
# @private
|
3212
3792
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3282,17 +3862,41 @@ module Google
|
|
3282
3862
|
end
|
3283
3863
|
end
|
3284
3864
|
|
3865
|
+
class GoogleCloudDialogflowV2FaqAnswer
|
3866
|
+
# @private
|
3867
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3868
|
+
property :answer, as: 'answer'
|
3869
|
+
property :answer_record, as: 'answerRecord'
|
3870
|
+
property :confidence, as: 'confidence'
|
3871
|
+
hash :metadata, as: 'metadata'
|
3872
|
+
property :question, as: 'question'
|
3873
|
+
property :source, as: 'source'
|
3874
|
+
end
|
3875
|
+
end
|
3876
|
+
|
3877
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantEvent
|
3878
|
+
# @private
|
3879
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3880
|
+
property :conversation, as: 'conversation'
|
3881
|
+
property :participant, as: 'participant'
|
3882
|
+
collection :suggestion_results, as: 'suggestionResults', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SuggestionResult, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SuggestionResult::Representation
|
3883
|
+
|
3884
|
+
end
|
3885
|
+
end
|
3886
|
+
|
3285
3887
|
class GoogleCloudDialogflowV2Intent
|
3286
3888
|
# @private
|
3287
3889
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3288
3890
|
property :action, as: 'action'
|
3289
3891
|
collection :default_response_platforms, as: 'defaultResponsePlatforms'
|
3290
3892
|
property :display_name, as: 'displayName'
|
3893
|
+
property :end_interaction, as: 'endInteraction'
|
3291
3894
|
collection :events, as: 'events'
|
3292
3895
|
collection :followup_intent_info, as: 'followupIntentInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IntentFollowupIntentInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IntentFollowupIntentInfo::Representation
|
3293
3896
|
|
3294
3897
|
collection :input_context_names, as: 'inputContextNames'
|
3295
3898
|
property :is_fallback, as: 'isFallback'
|
3899
|
+
property :live_agent_handoff, as: 'liveAgentHandoff'
|
3296
3900
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IntentMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IntentMessage::Representation
|
3297
3901
|
|
3298
3902
|
property :ml_disabled, as: 'mlDisabled'
|
@@ -3641,6 +4245,13 @@ module Google
|
|
3641
4245
|
end
|
3642
4246
|
end
|
3643
4247
|
|
4248
|
+
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
4249
|
+
# @private
|
4250
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4251
|
+
property :state, as: 'state'
|
4252
|
+
end
|
4253
|
+
end
|
4254
|
+
|
3644
4255
|
class GoogleCloudDialogflowV2Message
|
3645
4256
|
# @private
|
3646
4257
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3724,59 +4335,236 @@ module Google
|
|
3724
4335
|
end
|
3725
4336
|
end
|
3726
4337
|
|
3727
|
-
class
|
4338
|
+
class GoogleCloudDialogflowV2SuggestArticlesResponse
|
4339
|
+
# @private
|
4340
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4341
|
+
collection :article_answers, as: 'articleAnswers', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2ArticleAnswer, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2ArticleAnswer::Representation
|
4342
|
+
|
4343
|
+
property :context_size, as: 'contextSize'
|
4344
|
+
property :latest_message, as: 'latestMessage'
|
4345
|
+
end
|
4346
|
+
end
|
4347
|
+
|
4348
|
+
class GoogleCloudDialogflowV2SuggestFaqAnswersResponse
|
4349
|
+
# @private
|
4350
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4351
|
+
property :context_size, as: 'contextSize'
|
4352
|
+
collection :faq_answers, as: 'faqAnswers', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2FaqAnswer, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2FaqAnswer::Representation
|
4353
|
+
|
4354
|
+
property :latest_message, as: 'latestMessage'
|
4355
|
+
end
|
4356
|
+
end
|
4357
|
+
|
4358
|
+
class GoogleCloudDialogflowV2SuggestionResult
|
4359
|
+
# @private
|
4360
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4361
|
+
property :error, as: 'error', class: Google::Apis::DialogflowV2beta1::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2beta1::GoogleRpcStatus::Representation
|
4362
|
+
|
4363
|
+
property :suggest_articles_response, as: 'suggestArticlesResponse', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SuggestArticlesResponse, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SuggestArticlesResponse::Representation
|
4364
|
+
|
4365
|
+
property :suggest_faq_answers_response, as: 'suggestFaqAnswersResponse', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SuggestFaqAnswersResponse, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SuggestFaqAnswersResponse::Representation
|
4366
|
+
|
4367
|
+
end
|
4368
|
+
end
|
4369
|
+
|
4370
|
+
class GoogleCloudDialogflowV2WebhookRequest
|
4371
|
+
# @private
|
4372
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4373
|
+
property :original_detect_intent_request, as: 'originalDetectIntentRequest', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2OriginalDetectIntentRequest, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2OriginalDetectIntentRequest::Representation
|
4374
|
+
|
4375
|
+
property :query_result, as: 'queryResult', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2QueryResult, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2QueryResult::Representation
|
4376
|
+
|
4377
|
+
property :response_id, as: 'responseId'
|
4378
|
+
property :session, as: 'session'
|
4379
|
+
end
|
4380
|
+
end
|
4381
|
+
|
4382
|
+
class GoogleCloudDialogflowV2WebhookResponse
|
4383
|
+
# @private
|
4384
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4385
|
+
property :followup_event_input, as: 'followupEventInput', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2EventInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2EventInput::Representation
|
4386
|
+
|
4387
|
+
collection :fulfillment_messages, as: 'fulfillmentMessages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IntentMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IntentMessage::Representation
|
4388
|
+
|
4389
|
+
property :fulfillment_text, as: 'fulfillmentText'
|
4390
|
+
collection :output_contexts, as: 'outputContexts', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2Context, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2Context::Representation
|
4391
|
+
|
4392
|
+
hash :payload, as: 'payload'
|
4393
|
+
collection :session_entity_types, as: 'sessionEntityTypes', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SessionEntityType, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SessionEntityType::Representation
|
4394
|
+
|
4395
|
+
property :source, as: 'source'
|
4396
|
+
end
|
4397
|
+
end
|
4398
|
+
|
4399
|
+
class GoogleCloudDialogflowV2beta1Agent
|
4400
|
+
# @private
|
4401
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4402
|
+
property :api_version, as: 'apiVersion'
|
4403
|
+
property :avatar_uri, as: 'avatarUri'
|
4404
|
+
property :classification_threshold, as: 'classificationThreshold'
|
4405
|
+
property :default_language_code, as: 'defaultLanguageCode'
|
4406
|
+
property :description, as: 'description'
|
4407
|
+
property :display_name, as: 'displayName'
|
4408
|
+
property :enable_logging, as: 'enableLogging'
|
4409
|
+
property :match_mode, as: 'matchMode'
|
4410
|
+
property :parent, as: 'parent'
|
4411
|
+
collection :supported_language_codes, as: 'supportedLanguageCodes'
|
4412
|
+
property :tier, as: 'tier'
|
4413
|
+
property :time_zone, as: 'timeZone'
|
4414
|
+
end
|
4415
|
+
end
|
4416
|
+
|
4417
|
+
class GoogleCloudDialogflowV2beta1AgentAssistantFeedback
|
4418
|
+
# @private
|
4419
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4420
|
+
property :answer_relevance, as: 'answerRelevance'
|
4421
|
+
property :document_correctness, as: 'documentCorrectness'
|
4422
|
+
property :document_efficiency, as: 'documentEfficiency'
|
4423
|
+
property :summarization_feedback, as: 'summarizationFeedback', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback::Representation
|
4424
|
+
|
4425
|
+
end
|
4426
|
+
end
|
4427
|
+
|
4428
|
+
class GoogleCloudDialogflowV2beta1AgentAssistantFeedbackSummarizationFeedback
|
4429
|
+
# @private
|
4430
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4431
|
+
property :start_timestamp, as: 'startTimestamp'
|
4432
|
+
property :submit_timestamp, as: 'submitTimestamp'
|
4433
|
+
property :summary_text, as: 'summaryText'
|
4434
|
+
end
|
4435
|
+
end
|
4436
|
+
|
4437
|
+
class GoogleCloudDialogflowV2beta1AgentAssistantRecord
|
4438
|
+
# @private
|
4439
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4440
|
+
property :article_suggestion_answer, as: 'articleSuggestionAnswer', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ArticleAnswer, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ArticleAnswer::Representation
|
4441
|
+
|
4442
|
+
property :faq_answer, as: 'faqAnswer', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1FaqAnswer, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1FaqAnswer::Representation
|
4443
|
+
|
4444
|
+
end
|
4445
|
+
end
|
4446
|
+
|
4447
|
+
class GoogleCloudDialogflowV2beta1AnalyzeContentRequest
|
4448
|
+
# @private
|
4449
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4450
|
+
property :event_input, as: 'eventInput', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EventInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EventInput::Representation
|
4451
|
+
|
4452
|
+
property :message_send_time, as: 'messageSendTime'
|
4453
|
+
property :query_params, as: 'queryParams', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1QueryParameters, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1QueryParameters::Representation
|
4454
|
+
|
4455
|
+
property :reply_audio_config, as: 'replyAudioConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1OutputAudioConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1OutputAudioConfig::Representation
|
4456
|
+
|
4457
|
+
property :request_id, as: 'requestId'
|
4458
|
+
property :text_input, as: 'textInput', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextInput::Representation
|
4459
|
+
|
4460
|
+
end
|
4461
|
+
end
|
4462
|
+
|
4463
|
+
class GoogleCloudDialogflowV2beta1AnalyzeContentResponse
|
4464
|
+
# @private
|
4465
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4466
|
+
property :automated_agent_reply, as: 'automatedAgentReply', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AutomatedAgentReply, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AutomatedAgentReply::Representation
|
4467
|
+
|
4468
|
+
property :dtmf_parameters, as: 'dtmfParameters', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1DtmfParameters, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1DtmfParameters::Representation
|
4469
|
+
|
4470
|
+
collection :end_user_suggestion_results, as: 'endUserSuggestionResults', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestionResult, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestionResult::Representation
|
4471
|
+
|
4472
|
+
collection :human_agent_suggestion_results, as: 'humanAgentSuggestionResults', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestionResult, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestionResult::Representation
|
4473
|
+
|
4474
|
+
property :message, as: 'message', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Message, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Message::Representation
|
4475
|
+
|
4476
|
+
property :reply_audio, as: 'replyAudio', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1OutputAudio, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1OutputAudio::Representation
|
4477
|
+
|
4478
|
+
property :reply_text, as: 'replyText'
|
4479
|
+
end
|
4480
|
+
end
|
4481
|
+
|
4482
|
+
class GoogleCloudDialogflowV2beta1AnnotatedMessagePart
|
4483
|
+
# @private
|
4484
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4485
|
+
property :entity_type, as: 'entityType'
|
4486
|
+
property :formatted_value, as: 'formattedValue'
|
4487
|
+
property :text, as: 'text'
|
4488
|
+
end
|
4489
|
+
end
|
4490
|
+
|
4491
|
+
class GoogleCloudDialogflowV2beta1AnswerFeedback
|
4492
|
+
# @private
|
4493
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4494
|
+
property :agent_assistant_detail_feedback, as: 'agentAssistantDetailFeedback', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentAssistantFeedback, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentAssistantFeedback::Representation
|
4495
|
+
|
4496
|
+
property :click_time, as: 'clickTime'
|
4497
|
+
property :clicked, as: 'clicked'
|
4498
|
+
property :correctness_level, as: 'correctnessLevel'
|
4499
|
+
property :display_time, as: 'displayTime'
|
4500
|
+
property :displayed, as: 'displayed'
|
4501
|
+
end
|
4502
|
+
end
|
4503
|
+
|
4504
|
+
class GoogleCloudDialogflowV2beta1AnswerRecord
|
4505
|
+
# @private
|
4506
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4507
|
+
property :agent_assistant_record, as: 'agentAssistantRecord', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentAssistantRecord, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AgentAssistantRecord::Representation
|
4508
|
+
|
4509
|
+
property :answer_feedback, as: 'answerFeedback', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AnswerFeedback, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AnswerFeedback::Representation
|
4510
|
+
|
4511
|
+
property :name, as: 'name'
|
4512
|
+
end
|
4513
|
+
end
|
4514
|
+
|
4515
|
+
class GoogleCloudDialogflowV2beta1ArticleAnswer
|
4516
|
+
# @private
|
4517
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4518
|
+
property :answer_record, as: 'answerRecord'
|
4519
|
+
hash :metadata, as: 'metadata'
|
4520
|
+
collection :snippets, as: 'snippets'
|
4521
|
+
property :title, as: 'title'
|
4522
|
+
property :uri, as: 'uri'
|
4523
|
+
end
|
4524
|
+
end
|
4525
|
+
|
4526
|
+
class GoogleCloudDialogflowV2beta1AutomatedAgentConfig
|
4527
|
+
# @private
|
4528
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4529
|
+
property :agent, as: 'agent'
|
4530
|
+
end
|
4531
|
+
end
|
4532
|
+
|
4533
|
+
class GoogleCloudDialogflowV2beta1AutomatedAgentReply
|
3728
4534
|
# @private
|
3729
4535
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3730
|
-
|
4536
|
+
hash :cx_session_parameters, as: 'cxSessionParameters'
|
4537
|
+
property :detect_intent_response, as: 'detectIntentResponse', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1DetectIntentResponse, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1DetectIntentResponse::Representation
|
3731
4538
|
|
3732
|
-
property :
|
4539
|
+
property :event, as: 'event'
|
4540
|
+
property :intent, as: 'intent'
|
4541
|
+
collection :response_messages, as: 'responseMessages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessage::Representation
|
3733
4542
|
|
3734
|
-
property :response_id, as: 'responseId'
|
3735
|
-
property :session, as: 'session'
|
3736
4543
|
end
|
3737
4544
|
end
|
3738
4545
|
|
3739
|
-
class
|
4546
|
+
class GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest
|
3740
4547
|
# @private
|
3741
4548
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3742
|
-
|
3743
|
-
|
3744
|
-
collection :fulfillment_messages, as: 'fulfillmentMessages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IntentMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2IntentMessage::Representation
|
3745
|
-
|
3746
|
-
property :fulfillment_text, as: 'fulfillmentText'
|
3747
|
-
collection :output_contexts, as: 'outputContexts', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2Context, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2Context::Representation
|
3748
|
-
|
3749
|
-
hash :payload, as: 'payload'
|
3750
|
-
collection :session_entity_types, as: 'sessionEntityTypes', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SessionEntityType, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2SessionEntityType::Representation
|
4549
|
+
collection :entities, as: 'entities', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EntityTypeEntity, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EntityTypeEntity::Representation
|
3751
4550
|
|
3752
|
-
property :
|
4551
|
+
property :language_code, as: 'languageCode'
|
3753
4552
|
end
|
3754
4553
|
end
|
3755
4554
|
|
3756
|
-
class
|
4555
|
+
class GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest
|
3757
4556
|
# @private
|
3758
4557
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3759
|
-
|
3760
|
-
|
3761
|
-
property :classification_threshold, as: 'classificationThreshold'
|
3762
|
-
property :default_language_code, as: 'defaultLanguageCode'
|
3763
|
-
property :description, as: 'description'
|
3764
|
-
property :display_name, as: 'displayName'
|
3765
|
-
property :enable_logging, as: 'enableLogging'
|
3766
|
-
property :match_mode, as: 'matchMode'
|
3767
|
-
property :parent, as: 'parent'
|
3768
|
-
collection :supported_language_codes, as: 'supportedLanguageCodes'
|
3769
|
-
property :tier, as: 'tier'
|
3770
|
-
property :time_zone, as: 'timeZone'
|
4558
|
+
collection :requests, as: 'requests', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1CreateMessageRequest, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1CreateMessageRequest::Representation
|
4559
|
+
|
3771
4560
|
end
|
3772
4561
|
end
|
3773
4562
|
|
3774
|
-
class
|
4563
|
+
class GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse
|
3775
4564
|
# @private
|
3776
4565
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3777
|
-
collection :
|
4566
|
+
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Message, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Message::Representation
|
3778
4567
|
|
3779
|
-
property :language_code, as: 'languageCode'
|
3780
4568
|
end
|
3781
4569
|
end
|
3782
4570
|
|
@@ -3852,6 +4640,30 @@ module Google
|
|
3852
4640
|
end
|
3853
4641
|
end
|
3854
4642
|
|
4643
|
+
class GoogleCloudDialogflowV2beta1CompileSuggestionRequest
|
4644
|
+
# @private
|
4645
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4646
|
+
property :context_size, as: 'contextSize'
|
4647
|
+
property :latest_message, as: 'latestMessage'
|
4648
|
+
end
|
4649
|
+
end
|
4650
|
+
|
4651
|
+
class GoogleCloudDialogflowV2beta1CompileSuggestionResponse
|
4652
|
+
# @private
|
4653
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4654
|
+
property :context_size, as: 'contextSize'
|
4655
|
+
property :latest_message, as: 'latestMessage'
|
4656
|
+
property :suggestion, as: 'suggestion', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Suggestion, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Suggestion::Representation
|
4657
|
+
|
4658
|
+
end
|
4659
|
+
end
|
4660
|
+
|
4661
|
+
class GoogleCloudDialogflowV2beta1CompleteConversationRequest
|
4662
|
+
# @private
|
4663
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4664
|
+
end
|
4665
|
+
end
|
4666
|
+
|
3855
4667
|
class GoogleCloudDialogflowV2beta1Context
|
3856
4668
|
# @private
|
3857
4669
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3861,6 +4673,73 @@ module Google
|
|
3861
4673
|
end
|
3862
4674
|
end
|
3863
4675
|
|
4676
|
+
class GoogleCloudDialogflowV2beta1Conversation
|
4677
|
+
# @private
|
4678
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4679
|
+
property :conversation_profile, as: 'conversationProfile'
|
4680
|
+
property :conversation_stage, as: 'conversationStage'
|
4681
|
+
property :end_time, as: 'endTime'
|
4682
|
+
property :lifecycle_state, as: 'lifecycleState'
|
4683
|
+
property :name, as: 'name'
|
4684
|
+
property :phone_number, as: 'phoneNumber', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationPhoneNumber, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationPhoneNumber::Representation
|
4685
|
+
|
4686
|
+
property :start_time, as: 'startTime'
|
4687
|
+
end
|
4688
|
+
end
|
4689
|
+
|
4690
|
+
class GoogleCloudDialogflowV2beta1ConversationEvent
|
4691
|
+
# @private
|
4692
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4693
|
+
property :conversation, as: 'conversation'
|
4694
|
+
property :error_status, as: 'errorStatus', class: Google::Apis::DialogflowV2beta1::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2beta1::GoogleRpcStatus::Representation
|
4695
|
+
|
4696
|
+
property :new_message_payload, as: 'newMessagePayload', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Message, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Message::Representation
|
4697
|
+
|
4698
|
+
property :type, as: 'type'
|
4699
|
+
end
|
4700
|
+
end
|
4701
|
+
|
4702
|
+
class GoogleCloudDialogflowV2beta1ConversationPhoneNumber
|
4703
|
+
# @private
|
4704
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4705
|
+
property :phone_number, as: 'phoneNumber'
|
4706
|
+
end
|
4707
|
+
end
|
4708
|
+
|
4709
|
+
class GoogleCloudDialogflowV2beta1ConversationProfile
|
4710
|
+
# @private
|
4711
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4712
|
+
property :automated_agent_config, as: 'automatedAgentConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AutomatedAgentConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AutomatedAgentConfig::Representation
|
4713
|
+
|
4714
|
+
property :create_time, as: 'createTime'
|
4715
|
+
property :display_name, as: 'displayName'
|
4716
|
+
property :human_agent_assistant_config, as: 'humanAgentAssistantConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig::Representation
|
4717
|
+
|
4718
|
+
property :human_agent_handoff_config, as: 'humanAgentHandoffConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig::Representation
|
4719
|
+
|
4720
|
+
property :language_code, as: 'languageCode'
|
4721
|
+
property :logging_config, as: 'loggingConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1LoggingConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1LoggingConfig::Representation
|
4722
|
+
|
4723
|
+
property :name, as: 'name'
|
4724
|
+
property :new_message_event_notification_config, as: 'newMessageEventNotificationConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1NotificationConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1NotificationConfig::Representation
|
4725
|
+
|
4726
|
+
property :notification_config, as: 'notificationConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1NotificationConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1NotificationConfig::Representation
|
4727
|
+
|
4728
|
+
property :stt_config, as: 'sttConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SpeechToTextConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SpeechToTextConfig::Representation
|
4729
|
+
|
4730
|
+
property :update_time, as: 'updateTime'
|
4731
|
+
end
|
4732
|
+
end
|
4733
|
+
|
4734
|
+
class GoogleCloudDialogflowV2beta1CreateMessageRequest
|
4735
|
+
# @private
|
4736
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4737
|
+
property :message, as: 'message', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Message, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Message::Representation
|
4738
|
+
|
4739
|
+
property :parent, as: 'parent'
|
4740
|
+
end
|
4741
|
+
end
|
4742
|
+
|
3864
4743
|
class GoogleCloudDialogflowV2beta1DetectIntentRequest
|
3865
4744
|
# @private
|
3866
4745
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3901,6 +4780,7 @@ module Google
|
|
3901
4780
|
collection :knowledge_types, as: 'knowledgeTypes'
|
3902
4781
|
property :latest_reload_status, as: 'latestReloadStatus', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1DocumentReloadStatus, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1DocumentReloadStatus::Representation
|
3903
4782
|
|
4783
|
+
hash :metadata, as: 'metadata'
|
3904
4784
|
property :mime_type, as: 'mimeType'
|
3905
4785
|
property :name, as: 'name'
|
3906
4786
|
property :raw_content, :base64 => true, as: 'rawContent'
|
@@ -3916,6 +4796,13 @@ module Google
|
|
3916
4796
|
end
|
3917
4797
|
end
|
3918
4798
|
|
4799
|
+
class GoogleCloudDialogflowV2beta1DtmfParameters
|
4800
|
+
# @private
|
4801
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4802
|
+
property :accepts_dtmf_input, as: 'acceptsDtmfInput'
|
4803
|
+
end
|
4804
|
+
end
|
4805
|
+
|
3919
4806
|
class GoogleCloudDialogflowV2beta1EntityType
|
3920
4807
|
# @private
|
3921
4808
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3950,12 +4837,35 @@ module Google
|
|
3950
4837
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3951
4838
|
property :agent_version, as: 'agentVersion'
|
3952
4839
|
property :description, as: 'description'
|
4840
|
+
property :fulfillment, as: 'fulfillment', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Fulfillment, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Fulfillment::Representation
|
4841
|
+
|
3953
4842
|
property :name, as: 'name'
|
3954
4843
|
property :state, as: 'state'
|
4844
|
+
property :text_to_speech_settings, as: 'textToSpeechSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextToSpeechSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextToSpeechSettings::Representation
|
4845
|
+
|
3955
4846
|
property :update_time, as: 'updateTime'
|
3956
4847
|
end
|
3957
4848
|
end
|
3958
4849
|
|
4850
|
+
class GoogleCloudDialogflowV2beta1EnvironmentHistory
|
4851
|
+
# @private
|
4852
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4853
|
+
collection :entries, as: 'entries', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry::Representation
|
4854
|
+
|
4855
|
+
property :next_page_token, as: 'nextPageToken'
|
4856
|
+
property :parent, as: 'parent'
|
4857
|
+
end
|
4858
|
+
end
|
4859
|
+
|
4860
|
+
class GoogleCloudDialogflowV2beta1EnvironmentHistoryEntry
|
4861
|
+
# @private
|
4862
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4863
|
+
property :agent_version, as: 'agentVersion'
|
4864
|
+
property :create_time, as: 'createTime'
|
4865
|
+
property :description, as: 'description'
|
4866
|
+
end
|
4867
|
+
end
|
4868
|
+
|
3959
4869
|
class GoogleCloudDialogflowV2beta1EventInput
|
3960
4870
|
# @private
|
3961
4871
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3980,6 +4890,18 @@ module Google
|
|
3980
4890
|
end
|
3981
4891
|
end
|
3982
4892
|
|
4893
|
+
class GoogleCloudDialogflowV2beta1FaqAnswer
|
4894
|
+
# @private
|
4895
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4896
|
+
property :answer, as: 'answer'
|
4897
|
+
property :answer_record, as: 'answerRecord'
|
4898
|
+
property :confidence, as: 'confidence'
|
4899
|
+
hash :metadata, as: 'metadata'
|
4900
|
+
property :question, as: 'question'
|
4901
|
+
property :source, as: 'source'
|
4902
|
+
end
|
4903
|
+
end
|
4904
|
+
|
3983
4905
|
class GoogleCloudDialogflowV2beta1Fulfillment
|
3984
4906
|
# @private
|
3985
4907
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3989,40 +4911,219 @@ module Google
|
|
3989
4911
|
|
3990
4912
|
property :generic_web_service, as: 'genericWebService', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1FulfillmentGenericWebService, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1FulfillmentGenericWebService::Representation
|
3991
4913
|
|
3992
|
-
property :name, as: 'name'
|
4914
|
+
property :name, as: 'name'
|
4915
|
+
end
|
4916
|
+
end
|
4917
|
+
|
4918
|
+
class GoogleCloudDialogflowV2beta1FulfillmentFeature
|
4919
|
+
# @private
|
4920
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4921
|
+
property :type, as: 'type'
|
4922
|
+
end
|
4923
|
+
end
|
4924
|
+
|
4925
|
+
class GoogleCloudDialogflowV2beta1FulfillmentGenericWebService
|
4926
|
+
# @private
|
4927
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4928
|
+
property :is_cloud_function, as: 'isCloudFunction'
|
4929
|
+
property :password, as: 'password'
|
4930
|
+
hash :request_headers, as: 'requestHeaders'
|
4931
|
+
property :uri, as: 'uri'
|
4932
|
+
property :username, as: 'username'
|
4933
|
+
end
|
4934
|
+
end
|
4935
|
+
|
4936
|
+
class GoogleCloudDialogflowV2beta1GcsSource
|
4937
|
+
# @private
|
4938
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4939
|
+
property :uri, as: 'uri'
|
4940
|
+
end
|
4941
|
+
end
|
4942
|
+
|
4943
|
+
class GoogleCloudDialogflowV2beta1GcsSources
|
4944
|
+
# @private
|
4945
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4946
|
+
collection :uris, as: 'uris'
|
4947
|
+
end
|
4948
|
+
end
|
4949
|
+
|
4950
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig
|
4951
|
+
# @private
|
4952
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4953
|
+
property :end_user_suggestion_config, as: 'endUserSuggestionConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig::Representation
|
4954
|
+
|
4955
|
+
property :human_agent_suggestion_config, as: 'humanAgentSuggestionConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig::Representation
|
4956
|
+
|
4957
|
+
property :message_analysis_config, as: 'messageAnalysisConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig::Representation
|
4958
|
+
|
4959
|
+
property :notification_config, as: 'notificationConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1NotificationConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1NotificationConfig::Representation
|
4960
|
+
|
4961
|
+
end
|
4962
|
+
end
|
4963
|
+
|
4964
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig
|
4965
|
+
# @private
|
4966
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4967
|
+
property :model, as: 'model'
|
4968
|
+
end
|
4969
|
+
end
|
4970
|
+
|
4971
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig
|
4972
|
+
# @private
|
4973
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4974
|
+
property :enable_entity_extraction, as: 'enableEntityExtraction'
|
4975
|
+
property :enable_sentiment_analysis, as: 'enableSentimentAnalysis'
|
4976
|
+
end
|
4977
|
+
end
|
4978
|
+
|
4979
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig
|
4980
|
+
# @private
|
4981
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4982
|
+
collection :feature_configs, as: 'featureConfigs', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig::Representation
|
4983
|
+
|
4984
|
+
property :group_suggestion_responses, as: 'groupSuggestionResponses'
|
4985
|
+
end
|
4986
|
+
end
|
4987
|
+
|
4988
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig
|
4989
|
+
# @private
|
4990
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4991
|
+
property :conversation_model_config, as: 'conversationModelConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig::Representation
|
4992
|
+
|
4993
|
+
property :enable_event_based_suggestion, as: 'enableEventBasedSuggestion'
|
4994
|
+
property :query_config, as: 'queryConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig::Representation
|
4995
|
+
|
4996
|
+
property :suggestion_feature, as: 'suggestionFeature', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestionFeature, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestionFeature::Representation
|
4997
|
+
|
4998
|
+
property :suggestion_trigger_settings, as: 'suggestionTriggerSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings::Representation
|
4999
|
+
|
5000
|
+
end
|
5001
|
+
end
|
5002
|
+
|
5003
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfig
|
5004
|
+
# @private
|
5005
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5006
|
+
property :confidence_threshold, as: 'confidenceThreshold'
|
5007
|
+
property :context_filter_settings, as: 'contextFilterSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings::Representation
|
5008
|
+
|
5009
|
+
property :dialogflow_query_source, as: 'dialogflowQuerySource', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource::Representation
|
5010
|
+
|
5011
|
+
property :document_query_source, as: 'documentQuerySource', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource::Representation
|
5012
|
+
|
5013
|
+
property :knowledge_base_query_source, as: 'knowledgeBaseQuerySource', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource::Representation
|
5014
|
+
|
5015
|
+
property :max_results, as: 'maxResults'
|
5016
|
+
end
|
5017
|
+
end
|
5018
|
+
|
5019
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings
|
5020
|
+
# @private
|
5021
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5022
|
+
property :drop_handoff_messages, as: 'dropHandoffMessages'
|
5023
|
+
property :drop_ivr_messages, as: 'dropIvrMessages'
|
5024
|
+
property :drop_virtual_agent_messages, as: 'dropVirtualAgentMessages'
|
5025
|
+
end
|
5026
|
+
end
|
5027
|
+
|
5028
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource
|
5029
|
+
# @private
|
5030
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5031
|
+
property :agent, as: 'agent'
|
5032
|
+
end
|
5033
|
+
end
|
5034
|
+
|
5035
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource
|
5036
|
+
# @private
|
5037
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5038
|
+
collection :documents, as: 'documents'
|
5039
|
+
end
|
5040
|
+
end
|
5041
|
+
|
5042
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource
|
5043
|
+
# @private
|
5044
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5045
|
+
collection :knowledge_bases, as: 'knowledgeBases'
|
5046
|
+
end
|
5047
|
+
end
|
5048
|
+
|
5049
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings
|
5050
|
+
# @private
|
5051
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5052
|
+
property :no_small_talk, as: 'noSmallTalk'
|
5053
|
+
property :only_end_user, as: 'onlyEndUser'
|
5054
|
+
end
|
5055
|
+
end
|
5056
|
+
|
5057
|
+
class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
|
5058
|
+
# @private
|
5059
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5060
|
+
property :conversation, as: 'conversation'
|
5061
|
+
property :participant, as: 'participant'
|
5062
|
+
collection :suggestion_results, as: 'suggestionResults', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestionResult, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestionResult::Representation
|
5063
|
+
|
5064
|
+
end
|
5065
|
+
end
|
5066
|
+
|
5067
|
+
class GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig
|
5068
|
+
# @private
|
5069
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5070
|
+
property :live_person_config, as: 'livePersonConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig::Representation
|
5071
|
+
|
5072
|
+
property :salesforce_live_agent_config, as: 'salesforceLiveAgentConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig::Representation
|
5073
|
+
|
5074
|
+
end
|
5075
|
+
end
|
5076
|
+
|
5077
|
+
class GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig
|
5078
|
+
# @private
|
5079
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5080
|
+
property :account_number, as: 'accountNumber'
|
5081
|
+
end
|
5082
|
+
end
|
5083
|
+
|
5084
|
+
class GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig
|
5085
|
+
# @private
|
5086
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5087
|
+
property :button_id, as: 'buttonId'
|
5088
|
+
property :deployment_id, as: 'deploymentId'
|
5089
|
+
property :endpoint_domain, as: 'endpointDomain'
|
5090
|
+
property :organization_id, as: 'organizationId'
|
3993
5091
|
end
|
3994
5092
|
end
|
3995
5093
|
|
3996
|
-
class
|
5094
|
+
class GoogleCloudDialogflowV2beta1ImportAgentRequest
|
3997
5095
|
# @private
|
3998
5096
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3999
|
-
property :
|
5097
|
+
property :agent_content, :base64 => true, as: 'agentContent'
|
5098
|
+
property :agent_uri, as: 'agentUri'
|
4000
5099
|
end
|
4001
5100
|
end
|
4002
5101
|
|
4003
|
-
class
|
5102
|
+
class GoogleCloudDialogflowV2beta1ImportDocumentTemplate
|
4004
5103
|
# @private
|
4005
5104
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4006
|
-
|
4007
|
-
|
4008
|
-
|
4009
|
-
property :uri, as: 'uri'
|
4010
|
-
property :username, as: 'username'
|
5105
|
+
collection :knowledge_types, as: 'knowledgeTypes'
|
5106
|
+
hash :metadata, as: 'metadata'
|
5107
|
+
property :mime_type, as: 'mimeType'
|
4011
5108
|
end
|
4012
5109
|
end
|
4013
5110
|
|
4014
|
-
class
|
5111
|
+
class GoogleCloudDialogflowV2beta1ImportDocumentsRequest
|
4015
5112
|
# @private
|
4016
5113
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4017
|
-
property :
|
5114
|
+
property :document_template, as: 'documentTemplate', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ImportDocumentTemplate, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ImportDocumentTemplate::Representation
|
5115
|
+
|
5116
|
+
property :gcs_source, as: 'gcsSource', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GcsSources, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GcsSources::Representation
|
5117
|
+
|
5118
|
+
property :import_gcs_custom_metadata, as: 'importGcsCustomMetadata'
|
4018
5119
|
end
|
4019
5120
|
end
|
4020
5121
|
|
4021
|
-
class
|
5122
|
+
class GoogleCloudDialogflowV2beta1ImportDocumentsResponse
|
4022
5123
|
# @private
|
4023
5124
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4024
|
-
|
4025
|
-
|
5125
|
+
collection :warnings, as: 'warnings', class: Google::Apis::DialogflowV2beta1::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2beta1::GoogleRpcStatus::Representation
|
5126
|
+
|
4026
5127
|
end
|
4027
5128
|
end
|
4028
5129
|
|
@@ -4030,6 +5131,7 @@ module Google
|
|
4030
5131
|
# @private
|
4031
5132
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4032
5133
|
property :audio_encoding, as: 'audioEncoding'
|
5134
|
+
property :disable_no_speech_recognized_event, as: 'disableNoSpeechRecognizedEvent'
|
4033
5135
|
property :enable_word_info, as: 'enableWordInfo'
|
4034
5136
|
property :language_code, as: 'languageCode'
|
4035
5137
|
property :model, as: 'model'
|
@@ -4054,6 +5156,7 @@ module Google
|
|
4054
5156
|
|
4055
5157
|
collection :input_context_names, as: 'inputContextNames'
|
4056
5158
|
property :is_fallback, as: 'isFallback'
|
5159
|
+
property :live_agent_handoff, as: 'liveAgentHandoff'
|
4057
5160
|
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessage::Representation
|
4058
5161
|
|
4059
5162
|
property :ml_disabled, as: 'mlDisabled'
|
@@ -4581,6 +5684,15 @@ module Google
|
|
4581
5684
|
end
|
4582
5685
|
end
|
4583
5686
|
|
5687
|
+
class GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse
|
5688
|
+
# @private
|
5689
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5690
|
+
collection :answer_records, as: 'answerRecords', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AnswerRecord, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AnswerRecord::Representation
|
5691
|
+
|
5692
|
+
property :next_page_token, as: 'nextPageToken'
|
5693
|
+
end
|
5694
|
+
end
|
5695
|
+
|
4584
5696
|
class GoogleCloudDialogflowV2beta1ListContextsResponse
|
4585
5697
|
# @private
|
4586
5698
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4590,6 +5702,24 @@ module Google
|
|
4590
5702
|
end
|
4591
5703
|
end
|
4592
5704
|
|
5705
|
+
class GoogleCloudDialogflowV2beta1ListConversationProfilesResponse
|
5706
|
+
# @private
|
5707
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5708
|
+
collection :conversation_profiles, as: 'conversationProfiles', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationProfile, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationProfile::Representation
|
5709
|
+
|
5710
|
+
property :next_page_token, as: 'nextPageToken'
|
5711
|
+
end
|
5712
|
+
end
|
5713
|
+
|
5714
|
+
class GoogleCloudDialogflowV2beta1ListConversationsResponse
|
5715
|
+
# @private
|
5716
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5717
|
+
collection :conversations, as: 'conversations', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Conversation, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Conversation::Representation
|
5718
|
+
|
5719
|
+
property :next_page_token, as: 'nextPageToken'
|
5720
|
+
end
|
5721
|
+
end
|
5722
|
+
|
4593
5723
|
class GoogleCloudDialogflowV2beta1ListDocumentsResponse
|
4594
5724
|
# @private
|
4595
5725
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4635,6 +5765,24 @@ module Google
|
|
4635
5765
|
end
|
4636
5766
|
end
|
4637
5767
|
|
5768
|
+
class GoogleCloudDialogflowV2beta1ListMessagesResponse
|
5769
|
+
# @private
|
5770
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5771
|
+
collection :messages, as: 'messages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Message, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Message::Representation
|
5772
|
+
|
5773
|
+
property :next_page_token, as: 'nextPageToken'
|
5774
|
+
end
|
5775
|
+
end
|
5776
|
+
|
5777
|
+
class GoogleCloudDialogflowV2beta1ListParticipantsResponse
|
5778
|
+
# @private
|
5779
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5780
|
+
property :next_page_token, as: 'nextPageToken'
|
5781
|
+
collection :participants, as: 'participants', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Participant, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Participant::Representation
|
5782
|
+
|
5783
|
+
end
|
5784
|
+
end
|
5785
|
+
|
4638
5786
|
class GoogleCloudDialogflowV2beta1ListSessionEntityTypesResponse
|
4639
5787
|
# @private
|
4640
5788
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4644,6 +5792,65 @@ module Google
|
|
4644
5792
|
end
|
4645
5793
|
end
|
4646
5794
|
|
5795
|
+
class GoogleCloudDialogflowV2beta1ListSuggestionsResponse
|
5796
|
+
# @private
|
5797
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5798
|
+
property :next_page_token, as: 'nextPageToken'
|
5799
|
+
collection :suggestions, as: 'suggestions', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Suggestion, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Suggestion::Representation
|
5800
|
+
|
5801
|
+
end
|
5802
|
+
end
|
5803
|
+
|
5804
|
+
class GoogleCloudDialogflowV2beta1ListVersionsResponse
|
5805
|
+
# @private
|
5806
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5807
|
+
property :next_page_token, as: 'nextPageToken'
|
5808
|
+
collection :versions, as: 'versions', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Version, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Version::Representation
|
5809
|
+
|
5810
|
+
end
|
5811
|
+
end
|
5812
|
+
|
5813
|
+
class GoogleCloudDialogflowV2beta1LoggingConfig
|
5814
|
+
# @private
|
5815
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5816
|
+
property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
|
5817
|
+
end
|
5818
|
+
end
|
5819
|
+
|
5820
|
+
class GoogleCloudDialogflowV2beta1Message
|
5821
|
+
# @private
|
5822
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5823
|
+
property :content, as: 'content'
|
5824
|
+
property :create_time, as: 'createTime'
|
5825
|
+
property :language_code, as: 'languageCode'
|
5826
|
+
property :message_annotation, as: 'messageAnnotation', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1MessageAnnotation, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1MessageAnnotation::Representation
|
5827
|
+
|
5828
|
+
property :name, as: 'name'
|
5829
|
+
property :participant, as: 'participant'
|
5830
|
+
property :participant_role, as: 'participantRole'
|
5831
|
+
property :send_time, as: 'sendTime'
|
5832
|
+
property :sentiment_analysis, as: 'sentimentAnalysis', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SentimentAnalysisResult, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SentimentAnalysisResult::Representation
|
5833
|
+
|
5834
|
+
end
|
5835
|
+
end
|
5836
|
+
|
5837
|
+
class GoogleCloudDialogflowV2beta1MessageAnnotation
|
5838
|
+
# @private
|
5839
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5840
|
+
property :contain_entities, as: 'containEntities'
|
5841
|
+
collection :parts, as: 'parts', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AnnotatedMessagePart, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1AnnotatedMessagePart::Representation
|
5842
|
+
|
5843
|
+
end
|
5844
|
+
end
|
5845
|
+
|
5846
|
+
class GoogleCloudDialogflowV2beta1NotificationConfig
|
5847
|
+
# @private
|
5848
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5849
|
+
property :message_format, as: 'messageFormat'
|
5850
|
+
property :topic, as: 'topic'
|
5851
|
+
end
|
5852
|
+
end
|
5853
|
+
|
4647
5854
|
class GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest
|
4648
5855
|
# @private
|
4649
5856
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4653,6 +5860,15 @@ module Google
|
|
4653
5860
|
end
|
4654
5861
|
end
|
4655
5862
|
|
5863
|
+
class GoogleCloudDialogflowV2beta1OutputAudio
|
5864
|
+
# @private
|
5865
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5866
|
+
property :audio, :base64 => true, as: 'audio'
|
5867
|
+
property :config, as: 'config', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1OutputAudioConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1OutputAudioConfig::Representation
|
5868
|
+
|
5869
|
+
end
|
5870
|
+
end
|
5871
|
+
|
4656
5872
|
class GoogleCloudDialogflowV2beta1OutputAudioConfig
|
4657
5873
|
# @private
|
4658
5874
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4663,11 +5879,22 @@ module Google
|
|
4663
5879
|
end
|
4664
5880
|
end
|
4665
5881
|
|
5882
|
+
class GoogleCloudDialogflowV2beta1Participant
|
5883
|
+
# @private
|
5884
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5885
|
+
property :name, as: 'name'
|
5886
|
+
property :obfuscated_external_user_id, as: 'obfuscatedExternalUserId'
|
5887
|
+
property :role, as: 'role'
|
5888
|
+
end
|
5889
|
+
end
|
5890
|
+
|
4666
5891
|
class GoogleCloudDialogflowV2beta1QueryInput
|
4667
5892
|
# @private
|
4668
5893
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4669
5894
|
property :audio_config, as: 'audioConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InputAudioConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1InputAudioConfig::Representation
|
4670
5895
|
|
5896
|
+
property :dtmf, as: 'dtmf', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TelephonyDtmfEvents, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TelephonyDtmfEvents::Representation
|
5897
|
+
|
4671
5898
|
property :event, as: 'event', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EventInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EventInput::Representation
|
4672
5899
|
|
4673
5900
|
property :text, as: 'text', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextInput::Representation
|
@@ -4732,6 +5959,39 @@ module Google
|
|
4732
5959
|
end
|
4733
5960
|
end
|
4734
5961
|
|
5962
|
+
class GoogleCloudDialogflowV2beta1ResponseMessage
|
5963
|
+
# @private
|
5964
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5965
|
+
property :end_interaction, as: 'endInteraction', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction::Representation
|
5966
|
+
|
5967
|
+
property :live_agent_handoff, as: 'liveAgentHandoff', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff::Representation
|
5968
|
+
|
5969
|
+
hash :payload, as: 'payload'
|
5970
|
+
property :text, as: 'text', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessageText, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ResponseMessageText::Representation
|
5971
|
+
|
5972
|
+
end
|
5973
|
+
end
|
5974
|
+
|
5975
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageEndInteraction
|
5976
|
+
# @private
|
5977
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5978
|
+
end
|
5979
|
+
end
|
5980
|
+
|
5981
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff
|
5982
|
+
# @private
|
5983
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5984
|
+
hash :metadata, as: 'metadata'
|
5985
|
+
end
|
5986
|
+
end
|
5987
|
+
|
5988
|
+
class GoogleCloudDialogflowV2beta1ResponseMessageText
|
5989
|
+
# @private
|
5990
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5991
|
+
collection :text, as: 'text'
|
5992
|
+
end
|
5993
|
+
end
|
5994
|
+
|
4735
5995
|
class GoogleCloudDialogflowV2beta1RestoreAgentRequest
|
4736
5996
|
# @private
|
4737
5997
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4782,6 +6042,15 @@ module Google
|
|
4782
6042
|
end
|
4783
6043
|
end
|
4784
6044
|
|
6045
|
+
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
6046
|
+
# @private
|
6047
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6048
|
+
property :answer_record, as: 'answerRecord'
|
6049
|
+
property :confidence, as: 'confidence'
|
6050
|
+
property :reply, as: 'reply'
|
6051
|
+
end
|
6052
|
+
end
|
6053
|
+
|
4785
6054
|
class GoogleCloudDialogflowV2beta1SpeechContext
|
4786
6055
|
# @private
|
4787
6056
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4790,6 +6059,13 @@ module Google
|
|
4790
6059
|
end
|
4791
6060
|
end
|
4792
6061
|
|
6062
|
+
class GoogleCloudDialogflowV2beta1SpeechToTextConfig
|
6063
|
+
# @private
|
6064
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6065
|
+
property :speech_model_variant, as: 'speechModelVariant'
|
6066
|
+
end
|
6067
|
+
end
|
6068
|
+
|
4793
6069
|
class GoogleCloudDialogflowV2beta1SubAgent
|
4794
6070
|
# @private
|
4795
6071
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4798,6 +6074,119 @@ module Google
|
|
4798
6074
|
end
|
4799
6075
|
end
|
4800
6076
|
|
6077
|
+
class GoogleCloudDialogflowV2beta1SuggestArticlesRequest
|
6078
|
+
# @private
|
6079
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6080
|
+
property :context_size, as: 'contextSize'
|
6081
|
+
property :latest_message, as: 'latestMessage'
|
6082
|
+
end
|
6083
|
+
end
|
6084
|
+
|
6085
|
+
class GoogleCloudDialogflowV2beta1SuggestArticlesResponse
|
6086
|
+
# @private
|
6087
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6088
|
+
collection :article_answers, as: 'articleAnswers', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ArticleAnswer, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ArticleAnswer::Representation
|
6089
|
+
|
6090
|
+
property :context_size, as: 'contextSize'
|
6091
|
+
property :latest_message, as: 'latestMessage'
|
6092
|
+
end
|
6093
|
+
end
|
6094
|
+
|
6095
|
+
class GoogleCloudDialogflowV2beta1SuggestFaqAnswersRequest
|
6096
|
+
# @private
|
6097
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6098
|
+
property :context_size, as: 'contextSize'
|
6099
|
+
property :latest_message, as: 'latestMessage'
|
6100
|
+
end
|
6101
|
+
end
|
6102
|
+
|
6103
|
+
class GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse
|
6104
|
+
# @private
|
6105
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6106
|
+
property :context_size, as: 'contextSize'
|
6107
|
+
collection :faq_answers, as: 'faqAnswers', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1FaqAnswer, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1FaqAnswer::Representation
|
6108
|
+
|
6109
|
+
property :latest_message, as: 'latestMessage'
|
6110
|
+
end
|
6111
|
+
end
|
6112
|
+
|
6113
|
+
class GoogleCloudDialogflowV2beta1SuggestSmartRepliesRequest
|
6114
|
+
# @private
|
6115
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6116
|
+
property :context_size, as: 'contextSize'
|
6117
|
+
property :current_text_input, as: 'currentTextInput', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextInput, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1TextInput::Representation
|
6118
|
+
|
6119
|
+
property :latest_message, as: 'latestMessage'
|
6120
|
+
end
|
6121
|
+
end
|
6122
|
+
|
6123
|
+
class GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse
|
6124
|
+
# @private
|
6125
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6126
|
+
property :context_size, as: 'contextSize'
|
6127
|
+
property :latest_message, as: 'latestMessage'
|
6128
|
+
collection :smart_reply_answers, as: 'smartReplyAnswers', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SmartReplyAnswer, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SmartReplyAnswer::Representation
|
6129
|
+
|
6130
|
+
end
|
6131
|
+
end
|
6132
|
+
|
6133
|
+
class GoogleCloudDialogflowV2beta1Suggestion
|
6134
|
+
# @private
|
6135
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6136
|
+
collection :articles, as: 'articles', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestionArticle, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestionArticle::Representation
|
6137
|
+
|
6138
|
+
property :create_time, as: 'createTime'
|
6139
|
+
collection :faq_answers, as: 'faqAnswers', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestionFaqAnswer, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestionFaqAnswer::Representation
|
6140
|
+
|
6141
|
+
property :latest_message, as: 'latestMessage'
|
6142
|
+
property :name, as: 'name'
|
6143
|
+
end
|
6144
|
+
end
|
6145
|
+
|
6146
|
+
class GoogleCloudDialogflowV2beta1SuggestionArticle
|
6147
|
+
# @private
|
6148
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6149
|
+
property :answer_record, as: 'answerRecord'
|
6150
|
+
hash :metadata, as: 'metadata'
|
6151
|
+
collection :snippets, as: 'snippets'
|
6152
|
+
property :title, as: 'title'
|
6153
|
+
property :uri, as: 'uri'
|
6154
|
+
end
|
6155
|
+
end
|
6156
|
+
|
6157
|
+
class GoogleCloudDialogflowV2beta1SuggestionFaqAnswer
|
6158
|
+
# @private
|
6159
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6160
|
+
property :answer, as: 'answer'
|
6161
|
+
property :answer_record, as: 'answerRecord'
|
6162
|
+
property :confidence, as: 'confidence'
|
6163
|
+
hash :metadata, as: 'metadata'
|
6164
|
+
property :question, as: 'question'
|
6165
|
+
property :source, as: 'source'
|
6166
|
+
end
|
6167
|
+
end
|
6168
|
+
|
6169
|
+
class GoogleCloudDialogflowV2beta1SuggestionFeature
|
6170
|
+
# @private
|
6171
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6172
|
+
property :type, as: 'type'
|
6173
|
+
end
|
6174
|
+
end
|
6175
|
+
|
6176
|
+
class GoogleCloudDialogflowV2beta1SuggestionResult
|
6177
|
+
# @private
|
6178
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6179
|
+
property :error, as: 'error', class: Google::Apis::DialogflowV2beta1::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2beta1::GoogleRpcStatus::Representation
|
6180
|
+
|
6181
|
+
property :suggest_articles_response, as: 'suggestArticlesResponse', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestArticlesResponse, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestArticlesResponse::Representation
|
6182
|
+
|
6183
|
+
property :suggest_faq_answers_response, as: 'suggestFaqAnswersResponse', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse::Representation
|
6184
|
+
|
6185
|
+
property :suggest_smart_replies_response, as: 'suggestSmartRepliesResponse', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse::Representation
|
6186
|
+
|
6187
|
+
end
|
6188
|
+
end
|
6189
|
+
|
4801
6190
|
class GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig
|
4802
6191
|
# @private
|
4803
6192
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4810,6 +6199,13 @@ module Google
|
|
4810
6199
|
end
|
4811
6200
|
end
|
4812
6201
|
|
6202
|
+
class GoogleCloudDialogflowV2beta1TelephonyDtmfEvents
|
6203
|
+
# @private
|
6204
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6205
|
+
collection :dtmf_events, as: 'dtmfEvents'
|
6206
|
+
end
|
6207
|
+
end
|
6208
|
+
|
4813
6209
|
class GoogleCloudDialogflowV2beta1TextInput
|
4814
6210
|
# @private
|
4815
6211
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4818,6 +6214,17 @@ module Google
|
|
4818
6214
|
end
|
4819
6215
|
end
|
4820
6216
|
|
6217
|
+
class GoogleCloudDialogflowV2beta1TextToSpeechSettings
|
6218
|
+
# @private
|
6219
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6220
|
+
property :enable_text_to_speech, as: 'enableTextToSpeech'
|
6221
|
+
property :output_audio_encoding, as: 'outputAudioEncoding'
|
6222
|
+
property :sample_rate_hertz, as: 'sampleRateHertz'
|
6223
|
+
hash :synthesize_speech_configs, as: 'synthesizeSpeechConfigs', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig::Representation
|
6224
|
+
|
6225
|
+
end
|
6226
|
+
end
|
6227
|
+
|
4821
6228
|
class GoogleCloudDialogflowV2beta1TrainAgentRequest
|
4822
6229
|
# @private
|
4823
6230
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4841,6 +6248,17 @@ module Google
|
|
4841
6248
|
end
|
4842
6249
|
end
|
4843
6250
|
|
6251
|
+
class GoogleCloudDialogflowV2beta1Version
|
6252
|
+
# @private
|
6253
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6254
|
+
property :create_time, as: 'createTime'
|
6255
|
+
property :description, as: 'description'
|
6256
|
+
property :name, as: 'name'
|
6257
|
+
property :status, as: 'status'
|
6258
|
+
property :version_number, as: 'versionNumber'
|
6259
|
+
end
|
6260
|
+
end
|
6261
|
+
|
4844
6262
|
class GoogleCloudDialogflowV2beta1VoiceSelectionParams
|
4845
6263
|
# @private
|
4846
6264
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4872,6 +6290,7 @@ module Google
|
|
4872
6290
|
collection :fulfillment_messages, as: 'fulfillmentMessages', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessage, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1IntentMessage::Representation
|
4873
6291
|
|
4874
6292
|
property :fulfillment_text, as: 'fulfillmentText'
|
6293
|
+
property :live_agent_handoff, as: 'liveAgentHandoff'
|
4875
6294
|
collection :output_contexts, as: 'outputContexts', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Context, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Context::Representation
|
4876
6295
|
|
4877
6296
|
hash :payload, as: 'payload'
|