azure_cognitiveservices_luisauthoring 0.17.2 → 0.17.3
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 +44 -0
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/azure_accounts.rb +8 -0
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/examples.rb +8 -0
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/features.rb +14 -0
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/luis_authoring_client.rb +1 -1
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/model.rb +212 -0
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/entity_label.rb +22 -0
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/entity_label_object.rb +11 -0
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/models/jsonentity.rb +11 -0
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/pattern.rb +16 -0
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/permissions.rb +8 -0
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/settings.rb +4 -0
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/train.rb +4 -0
- data/lib/2.0/generated/azure_cognitiveservices_luisauthoring/versions.rb +16 -0
- data/lib/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c13b5ecb38e5dcb9653d9434cf961c377ac2f2abb86d15c2cdc827c8e93b3ab
|
|
4
|
+
data.tar.gz: 481a7c7268613757f6f61f35f8ba5ba3f7471743c18440b0246a6ef56fcabdfb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c5f2992a5dbfde201ded25dd2c9b933f3c46a276d2be9064966872ae586b21ec1c5763203fee8e228e6dd752a6866e85c00feec62a6807fdcd54f1cb3be2e04
|
|
7
|
+
data.tar.gz: de90a6f4728762672625e040c013053abd421bb8addee320fe52baec01c46e362959ceaa756a34aebbda6243a5ba0e96c0b1bb7237c40615f1e82ad208ae1c86
|
|
@@ -109,6 +109,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
109
109
|
end
|
|
110
110
|
|
|
111
111
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
112
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
113
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
112
114
|
# Deserialize Response
|
|
113
115
|
if status_code == 201
|
|
114
116
|
begin
|
|
@@ -211,6 +213,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
211
213
|
end
|
|
212
214
|
|
|
213
215
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
216
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
217
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
214
218
|
# Deserialize Response
|
|
215
219
|
if status_code == 200
|
|
216
220
|
begin
|
|
@@ -333,6 +337,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
333
337
|
end
|
|
334
338
|
|
|
335
339
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
340
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
341
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
336
342
|
# Deserialize Response
|
|
337
343
|
if status_code == 201
|
|
338
344
|
begin
|
|
@@ -422,6 +428,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
422
428
|
end
|
|
423
429
|
|
|
424
430
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
431
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
432
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
425
433
|
# Deserialize Response
|
|
426
434
|
if status_code == 200
|
|
427
435
|
begin
|
|
@@ -504,6 +512,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
504
512
|
end
|
|
505
513
|
|
|
506
514
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
515
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
516
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
507
517
|
# Deserialize Response
|
|
508
518
|
if status_code == 200
|
|
509
519
|
begin
|
|
@@ -601,6 +611,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
601
611
|
end
|
|
602
612
|
|
|
603
613
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
614
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
615
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
604
616
|
# Deserialize Response
|
|
605
617
|
if status_code == 200
|
|
606
618
|
begin
|
|
@@ -704,6 +716,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
704
716
|
end
|
|
705
717
|
|
|
706
718
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
719
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
720
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
707
721
|
# Deserialize Response
|
|
708
722
|
if status_code == 200
|
|
709
723
|
begin
|
|
@@ -807,6 +821,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
807
821
|
end
|
|
808
822
|
|
|
809
823
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
824
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
825
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
810
826
|
# Deserialize Response
|
|
811
827
|
if status_code == 200
|
|
812
828
|
begin
|
|
@@ -901,6 +917,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
901
917
|
end
|
|
902
918
|
|
|
903
919
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
920
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
921
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
904
922
|
# Deserialize Response
|
|
905
923
|
if status_code == 200
|
|
906
924
|
begin
|
|
@@ -1002,6 +1020,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1002
1020
|
end
|
|
1003
1021
|
|
|
1004
1022
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1023
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1024
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1005
1025
|
# Deserialize Response
|
|
1006
1026
|
if status_code == 200
|
|
1007
1027
|
begin
|
|
@@ -1093,6 +1113,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1093
1113
|
end
|
|
1094
1114
|
|
|
1095
1115
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1116
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1117
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1096
1118
|
# Deserialize Response
|
|
1097
1119
|
if status_code == 200
|
|
1098
1120
|
begin
|
|
@@ -1197,6 +1219,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1197
1219
|
end
|
|
1198
1220
|
|
|
1199
1221
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1222
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1223
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1200
1224
|
# Deserialize Response
|
|
1201
1225
|
if status_code == 201
|
|
1202
1226
|
begin
|
|
@@ -1294,6 +1318,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1294
1318
|
end
|
|
1295
1319
|
|
|
1296
1320
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1321
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1322
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1297
1323
|
# Deserialize Response
|
|
1298
1324
|
if status_code == 200
|
|
1299
1325
|
begin
|
|
@@ -1395,6 +1421,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1395
1421
|
end
|
|
1396
1422
|
|
|
1397
1423
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1424
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1425
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1398
1426
|
# Deserialize Response
|
|
1399
1427
|
if status_code == 200
|
|
1400
1428
|
begin
|
|
@@ -1482,6 +1510,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1482
1510
|
end
|
|
1483
1511
|
|
|
1484
1512
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1513
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1514
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1485
1515
|
# Deserialize Response
|
|
1486
1516
|
if status_code == 200
|
|
1487
1517
|
begin
|
|
@@ -1583,6 +1613,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1583
1613
|
end
|
|
1584
1614
|
|
|
1585
1615
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1616
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1617
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1586
1618
|
# Deserialize Response
|
|
1587
1619
|
if status_code == 200
|
|
1588
1620
|
begin
|
|
@@ -1670,6 +1702,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1670
1702
|
end
|
|
1671
1703
|
|
|
1672
1704
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1705
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1706
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1673
1707
|
# Deserialize Response
|
|
1674
1708
|
if status_code == 200
|
|
1675
1709
|
begin
|
|
@@ -1767,6 +1801,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1767
1801
|
end
|
|
1768
1802
|
|
|
1769
1803
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1804
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1805
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1770
1806
|
# Deserialize Response
|
|
1771
1807
|
if status_code == 200
|
|
1772
1808
|
begin
|
|
@@ -1882,6 +1918,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1882
1918
|
end
|
|
1883
1919
|
|
|
1884
1920
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1921
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1922
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1885
1923
|
# Deserialize Response
|
|
1886
1924
|
if status_code == 201
|
|
1887
1925
|
begin
|
|
@@ -1976,6 +2014,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1976
2014
|
end
|
|
1977
2015
|
|
|
1978
2016
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
2017
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
2018
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1979
2019
|
# Deserialize Response
|
|
1980
2020
|
if status_code == 200
|
|
1981
2021
|
begin
|
|
@@ -2095,6 +2135,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
2095
2135
|
end
|
|
2096
2136
|
|
|
2097
2137
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
2138
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
2139
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
2098
2140
|
# Deserialize Response
|
|
2099
2141
|
if status_code == 200
|
|
2100
2142
|
begin
|
|
@@ -2202,6 +2244,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
2202
2244
|
end
|
|
2203
2245
|
|
|
2204
2246
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
2247
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
2248
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
2205
2249
|
# Deserialize Response
|
|
2206
2250
|
if status_code == 200
|
|
2207
2251
|
begin
|
|
@@ -110,6 +110,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
110
110
|
end
|
|
111
111
|
|
|
112
112
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
113
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
114
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
113
115
|
# Deserialize Response
|
|
114
116
|
if status_code == 201
|
|
115
117
|
begin
|
|
@@ -206,6 +208,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
206
208
|
end
|
|
207
209
|
|
|
208
210
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
211
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
212
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
209
213
|
# Deserialize Response
|
|
210
214
|
if status_code == 200
|
|
211
215
|
begin
|
|
@@ -328,6 +332,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
328
332
|
end
|
|
329
333
|
|
|
330
334
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
335
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
336
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
331
337
|
# Deserialize Response
|
|
332
338
|
if status_code == 200
|
|
333
339
|
begin
|
|
@@ -416,6 +422,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
416
422
|
end
|
|
417
423
|
|
|
418
424
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
425
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
426
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
419
427
|
# Deserialize Response
|
|
420
428
|
if status_code == 200
|
|
421
429
|
begin
|
|
@@ -109,6 +109,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
109
109
|
end
|
|
110
110
|
|
|
111
111
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
112
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
113
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
112
114
|
# Deserialize Response
|
|
113
115
|
if status_code == 201
|
|
114
116
|
begin
|
|
@@ -230,6 +232,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
230
232
|
end
|
|
231
233
|
|
|
232
234
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
235
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
236
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
233
237
|
# Deserialize Response
|
|
234
238
|
if status_code == 201
|
|
235
239
|
begin
|
|
@@ -376,6 +380,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
376
380
|
end
|
|
377
381
|
|
|
378
382
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
383
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
384
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
379
385
|
# Deserialize Response
|
|
380
386
|
if status_code == 200
|
|
381
387
|
begin
|
|
@@ -490,6 +496,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
490
496
|
end
|
|
491
497
|
|
|
492
498
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
499
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
500
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
493
501
|
# Deserialize Response
|
|
494
502
|
if status_code == 200
|
|
495
503
|
begin
|
|
@@ -111,6 +111,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
111
111
|
end
|
|
112
112
|
|
|
113
113
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
114
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
115
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
114
116
|
# Deserialize Response
|
|
115
117
|
if status_code == 200
|
|
116
118
|
begin
|
|
@@ -235,6 +237,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
235
237
|
end
|
|
236
238
|
|
|
237
239
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
240
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
241
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
238
242
|
# Deserialize Response
|
|
239
243
|
if status_code == 201
|
|
240
244
|
begin
|
|
@@ -346,6 +350,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
346
350
|
end
|
|
347
351
|
|
|
348
352
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
353
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
354
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
349
355
|
# Deserialize Response
|
|
350
356
|
if status_code == 200
|
|
351
357
|
begin
|
|
@@ -469,6 +475,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
469
475
|
end
|
|
470
476
|
|
|
471
477
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
478
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
479
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
472
480
|
# Deserialize Response
|
|
473
481
|
if status_code == 200
|
|
474
482
|
begin
|
|
@@ -564,6 +572,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
564
572
|
end
|
|
565
573
|
|
|
566
574
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
575
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
576
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
567
577
|
# Deserialize Response
|
|
568
578
|
if status_code == 200
|
|
569
579
|
begin
|
|
@@ -681,6 +691,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
681
691
|
end
|
|
682
692
|
|
|
683
693
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
694
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
695
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
684
696
|
# Deserialize Response
|
|
685
697
|
if status_code == 200
|
|
686
698
|
begin
|
|
@@ -776,6 +788,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
776
788
|
end
|
|
777
789
|
|
|
778
790
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
791
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
792
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
779
793
|
# Deserialize Response
|
|
780
794
|
if status_code == 200
|
|
781
795
|
begin
|
|
@@ -160,7 +160,7 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
160
160
|
#
|
|
161
161
|
def add_telemetry
|
|
162
162
|
sdk_information = 'azure_cognitiveservices_luisauthoring'
|
|
163
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
163
|
+
sdk_information = "#{sdk_information}/0.17.3"
|
|
164
164
|
add_user_agent_information(sdk_information)
|
|
165
165
|
end
|
|
166
166
|
end
|
|
@@ -109,6 +109,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
109
109
|
end
|
|
110
110
|
|
|
111
111
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
112
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
113
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
112
114
|
# Deserialize Response
|
|
113
115
|
if status_code == 201
|
|
114
116
|
begin
|
|
@@ -220,6 +222,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
220
222
|
end
|
|
221
223
|
|
|
222
224
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
225
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
226
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
223
227
|
# Deserialize Response
|
|
224
228
|
if status_code == 200
|
|
225
229
|
begin
|
|
@@ -341,6 +345,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
341
345
|
end
|
|
342
346
|
|
|
343
347
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
348
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
349
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
344
350
|
# Deserialize Response
|
|
345
351
|
if status_code == 201
|
|
346
352
|
begin
|
|
@@ -455,6 +461,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
455
461
|
end
|
|
456
462
|
|
|
457
463
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
464
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
465
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
458
466
|
# Deserialize Response
|
|
459
467
|
if status_code == 200
|
|
460
468
|
begin
|
|
@@ -576,6 +584,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
576
584
|
end
|
|
577
585
|
|
|
578
586
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
587
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
588
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
579
589
|
# Deserialize Response
|
|
580
590
|
if status_code == 201
|
|
581
591
|
begin
|
|
@@ -690,6 +700,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
690
700
|
end
|
|
691
701
|
|
|
692
702
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
703
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
704
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
693
705
|
# Deserialize Response
|
|
694
706
|
if status_code == 200
|
|
695
707
|
begin
|
|
@@ -811,6 +823,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
811
823
|
end
|
|
812
824
|
|
|
813
825
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
826
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
827
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
814
828
|
# Deserialize Response
|
|
815
829
|
if status_code == 201
|
|
816
830
|
begin
|
|
@@ -925,6 +939,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
925
939
|
end
|
|
926
940
|
|
|
927
941
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
942
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
943
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
928
944
|
# Deserialize Response
|
|
929
945
|
if status_code == 200
|
|
930
946
|
begin
|
|
@@ -1048,6 +1064,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1048
1064
|
end
|
|
1049
1065
|
|
|
1050
1066
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1067
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1068
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1051
1069
|
# Deserialize Response
|
|
1052
1070
|
if status_code == 200
|
|
1053
1071
|
begin
|
|
@@ -1169,6 +1187,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1169
1187
|
end
|
|
1170
1188
|
|
|
1171
1189
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1190
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1191
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1172
1192
|
# Deserialize Response
|
|
1173
1193
|
if status_code == 201
|
|
1174
1194
|
begin
|
|
@@ -1296,6 +1316,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1296
1316
|
end
|
|
1297
1317
|
|
|
1298
1318
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1319
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1320
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1299
1321
|
# Deserialize Response
|
|
1300
1322
|
if status_code == 201
|
|
1301
1323
|
begin
|
|
@@ -1419,6 +1441,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1419
1441
|
end
|
|
1420
1442
|
|
|
1421
1443
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1444
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1445
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1422
1446
|
# Deserialize Response
|
|
1423
1447
|
if status_code == 200
|
|
1424
1448
|
begin
|
|
@@ -1526,6 +1550,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1526
1550
|
end
|
|
1527
1551
|
|
|
1528
1552
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1553
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1554
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1529
1555
|
# Deserialize Response
|
|
1530
1556
|
if status_code == 200
|
|
1531
1557
|
begin
|
|
@@ -1649,6 +1675,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1649
1675
|
end
|
|
1650
1676
|
|
|
1651
1677
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1678
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1679
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1652
1680
|
# Deserialize Response
|
|
1653
1681
|
if status_code == 200
|
|
1654
1682
|
begin
|
|
@@ -1776,6 +1804,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1776
1804
|
end
|
|
1777
1805
|
|
|
1778
1806
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1807
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1808
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1779
1809
|
# Deserialize Response
|
|
1780
1810
|
if status_code == 200
|
|
1781
1811
|
begin
|
|
@@ -1887,6 +1917,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1887
1917
|
end
|
|
1888
1918
|
|
|
1889
1919
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1920
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
1921
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1890
1922
|
# Deserialize Response
|
|
1891
1923
|
if status_code == 200
|
|
1892
1924
|
begin
|
|
@@ -1996,6 +2028,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
1996
2028
|
end
|
|
1997
2029
|
|
|
1998
2030
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
2031
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
2032
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
1999
2033
|
# Deserialize Response
|
|
2000
2034
|
if status_code == 200
|
|
2001
2035
|
begin
|
|
@@ -2101,6 +2135,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
2101
2135
|
end
|
|
2102
2136
|
|
|
2103
2137
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
2138
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
2139
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
2104
2140
|
# Deserialize Response
|
|
2105
2141
|
if status_code == 200
|
|
2106
2142
|
begin
|
|
@@ -2196,6 +2232,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
2196
2232
|
end
|
|
2197
2233
|
|
|
2198
2234
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
2235
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
2236
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
2199
2237
|
# Deserialize Response
|
|
2200
2238
|
if status_code == 200
|
|
2201
2239
|
begin
|
|
@@ -2305,6 +2343,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
2305
2343
|
end
|
|
2306
2344
|
|
|
2307
2345
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
2346
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
2347
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
2308
2348
|
# Deserialize Response
|
|
2309
2349
|
if status_code == 200
|
|
2310
2350
|
begin
|
|
@@ -2400,6 +2440,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
2400
2440
|
end
|
|
2401
2441
|
|
|
2402
2442
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
2443
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
2444
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
2403
2445
|
# Deserialize Response
|
|
2404
2446
|
if status_code == 200
|
|
2405
2447
|
begin
|
|
@@ -2495,6 +2537,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
2495
2537
|
end
|
|
2496
2538
|
|
|
2497
2539
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
2540
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
2541
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
2498
2542
|
# Deserialize Response
|
|
2499
2543
|
if status_code == 200
|
|
2500
2544
|
begin
|
|
@@ -2607,6 +2651,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
2607
2651
|
end
|
|
2608
2652
|
|
|
2609
2653
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
2654
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
2655
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
2610
2656
|
# Deserialize Response
|
|
2611
2657
|
if status_code == 200
|
|
2612
2658
|
begin
|
|
@@ -2702,6 +2748,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
2702
2748
|
end
|
|
2703
2749
|
|
|
2704
2750
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
2751
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
2752
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
2705
2753
|
# Deserialize Response
|
|
2706
2754
|
if status_code == 200
|
|
2707
2755
|
begin
|
|
@@ -2797,6 +2845,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
2797
2845
|
end
|
|
2798
2846
|
|
|
2799
2847
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
2848
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
2849
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
2800
2850
|
# Deserialize Response
|
|
2801
2851
|
if status_code == 200
|
|
2802
2852
|
begin
|
|
@@ -2906,6 +2956,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
2906
2956
|
end
|
|
2907
2957
|
|
|
2908
2958
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
2959
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
2960
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
2909
2961
|
# Deserialize Response
|
|
2910
2962
|
if status_code == 200
|
|
2911
2963
|
begin
|
|
@@ -3001,6 +3053,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
3001
3053
|
end
|
|
3002
3054
|
|
|
3003
3055
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
3056
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
3057
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
3004
3058
|
# Deserialize Response
|
|
3005
3059
|
if status_code == 200
|
|
3006
3060
|
begin
|
|
@@ -3096,6 +3150,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
3096
3150
|
end
|
|
3097
3151
|
|
|
3098
3152
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
3153
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
3154
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
3099
3155
|
# Deserialize Response
|
|
3100
3156
|
if status_code == 200
|
|
3101
3157
|
begin
|
|
@@ -3205,6 +3261,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
3205
3261
|
end
|
|
3206
3262
|
|
|
3207
3263
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
3264
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
3265
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
3208
3266
|
# Deserialize Response
|
|
3209
3267
|
if status_code == 200
|
|
3210
3268
|
begin
|
|
@@ -3317,6 +3375,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
3317
3375
|
end
|
|
3318
3376
|
|
|
3319
3377
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
3378
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
3379
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
3320
3380
|
# Deserialize Response
|
|
3321
3381
|
if status_code == 200
|
|
3322
3382
|
begin
|
|
@@ -3412,6 +3472,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
3412
3472
|
end
|
|
3413
3473
|
|
|
3414
3474
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
3475
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
3476
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
3415
3477
|
# Deserialize Response
|
|
3416
3478
|
if status_code == 200
|
|
3417
3479
|
begin
|
|
@@ -3510,6 +3572,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
3510
3572
|
end
|
|
3511
3573
|
|
|
3512
3574
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
3575
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
3576
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
3513
3577
|
# Deserialize Response
|
|
3514
3578
|
if status_code == 200
|
|
3515
3579
|
begin
|
|
@@ -3605,6 +3669,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
3605
3669
|
end
|
|
3606
3670
|
|
|
3607
3671
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
3672
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
3673
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
3608
3674
|
# Deserialize Response
|
|
3609
3675
|
if status_code == 200
|
|
3610
3676
|
begin
|
|
@@ -3707,6 +3773,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
3707
3773
|
end
|
|
3708
3774
|
|
|
3709
3775
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
3776
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
3777
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
3710
3778
|
# Deserialize Response
|
|
3711
3779
|
if status_code == 200
|
|
3712
3780
|
begin
|
|
@@ -3820,6 +3888,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
3820
3888
|
end
|
|
3821
3889
|
|
|
3822
3890
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
3891
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
3892
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
3823
3893
|
# Deserialize Response
|
|
3824
3894
|
if status_code == 200
|
|
3825
3895
|
begin
|
|
@@ -3927,6 +3997,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
3927
3997
|
end
|
|
3928
3998
|
|
|
3929
3999
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
4000
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
4001
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
3930
4002
|
# Deserialize Response
|
|
3931
4003
|
if status_code == 200
|
|
3932
4004
|
begin
|
|
@@ -4050,6 +4122,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
4050
4122
|
end
|
|
4051
4123
|
|
|
4052
4124
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
4125
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
4126
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
4053
4127
|
# Deserialize Response
|
|
4054
4128
|
if status_code == 200
|
|
4055
4129
|
begin
|
|
@@ -4172,6 +4246,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
4172
4246
|
end
|
|
4173
4247
|
|
|
4174
4248
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
4249
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
4250
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
4175
4251
|
# Deserialize Response
|
|
4176
4252
|
if status_code == 201
|
|
4177
4253
|
begin
|
|
@@ -4287,6 +4363,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
4287
4363
|
end
|
|
4288
4364
|
|
|
4289
4365
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
4366
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
4367
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
4290
4368
|
# Deserialize Response
|
|
4291
4369
|
if status_code == 201
|
|
4292
4370
|
begin
|
|
@@ -4410,6 +4488,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
4410
4488
|
end
|
|
4411
4489
|
|
|
4412
4490
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
4491
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
4492
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
4413
4493
|
# Deserialize Response
|
|
4414
4494
|
if status_code == 201
|
|
4415
4495
|
begin
|
|
@@ -4511,6 +4591,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
4511
4591
|
end
|
|
4512
4592
|
|
|
4513
4593
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
4594
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
4595
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
4514
4596
|
# Deserialize Response
|
|
4515
4597
|
if status_code == 200
|
|
4516
4598
|
begin
|
|
@@ -4635,6 +4717,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
4635
4717
|
end
|
|
4636
4718
|
|
|
4637
4719
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
4720
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
4721
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
4638
4722
|
# Deserialize Response
|
|
4639
4723
|
if status_code == 201
|
|
4640
4724
|
begin
|
|
@@ -4733,6 +4817,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
4733
4817
|
end
|
|
4734
4818
|
|
|
4735
4819
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
4820
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
4821
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
4736
4822
|
# Deserialize Response
|
|
4737
4823
|
if status_code == 200
|
|
4738
4824
|
begin
|
|
@@ -4843,6 +4929,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
4843
4929
|
end
|
|
4844
4930
|
|
|
4845
4931
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
4932
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
4933
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
4846
4934
|
# Deserialize Response
|
|
4847
4935
|
if status_code == 200
|
|
4848
4936
|
begin
|
|
@@ -4954,6 +5042,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
4954
5042
|
end
|
|
4955
5043
|
|
|
4956
5044
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
5045
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
5046
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
4957
5047
|
# Deserialize Response
|
|
4958
5048
|
if status_code == 200
|
|
4959
5049
|
begin
|
|
@@ -5056,6 +5146,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
5056
5146
|
end
|
|
5057
5147
|
|
|
5058
5148
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
5149
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
5150
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
5059
5151
|
# Deserialize Response
|
|
5060
5152
|
if status_code == 200
|
|
5061
5153
|
begin
|
|
@@ -5175,6 +5267,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
5175
5267
|
end
|
|
5176
5268
|
|
|
5177
5269
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
5270
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
5271
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
5178
5272
|
# Deserialize Response
|
|
5179
5273
|
if status_code == 200
|
|
5180
5274
|
begin
|
|
@@ -5277,6 +5371,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
5277
5371
|
end
|
|
5278
5372
|
|
|
5279
5373
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
5374
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
5375
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
5280
5376
|
# Deserialize Response
|
|
5281
5377
|
if status_code == 200
|
|
5282
5378
|
begin
|
|
@@ -5392,6 +5488,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
5392
5488
|
end
|
|
5393
5489
|
|
|
5394
5490
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
5491
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
5492
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
5395
5493
|
# Deserialize Response
|
|
5396
5494
|
if status_code == 201
|
|
5397
5495
|
begin
|
|
@@ -5511,6 +5609,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
5511
5609
|
end
|
|
5512
5610
|
|
|
5513
5611
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
5612
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
5613
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
5514
5614
|
# Deserialize Response
|
|
5515
5615
|
if status_code == 201
|
|
5516
5616
|
begin
|
|
@@ -5617,6 +5717,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
5617
5717
|
end
|
|
5618
5718
|
|
|
5619
5719
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
5720
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
5721
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
5620
5722
|
# Deserialize Response
|
|
5621
5723
|
if status_code == 200
|
|
5622
5724
|
begin
|
|
@@ -5724,6 +5826,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
5724
5826
|
end
|
|
5725
5827
|
|
|
5726
5828
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
5829
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
5830
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
5727
5831
|
# Deserialize Response
|
|
5728
5832
|
if status_code == 200
|
|
5729
5833
|
begin
|
|
@@ -5848,6 +5952,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
5848
5952
|
end
|
|
5849
5953
|
|
|
5850
5954
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
5955
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
5956
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
5851
5957
|
# Deserialize Response
|
|
5852
5958
|
if status_code == 201
|
|
5853
5959
|
begin
|
|
@@ -5962,6 +6068,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
5962
6068
|
end
|
|
5963
6069
|
|
|
5964
6070
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
6071
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
6072
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
5965
6073
|
# Deserialize Response
|
|
5966
6074
|
if status_code == 200
|
|
5967
6075
|
begin
|
|
@@ -6086,6 +6194,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
6086
6194
|
end
|
|
6087
6195
|
|
|
6088
6196
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
6197
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
6198
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
6089
6199
|
# Deserialize Response
|
|
6090
6200
|
if status_code == 201
|
|
6091
6201
|
begin
|
|
@@ -6188,6 +6298,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
6188
6298
|
end
|
|
6189
6299
|
|
|
6190
6300
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
6301
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
6302
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
6191
6303
|
# Deserialize Response
|
|
6192
6304
|
if status_code == 200
|
|
6193
6305
|
begin
|
|
@@ -6313,6 +6425,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
6313
6425
|
end
|
|
6314
6426
|
|
|
6315
6427
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
6428
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
6429
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
6316
6430
|
# Deserialize Response
|
|
6317
6431
|
if status_code == 201
|
|
6318
6432
|
begin
|
|
@@ -6415,6 +6529,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
6415
6529
|
end
|
|
6416
6530
|
|
|
6417
6531
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
6532
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
6533
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
6418
6534
|
# Deserialize Response
|
|
6419
6535
|
if status_code == 200
|
|
6420
6536
|
begin
|
|
@@ -6540,6 +6656,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
6540
6656
|
end
|
|
6541
6657
|
|
|
6542
6658
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
6659
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
6660
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
6543
6661
|
# Deserialize Response
|
|
6544
6662
|
if status_code == 201
|
|
6545
6663
|
begin
|
|
@@ -6642,6 +6760,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
6642
6760
|
end
|
|
6643
6761
|
|
|
6644
6762
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
6763
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
6764
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
6645
6765
|
# Deserialize Response
|
|
6646
6766
|
if status_code == 200
|
|
6647
6767
|
begin
|
|
@@ -6767,6 +6887,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
6767
6887
|
end
|
|
6768
6888
|
|
|
6769
6889
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
6890
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
6891
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
6770
6892
|
# Deserialize Response
|
|
6771
6893
|
if status_code == 201
|
|
6772
6894
|
begin
|
|
@@ -6872,6 +6994,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
6872
6994
|
end
|
|
6873
6995
|
|
|
6874
6996
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
6997
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
6998
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
6875
6999
|
# Deserialize Response
|
|
6876
7000
|
if status_code == 200
|
|
6877
7001
|
begin
|
|
@@ -7000,6 +7124,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
7000
7124
|
end
|
|
7001
7125
|
|
|
7002
7126
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
7127
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
7128
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
7003
7129
|
# Deserialize Response
|
|
7004
7130
|
if status_code == 201
|
|
7005
7131
|
begin
|
|
@@ -7102,6 +7228,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
7102
7228
|
end
|
|
7103
7229
|
|
|
7104
7230
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
7231
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
7232
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
7105
7233
|
# Deserialize Response
|
|
7106
7234
|
if status_code == 200
|
|
7107
7235
|
begin
|
|
@@ -7227,6 +7355,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
7227
7355
|
end
|
|
7228
7356
|
|
|
7229
7357
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
7358
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
7359
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
7230
7360
|
# Deserialize Response
|
|
7231
7361
|
if status_code == 201
|
|
7232
7362
|
begin
|
|
@@ -7329,6 +7459,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
7329
7459
|
end
|
|
7330
7460
|
|
|
7331
7461
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
7462
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
7463
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
7332
7464
|
# Deserialize Response
|
|
7333
7465
|
if status_code == 200
|
|
7334
7466
|
begin
|
|
@@ -7454,6 +7586,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
7454
7586
|
end
|
|
7455
7587
|
|
|
7456
7588
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
7589
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
7590
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
7457
7591
|
# Deserialize Response
|
|
7458
7592
|
if status_code == 201
|
|
7459
7593
|
begin
|
|
@@ -7556,6 +7690,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
7556
7690
|
end
|
|
7557
7691
|
|
|
7558
7692
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
7693
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
7694
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
7559
7695
|
# Deserialize Response
|
|
7560
7696
|
if status_code == 200
|
|
7561
7697
|
begin
|
|
@@ -7681,6 +7817,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
7681
7817
|
end
|
|
7682
7818
|
|
|
7683
7819
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
7820
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
7821
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
7684
7822
|
# Deserialize Response
|
|
7685
7823
|
if status_code == 201
|
|
7686
7824
|
begin
|
|
@@ -7783,6 +7921,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
7783
7921
|
end
|
|
7784
7922
|
|
|
7785
7923
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
7924
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
7925
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
7786
7926
|
# Deserialize Response
|
|
7787
7927
|
if status_code == 200
|
|
7788
7928
|
begin
|
|
@@ -7908,6 +8048,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
7908
8048
|
end
|
|
7909
8049
|
|
|
7910
8050
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
8051
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
8052
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
7911
8053
|
# Deserialize Response
|
|
7912
8054
|
if status_code == 201
|
|
7913
8055
|
begin
|
|
@@ -8013,6 +8155,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
8013
8155
|
end
|
|
8014
8156
|
|
|
8015
8157
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
8158
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
8159
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
8016
8160
|
# Deserialize Response
|
|
8017
8161
|
if status_code == 200
|
|
8018
8162
|
begin
|
|
@@ -8138,6 +8282,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
8138
8282
|
end
|
|
8139
8283
|
|
|
8140
8284
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
8285
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
8286
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
8141
8287
|
# Deserialize Response
|
|
8142
8288
|
if status_code == 201
|
|
8143
8289
|
begin
|
|
@@ -8243,6 +8389,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
8243
8389
|
end
|
|
8244
8390
|
|
|
8245
8391
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
8392
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
8393
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
8246
8394
|
# Deserialize Response
|
|
8247
8395
|
if status_code == 200
|
|
8248
8396
|
begin
|
|
@@ -8352,6 +8500,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
8352
8500
|
end
|
|
8353
8501
|
|
|
8354
8502
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
8503
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
8504
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
8355
8505
|
# Deserialize Response
|
|
8356
8506
|
if status_code == 200
|
|
8357
8507
|
begin
|
|
@@ -8447,6 +8597,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
8447
8597
|
end
|
|
8448
8598
|
|
|
8449
8599
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
8600
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
8601
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
8450
8602
|
# Deserialize Response
|
|
8451
8603
|
if status_code == 200
|
|
8452
8604
|
begin
|
|
@@ -8542,6 +8694,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
8542
8694
|
end
|
|
8543
8695
|
|
|
8544
8696
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
8697
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
8698
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
8545
8699
|
# Deserialize Response
|
|
8546
8700
|
if status_code == 200
|
|
8547
8701
|
begin
|
|
@@ -8654,6 +8808,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
8654
8808
|
end
|
|
8655
8809
|
|
|
8656
8810
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
8811
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
8812
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
8657
8813
|
# Deserialize Response
|
|
8658
8814
|
if status_code == 200
|
|
8659
8815
|
begin
|
|
@@ -8749,6 +8905,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
8749
8905
|
end
|
|
8750
8906
|
|
|
8751
8907
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
8908
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
8909
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
8752
8910
|
# Deserialize Response
|
|
8753
8911
|
if status_code == 200
|
|
8754
8912
|
begin
|
|
@@ -8848,6 +9006,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
8848
9006
|
end
|
|
8849
9007
|
|
|
8850
9008
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
9009
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
9010
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
8851
9011
|
# Deserialize Response
|
|
8852
9012
|
if status_code == 200
|
|
8853
9013
|
begin
|
|
@@ -8961,6 +9121,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
8961
9121
|
end
|
|
8962
9122
|
|
|
8963
9123
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
9124
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
9125
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
8964
9126
|
# Deserialize Response
|
|
8965
9127
|
if status_code == 200
|
|
8966
9128
|
begin
|
|
@@ -9060,6 +9222,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
9060
9222
|
end
|
|
9061
9223
|
|
|
9062
9224
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
9225
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
9226
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
9063
9227
|
# Deserialize Response
|
|
9064
9228
|
if status_code == 200
|
|
9065
9229
|
begin
|
|
@@ -9159,6 +9323,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
9159
9323
|
end
|
|
9160
9324
|
|
|
9161
9325
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
9326
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
9327
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
9162
9328
|
# Deserialize Response
|
|
9163
9329
|
if status_code == 200
|
|
9164
9330
|
begin
|
|
@@ -9272,6 +9438,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
9272
9438
|
end
|
|
9273
9439
|
|
|
9274
9440
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
9441
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
9442
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
9275
9443
|
# Deserialize Response
|
|
9276
9444
|
if status_code == 200
|
|
9277
9445
|
begin
|
|
@@ -9371,6 +9539,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
9371
9539
|
end
|
|
9372
9540
|
|
|
9373
9541
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
9542
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
9543
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
9374
9544
|
# Deserialize Response
|
|
9375
9545
|
if status_code == 200
|
|
9376
9546
|
begin
|
|
@@ -9470,6 +9640,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
9470
9640
|
end
|
|
9471
9641
|
|
|
9472
9642
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
9643
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
9644
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
9473
9645
|
# Deserialize Response
|
|
9474
9646
|
if status_code == 200
|
|
9475
9647
|
begin
|
|
@@ -9583,6 +9755,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
9583
9755
|
end
|
|
9584
9756
|
|
|
9585
9757
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
9758
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
9759
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
9586
9760
|
# Deserialize Response
|
|
9587
9761
|
if status_code == 200
|
|
9588
9762
|
begin
|
|
@@ -9682,6 +9856,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
9682
9856
|
end
|
|
9683
9857
|
|
|
9684
9858
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
9859
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
9860
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
9685
9861
|
# Deserialize Response
|
|
9686
9862
|
if status_code == 200
|
|
9687
9863
|
begin
|
|
@@ -9784,6 +9960,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
9784
9960
|
end
|
|
9785
9961
|
|
|
9786
9962
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
9963
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
9964
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
9787
9965
|
# Deserialize Response
|
|
9788
9966
|
if status_code == 200
|
|
9789
9967
|
begin
|
|
@@ -9900,6 +10078,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
9900
10078
|
end
|
|
9901
10079
|
|
|
9902
10080
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
10081
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
10082
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
9903
10083
|
# Deserialize Response
|
|
9904
10084
|
if status_code == 200
|
|
9905
10085
|
begin
|
|
@@ -9999,6 +10179,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
9999
10179
|
end
|
|
10000
10180
|
|
|
10001
10181
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
10182
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
10183
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
10002
10184
|
# Deserialize Response
|
|
10003
10185
|
if status_code == 200
|
|
10004
10186
|
begin
|
|
@@ -10098,6 +10280,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
10098
10280
|
end
|
|
10099
10281
|
|
|
10100
10282
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
10283
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
10284
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
10101
10285
|
# Deserialize Response
|
|
10102
10286
|
if status_code == 200
|
|
10103
10287
|
begin
|
|
@@ -10211,6 +10395,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
10211
10395
|
end
|
|
10212
10396
|
|
|
10213
10397
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
10398
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
10399
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
10214
10400
|
# Deserialize Response
|
|
10215
10401
|
if status_code == 200
|
|
10216
10402
|
begin
|
|
@@ -10310,6 +10496,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
10310
10496
|
end
|
|
10311
10497
|
|
|
10312
10498
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
10499
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
10500
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
10313
10501
|
# Deserialize Response
|
|
10314
10502
|
if status_code == 200
|
|
10315
10503
|
begin
|
|
@@ -10409,6 +10597,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
10409
10597
|
end
|
|
10410
10598
|
|
|
10411
10599
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
10600
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
10601
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
10412
10602
|
# Deserialize Response
|
|
10413
10603
|
if status_code == 200
|
|
10414
10604
|
begin
|
|
@@ -10522,6 +10712,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
10522
10712
|
end
|
|
10523
10713
|
|
|
10524
10714
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
10715
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
10716
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
10525
10717
|
# Deserialize Response
|
|
10526
10718
|
if status_code == 200
|
|
10527
10719
|
begin
|
|
@@ -10621,6 +10813,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
10621
10813
|
end
|
|
10622
10814
|
|
|
10623
10815
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
10816
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
10817
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
10624
10818
|
# Deserialize Response
|
|
10625
10819
|
if status_code == 200
|
|
10626
10820
|
begin
|
|
@@ -10720,6 +10914,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
10720
10914
|
end
|
|
10721
10915
|
|
|
10722
10916
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
10917
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
10918
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
10723
10919
|
# Deserialize Response
|
|
10724
10920
|
if status_code == 200
|
|
10725
10921
|
begin
|
|
@@ -10836,6 +11032,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
10836
11032
|
end
|
|
10837
11033
|
|
|
10838
11034
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
11035
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
11036
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
10839
11037
|
# Deserialize Response
|
|
10840
11038
|
if status_code == 200
|
|
10841
11039
|
begin
|
|
@@ -10935,6 +11133,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
10935
11133
|
end
|
|
10936
11134
|
|
|
10937
11135
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
11136
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
11137
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
10938
11138
|
# Deserialize Response
|
|
10939
11139
|
if status_code == 200
|
|
10940
11140
|
begin
|
|
@@ -11034,6 +11234,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
11034
11234
|
end
|
|
11035
11235
|
|
|
11036
11236
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
11237
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
11238
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
11037
11239
|
# Deserialize Response
|
|
11038
11240
|
if status_code == 200
|
|
11039
11241
|
begin
|
|
@@ -11147,6 +11349,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
11147
11349
|
end
|
|
11148
11350
|
|
|
11149
11351
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
11352
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
11353
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
11150
11354
|
# Deserialize Response
|
|
11151
11355
|
if status_code == 200
|
|
11152
11356
|
begin
|
|
@@ -11246,6 +11450,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
11246
11450
|
end
|
|
11247
11451
|
|
|
11248
11452
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
11453
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
11454
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
11249
11455
|
# Deserialize Response
|
|
11250
11456
|
if status_code == 200
|
|
11251
11457
|
begin
|
|
@@ -11348,6 +11554,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
11348
11554
|
end
|
|
11349
11555
|
|
|
11350
11556
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
11557
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
11558
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
11351
11559
|
# Deserialize Response
|
|
11352
11560
|
if status_code == 200
|
|
11353
11561
|
begin
|
|
@@ -11461,6 +11669,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
11461
11669
|
end
|
|
11462
11670
|
|
|
11463
11671
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
11672
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
11673
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
11464
11674
|
# Deserialize Response
|
|
11465
11675
|
if status_code == 200
|
|
11466
11676
|
begin
|
|
@@ -11563,6 +11773,8 @@ module Azure::CognitiveServices::LuisAuthoring::V2_0
|
|
|
11563
11773
|
end
|
|
11564
11774
|
|
|
11565
11775
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
11776
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
11777
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
11566
11778
|
# Deserialize Response
|
|
11567
11779
|
if status_code == 200
|
|
11568
11780
|
begin
|