From 0fe50266ddf3f2e10f2e203fd4367222d4f79081 Mon Sep 17 00:00:00 2001 From: Dina Berry Date: Sat, 16 Feb 2019 05:56:15 -0800 Subject: [PATCH] [Cogsvcs] LUIS - add text to simple entity description --- .../data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json b/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json index ee20fc284610..4ba876584a09 100644 --- a/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json +++ b/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json @@ -792,7 +792,7 @@ }, "/apps/{appId}/versions/{versionId}/entities": { "post": { - "description": "Adds an entity extractor to the application.", + "description": "Adds a simple entity extractor to the application.", "operationId": "Model_AddEntity", "parameters": [ { @@ -808,7 +808,7 @@ "schema": { "$ref": "#/definitions/ModelCreateObject" }, - "description": "A model object containing the name for the new entity extractor." + "description": "A model object containing the name for the new simple entity extractor." } ], "consumes": [