google-apis-dialogflow_v2 0.29.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 +4 -0
- data/lib/google/apis/dialogflow_v2/classes.rb +1147 -58
- data/lib/google/apis/dialogflow_v2/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v2/representations.rb +568 -0
- data/lib/google/apis/dialogflow_v2/service.rb +2644 -1566
- metadata +3 -3
@@ -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
|
|
@@ -1222,6 +1330,12 @@ module Google
|
|
1222
1330
|
include Google::Apis::Core::JsonObjectSupport
|
1223
1331
|
end
|
1224
1332
|
|
1333
|
+
class GoogleCloudDialogflowV2ExportOperationMetadata
|
1334
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1335
|
+
|
1336
|
+
include Google::Apis::Core::JsonObjectSupport
|
1337
|
+
end
|
1338
|
+
|
1225
1339
|
class GoogleCloudDialogflowV2FaqAnswer
|
1226
1340
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1227
1341
|
|
@@ -1360,6 +1474,24 @@ module Google
|
|
1360
1474
|
include Google::Apis::Core::JsonObjectSupport
|
1361
1475
|
end
|
1362
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
|
+
|
1363
1495
|
class GoogleCloudDialogflowV2ImportDocumentTemplate
|
1364
1496
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1365
1497
|
|
@@ -1384,6 +1516,18 @@ module Google
|
|
1384
1516
|
include Google::Apis::Core::JsonObjectSupport
|
1385
1517
|
end
|
1386
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
|
+
|
1387
1531
|
class GoogleCloudDialogflowV2Intent
|
1388
1532
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1389
1533
|
|
@@ -1612,6 +1756,24 @@ module Google
|
|
1612
1756
|
include Google::Apis::Core::JsonObjectSupport
|
1613
1757
|
end
|
1614
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
|
+
|
1615
1777
|
class GoogleCloudDialogflowV2ListConversationProfilesResponse
|
1616
1778
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1617
1779
|
|
@@ -1786,12 +1948,42 @@ module Google
|
|
1786
1948
|
include Google::Apis::Core::JsonObjectSupport
|
1787
1949
|
end
|
1788
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
|
+
|
1789
1963
|
class GoogleCloudDialogflowV2SmartReplyAnswer
|
1790
1964
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1791
1965
|
|
1792
1966
|
include Google::Apis::Core::JsonObjectSupport
|
1793
1967
|
end
|
1794
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
|
+
|
1795
1987
|
class GoogleCloudDialogflowV2SpeechContext
|
1796
1988
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1797
1989
|
|
@@ -1876,6 +2068,18 @@ module Google
|
|
1876
2068
|
include Google::Apis::Core::JsonObjectSupport
|
1877
2069
|
end
|
1878
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
|
+
|
1879
2083
|
class GoogleCloudDialogflowV2ValidationError
|
1880
2084
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1881
2085
|
|
@@ -1936,6 +2140,12 @@ module Google
|
|
1936
2140
|
include Google::Apis::Core::JsonObjectSupport
|
1937
2141
|
end
|
1938
2142
|
|
2143
|
+
class GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata
|
2144
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2145
|
+
|
2146
|
+
include Google::Apis::Core::JsonObjectSupport
|
2147
|
+
end
|
2148
|
+
|
1939
2149
|
class GoogleCloudDialogflowV2beta1Context
|
1940
2150
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1941
2151
|
|
@@ -1972,12 +2182,24 @@ module Google
|
|
1972
2182
|
include Google::Apis::Core::JsonObjectSupport
|
1973
2183
|
end
|
1974
2184
|
|
2185
|
+
class GoogleCloudDialogflowV2beta1ExportOperationMetadata
|
2186
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2187
|
+
|
2188
|
+
include Google::Apis::Core::JsonObjectSupport
|
2189
|
+
end
|
2190
|
+
|
1975
2191
|
class GoogleCloudDialogflowV2beta1FaqAnswer
|
1976
2192
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1977
2193
|
|
1978
2194
|
include Google::Apis::Core::JsonObjectSupport
|
1979
2195
|
end
|
1980
2196
|
|
2197
|
+
class GoogleCloudDialogflowV2beta1GcsDestination
|
2198
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2199
|
+
|
2200
|
+
include Google::Apis::Core::JsonObjectSupport
|
2201
|
+
end
|
2202
|
+
|
1981
2203
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
|
1982
2204
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1983
2205
|
|
@@ -2332,6 +2554,12 @@ module Google
|
|
2332
2554
|
include Google::Apis::Core::JsonObjectSupport
|
2333
2555
|
end
|
2334
2556
|
|
2557
|
+
class GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata
|
2558
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2559
|
+
|
2560
|
+
include Google::Apis::Core::JsonObjectSupport
|
2561
|
+
end
|
2562
|
+
|
2335
2563
|
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
2336
2564
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2337
2565
|
|
@@ -4114,6 +4342,13 @@ module Google
|
|
4114
4342
|
end
|
4115
4343
|
end
|
4116
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
|
+
|
4117
4352
|
class GoogleCloudDialogflowV2AssistQueryParameters
|
4118
4353
|
# @private
|
4119
4354
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4219,6 +4454,24 @@ module Google
|
|
4219
4454
|
end
|
4220
4455
|
end
|
4221
4456
|
|
4457
|
+
class GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata
|
4458
|
+
# @private
|
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'
|
4464
|
+
end
|
4465
|
+
end
|
4466
|
+
|
4467
|
+
class GoogleCloudDialogflowV2ClearSuggestionFeatureConfigRequest
|
4468
|
+
# @private
|
4469
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4470
|
+
property :participant_role, as: 'participantRole'
|
4471
|
+
property :suggestion_feature_type, as: 'suggestionFeatureType'
|
4472
|
+
end
|
4473
|
+
end
|
4474
|
+
|
4222
4475
|
class GoogleCloudDialogflowV2CompleteConversationRequest
|
4223
4476
|
# @private
|
4224
4477
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4248,6 +4501,21 @@ module Google
|
|
4248
4501
|
end
|
4249
4502
|
end
|
4250
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
|
+
|
4251
4519
|
class GoogleCloudDialogflowV2ConversationEvent
|
4252
4520
|
# @private
|
4253
4521
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4260,6 +4528,43 @@ module Google
|
|
4260
4528
|
end
|
4261
4529
|
end
|
4262
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
|
+
|
4263
4568
|
class GoogleCloudDialogflowV2ConversationPhoneNumber
|
4264
4569
|
# @private
|
4265
4570
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4294,6 +4599,67 @@ module Google
|
|
4294
4599
|
end
|
4295
4600
|
end
|
4296
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
|
+
|
4297
4663
|
class GoogleCloudDialogflowV2DetectIntentRequest
|
4298
4664
|
# @private
|
4299
4665
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4335,6 +4701,7 @@ module Google
|
|
4335
4701
|
property :mime_type, as: 'mimeType'
|
4336
4702
|
property :name, as: 'name'
|
4337
4703
|
property :raw_content, :base64 => true, as: 'rawContent'
|
4704
|
+
property :state, as: 'state'
|
4338
4705
|
end
|
4339
4706
|
end
|
4340
4707
|
|
@@ -4417,6 +4784,34 @@ module Google
|
|
4417
4784
|
end
|
4418
4785
|
end
|
4419
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
|
+
|
4420
4815
|
class GoogleCloudDialogflowV2EventInput
|
4421
4816
|
# @private
|
4422
4817
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4451,6 +4846,14 @@ module Google
|
|
4451
4846
|
end
|
4452
4847
|
end
|
4453
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
|
+
|
4454
4857
|
class GoogleCloudDialogflowV2FaqAnswer
|
4455
4858
|
# @private
|
4456
4859
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4669,6 +5072,32 @@ module Google
|
|
4669
5072
|
end
|
4670
5073
|
end
|
4671
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
|
+
|
4672
5101
|
class GoogleCloudDialogflowV2ImportDocumentTemplate
|
4673
5102
|
# @private
|
4674
5103
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4714,6 +5143,21 @@ module Google
|
|
4714
5143
|
end
|
4715
5144
|
end
|
4716
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
|
+
|
4717
5161
|
class GoogleCloudDialogflowV2Intent
|
4718
5162
|
# @private
|
4719
5163
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5095,6 +5539,8 @@ module Google
|
|
5095
5539
|
class GoogleCloudDialogflowV2KnowledgeOperationMetadata
|
5096
5540
|
# @private
|
5097
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
|
+
|
5098
5544
|
property :knowledge_base, as: 'knowledgeBase'
|
5099
5545
|
property :state, as: 'state'
|
5100
5546
|
end
|
@@ -5118,6 +5564,33 @@ module Google
|
|
5118
5564
|
end
|
5119
5565
|
end
|
5120
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
|
+
|
5121
5594
|
class GoogleCloudDialogflowV2ListConversationProfilesResponse
|
5122
5595
|
# @private
|
5123
5596
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5411,6 +5884,25 @@ module Google
|
|
5411
5884
|
end
|
5412
5885
|
end
|
5413
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
|
+
|
5414
5906
|
class GoogleCloudDialogflowV2SmartReplyAnswer
|
5415
5907
|
# @private
|
5416
5908
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5420,6 +5912,31 @@ module Google
|
|
5420
5912
|
end
|
5421
5913
|
end
|
5422
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
|
+
|
5423
5940
|
class GoogleCloudDialogflowV2SpeechContext
|
5424
5941
|
# @private
|
5425
5942
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5553,6 +6070,20 @@ module Google
|
|
5553
6070
|
end
|
5554
6071
|
end
|
5555
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
|
+
|
5556
6087
|
class GoogleCloudDialogflowV2ValidationError
|
5557
6088
|
# @private
|
5558
6089
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5654,6 +6185,16 @@ module Google
|
|
5654
6185
|
end
|
5655
6186
|
end
|
5656
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
|
+
|
5657
6198
|
class GoogleCloudDialogflowV2beta1Context
|
5658
6199
|
# @private
|
5659
6200
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5713,6 +6254,14 @@ module Google
|
|
5713
6254
|
end
|
5714
6255
|
end
|
5715
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
|
+
|
5716
6265
|
class GoogleCloudDialogflowV2beta1FaqAnswer
|
5717
6266
|
# @private
|
5718
6267
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5725,6 +6274,13 @@ module Google
|
|
5725
6274
|
end
|
5726
6275
|
end
|
5727
6276
|
|
6277
|
+
class GoogleCloudDialogflowV2beta1GcsDestination
|
6278
|
+
# @private
|
6279
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6280
|
+
property :uri, as: 'uri'
|
6281
|
+
end
|
6282
|
+
end
|
6283
|
+
|
5728
6284
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
|
5729
6285
|
# @private
|
5730
6286
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6262,6 +6818,8 @@ module Google
|
|
6262
6818
|
class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
|
6263
6819
|
# @private
|
6264
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
|
+
|
6265
6823
|
property :knowledge_base, as: 'knowledgeBase'
|
6266
6824
|
property :state, as: 'state'
|
6267
6825
|
end
|
@@ -6356,6 +6914,16 @@ module Google
|
|
6356
6914
|
end
|
6357
6915
|
end
|
6358
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
|
+
|
6359
6927
|
class GoogleCloudDialogflowV2beta1SmartReplyAnswer
|
6360
6928
|
# @private
|
6361
6929
|
class Representation < Google::Apis::Core::JsonRepresentation
|