Model - Add Composite Entity Child
Creates a single child in an existing composite entity model in a version of the application.
POST {Endpoint}/luis/authoring/v3.0-preview/apps/{appId}/versions/{versionId}/compositeentities/{cEntityId}/children
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
app
|
path | True |
string uuid |
The application ID. |
c
|
path | True |
string uuid |
The composite entity extractor ID. |
Endpoint
|
path | True |
string |
Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com). |
version
|
path | True |
string |
The version ID. |
Request Header
Name | Required | Type | Description |
---|---|---|---|
Ocp-Apim-Subscription-Key | True |
string |
Request Body
Name | Type | Description |
---|---|---|
name |
string |
Responses
Name | Type | Description |
---|---|---|
201 Created |
string |
The ID of the created model. |
Other Status Codes |
Error Response. |
Security
Ocp-Apim-Subscription-Key
Type:
apiKey
In:
header
Examples
Successful Create Composite Entity Child Model request
Sample request
POST {Endpoint}/luis/authoring/v3.0-preview/apps/86226c53-b7a6-416f-876b-226b2b5ab07b/versions/0.1/compositeentities/fe559c31-9778-42ea-ba45-94e0bd7cf767/children
{
"name": "dateFrame"
}
Sample response
"891c235f-4f42-4320-bc36-b6256b6c3f2b"
Definitions
ErrorResponse
Error response when invoking an operation on the API.
Name | Type | Description |
---|---|---|
errorType |
string |