Settings - List

애플리케이션 버전에서 설정을 가져옵니다.

GET {Endpoint}/luis/api/v2.0/apps/{appId}/versions/{versionId}/settings

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
appId
path True

string

uuid

애플리케이션 ID입니다.

Endpoint
path True

string

지원되는 Cognitive Services 엔드포인트(프로토콜 및 호스트 이름( 예: https://westus.api.cognitive.microsoft.com).

versionId
path True

string

버전 ID입니다.

요청 헤더

Name 필수 형식 Description
Ocp-Apim-Subscription-Key True

string

응답

Name 형식 Description
200 OK

AppVersionSettingObject[]

애플리케이션 버전 설정 목록입니다.

Other Status Codes

ErrorResponse

오류 응답.

보안

Ocp-Apim-Subscription-Key

Type: apiKey
In: header

예제

Successful Get Application Version settings request

Sample Request

GET {Endpoint}/luis/api/v2.0/apps/363187f1-c573-46b3-bc4c-ae01d686e68e/versions/0.1/settings

Sample Response

[
  {
    "name": "UseAllTrainingData",
    "value": "false"
  }
]

정의

Name Description
AppVersionSettingObject

애플리케이션 버전 설정의 개체 모델입니다.

ErrorResponse

API에서 작업을 호출할 때 오류 응답입니다.

AppVersionSettingObject

애플리케이션 버전 설정의 개체 모델입니다.

Name 형식 Description
name

string

애플리케이션 버전 설정 이름입니다.

value

string

애플리케이션 버전 설정 값입니다.

ErrorResponse

API에서 작업을 호출할 때 오류 응답입니다.

Name 형식 Description
errorType

string