Apps - Get Publish Settings
'UseAllTrainingData'를 포함한 애플리케이션 게시 설정을 가져옵니다.
GET {Endpoint}/luis/api/v2.0/apps/{appId}/publishsettings
URI 매개 변수
| Name | In(다음 안에) | 필수 | 형식 | Description |
|---|---|---|---|---|
|
app
|
path | True |
string (uuid) |
애플리케이션 ID입니다. |
|
Endpoint
|
path | True |
string |
지원되는 Cognitive Services 엔드포인트(프로토콜 및 호스트 이름( 예: https://westus.api.cognitive.microsoft.com). |
요청 헤더
| Name | 필수 | 형식 | Description |
|---|---|---|---|
| Ocp-Apim-Subscription-Key | True |
string |
응답
| Name | 형식 | Description |
|---|---|---|
| 200 OK |
애플리케이션 게시 설정입니다. |
|
| Other Status Codes |
오류 응답입니다. |
보안
Ocp-Apim-Subscription-Key
형식:
apiKey
In(다음 안에):
header
예제
Successful Get Publish Settings request
샘플 요청
GET {Endpoint}/luis/api/v2.0/apps/86226c53-b7a6-416f-876b-226b2b5ab07b/publishsettings
샘플 응답
{
"id": "51963bf0-08a1-44b7-9c69-735dbb92ce74",
"sentimentAnalysis": true,
"speech": true,
"spellChecker": true
}
정의
| Name | Description |
|---|---|
|
Error |
API에서 작업을 호출할 때 오류 응답입니다. |
|
Publish |
애플리케이션 게시 설정입니다. |
ErrorResponse
API에서 작업을 호출할 때 오류 응답입니다.
| Name | 형식 | Description |
|---|---|---|
| errorType |
string |
PublishSettings
애플리케이션 게시 설정입니다.
| Name | 형식 | Description |
|---|---|---|
| id |
string (uuid) |
애플리케이션 ID입니다. |
| sentimentAnalysis |
boolean |
감정 분석을 true로 설정하면 응답과 함께 입력 발화의 감정이 반환됩니다. |
| speech |
boolean |
앱에서 음성 초기화 사용 |
| spellChecker |
boolean |
발화의 맞춤법 검사를 사용하도록 설정합니다. |