Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
omarelhariry committed Oct 21, 2019
1 parent 28a06d6 commit 6fe4f80
Show file tree
Hide file tree
Showing 9 changed files with 116 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1327,6 +1327,9 @@
{
"$ref": "#/parameters/VersionIdInPath"
},
{
"$ref": "#/parameters/IntentIdInPath"
},
{
"name": "featureRelationCreateObject",
"in": "body",
Expand Down Expand Up @@ -1359,7 +1362,7 @@
],
"x-ms-examples": {
"Successful Add Feature Relation request": {
"$ref": "./examples/features/SuccessfulAddFeatureRelationRequest.json"
"$ref": "./examples/model/SuccessfulAddIntentFeatureRelationRequest.json"
}
}
},
Expand Down Expand Up @@ -1396,7 +1399,7 @@
],
"x-ms-examples": {
"Successful Get Features information request": {
"$ref": "./examples/model/SuccessfulGetFeaturesInfoRequest.json"
"$ref": "./examples/model/SuccessfulGetIntentFeaturesInfoRequest.json"
}
}
},
Expand Down Expand Up @@ -1445,7 +1448,7 @@
],
"x-ms-examples": {
"Successful Replace Features request": {
"$ref": "./examples/model/SuccessfulReplaceFeaturesRequest.json"
"$ref": "./examples/model/SuccessfulReplaceIntentFeaturesRequest.json"
}
}
},
Expand Down Expand Up @@ -1491,7 +1494,7 @@
],
"x-ms-examples": {
"Successful Delete feature relation request": {
"$ref": "./examples/model/SuccessfulDeleteFeatureRelationRequest.json"
"$ref": "./examples/model/SuccessfulDeleteIntentFeatureRelationRequest.json"
}
}
}
Expand All @@ -1507,6 +1510,9 @@
{
"$ref": "#/parameters/VersionIdInPath"
},
{
"$ref": "#/parameters/EntityIdInPath"
},
{
"name": "featureRelationCreateObject",
"in": "body",
Expand Down Expand Up @@ -1539,7 +1545,7 @@
],
"x-ms-examples": {
"Successful Add Feature Relation request": {
"$ref": "./examples/features/SuccessfulAddFeatureRelationRequest.json"
"$ref": "./examples/model/SuccessfulAddEntityFeatureRelationRequest.json"
}
}
},
Expand All @@ -1554,7 +1560,7 @@
"$ref": "#/parameters/VersionIdInPath"
},
{
"$ref": "#/parameters/IntentIdInPath"
"$ref": "#/parameters/EntityIdInPath"
}
],
"responses": {
Expand All @@ -1576,7 +1582,7 @@
],
"x-ms-examples": {
"Successful Get Features information request": {
"$ref": "./examples/model/SuccessfulGetFeaturesInfoRequest.json"
"$ref": "./examples/model/SuccessfulGetEntityFeaturesInfoRequest.json"
}
}
},
Expand All @@ -1591,7 +1597,7 @@
"$ref": "#/parameters/VersionIdInPath"
},
{
"$ref": "#/parameters/IntentIdInPath"
"$ref": "#/parameters/EntityIdInPath"
},
{
"name": "featureRelationsUpdateObject",
Expand Down Expand Up @@ -1625,7 +1631,7 @@
],
"x-ms-examples": {
"Successful Replace Features request": {
"$ref": "./examples/model/SuccessfulReplaceFeaturesRequest.json"
"$ref": "./examples/model/SuccessfulReplaceEntityFeaturesRequest.json"
}
}
},
Expand All @@ -1640,7 +1646,7 @@
"$ref": "#/parameters/VersionIdInPath"
},
{
"$ref": "#/parameters/IntentIdInPath"
"$ref": "#/parameters/EntityIdInPath"
},
{
"name": "featureRelationDeleteObject",
Expand Down Expand Up @@ -1671,7 +1677,7 @@
],
"x-ms-examples": {
"Successful Delete feature relation request": {
"$ref": "./examples/model/SuccessfulDeleteFeatureRelationRequest.json"
"$ref": "./examples/model/SuccessfulDeleteEntityFeatureRelationRequest.json"
}
}
}
Expand Down Expand Up @@ -10307,6 +10313,15 @@
"format": "uuid",
"x-ms-parameter-location": "method"
},
"EntityIdInPath": {
"name": "entityId",
"in": "path",
"description": "The entity extractor ID.",
"required": true,
"type": "string",
"format": "uuid",
"x-ms-parameter-location": "method"
},
"SlotNameInPath": {
"name": "slotName",
"in": "path",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "00000000000000000000000000000000",
"appId": "86226c53-b7a6-416f-876b-226b2b5ab07b",
"versionId": "0.1",
"entityId": "d7a08f1a-d276-4364-b2d5-b0235c61e37f",
"featureRelationCreateObject": {
"featureName": "Phraselist1"
}
},
"responses": {
"200": {
"headers": {},
"body": {
"code": "Success",
"message": "Operation Successful"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "00000000000000000000000000000000",
"appId": "86226c53-b7a6-416f-876b-226b2b5ab07b",
"versionId": "0.1",
"entityId": "d7a08f1a-d276-4364-b2d5-b0235c61e37f",
"featureRelationDeleteObject": {
"featureName": "Phraselist1"
}
},
"responses": {
"200": {
"headers": {},
"body": {
"code": "Success",
"message": "Operation Successful"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "00000000000000000000000000000000",
"appId": "86226c53-b7a6-416f-876b-226b2b5ab07b",
"versionId": "0.1",
"entityId": "d7a08f1a-d276-4364-b2d5-b0235c61e37f"
},
"responses": {
"200": {
"headers": {},
"body": [
{
"featureName": "Phraselist1"
},
{
"modelName": "None"
}
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"parameters": {
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "00000000000000000000000000000000",
"appId": "86226c53-b7a6-416f-876b-226b2b5ab07b",
"versionId": "0.1",
"entityId": "d7a08f1a-d276-4364-b2d5-b0235c61e37f",
"featureRelationsUpdateObject": [
{
"featureName": "Phraselist1"
},
{
"modelName": "None"
}
]
},
"responses": {
"200": {
"headers": {},
"body": {
"code": "Success",
"message": "Operation Successful"
}
}
}
}

0 comments on commit 6fe4f80

Please sign in to comment.