你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Model - Get Intent
Gets information about the intent model in a version of the application.
GET {Endpoint}/luis/authoring/v3.0-preview/apps/{appId}/versions/{versionId}/intents/{intentId}
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
app
|
path | True |
string uuid |
The application ID. |
Endpoint
|
path | True |
string |
Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com). |
intent
|
path | True |
string uuid |
The intent classifier ID. |
version
|
path | True |
string |
The version ID. |
Request Header
Name | Required | Type | Description |
---|---|---|---|
Ocp-Apim-Subscription-Key | True |
string |
Responses
Name | Type | Description |
---|---|---|
200 OK |
An intent model info. |
|
Other Status Codes |
Error Response. |
Security
Ocp-Apim-Subscription-Key
Type:
apiKey
In:
header
Examples
Successful Get Intent Info request
Sample request
GET {Endpoint}/luis/authoring/v3.0-preview/apps/86226c53-b7a6-416f-876b-226b2b5ab07b/versions/0.1/intents/d7a08f1a-d276-4364-b2d5-b0235c61e37f
Sample response
{
"id": "8285a9ee-6bc0-4409-87f4-82d539f70529",
"name": "TestIntent",
"typeId": 0,
"readableType": "Intent Classifier"
}
Definitions
Name | Description |
---|---|
Error |
Error response when invoking an operation on the API. |
Intent |
Intent Classifier. |
Readable |
Full name of the entity type. |
ErrorResponse
Error response when invoking an operation on the API.
Name | Type | Description |
---|---|---|
errorType |
string |
IntentClassifier
Intent Classifier.
Name | Type | Description |
---|---|---|
customPrebuiltDomainName |
string |
The domain name. |
customPrebuiltModelName |
string |
The intent name or entity name. |
id |
string |
The ID of the Entity Model. |
name |
string |
Name of the Entity Model. |
readableType |
Full name of the entity type. |
|
typeId |
integer |
The type ID of the Entity Model. |
ReadableType
Full name of the entity type.
Name | Type | Description |
---|---|---|
Child Entity Extractor |
string |
|
Closed List Entity Extractor |
string |
|
Composite Entity Extractor |
string |
|
Entity Extractor |
string |
|
Hierarchical Child Entity Extractor |
string |
|
Hierarchical Entity Extractor |
string |
|
Intent Classifier |
string |
|
List Entity Extractor |
string |
|
Pattern.Any Entity Extractor |
string |
|
Prebuilt Entity Extractor |
string |
|
Regex Entity Extractor |
string |