你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Model - Add Intent

将意向添加到应用程序的某个版本。

POST {Endpoint}/luis/api/v2.0/apps/{appId}/versions/{versionId}/intents

URI 参数

名称 必需 类型 说明
appId
path True

string (uuid)

应用程序 ID。

Endpoint
path True

string

支持的认知服务终结点(协议和主机名,例如:https://westus.api.cognitive.microsoft.com)。

versionId
path True

string

版本 ID。

请求头

名称 必需 类型 说明
Ocp-Apim-Subscription-Key True

string

请求正文

名称 类型 说明
name

string

新实体提取程序的名称。

响应

名称 类型 说明
201 Created

string

创建的意向模型的 ID。

Other Status Codes

ErrorResponse

错误响应。

安全性

Ocp-Apim-Subscription-Key

类型: apiKey
在: header

示例

Successful Create Intent Classifier request

示例请求

POST {Endpoint}/luis/api/v2.0/apps/86226c53-b7a6-416f-876b-226b2b5ab07b/versions/0.1/intents


{
  "name": "BookFlight"
}

示例响应

"227a71ed-7d4b-4dce-8f3a-16c4e5cc06e8"

定义

名称 说明
ErrorResponse

调用 API 上的作时出现错误响应。

ModelCreateObject

用于创建新实体提取程序的对象模型。

ErrorResponse

调用 API 上的作时出现错误响应。

名称 类型 说明
errorType

string

ModelCreateObject

用于创建新实体提取程序的对象模型。

名称 类型 说明
name

string

新实体提取程序的名称。