azure_cognitiveservices_luisauthoring 0.17.1 → 0.17.2
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/lib/2.0/generated/azure_cognitiveservices_luisauthoring/apps.rb +78 -60
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/azure_accounts.rb +35 -35
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/examples.rb +24 -21
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/features.rb +147 -18
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/luis_authoring_client.rb +1 -1
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/model.rb +554 -452
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/application_info_response.rb +4 -4
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/application_setting_update_object.rb +2 -2
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/application_settings.rb +2 -1
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/azure_account_info_object.rb +4 -4
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/batch_label_example.rb +1 -1
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/closed_list.rb +3 -3
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/closed_list_entity_extractor.rb +6 -6
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/closed_list_model_create_object.rb +2 -2
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/closed_list_model_patch_object.rb +1 -1
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/closed_list_model_update_object.rb +2 -2
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/composite_entity_extractor.rb +3 -3
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/composite_entity_model.rb +1 -1
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/custom_prebuilt_model.rb +3 -3
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/entities_suggestion_example.rb +2 -2
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/entity_extractor.rb +3 -3
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/example_label_object.rb +5 -4
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/explicit_list_item.rb +1 -1
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/explicit_list_item_create_object.rb +1 -1
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/explicit_list_item_update_object.rb +1 -1
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/hierarchical_child_entity.rb +3 -3
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/hierarchical_entity_extractor.rb +3 -3
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/hierarchical_entity_model.rb +1 -1
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/intents_suggestion_example.rb +3 -3
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/jsonmodel_feature.rb +7 -10
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/label_example_response.rb +2 -2
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/label_text_object.rb +1 -1
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/labeled_utterance.rb +2 -2
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/luis_app.rb +2 -2
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/model_info.rb +3 -3
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/model_info_response.rb +5 -5
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/pattern_any_entity_extractor.rb +3 -3
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/phraselist_create_object.rb +8 -11
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/prebuilt_entity_extractor.rb +3 -3
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/publish_settings.rb +3 -5
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/regex_entity_extractor.rb +5 -5
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/regex_model_create_object.rb +2 -2
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/regex_model_update_object.rb +2 -2
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/sub_closed_list.rb +1 -1
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/sub_closed_list_response.rb +1 -1
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/word_list_base_update_object.rb +1 -1
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/word_list_object.rb +1 -1
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/pattern.rb +34 -34
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/permissions.rb +9 -9
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/settings.rb +29 -13
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/versions.rb +21 -20
- data/lib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f5b67be92f6c4f238961beab191ee830728c0266f42722ecf44f65dc26394034
|
|
4
|
+
data.tar.gz: e90b960ab369c190160ecfd50ac74c4d31d25aae7542fcea160ba8b43ae9977d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b3df3cfca1053c917fbae7755b44caaf0f39c14317b4f7abdba847030709ad25c2b4763727aa0dc3a825f2068378d4f8d43e34aaf1851aecef4d5ae549097ec
|
|
7
|
+
data.tar.gz: 22ca61719fa7bdcd3c1d629dc04fe7984dc8ab4aa4c9a5faf00da2280ebe404c7acb0c4e29284537a1e7224ff832df6d156b29715d87af43388ebd034f6d570e
|
|
@@ -24,11 +24,11 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
24
24
|
#
|
|
25
25
|
# Creates a new LUIS app.
|
|
26
26
|
#
|
|
27
|
-
# @param application_create_object [ApplicationCreateObject]
|
|
28
|
-
# Name, Description (optional), Culture, Usage Scenario (optional),
|
|
29
|
-
# (optional) and initial version ID (optional) of the application.
|
|
30
|
-
# value for the version ID is 0.1. Note: the culture cannot be
|
|
31
|
-
# the app is created.
|
|
27
|
+
# @param application_create_object [ApplicationCreateObject] An application
|
|
28
|
+
# containing Name, Description (optional), Culture, Usage Scenario (optional),
|
|
29
|
+
# Domain (optional) and initial version ID (optional) of the application.
|
|
30
|
+
# Default value for the version ID is "0.1". Note: the culture cannot be
|
|
31
|
+
# changed after the app is created.
|
|
32
32
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
33
33
|
# will be added to the HTTP request.
|
|
34
34
|
#
|
|
@@ -42,11 +42,11 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
42
42
|
#
|
|
43
43
|
# Creates a new LUIS app.
|
|
44
44
|
#
|
|
45
|
-
# @param application_create_object [ApplicationCreateObject]
|
|
46
|
-
# Name, Description (optional), Culture, Usage Scenario (optional),
|
|
47
|
-
# (optional) and initial version ID (optional) of the application.
|
|
48
|
-
# value for the version ID is 0.1. Note: the culture cannot be
|
|
49
|
-
# the app is created.
|
|
45
|
+
# @param application_create_object [ApplicationCreateObject] An application
|
|
46
|
+
# containing Name, Description (optional), Culture, Usage Scenario (optional),
|
|
47
|
+
# Domain (optional) and initial version ID (optional) of the application.
|
|
48
|
+
# Default value for the version ID is "0.1". Note: the culture cannot be
|
|
49
|
+
# changed after the app is created.
|
|
50
50
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
51
51
|
# will be added to the HTTP request.
|
|
52
52
|
#
|
|
@@ -59,11 +59,11 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
59
59
|
#
|
|
60
60
|
# Creates a new LUIS app.
|
|
61
61
|
#
|
|
62
|
-
# @param application_create_object [ApplicationCreateObject]
|
|
63
|
-
# Name, Description (optional), Culture, Usage Scenario (optional),
|
|
64
|
-
# (optional) and initial version ID (optional) of the application.
|
|
65
|
-
# value for the version ID is 0.1. Note: the culture cannot be
|
|
66
|
-
# the app is created.
|
|
62
|
+
# @param application_create_object [ApplicationCreateObject] An application
|
|
63
|
+
# containing Name, Description (optional), Culture, Usage Scenario (optional),
|
|
64
|
+
# Domain (optional) and initial version ID (optional) of the application.
|
|
65
|
+
# Default value for the version ID is "0.1". Note: the culture cannot be
|
|
66
|
+
# changed after the app is created.
|
|
67
67
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
68
68
|
# to the HTTP request.
|
|
69
69
|
#
|
|
@@ -134,7 +134,7 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
134
134
|
end
|
|
135
135
|
|
|
136
136
|
#
|
|
137
|
-
# Lists all of the user applications.
|
|
137
|
+
# Lists all of the user's applications.
|
|
138
138
|
#
|
|
139
139
|
# @param skip [Integer] The number of entries to skip. Default value is 0.
|
|
140
140
|
# @param take [Integer] The number of entries to return. Maximum page size is
|
|
@@ -150,7 +150,7 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
150
150
|
end
|
|
151
151
|
|
|
152
152
|
#
|
|
153
|
-
# Lists all of the user applications.
|
|
153
|
+
# Lists all of the user's applications.
|
|
154
154
|
#
|
|
155
155
|
# @param skip [Integer] The number of entries to skip. Default value is 0.
|
|
156
156
|
# @param take [Integer] The number of entries to return. Maximum page size is
|
|
@@ -165,7 +165,7 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
165
165
|
end
|
|
166
166
|
|
|
167
167
|
#
|
|
168
|
-
# Lists all of the user applications.
|
|
168
|
+
# Lists all of the user's applications.
|
|
169
169
|
#
|
|
170
170
|
# @param skip [Integer] The number of entries to skip. Default value is 0.
|
|
171
171
|
# @param take [Integer] The number of entries to return. Maximum page size is
|
|
@@ -245,12 +245,13 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
245
245
|
end
|
|
246
246
|
|
|
247
247
|
#
|
|
248
|
-
# Imports an application to LUIS, the application's structure
|
|
249
|
-
#
|
|
248
|
+
# Imports an application to LUIS, the application's structure is included in
|
|
249
|
+
# the request body.
|
|
250
250
|
#
|
|
251
251
|
# @param luis_app [LuisApp] A LUIS application structure.
|
|
252
252
|
# @param app_name [String] The application name to create. If not specified,
|
|
253
|
-
# the application name will be read from the imported object.
|
|
253
|
+
# the application name will be read from the imported object. If the
|
|
254
|
+
# application name already exists, an error is returned.
|
|
254
255
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
255
256
|
# will be added to the HTTP request.
|
|
256
257
|
#
|
|
@@ -262,12 +263,13 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
262
263
|
end
|
|
263
264
|
|
|
264
265
|
#
|
|
265
|
-
# Imports an application to LUIS, the application's structure
|
|
266
|
-
#
|
|
266
|
+
# Imports an application to LUIS, the application's structure is included in
|
|
267
|
+
# the request body.
|
|
267
268
|
#
|
|
268
269
|
# @param luis_app [LuisApp] A LUIS application structure.
|
|
269
270
|
# @param app_name [String] The application name to create. If not specified,
|
|
270
|
-
# the application name will be read from the imported object.
|
|
271
|
+
# the application name will be read from the imported object. If the
|
|
272
|
+
# application name already exists, an error is returned.
|
|
271
273
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
272
274
|
# will be added to the HTTP request.
|
|
273
275
|
#
|
|
@@ -278,12 +280,13 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
278
280
|
end
|
|
279
281
|
|
|
280
282
|
#
|
|
281
|
-
# Imports an application to LUIS, the application's structure
|
|
282
|
-
#
|
|
283
|
+
# Imports an application to LUIS, the application's structure is included in
|
|
284
|
+
# the request body.
|
|
283
285
|
#
|
|
284
286
|
# @param luis_app [LuisApp] A LUIS application structure.
|
|
285
287
|
# @param app_name [String] The application name to create. If not specified,
|
|
286
|
-
# the application name will be read from the imported object.
|
|
288
|
+
# the application name will be read from the imported object. If the
|
|
289
|
+
# application name already exists, an error is returned.
|
|
287
290
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
288
291
|
# to the HTTP request.
|
|
289
292
|
#
|
|
@@ -631,7 +634,9 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
631
634
|
end
|
|
632
635
|
|
|
633
636
|
#
|
|
634
|
-
# Gets
|
|
637
|
+
# Gets a list of supported cultures. Cultures are equivalent to the written
|
|
638
|
+
# language and locale. For example,"en-us" represents the U.S. variation of
|
|
639
|
+
# English.
|
|
635
640
|
#
|
|
636
641
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
637
642
|
# will be added to the HTTP request.
|
|
@@ -644,7 +649,9 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
644
649
|
end
|
|
645
650
|
|
|
646
651
|
#
|
|
647
|
-
# Gets
|
|
652
|
+
# Gets a list of supported cultures. Cultures are equivalent to the written
|
|
653
|
+
# language and locale. For example,"en-us" represents the U.S. variation of
|
|
654
|
+
# English.
|
|
648
655
|
#
|
|
649
656
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
650
657
|
# will be added to the HTTP request.
|
|
@@ -656,7 +663,9 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
656
663
|
end
|
|
657
664
|
|
|
658
665
|
#
|
|
659
|
-
# Gets
|
|
666
|
+
# Gets a list of supported cultures. Cultures are equivalent to the written
|
|
667
|
+
# language and locale. For example,"en-us" represents the U.S. variation of
|
|
668
|
+
# English.
|
|
660
669
|
#
|
|
661
670
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
662
671
|
# to the HTTP request.
|
|
@@ -729,7 +738,7 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
729
738
|
end
|
|
730
739
|
|
|
731
740
|
#
|
|
732
|
-
# Gets the
|
|
741
|
+
# Gets the logs of the past month's endpoint queries for the application.
|
|
733
742
|
#
|
|
734
743
|
# @param app_id The application ID.
|
|
735
744
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
@@ -743,7 +752,7 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
743
752
|
end
|
|
744
753
|
|
|
745
754
|
#
|
|
746
|
-
# Gets the
|
|
755
|
+
# Gets the logs of the past month's endpoint queries for the application.
|
|
747
756
|
#
|
|
748
757
|
# @param app_id The application ID.
|
|
749
758
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
@@ -756,7 +765,7 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
756
765
|
end
|
|
757
766
|
|
|
758
767
|
#
|
|
759
|
-
# Gets the
|
|
768
|
+
# Gets the logs of the past month's endpoint queries for the application.
|
|
760
769
|
#
|
|
761
770
|
# @param app_id The application ID.
|
|
762
771
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
@@ -1216,7 +1225,7 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1216
1225
|
end
|
|
1217
1226
|
|
|
1218
1227
|
#
|
|
1219
|
-
# Get the application settings.
|
|
1228
|
+
# Get the application settings including 'UseAllTrainingData'.
|
|
1220
1229
|
#
|
|
1221
1230
|
# @param app_id The application ID.
|
|
1222
1231
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
@@ -1230,7 +1239,7 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1230
1239
|
end
|
|
1231
1240
|
|
|
1232
1241
|
#
|
|
1233
|
-
# Get the application settings.
|
|
1242
|
+
# Get the application settings including 'UseAllTrainingData'.
|
|
1234
1243
|
#
|
|
1235
1244
|
# @param app_id The application ID.
|
|
1236
1245
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
@@ -1243,7 +1252,7 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1243
1252
|
end
|
|
1244
1253
|
|
|
1245
1254
|
#
|
|
1246
|
-
# Get the application settings.
|
|
1255
|
+
# Get the application settings including 'UseAllTrainingData'.
|
|
1247
1256
|
#
|
|
1248
1257
|
# @param app_id The application ID.
|
|
1249
1258
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
@@ -1303,7 +1312,7 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1303
1312
|
end
|
|
1304
1313
|
|
|
1305
1314
|
#
|
|
1306
|
-
# Updates the application settings.
|
|
1315
|
+
# Updates the application settings including 'UseAllTrainingData'.
|
|
1307
1316
|
#
|
|
1308
1317
|
# @param app_id The application ID.
|
|
1309
1318
|
# @param application_setting_update_object [ApplicationSettingUpdateObject] An
|
|
@@ -1319,7 +1328,7 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1319
1328
|
end
|
|
1320
1329
|
|
|
1321
1330
|
#
|
|
1322
|
-
# Updates the application settings.
|
|
1331
|
+
# Updates the application settings including 'UseAllTrainingData'.
|
|
1323
1332
|
#
|
|
1324
1333
|
# @param app_id The application ID.
|
|
1325
1334
|
# @param application_setting_update_object [ApplicationSettingUpdateObject] An
|
|
@@ -1334,7 +1343,7 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1334
1343
|
end
|
|
1335
1344
|
|
|
1336
1345
|
#
|
|
1337
|
-
# Updates the application settings.
|
|
1346
|
+
# Updates the application settings including 'UseAllTrainingData'.
|
|
1338
1347
|
#
|
|
1339
1348
|
# @param app_id The application ID.
|
|
1340
1349
|
# @param application_setting_update_object [ApplicationSettingUpdateObject] An
|
|
@@ -1404,7 +1413,7 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1404
1413
|
end
|
|
1405
1414
|
|
|
1406
1415
|
#
|
|
1407
|
-
# Get the application publish settings.
|
|
1416
|
+
# Get the application publish settings including 'UseAllTrainingData'.
|
|
1408
1417
|
#
|
|
1409
1418
|
# @param app_id The application ID.
|
|
1410
1419
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
@@ -1418,7 +1427,7 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1418
1427
|
end
|
|
1419
1428
|
|
|
1420
1429
|
#
|
|
1421
|
-
# Get the application publish settings.
|
|
1430
|
+
# Get the application publish settings including 'UseAllTrainingData'.
|
|
1422
1431
|
#
|
|
1423
1432
|
# @param app_id The application ID.
|
|
1424
1433
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
@@ -1431,7 +1440,7 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1431
1440
|
end
|
|
1432
1441
|
|
|
1433
1442
|
#
|
|
1434
|
-
# Get the application publish settings.
|
|
1443
|
+
# Get the application publish settings including 'UseAllTrainingData'.
|
|
1435
1444
|
#
|
|
1436
1445
|
# @param app_id The application ID.
|
|
1437
1446
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
@@ -1491,7 +1500,7 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1491
1500
|
end
|
|
1492
1501
|
|
|
1493
1502
|
#
|
|
1494
|
-
# Updates the application publish settings.
|
|
1503
|
+
# Updates the application publish settings including 'UseAllTrainingData'.
|
|
1495
1504
|
#
|
|
1496
1505
|
# @param app_id The application ID.
|
|
1497
1506
|
# @param publish_setting_update_object [PublishSettingUpdateObject] An object
|
|
@@ -1507,7 +1516,7 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1507
1516
|
end
|
|
1508
1517
|
|
|
1509
1518
|
#
|
|
1510
|
-
# Updates the application publish settings.
|
|
1519
|
+
# Updates the application publish settings including 'UseAllTrainingData'.
|
|
1511
1520
|
#
|
|
1512
1521
|
# @param app_id The application ID.
|
|
1513
1522
|
# @param publish_setting_update_object [PublishSettingUpdateObject] An object
|
|
@@ -1522,7 +1531,7 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1522
1531
|
end
|
|
1523
1532
|
|
|
1524
1533
|
#
|
|
1525
|
-
# Updates the application publish settings.
|
|
1534
|
+
# Updates the application publish settings including 'UseAllTrainingData'.
|
|
1526
1535
|
#
|
|
1527
1536
|
# @param app_id The application ID.
|
|
1528
1537
|
# @param publish_setting_update_object [PublishSettingUpdateObject] An object
|
|
@@ -1792,7 +1801,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1792
1801
|
end
|
|
1793
1802
|
|
|
1794
1803
|
#
|
|
1795
|
-
# Adds a prebuilt domain along with its models as a new
|
|
1804
|
+
# Adds a prebuilt domain along with its intent and entity models as a new
|
|
1805
|
+
# application.
|
|
1796
1806
|
#
|
|
1797
1807
|
# @param prebuilt_domain_create_object [PrebuiltDomainCreateObject] A prebuilt
|
|
1798
1808
|
# domain create object containing the name and culture of the domain.
|
|
@@ -1807,7 +1817,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1807
1817
|
end
|
|
1808
1818
|
|
|
1809
1819
|
#
|
|
1810
|
-
# Adds a prebuilt domain along with its models as a new
|
|
1820
|
+
# Adds a prebuilt domain along with its intent and entity models as a new
|
|
1821
|
+
# application.
|
|
1811
1822
|
#
|
|
1812
1823
|
# @param prebuilt_domain_create_object [PrebuiltDomainCreateObject] A prebuilt
|
|
1813
1824
|
# domain create object containing the name and culture of the domain.
|
|
@@ -1821,7 +1832,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1821
1832
|
end
|
|
1822
1833
|
|
|
1823
1834
|
#
|
|
1824
|
-
# Adds a prebuilt domain along with its models as a new
|
|
1835
|
+
# Adds a prebuilt domain along with its intent and entity models as a new
|
|
1836
|
+
# application.
|
|
1825
1837
|
#
|
|
1826
1838
|
# @param prebuilt_domain_create_object [PrebuiltDomainCreateObject] A prebuilt
|
|
1827
1839
|
# domain create object containing the name and culture of the domain.
|
|
@@ -1895,7 +1907,7 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1895
1907
|
end
|
|
1896
1908
|
|
|
1897
1909
|
#
|
|
1898
|
-
# Gets all the available
|
|
1910
|
+
# Gets all the available prebuilt domains for a specific culture.
|
|
1899
1911
|
#
|
|
1900
1912
|
# @param culture [String] Culture.
|
|
1901
1913
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
@@ -1909,7 +1921,7 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1909
1921
|
end
|
|
1910
1922
|
|
|
1911
1923
|
#
|
|
1912
|
-
# Gets all the available
|
|
1924
|
+
# Gets all the available prebuilt domains for a specific culture.
|
|
1913
1925
|
#
|
|
1914
1926
|
# @param culture [String] Culture.
|
|
1915
1927
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
@@ -1922,7 +1934,7 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1922
1934
|
end
|
|
1923
1935
|
|
|
1924
1936
|
#
|
|
1925
|
-
# Gets all the available
|
|
1937
|
+
# Gets all the available prebuilt domains for a specific culture.
|
|
1926
1938
|
#
|
|
1927
1939
|
# @param culture [String] Culture.
|
|
1928
1940
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
@@ -2001,10 +2013,11 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
2001
2013
|
# package - Gets published LUIS application package in binary stream GZip
|
|
2002
2014
|
# format
|
|
2003
2015
|
#
|
|
2004
|
-
# Packages published LUIS application as GZip
|
|
2016
|
+
# Packages a published LUIS application as a GZip file to be used in the LUIS
|
|
2017
|
+
# container.
|
|
2005
2018
|
#
|
|
2006
2019
|
# @param app_id The application ID.
|
|
2007
|
-
# @param slot_name The publishing slot name.
|
|
2020
|
+
# @param slot_name [String] The publishing slot name.
|
|
2008
2021
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
2009
2022
|
# will be added to the HTTP request.
|
|
2010
2023
|
#
|
|
@@ -2019,10 +2032,11 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
2019
2032
|
# package - Gets published LUIS application package in binary stream GZip
|
|
2020
2033
|
# format
|
|
2021
2034
|
#
|
|
2022
|
-
# Packages published LUIS application as GZip
|
|
2035
|
+
# Packages a published LUIS application as a GZip file to be used in the LUIS
|
|
2036
|
+
# container.
|
|
2023
2037
|
#
|
|
2024
2038
|
# @param app_id The application ID.
|
|
2025
|
-
# @param slot_name The publishing slot name.
|
|
2039
|
+
# @param slot_name [String] The publishing slot name.
|
|
2026
2040
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
2027
2041
|
# will be added to the HTTP request.
|
|
2028
2042
|
#
|
|
@@ -2036,10 +2050,11 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
2036
2050
|
# package - Gets published LUIS application package in binary stream GZip
|
|
2037
2051
|
# format
|
|
2038
2052
|
#
|
|
2039
|
-
# Packages published LUIS application as GZip
|
|
2053
|
+
# Packages a published LUIS application as a GZip file to be used in the LUIS
|
|
2054
|
+
# container.
|
|
2040
2055
|
#
|
|
2041
2056
|
# @param app_id The application ID.
|
|
2042
|
-
# @param slot_name The publishing slot name.
|
|
2057
|
+
# @param slot_name [String] The publishing slot name.
|
|
2043
2058
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
2044
2059
|
# to the HTTP request.
|
|
2045
2060
|
#
|
|
@@ -2107,7 +2122,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
2107
2122
|
#
|
|
2108
2123
|
# package - Gets trained LUIS application package in binary stream GZip format
|
|
2109
2124
|
#
|
|
2110
|
-
# Packages trained LUIS application as GZip
|
|
2125
|
+
# Packages trained LUIS application as GZip file to be used in the LUIS
|
|
2126
|
+
# container.
|
|
2111
2127
|
#
|
|
2112
2128
|
# @param app_id The application ID.
|
|
2113
2129
|
# @param version_id [String] The version ID.
|
|
@@ -2124,7 +2140,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
2124
2140
|
#
|
|
2125
2141
|
# package - Gets trained LUIS application package in binary stream GZip format
|
|
2126
2142
|
#
|
|
2127
|
-
# Packages trained LUIS application as GZip
|
|
2143
|
+
# Packages trained LUIS application as GZip file to be used in the LUIS
|
|
2144
|
+
# container.
|
|
2128
2145
|
#
|
|
2129
2146
|
# @param app_id The application ID.
|
|
2130
2147
|
# @param version_id [String] The version ID.
|
|
@@ -2140,7 +2157,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
2140
2157
|
#
|
|
2141
2158
|
# package - Gets trained LUIS application package in binary stream GZip format
|
|
2142
2159
|
#
|
|
2143
|
-
# Packages trained LUIS application as GZip
|
|
2160
|
+
# Packages trained LUIS application as GZip file to be used in the LUIS
|
|
2161
|
+
# container.
|
|
2144
2162
|
#
|
|
2145
2163
|
# @param app_id The application ID.
|
|
2146
2164
|
# @param version_id [String] The version ID.
|
|
@@ -22,12 +22,12 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
22
22
|
attr_reader :client
|
|
23
23
|
|
|
24
24
|
#
|
|
25
|
-
# apps - Assign a LUIS
|
|
25
|
+
# apps - Assign a LUIS Azure account to an application
|
|
26
26
|
#
|
|
27
|
-
# Assigns an
|
|
27
|
+
# Assigns an Azure account to the application.
|
|
28
28
|
#
|
|
29
29
|
# @param app_id The application ID.
|
|
30
|
-
# @param azure_account_info_object [AzureAccountInfoObject] The
|
|
30
|
+
# @param azure_account_info_object [AzureAccountInfoObject] The Azure account
|
|
31
31
|
# information object.
|
|
32
32
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
33
33
|
# will be added to the HTTP request.
|
|
@@ -40,12 +40,12 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
40
40
|
end
|
|
41
41
|
|
|
42
42
|
#
|
|
43
|
-
# apps - Assign a LUIS
|
|
43
|
+
# apps - Assign a LUIS Azure account to an application
|
|
44
44
|
#
|
|
45
|
-
# Assigns an
|
|
45
|
+
# Assigns an Azure account to the application.
|
|
46
46
|
#
|
|
47
47
|
# @param app_id The application ID.
|
|
48
|
-
# @param azure_account_info_object [AzureAccountInfoObject] The
|
|
48
|
+
# @param azure_account_info_object [AzureAccountInfoObject] The Azure account
|
|
49
49
|
# information object.
|
|
50
50
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
51
51
|
# will be added to the HTTP request.
|
|
@@ -57,12 +57,12 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
57
57
|
end
|
|
58
58
|
|
|
59
59
|
#
|
|
60
|
-
# apps - Assign a LUIS
|
|
60
|
+
# apps - Assign a LUIS Azure account to an application
|
|
61
61
|
#
|
|
62
|
-
# Assigns an
|
|
62
|
+
# Assigns an Azure account to the application.
|
|
63
63
|
#
|
|
64
64
|
# @param app_id The application ID.
|
|
65
|
-
# @param azure_account_info_object [AzureAccountInfoObject] The
|
|
65
|
+
# @param azure_account_info_object [AzureAccountInfoObject] The Azure account
|
|
66
66
|
# information object.
|
|
67
67
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
68
68
|
# to the HTTP request.
|
|
@@ -128,9 +128,9 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
128
128
|
end
|
|
129
129
|
|
|
130
130
|
#
|
|
131
|
-
# apps - Get LUIS
|
|
131
|
+
# apps - Get LUIS Azure accounts assigned to the application
|
|
132
132
|
#
|
|
133
|
-
# Gets the LUIS
|
|
133
|
+
# Gets the LUIS Azure accounts assigned to the application for the user using
|
|
134
134
|
# his ARM token.
|
|
135
135
|
#
|
|
136
136
|
# @param app_id The application ID.
|
|
@@ -145,9 +145,9 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
145
145
|
end
|
|
146
146
|
|
|
147
147
|
#
|
|
148
|
-
# apps - Get LUIS
|
|
148
|
+
# apps - Get LUIS Azure accounts assigned to the application
|
|
149
149
|
#
|
|
150
|
-
# Gets the LUIS
|
|
150
|
+
# Gets the LUIS Azure accounts assigned to the application for the user using
|
|
151
151
|
# his ARM token.
|
|
152
152
|
#
|
|
153
153
|
# @param app_id The application ID.
|
|
@@ -161,9 +161,9 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
161
161
|
end
|
|
162
162
|
|
|
163
163
|
#
|
|
164
|
-
# apps - Get LUIS
|
|
164
|
+
# apps - Get LUIS Azure accounts assigned to the application
|
|
165
165
|
#
|
|
166
|
-
# Gets the LUIS
|
|
166
|
+
# Gets the LUIS Azure accounts assigned to the application for the user using
|
|
167
167
|
# his ARM token.
|
|
168
168
|
#
|
|
169
169
|
# @param app_id The application ID.
|
|
@@ -240,12 +240,12 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
240
240
|
end
|
|
241
241
|
|
|
242
242
|
#
|
|
243
|
-
# apps - Removes an assigned LUIS
|
|
243
|
+
# apps - Removes an assigned LUIS Azure account from an application
|
|
244
244
|
#
|
|
245
|
-
# Removes assigned
|
|
245
|
+
# Removes assigned Azure account from the application.
|
|
246
246
|
#
|
|
247
247
|
# @param app_id The application ID.
|
|
248
|
-
# @param azure_account_info_object [AzureAccountInfoObject] The
|
|
248
|
+
# @param azure_account_info_object [AzureAccountInfoObject] The Azure account
|
|
249
249
|
# information object.
|
|
250
250
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
251
251
|
# will be added to the HTTP request.
|
|
@@ -258,12 +258,12 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
258
258
|
end
|
|
259
259
|
|
|
260
260
|
#
|
|
261
|
-
# apps - Removes an assigned LUIS
|
|
261
|
+
# apps - Removes an assigned LUIS Azure account from an application
|
|
262
262
|
#
|
|
263
|
-
# Removes assigned
|
|
263
|
+
# Removes assigned Azure account from the application.
|
|
264
264
|
#
|
|
265
265
|
# @param app_id The application ID.
|
|
266
|
-
# @param azure_account_info_object [AzureAccountInfoObject] The
|
|
266
|
+
# @param azure_account_info_object [AzureAccountInfoObject] The Azure account
|
|
267
267
|
# information object.
|
|
268
268
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
269
269
|
# will be added to the HTTP request.
|
|
@@ -275,12 +275,12 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
275
275
|
end
|
|
276
276
|
|
|
277
277
|
#
|
|
278
|
-
# apps - Removes an assigned LUIS
|
|
278
|
+
# apps - Removes an assigned LUIS Azure account from an application
|
|
279
279
|
#
|
|
280
|
-
# Removes assigned
|
|
280
|
+
# Removes assigned Azure account from the application.
|
|
281
281
|
#
|
|
282
282
|
# @param app_id The application ID.
|
|
283
|
-
# @param azure_account_info_object [AzureAccountInfoObject] The
|
|
283
|
+
# @param azure_account_info_object [AzureAccountInfoObject] The Azure account
|
|
284
284
|
# information object.
|
|
285
285
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
286
286
|
# to the HTTP request.
|
|
@@ -346,45 +346,45 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
346
346
|
end
|
|
347
347
|
|
|
348
348
|
#
|
|
349
|
-
# user - Get LUIS
|
|
349
|
+
# user - Get LUIS Azure accounts
|
|
350
350
|
#
|
|
351
|
-
# Gets the LUIS
|
|
351
|
+
# Gets the LUIS Azure accounts for the user using his ARM token.
|
|
352
352
|
#
|
|
353
353
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
354
354
|
# will be added to the HTTP request.
|
|
355
355
|
#
|
|
356
356
|
# @return [Array] operation results.
|
|
357
357
|
#
|
|
358
|
-
def
|
|
359
|
-
response =
|
|
358
|
+
def list_user_luisaccounts(custom_headers:nil)
|
|
359
|
+
response = list_user_luisaccounts_async(custom_headers:custom_headers).value!
|
|
360
360
|
response.body unless response.nil?
|
|
361
361
|
end
|
|
362
362
|
|
|
363
363
|
#
|
|
364
|
-
# user - Get LUIS
|
|
364
|
+
# user - Get LUIS Azure accounts
|
|
365
365
|
#
|
|
366
|
-
# Gets the LUIS
|
|
366
|
+
# Gets the LUIS Azure accounts for the user using his ARM token.
|
|
367
367
|
#
|
|
368
368
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
369
369
|
# will be added to the HTTP request.
|
|
370
370
|
#
|
|
371
371
|
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
|
372
372
|
#
|
|
373
|
-
def
|
|
374
|
-
|
|
373
|
+
def list_user_luisaccounts_with_http_info(custom_headers:nil)
|
|
374
|
+
list_user_luisaccounts_async(custom_headers:custom_headers).value!
|
|
375
375
|
end
|
|
376
376
|
|
|
377
377
|
#
|
|
378
|
-
# user - Get LUIS
|
|
378
|
+
# user - Get LUIS Azure accounts
|
|
379
379
|
#
|
|
380
|
-
# Gets the LUIS
|
|
380
|
+
# Gets the LUIS Azure accounts for the user using his ARM token.
|
|
381
381
|
#
|
|
382
382
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
383
383
|
# to the HTTP request.
|
|
384
384
|
#
|
|
385
385
|
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
|
386
386
|
#
|
|
387
|
-
def
|
|
387
|
+
def list_user_luisaccounts_async(custom_headers:nil)
|
|
388
388
|
fail ArgumentError, '@client.endpoint is nil' if @client.endpoint.nil?
|
|
389
389
|
|
|
390
390
|
|