google-apis-dialogflow_v2 0.27.0 → 0.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/dialogflow_v2/classes.rb +1553 -105
- data/lib/google/apis/dialogflow_v2/gem_version.rb +3 -3
- data/lib/google/apis/dialogflow_v2/representations.rb +734 -5
- data/lib/google/apis/dialogflow_v2/service.rb +2975 -1600
- metadata +4 -4
@@ -1024,6 +1024,12 @@ module Google
|
|
1024
1024
|
include Google::Apis::Core::JsonObjectSupport
|
1025
1025
|
end
|
1026
1026
|
|
1027
|
+
class GoogleCloudDialogflowV2ArticleSuggestionModelMetadata
|
1028
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
|
+
|
1030
|
+
include Google::Apis::Core::JsonObjectSupport
|
1031
|
+
end
|
1032
|
+
|
1027
1033
|
class GoogleCloudDialogflowV2AssistQueryParameters
|
1028
1034
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
1035
|
|
@@ -1096,6 +1102,18 @@ module Google
|
|
1096
1102
|
include Google::Apis::Core::JsonObjectSupport
|
1097
1103
|
end
|
1098
1104
|
|
1105
|
+
class GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata
|
1106
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1107
|
+
|
1108
|
+
include Google::Apis::Core::JsonObjectSupport
|
1109
|
+
end
|
1110
|
+
|
1111
|
+
class GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest
|
1112
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1113
|
+
|
1114
|
+
include Google::Apis::Core::JsonObjectSupport
|
1115
|
+
end
|
1116
|
+
|
1099
1117
|
class GoogleCloudDialogflowV2CompleteConversationRequest
|
1100
1118
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1101
1119
|
|
@@ -1114,12 +1132,36 @@ module Google
|
|
1114
1132
|
include Google::Apis::Core::JsonObjectSupport
|
1115
1133
|
end
|
1116
1134
|
|
1135
|
+
class GoogleCloudDialogflowV2ConversationDataset
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
|
+
|
1138
|
+
include Google::Apis::Core::JsonObjectSupport
|
1139
|
+
end
|
1140
|
+
|
1117
1141
|
class GoogleCloudDialogflowV2ConversationEvent
|
1118
1142
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1119
1143
|
|
1120
1144
|
include Google::Apis::Core::JsonObjectSupport
|
1121
1145
|
end
|
1122
1146
|
|
1147
|
+
class GoogleCloudDialogflowV2ConversationInfo
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1149
|
+
|
1150
|
+
include Google::Apis::Core::JsonObjectSupport
|
1151
|
+
end
|
1152
|
+
|
1153
|
+
class GoogleCloudDialogflowV2ConversationModel
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
|
+
|
1156
|
+
include Google::Apis::Core::JsonObjectSupport
|
1157
|
+
end
|
1158
|
+
|
1159
|
+
class GoogleCloudDialogflowV2ConversationModelEvaluation
|
1160
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1161
|
+
|
1162
|
+
include Google::Apis::Core::JsonObjectSupport
|
1163
|
+
end
|
1164
|
+
|
1123
1165
|
class GoogleCloudDialogflowV2ConversationPhoneNumber
|
1124
1166
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1125
1167
|
|
@@ -1132,6 +1174,54 @@ module Google
|
|
1132
1174
|
include Google::Apis::Core::JsonObjectSupport
|
1133
1175
|
end
|
1134
1176
|
|
1177
|
+
class GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
|
1178
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1179
|
+
|
1180
|
+
include Google::Apis::Core::JsonObjectSupport
|
1181
|
+
end
|
1182
|
+
|
1183
|
+
class GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata
|
1184
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1185
|
+
|
1186
|
+
include Google::Apis::Core::JsonObjectSupport
|
1187
|
+
end
|
1188
|
+
|
1189
|
+
class GoogleCloudDialogflowV2CreateConversationModelEvaluationRequest
|
1190
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1191
|
+
|
1192
|
+
include Google::Apis::Core::JsonObjectSupport
|
1193
|
+
end
|
1194
|
+
|
1195
|
+
class GoogleCloudDialogflowV2CreateConversationModelOperationMetadata
|
1196
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1197
|
+
|
1198
|
+
include Google::Apis::Core::JsonObjectSupport
|
1199
|
+
end
|
1200
|
+
|
1201
|
+
class GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata
|
1202
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1203
|
+
|
1204
|
+
include Google::Apis::Core::JsonObjectSupport
|
1205
|
+
end
|
1206
|
+
|
1207
|
+
class GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata
|
1208
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1209
|
+
|
1210
|
+
include Google::Apis::Core::JsonObjectSupport
|
1211
|
+
end
|
1212
|
+
|
1213
|
+
class GoogleCloudDialogflowV2DeployConversationModelOperationMetadata
|
1214
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1215
|
+
|
1216
|
+
include Google::Apis::Core::JsonObjectSupport
|
1217
|
+
end
|
1218
|
+
|
1219
|
+
class GoogleCloudDialogflowV2DeployConversationModelRequest
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
|
+
|
1222
|
+
include Google::Apis::Core::JsonObjectSupport
|
1223
|
+
end
|
1224
|
+
|
1135
1225
|
class GoogleCloudDialogflowV2DetectIntentRequest
|
1136
1226
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
1227
|
|
@@ -1198,6 +1288,24 @@ module Google
|
|
1198
1288
|
include Google::Apis::Core::JsonObjectSupport
|
1199
1289
|
end
|
1200
1290
|
|
1291
|
+
class GoogleCloudDialogflowV2EvaluationConfig
|
1292
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1293
|
+
|
1294
|
+
include Google::Apis::Core::JsonObjectSupport
|
1295
|
+
end
|
1296
|
+
|
1297
|
+
class GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig
|
1298
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1299
|
+
|
1300
|
+
include Google::Apis::Core::JsonObjectSupport
|
1301
|
+
end
|
1302
|
+
|
1303
|
+
class GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig
|
1304
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1305
|
+
|
1306
|
+
include Google::Apis::Core::JsonObjectSupport
|
1307
|
+
end
|
1308
|
+
|
1201
1309
|
class GoogleCloudDialogflowV2EventInput
|
1202
1310
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1203
1311
|
|
@@ -1216,6 +1324,18 @@ module Google
|
|
1216
1324
|
include Google::Apis::Core::JsonObjectSupport
|
1217
1325
|
end
|
1218
1326
|
|
1327
|
+
class GoogleCloudDialogflowV2ExportDocumentRequest
|
1328
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1329
|
+
|
1330
|
+
include Google::Apis::Core::JsonObjectSupport
|
1331
|
+
end
|
1332
|
+
|
1333
|
+
class GoogleCloudDialogflowV2ExportOperationMetadata
|
1334
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1335
|
+
|
1336
|
+
include Google::Apis::Core::JsonObjectSupport
|
1337
|
+
end
|
1338
|
+
|
1219
1339
|
class GoogleCloudDialogflowV2FaqAnswer
|
1220
1340
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
1341
|
|
@@ -1240,6 +1360,18 @@ module Google
|
|
1240
1360
|
include Google::Apis::Core::JsonObjectSupport
|
1241
1361
|
end
|
1242
1362
|
|
1363
|
+
class GoogleCloudDialogflowV2GcsDestination
|
1364
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1365
|
+
|
1366
|
+
include Google::Apis::Core::JsonObjectSupport
|
1367
|
+
end
|
1368
|
+
|
1369
|
+
class GoogleCloudDialogflowV2GcsSources
|
1370
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1371
|
+
|
1372
|
+
include Google::Apis::Core::JsonObjectSupport
|
1373
|
+
end
|
1374
|
+
|
1243
1375
|
class GoogleCloudDialogflowV2HumanAgentAssistantConfig
|
1244
1376
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1245
1377
|
|
@@ -1252,6 +1384,12 @@ module Google
|
|
1252
1384
|
include Google::Apis::Core::JsonObjectSupport
|
1253
1385
|
end
|
1254
1386
|
|
1387
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig
|
1388
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1389
|
+
|
1390
|
+
include Google::Apis::Core::JsonObjectSupport
|
1391
|
+
end
|
1392
|
+
|
1255
1393
|
class GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig
|
1256
1394
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1257
1395
|
|
@@ -1336,12 +1474,60 @@ module Google
|
|
1336
1474
|
include Google::Apis::Core::JsonObjectSupport
|
1337
1475
|
end
|
1338
1476
|
|
1477
|
+
class GoogleCloudDialogflowV2ImportConversationDataOperationMetadata
|
1478
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1479
|
+
|
1480
|
+
include Google::Apis::Core::JsonObjectSupport
|
1481
|
+
end
|
1482
|
+
|
1483
|
+
class GoogleCloudDialogflowV2ImportConversationDataOperationResponse
|
1484
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1485
|
+
|
1486
|
+
include Google::Apis::Core::JsonObjectSupport
|
1487
|
+
end
|
1488
|
+
|
1489
|
+
class GoogleCloudDialogflowV2ImportConversationDataRequest
|
1490
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1491
|
+
|
1492
|
+
include Google::Apis::Core::JsonObjectSupport
|
1493
|
+
end
|
1494
|
+
|
1495
|
+
class GoogleCloudDialogflowV2ImportDocumentTemplate
|
1496
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1497
|
+
|
1498
|
+
include Google::Apis::Core::JsonObjectSupport
|
1499
|
+
end
|
1500
|
+
|
1501
|
+
class GoogleCloudDialogflowV2ImportDocumentsRequest
|
1502
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1503
|
+
|
1504
|
+
include Google::Apis::Core::JsonObjectSupport
|
1505
|
+
end
|
1506
|
+
|
1507
|
+
class GoogleCloudDialogflowV2ImportDocumentsResponse
|
1508
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1509
|
+
|
1510
|
+
include Google::Apis::Core::JsonObjectSupport
|
1511
|
+
end
|
1512
|
+
|
1339
1513
|
class GoogleCloudDialogflowV2InputAudioConfig
|
1340
1514
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1341
1515
|
|
1342
1516
|
include Google::Apis::Core::JsonObjectSupport
|
1343
1517
|
end
|
1344
1518
|
|
1519
|
+
class GoogleCloudDialogflowV2InputConfig
|
1520
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1521
|
+
|
1522
|
+
include Google::Apis::Core::JsonObjectSupport
|
1523
|
+
end
|
1524
|
+
|
1525
|
+
class GoogleCloudDialogflowV2InputDataset
|
1526
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1527
|
+
|
1528
|
+
include Google::Apis::Core::JsonObjectSupport
|
1529
|
+
end
|
1530
|
+
|
1345
1531
|
class GoogleCloudDialogflowV2Intent
|
1346
1532
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1347
1533
|
|
@@ -1570,6 +1756,24 @@ module Google
|
|
1570
1756
|
include Google::Apis::Core::JsonObjectSupport
|
1571
1757
|
end
|
1572
1758
|
|
1759
|
+
class GoogleCloudDialogflowV2ListConversationDatasetsResponse
|
1760
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1761
|
+
|
1762
|
+
include Google::Apis::Core::JsonObjectSupport
|
1763
|
+
end
|
1764
|
+
|
1765
|
+
class GoogleCloudDialogflowV2ListConversationModelEvaluationsResponse
|
1766
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1767
|
+
|
1768
|
+
include Google::Apis::Core::JsonObjectSupport
|
1769
|
+
end
|
1770
|
+
|
1771
|
+
class GoogleCloudDialogflowV2ListConversationModelsResponse
|
1772
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1773
|
+
|
1774
|
+
include Google::Apis::Core::JsonObjectSupport
|
1775
|
+
end
|
1776
|
+
|
1573
1777
|
class GoogleCloudDialogflowV2ListConversationProfilesResponse
|
1574
1778
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1575
1779
|
|
@@ -1744,6 +1948,42 @@ module Google
|
|
1744
1948
|
include Google::Apis::Core::JsonObjectSupport
|
1745
1949
|
end
|
1746
1950
|
|
1951
|
+
class GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata
|
1952
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1953
|
+
|
1954
|
+
include Google::Apis::Core::JsonObjectSupport
|
1955
|
+
end
|
1956
|
+
|
1957
|
+
class GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest
|
1958
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1959
|
+
|
1960
|
+
include Google::Apis::Core::JsonObjectSupport
|
1961
|
+
end
|
1962
|
+
|
1963
|
+
class GoogleCloudDialogflowV2SmartReplyAnswer
|
1964
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1965
|
+
|
1966
|
+
include Google::Apis::Core::JsonObjectSupport
|
1967
|
+
end
|
1968
|
+
|
1969
|
+
class GoogleCloudDialogflowV2SmartReplyMetrics
|
1970
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1971
|
+
|
1972
|
+
include Google::Apis::Core::JsonObjectSupport
|
1973
|
+
end
|
1974
|
+
|
1975
|
+
class GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics
|
1976
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1977
|
+
|
1978
|
+
include Google::Apis::Core::JsonObjectSupport
|
1979
|
+
end
|
1980
|
+
|
1981
|
+
class GoogleCloudDialogflowV2SmartReplyModelMetadata
|
1982
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1983
|
+
|
1984
|
+
include Google::Apis::Core::JsonObjectSupport
|
1985
|
+
end
|
1986
|
+
|
1747
1987
|
class GoogleCloudDialogflowV2SpeechContext
|
1748
1988
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1749
1989
|
|
@@ -1780,6 +2020,18 @@ module Google
|
|
1780
2020
|
include Google::Apis::Core::JsonObjectSupport
|
1781
2021
|
end
|
1782
2022
|
|
2023
|
+
class GoogleCloudDialogflowV2SuggestSmartRepliesRequest
|
2024
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2025
|
+
|
2026
|
+
include Google::Apis::Core::JsonObjectSupport
|
2027
|
+
end
|
2028
|
+
|
2029
|
+
class GoogleCloudDialogflowV2SuggestSmartRepliesResponse
|
2030
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2031
|
+
|
2032
|
+
include Google::Apis::Core::JsonObjectSupport
|
2033
|
+
end
|
2034
|
+
|
1783
2035
|
class GoogleCloudDialogflowV2SuggestionFeature
|
1784
2036
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1785
2037
|
|
@@ -1816,6 +2068,18 @@ module Google
|
|
1816
2068
|
include Google::Apis::Core::JsonObjectSupport
|
1817
2069
|
end
|
1818
2070
|
|
2071
|
+
class GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata
|
2072
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2073
|
+
|
2074
|
+
include Google::Apis::Core::JsonObjectSupport
|
2075
|
+
end
|
2076
|
+
|
2077
|
+
class GoogleCloudDialogflowV2UndeployConversationModelRequest
|
2078
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2079
|
+
|
2080
|
+
include Google::Apis::Core::JsonObjectSupport
|
2081
|
+
end
|
2082
|
+
|
1819
2083
|
class GoogleCloudDialogflowV2ValidationError
|
1820
2084
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1821
2085
|
|
@@ -1876,6 +2140,12 @@ module Google
|
|
1876
2140
|
include Google::Apis::Core::JsonObjectSupport
|
1877
2141
|
end
|
1878
2142
|
|
2143
|
+
class GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata
|
2144
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2145
|
+
|
2146
|
+
include Google::Apis::Core::JsonObjectSupport
|
2147
|
+
end
|
2148
|
+
|
1879
2149
|
class GoogleCloudDialogflowV2beta1Context
|
1880
2150
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1881
2151
|
|
@@ -1912,12 +2182,24 @@ module Google
|
|
1912
2182
|
include Google::Apis::Core::JsonObjectSupport
|
1913
2183
|
end
|
1914
2184
|
|
2185
|
+
class GoogleCloudDialogflowV2beta1ExportOperationMetadata
|
2186
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2187
|
+
|
2188
|
+
include Google::Apis::Core::JsonObjectSupport
|
2189
|
+
end
|
2190
|
+
|
1915
2191
|
class GoogleCloudDialogflowV2beta1FaqAnswer
|
1916
2192
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1917
2193
|
|
1918
2194
|
include Google::Apis::Core::JsonObjectSupport
|
1919
2195
|
end
|
1920
2196
|
|
2197
|
+
class GoogleCloudDialogflowV2beta1GcsDestination
|
2198
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2199
|
+
|
2200
|
+
include Google::Apis::Core::JsonObjectSupport
|
2201
|
+
end
|
2202
|
+
|
1921
2203
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
|
1922
2204
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1923
2205
|
|
@@ -2272,6 +2554,12 @@ module Google
|
|
2272
2554
|
include Google::Apis::Core::JsonObjectSupport
|
2273
2555
|
end
|
2274
2556
|
|
2557
|
+
class GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata
|
2558
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2559
|
+
|
2560
|
+
include Google::Apis::Core::JsonObjectSupport
|
2561
|
+
end
|
2562
|
+
|
2275
2563
|
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
2276
2564
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2277
2565
|
|
@@ -2811,6 +3099,7 @@ module Google
|
|
2811
3099
|
# @private
|
2812
3100
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2813
3101
|
property :current_page, as: 'currentPage'
|
3102
|
+
property :display_name, as: 'displayName'
|
2814
3103
|
property :form_info, as: 'formInfo', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3PageInfoFormInfo, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3PageInfoFormInfo::Representation
|
2815
3104
|
|
2816
3105
|
end
|
@@ -3579,6 +3868,7 @@ module Google
|
|
3579
3868
|
# @private
|
3580
3869
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3581
3870
|
property :current_page, as: 'currentPage'
|
3871
|
+
property :display_name, as: 'displayName'
|
3582
3872
|
property :form_info, as: 'formInfo', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1PageInfoFormInfo, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1PageInfoFormInfo::Representation
|
3583
3873
|
|
3584
3874
|
end
|
@@ -4052,6 +4342,13 @@ module Google
|
|
4052
4342
|
end
|
4053
4343
|
end
|
4054
4344
|
|
4345
|
+
class GoogleCloudDialogflowV2ArticleSuggestionModelMetadata
|
4346
|
+
# @private
|
4347
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4348
|
+
property :training_model_type, as: 'trainingModelType'
|
4349
|
+
end
|
4350
|
+
end
|
4351
|
+
|
4055
4352
|
class GoogleCloudDialogflowV2AssistQueryParameters
|
4056
4353
|
# @private
|
4057
4354
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4157,18 +4454,36 @@ module Google
|
|
4157
4454
|
end
|
4158
4455
|
end
|
4159
4456
|
|
4160
|
-
class
|
4457
|
+
class GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata
|
4161
4458
|
# @private
|
4162
4459
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4460
|
+
property :conversation_profile, as: 'conversationProfile'
|
4461
|
+
property :create_time, as: 'createTime'
|
4462
|
+
property :participant_role, as: 'participantRole'
|
4463
|
+
property :suggestion_feature_type, as: 'suggestionFeatureType'
|
4163
4464
|
end
|
4164
4465
|
end
|
4165
4466
|
|
4166
|
-
class
|
4467
|
+
class GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest
|
4167
4468
|
# @private
|
4168
4469
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4169
|
-
property :
|
4170
|
-
property :
|
4171
|
-
|
4470
|
+
property :participant_role, as: 'participantRole'
|
4471
|
+
property :suggestion_feature_type, as: 'suggestionFeatureType'
|
4472
|
+
end
|
4473
|
+
end
|
4474
|
+
|
4475
|
+
class GoogleCloudDialogflowV2CompleteConversationRequest
|
4476
|
+
# @private
|
4477
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4478
|
+
end
|
4479
|
+
end
|
4480
|
+
|
4481
|
+
class GoogleCloudDialogflowV2Context
|
4482
|
+
# @private
|
4483
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4484
|
+
property :lifespan_count, as: 'lifespanCount'
|
4485
|
+
property :name, as: 'name'
|
4486
|
+
hash :parameters, as: 'parameters'
|
4172
4487
|
end
|
4173
4488
|
end
|
4174
4489
|
|
@@ -4186,6 +4501,21 @@ module Google
|
|
4186
4501
|
end
|
4187
4502
|
end
|
4188
4503
|
|
4504
|
+
class GoogleCloudDialogflowV2ConversationDataset
|
4505
|
+
# @private
|
4506
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4507
|
+
property :conversation_count, :numeric_string => true, as: 'conversationCount'
|
4508
|
+
property :conversation_info, as: 'conversationInfo', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationInfo, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationInfo::Representation
|
4509
|
+
|
4510
|
+
property :create_time, as: 'createTime'
|
4511
|
+
property :description, as: 'description'
|
4512
|
+
property :display_name, as: 'displayName'
|
4513
|
+
property :input_config, as: 'inputConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InputConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InputConfig::Representation
|
4514
|
+
|
4515
|
+
property :name, as: 'name'
|
4516
|
+
end
|
4517
|
+
end
|
4518
|
+
|
4189
4519
|
class GoogleCloudDialogflowV2ConversationEvent
|
4190
4520
|
# @private
|
4191
4521
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4198,6 +4528,43 @@ module Google
|
|
4198
4528
|
end
|
4199
4529
|
end
|
4200
4530
|
|
4531
|
+
class GoogleCloudDialogflowV2ConversationInfo
|
4532
|
+
# @private
|
4533
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4534
|
+
property :language_code, as: 'languageCode'
|
4535
|
+
end
|
4536
|
+
end
|
4537
|
+
|
4538
|
+
class GoogleCloudDialogflowV2ConversationModel
|
4539
|
+
# @private
|
4540
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4541
|
+
property :article_suggestion_model_metadata, as: 'articleSuggestionModelMetadata', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ArticleSuggestionModelMetadata, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ArticleSuggestionModelMetadata::Representation
|
4542
|
+
|
4543
|
+
property :create_time, as: 'createTime'
|
4544
|
+
collection :datasets, as: 'datasets', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InputDataset, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InputDataset::Representation
|
4545
|
+
|
4546
|
+
property :display_name, as: 'displayName'
|
4547
|
+
property :language_code, as: 'languageCode'
|
4548
|
+
property :name, as: 'name'
|
4549
|
+
property :smart_reply_model_metadata, as: 'smartReplyModelMetadata', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SmartReplyModelMetadata, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SmartReplyModelMetadata::Representation
|
4550
|
+
|
4551
|
+
property :state, as: 'state'
|
4552
|
+
end
|
4553
|
+
end
|
4554
|
+
|
4555
|
+
class GoogleCloudDialogflowV2ConversationModelEvaluation
|
4556
|
+
# @private
|
4557
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4558
|
+
property :create_time, as: 'createTime'
|
4559
|
+
property :display_name, as: 'displayName'
|
4560
|
+
property :evaluation_config, as: 'evaluationConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EvaluationConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EvaluationConfig::Representation
|
4561
|
+
|
4562
|
+
property :name, as: 'name'
|
4563
|
+
property :smart_reply_metrics, as: 'smartReplyMetrics', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SmartReplyMetrics, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SmartReplyMetrics::Representation
|
4564
|
+
|
4565
|
+
end
|
4566
|
+
end
|
4567
|
+
|
4201
4568
|
class GoogleCloudDialogflowV2ConversationPhoneNumber
|
4202
4569
|
# @private
|
4203
4570
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4232,6 +4599,67 @@ module Google
|
|
4232
4599
|
end
|
4233
4600
|
end
|
4234
4601
|
|
4602
|
+
class GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
|
4603
|
+
# @private
|
4604
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4605
|
+
end
|
4606
|
+
end
|
4607
|
+
|
4608
|
+
class GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata
|
4609
|
+
# @private
|
4610
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4611
|
+
property :conversation_model, as: 'conversationModel'
|
4612
|
+
property :conversation_model_evaluation, as: 'conversationModelEvaluation'
|
4613
|
+
property :create_time, as: 'createTime'
|
4614
|
+
property :state, as: 'state'
|
4615
|
+
end
|
4616
|
+
end
|
4617
|
+
|
4618
|
+
class GoogleCloudDialogflowV2CreateConversationModelEvaluationRequest
|
4619
|
+
# @private
|
4620
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4621
|
+
property :conversation_model_evaluation, as: 'conversationModelEvaluation', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationModelEvaluation, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationModelEvaluation::Representation
|
4622
|
+
|
4623
|
+
end
|
4624
|
+
end
|
4625
|
+
|
4626
|
+
class GoogleCloudDialogflowV2CreateConversationModelOperationMetadata
|
4627
|
+
# @private
|
4628
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4629
|
+
property :conversation_model, as: 'conversationModel'
|
4630
|
+
property :create_time, as: 'createTime'
|
4631
|
+
property :state, as: 'state'
|
4632
|
+
end
|
4633
|
+
end
|
4634
|
+
|
4635
|
+
class GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata
|
4636
|
+
# @private
|
4637
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4638
|
+
end
|
4639
|
+
end
|
4640
|
+
|
4641
|
+
class GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata
|
4642
|
+
# @private
|
4643
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4644
|
+
property :conversation_model, as: 'conversationModel'
|
4645
|
+
property :create_time, as: 'createTime'
|
4646
|
+
end
|
4647
|
+
end
|
4648
|
+
|
4649
|
+
class GoogleCloudDialogflowV2DeployConversationModelOperationMetadata
|
4650
|
+
# @private
|
4651
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4652
|
+
property :conversation_model, as: 'conversationModel'
|
4653
|
+
property :create_time, as: 'createTime'
|
4654
|
+
end
|
4655
|
+
end
|
4656
|
+
|
4657
|
+
class GoogleCloudDialogflowV2DeployConversationModelRequest
|
4658
|
+
# @private
|
4659
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4660
|
+
end
|
4661
|
+
end
|
4662
|
+
|
4235
4663
|
class GoogleCloudDialogflowV2DetectIntentRequest
|
4236
4664
|
# @private
|
4237
4665
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4273,6 +4701,7 @@ module Google
|
|
4273
4701
|
property :mime_type, as: 'mimeType'
|
4274
4702
|
property :name, as: 'name'
|
4275
4703
|
property :raw_content, :base64 => true, as: 'rawContent'
|
4704
|
+
property :state, as: 'state'
|
4276
4705
|
end
|
4277
4706
|
end
|
4278
4707
|
|
@@ -4355,6 +4784,34 @@ module Google
|
|
4355
4784
|
end
|
4356
4785
|
end
|
4357
4786
|
|
4787
|
+
class GoogleCloudDialogflowV2EvaluationConfig
|
4788
|
+
# @private
|
4789
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4790
|
+
collection :datasets, as: 'datasets', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InputDataset, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InputDataset::Representation
|
4791
|
+
|
4792
|
+
property :smart_compose_config, as: 'smartComposeConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig::Representation
|
4793
|
+
|
4794
|
+
property :smart_reply_config, as: 'smartReplyConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig::Representation
|
4795
|
+
|
4796
|
+
end
|
4797
|
+
end
|
4798
|
+
|
4799
|
+
class GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig
|
4800
|
+
# @private
|
4801
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4802
|
+
property :allowlist_document, as: 'allowlistDocument'
|
4803
|
+
property :max_result_count, as: 'maxResultCount'
|
4804
|
+
end
|
4805
|
+
end
|
4806
|
+
|
4807
|
+
class GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig
|
4808
|
+
# @private
|
4809
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4810
|
+
property :allowlist_document, as: 'allowlistDocument'
|
4811
|
+
property :max_result_count, as: 'maxResultCount'
|
4812
|
+
end
|
4813
|
+
end
|
4814
|
+
|
4358
4815
|
class GoogleCloudDialogflowV2EventInput
|
4359
4816
|
# @private
|
4360
4817
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4379,6 +4836,24 @@ module Google
|
|
4379
4836
|
end
|
4380
4837
|
end
|
4381
4838
|
|
4839
|
+
class GoogleCloudDialogflowV2ExportDocumentRequest
|
4840
|
+
# @private
|
4841
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4842
|
+
property :export_full_content, as: 'exportFullContent'
|
4843
|
+
property :gcs_destination, as: 'gcsDestination', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2GcsDestination, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2GcsDestination::Representation
|
4844
|
+
|
4845
|
+
property :smart_messaging_partial_update, as: 'smartMessagingPartialUpdate'
|
4846
|
+
end
|
4847
|
+
end
|
4848
|
+
|
4849
|
+
class GoogleCloudDialogflowV2ExportOperationMetadata
|
4850
|
+
# @private
|
4851
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4852
|
+
property :exported_gcs_destination, as: 'exportedGcsDestination', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2GcsDestination, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2GcsDestination::Representation
|
4853
|
+
|
4854
|
+
end
|
4855
|
+
end
|
4856
|
+
|
4382
4857
|
class GoogleCloudDialogflowV2FaqAnswer
|
4383
4858
|
# @private
|
4384
4859
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4422,6 +4897,20 @@ module Google
|
|
4422
4897
|
end
|
4423
4898
|
end
|
4424
4899
|
|
4900
|
+
class GoogleCloudDialogflowV2GcsDestination
|
4901
|
+
# @private
|
4902
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4903
|
+
property :uri, as: 'uri'
|
4904
|
+
end
|
4905
|
+
end
|
4906
|
+
|
4907
|
+
class GoogleCloudDialogflowV2GcsSources
|
4908
|
+
# @private
|
4909
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4910
|
+
collection :uris, as: 'uris'
|
4911
|
+
end
|
4912
|
+
end
|
4913
|
+
|
4425
4914
|
class GoogleCloudDialogflowV2HumanAgentAssistantConfig
|
4426
4915
|
# @private
|
4427
4916
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4443,6 +4932,13 @@ module Google
|
|
4443
4932
|
end
|
4444
4933
|
end
|
4445
4934
|
|
4935
|
+
class GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig
|
4936
|
+
# @private
|
4937
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4938
|
+
property :recent_sentences_count, as: 'recentSentencesCount'
|
4939
|
+
end
|
4940
|
+
end
|
4941
|
+
|
4446
4942
|
class GoogleCloudDialogflowV2HumanAgentAssistantConfigMessageAnalysisConfig
|
4447
4943
|
# @private
|
4448
4944
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4465,6 +4961,8 @@ module Google
|
|
4465
4961
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4466
4962
|
property :conversation_model_config, as: 'conversationModelConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig::Representation
|
4467
4963
|
|
4964
|
+
property :conversation_process_config, as: 'conversationProcessConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig::Representation
|
4965
|
+
|
4468
4966
|
property :enable_event_based_suggestion, as: 'enableEventBasedSuggestion'
|
4469
4967
|
property :query_config, as: 'queryConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig::Representation
|
4470
4968
|
|
@@ -4574,6 +5072,60 @@ module Google
|
|
4574
5072
|
end
|
4575
5073
|
end
|
4576
5074
|
|
5075
|
+
class GoogleCloudDialogflowV2ImportConversationDataOperationMetadata
|
5076
|
+
# @private
|
5077
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5078
|
+
property :conversation_dataset, as: 'conversationDataset'
|
5079
|
+
property :create_time, as: 'createTime'
|
5080
|
+
collection :partial_failures, as: 'partialFailures', class: Google::Apis::DialogflowV2::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2::GoogleRpcStatus::Representation
|
5081
|
+
|
5082
|
+
end
|
5083
|
+
end
|
5084
|
+
|
5085
|
+
class GoogleCloudDialogflowV2ImportConversationDataOperationResponse
|
5086
|
+
# @private
|
5087
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5088
|
+
property :conversation_dataset, as: 'conversationDataset'
|
5089
|
+
property :import_count, as: 'importCount'
|
5090
|
+
end
|
5091
|
+
end
|
5092
|
+
|
5093
|
+
class GoogleCloudDialogflowV2ImportConversationDataRequest
|
5094
|
+
# @private
|
5095
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5096
|
+
property :input_config, as: 'inputConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InputConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2InputConfig::Representation
|
5097
|
+
|
5098
|
+
end
|
5099
|
+
end
|
5100
|
+
|
5101
|
+
class GoogleCloudDialogflowV2ImportDocumentTemplate
|
5102
|
+
# @private
|
5103
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5104
|
+
collection :knowledge_types, as: 'knowledgeTypes'
|
5105
|
+
hash :metadata, as: 'metadata'
|
5106
|
+
property :mime_type, as: 'mimeType'
|
5107
|
+
end
|
5108
|
+
end
|
5109
|
+
|
5110
|
+
class GoogleCloudDialogflowV2ImportDocumentsRequest
|
5111
|
+
# @private
|
5112
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5113
|
+
property :document_template, as: 'documentTemplate', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ImportDocumentTemplate, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ImportDocumentTemplate::Representation
|
5114
|
+
|
5115
|
+
property :gcs_source, as: 'gcsSource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2GcsSources, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2GcsSources::Representation
|
5116
|
+
|
5117
|
+
property :import_gcs_custom_metadata, as: 'importGcsCustomMetadata'
|
5118
|
+
end
|
5119
|
+
end
|
5120
|
+
|
5121
|
+
class GoogleCloudDialogflowV2ImportDocumentsResponse
|
5122
|
+
# @private
|
5123
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5124
|
+
collection :warnings, as: 'warnings', class: Google::Apis::DialogflowV2::GoogleRpcStatus, decorator: Google::Apis::DialogflowV2::GoogleRpcStatus::Representation
|
5125
|
+
|
5126
|
+
end
|
5127
|
+
end
|
5128
|
+
|
4577
5129
|
class GoogleCloudDialogflowV2InputAudioConfig
|
4578
5130
|
# @private
|
4579
5131
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4591,6 +5143,21 @@ module Google
|
|
4591
5143
|
end
|
4592
5144
|
end
|
4593
5145
|
|
5146
|
+
class GoogleCloudDialogflowV2InputConfig
|
5147
|
+
# @private
|
5148
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5149
|
+
property :gcs_source, as: 'gcsSource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2GcsSources, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2GcsSources::Representation
|
5150
|
+
|
5151
|
+
end
|
5152
|
+
end
|
5153
|
+
|
5154
|
+
class GoogleCloudDialogflowV2InputDataset
|
5155
|
+
# @private
|
5156
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5157
|
+
property :dataset, as: 'dataset'
|
5158
|
+
end
|
5159
|
+
end
|
5160
|
+
|
4594
5161
|
class GoogleCloudDialogflowV2Intent
|
4595
5162
|
# @private
|
4596
5163
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4972,6 +5539,9 @@ module Google
|
|
4972
5539
|
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
4973
5540
|
# @private
|
4974
5541
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5542
|
+
property :export_operation_metadata, as: 'exportOperationMetadata', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ExportOperationMetadata, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ExportOperationMetadata::Representation
|
5543
|
+
|
5544
|
+
property :knowledge_base, as: 'knowledgeBase'
|
4975
5545
|
property :state, as: 'state'
|
4976
5546
|
end
|
4977
5547
|
end
|
@@ -4994,6 +5564,33 @@ module Google
|
|
4994
5564
|
end
|
4995
5565
|
end
|
4996
5566
|
|
5567
|
+
class GoogleCloudDialogflowV2ListConversationDatasetsResponse
|
5568
|
+
# @private
|
5569
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5570
|
+
collection :conversation_datasets, as: 'conversationDatasets', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationDataset, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationDataset::Representation
|
5571
|
+
|
5572
|
+
property :next_page_token, as: 'nextPageToken'
|
5573
|
+
end
|
5574
|
+
end
|
5575
|
+
|
5576
|
+
class GoogleCloudDialogflowV2ListConversationModelEvaluationsResponse
|
5577
|
+
# @private
|
5578
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5579
|
+
collection :conversation_model_evaluations, as: 'conversationModelEvaluations', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationModelEvaluation, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationModelEvaluation::Representation
|
5580
|
+
|
5581
|
+
property :next_page_token, as: 'nextPageToken'
|
5582
|
+
end
|
5583
|
+
end
|
5584
|
+
|
5585
|
+
class GoogleCloudDialogflowV2ListConversationModelsResponse
|
5586
|
+
# @private
|
5587
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5588
|
+
collection :conversation_models, as: 'conversationModels', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationModel, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationModel::Representation
|
5589
|
+
|
5590
|
+
property :next_page_token, as: 'nextPageToken'
|
5591
|
+
end
|
5592
|
+
end
|
5593
|
+
|
4997
5594
|
class GoogleCloudDialogflowV2ListConversationProfilesResponse
|
4998
5595
|
# @private
|
4999
5596
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5111,6 +5708,9 @@ module Google
|
|
5111
5708
|
property :name, as: 'name'
|
5112
5709
|
property :participant, as: 'participant'
|
5113
5710
|
property :participant_role, as: 'participantRole'
|
5711
|
+
property :send_time, as: 'sendTime'
|
5712
|
+
property :sentiment_analysis, as: 'sentimentAnalysis', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SentimentAnalysisResult, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SentimentAnalysisResult::Representation
|
5713
|
+
|
5114
5714
|
end
|
5115
5715
|
end
|
5116
5716
|
|
@@ -5229,6 +5829,8 @@ module Google
|
|
5229
5829
|
# @private
|
5230
5830
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5231
5831
|
property :content_uri, as: 'contentUri'
|
5832
|
+
property :import_gcs_custom_metadata, as: 'importGcsCustomMetadata'
|
5833
|
+
property :smart_messaging_partial_update, as: 'smartMessagingPartialUpdate'
|
5232
5834
|
end
|
5233
5835
|
end
|
5234
5836
|
|
@@ -5282,6 +5884,59 @@ module Google
|
|
5282
5884
|
end
|
5283
5885
|
end
|
5284
5886
|
|
5887
|
+
class GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata
|
5888
|
+
# @private
|
5889
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5890
|
+
property :conversation_profile, as: 'conversationProfile'
|
5891
|
+
property :create_time, as: 'createTime'
|
5892
|
+
property :participant_role, as: 'participantRole'
|
5893
|
+
property :suggestion_feature_type, as: 'suggestionFeatureType'
|
5894
|
+
end
|
5895
|
+
end
|
5896
|
+
|
5897
|
+
class GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest
|
5898
|
+
# @private
|
5899
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5900
|
+
property :participant_role, as: 'participantRole'
|
5901
|
+
property :suggestion_feature_config, as: 'suggestionFeatureConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig::Representation
|
5902
|
+
|
5903
|
+
end
|
5904
|
+
end
|
5905
|
+
|
5906
|
+
class GoogleCloudDialogflowV2SmartReplyAnswer
|
5907
|
+
# @private
|
5908
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5909
|
+
property :answer_record, as: 'answerRecord'
|
5910
|
+
property :confidence, as: 'confidence'
|
5911
|
+
property :reply, as: 'reply'
|
5912
|
+
end
|
5913
|
+
end
|
5914
|
+
|
5915
|
+
class GoogleCloudDialogflowV2SmartReplyMetrics
|
5916
|
+
# @private
|
5917
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5918
|
+
property :allowlist_coverage, as: 'allowlistCoverage'
|
5919
|
+
property :conversation_count, :numeric_string => true, as: 'conversationCount'
|
5920
|
+
collection :top_n_metrics, as: 'topNMetrics', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics::Representation
|
5921
|
+
|
5922
|
+
end
|
5923
|
+
end
|
5924
|
+
|
5925
|
+
class GoogleCloudDialogflowV2SmartReplyMetricsTopNMetrics
|
5926
|
+
# @private
|
5927
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5928
|
+
property :n, as: 'n'
|
5929
|
+
property :recall, as: 'recall'
|
5930
|
+
end
|
5931
|
+
end
|
5932
|
+
|
5933
|
+
class GoogleCloudDialogflowV2SmartReplyModelMetadata
|
5934
|
+
# @private
|
5935
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5936
|
+
property :training_model_type, as: 'trainingModelType'
|
5937
|
+
end
|
5938
|
+
end
|
5939
|
+
|
5285
5940
|
class GoogleCloudDialogflowV2SpeechContext
|
5286
5941
|
# @private
|
5287
5942
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5337,6 +5992,26 @@ module Google
|
|
5337
5992
|
end
|
5338
5993
|
end
|
5339
5994
|
|
5995
|
+
class GoogleCloudDialogflowV2SuggestSmartRepliesRequest
|
5996
|
+
# @private
|
5997
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5998
|
+
property :context_size, as: 'contextSize'
|
5999
|
+
property :current_text_input, as: 'currentTextInput', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2TextInput, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2TextInput::Representation
|
6000
|
+
|
6001
|
+
property :latest_message, as: 'latestMessage'
|
6002
|
+
end
|
6003
|
+
end
|
6004
|
+
|
6005
|
+
class GoogleCloudDialogflowV2SuggestSmartRepliesResponse
|
6006
|
+
# @private
|
6007
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6008
|
+
property :context_size, as: 'contextSize'
|
6009
|
+
property :latest_message, as: 'latestMessage'
|
6010
|
+
collection :smart_reply_answers, as: 'smartReplyAnswers', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SmartReplyAnswer, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SmartReplyAnswer::Representation
|
6011
|
+
|
6012
|
+
end
|
6013
|
+
end
|
6014
|
+
|
5340
6015
|
class GoogleCloudDialogflowV2SuggestionFeature
|
5341
6016
|
# @private
|
5342
6017
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5353,6 +6028,8 @@ module Google
|
|
5353
6028
|
|
5354
6029
|
property :suggest_faq_answers_response, as: 'suggestFaqAnswersResponse', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestFaqAnswersResponse, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestFaqAnswersResponse::Representation
|
5355
6030
|
|
6031
|
+
property :suggest_smart_replies_response, as: 'suggestSmartRepliesResponse', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestSmartRepliesResponse, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestSmartRepliesResponse::Representation
|
6032
|
+
|
5356
6033
|
end
|
5357
6034
|
end
|
5358
6035
|
|
@@ -5393,6 +6070,20 @@ module Google
|
|
5393
6070
|
end
|
5394
6071
|
end
|
5395
6072
|
|
6073
|
+
class GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata
|
6074
|
+
# @private
|
6075
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6076
|
+
property :conversation_model, as: 'conversationModel'
|
6077
|
+
property :create_time, as: 'createTime'
|
6078
|
+
end
|
6079
|
+
end
|
6080
|
+
|
6081
|
+
class GoogleCloudDialogflowV2UndeployConversationModelRequest
|
6082
|
+
# @private
|
6083
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6084
|
+
end
|
6085
|
+
end
|
6086
|
+
|
5396
6087
|
class GoogleCloudDialogflowV2ValidationError
|
5397
6088
|
# @private
|
5398
6089
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5494,6 +6185,16 @@ module Google
|
|
5494
6185
|
end
|
5495
6186
|
end
|
5496
6187
|
|
6188
|
+
class GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata
|
6189
|
+
# @private
|
6190
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6191
|
+
property :conversation_profile, as: 'conversationProfile'
|
6192
|
+
property :create_time, as: 'createTime'
|
6193
|
+
property :participant_role, as: 'participantRole'
|
6194
|
+
property :suggestion_feature_type, as: 'suggestionFeatureType'
|
6195
|
+
end
|
6196
|
+
end
|
6197
|
+
|
5497
6198
|
class GoogleCloudDialogflowV2beta1Context
|
5498
6199
|
# @private
|
5499
6200
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5553,6 +6254,14 @@ module Google
|
|
5553
6254
|
end
|
5554
6255
|
end
|
5555
6256
|
|
6257
|
+
class GoogleCloudDialogflowV2beta1ExportOperationMetadata
|
6258
|
+
# @private
|
6259
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6260
|
+
property :exported_gcs_destination, as: 'exportedGcsDestination', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1GcsDestination, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1GcsDestination::Representation
|
6261
|
+
|
6262
|
+
end
|
6263
|
+
end
|
6264
|
+
|
5556
6265
|
class GoogleCloudDialogflowV2beta1FaqAnswer
|
5557
6266
|
# @private
|
5558
6267
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5565,6 +6274,13 @@ module Google
|
|
5565
6274
|
end
|
5566
6275
|
end
|
5567
6276
|
|
6277
|
+
class GoogleCloudDialogflowV2beta1GcsDestination
|
6278
|
+
# @private
|
6279
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6280
|
+
property :uri, as: 'uri'
|
6281
|
+
end
|
6282
|
+
end
|
6283
|
+
|
5568
6284
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
|
5569
6285
|
# @private
|
5570
6286
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6102,6 +6818,9 @@ module Google
|
|
6102
6818
|
class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
|
6103
6819
|
# @private
|
6104
6820
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6821
|
+
property :export_operation_metadata, as: 'exportOperationMetadata', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ExportOperationMetadata, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ExportOperationMetadata::Representation
|
6822
|
+
|
6823
|
+
property :knowledge_base, as: 'knowledgeBase'
|
6105
6824
|
property :state, as: 'state'
|
6106
6825
|
end
|
6107
6826
|
end
|
@@ -6195,6 +6914,16 @@ module Google
|
|
6195
6914
|
end
|
6196
6915
|
end
|
6197
6916
|
|
6917
|
+
class GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata
|
6918
|
+
# @private
|
6919
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6920
|
+
property :conversation_profile, as: 'conversationProfile'
|
6921
|
+
property :create_time, as: 'createTime'
|
6922
|
+
property :participant_role, as: 'participantRole'
|
6923
|
+
property :suggestion_feature_type, as: 'suggestionFeatureType'
|
6924
|
+
end
|
6925
|
+
end
|
6926
|
+
|
6198
6927
|
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
6199
6928
|
# @private
|
6200
6929
|
class Representation < Google::Apis::Core::JsonRepresentation
|