Apps - Download Query Logs

애플리케이션에 대한 지난 달의 엔드포인트 쿼리 로그를 가져옵니다.

GET {Endpoint}/luis/authoring/v3.0-preview/apps/{appId}/querylogs

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
appId
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

object

지난 달의 쿼리 로그를 포함하는 CSV 파일입니다.

Media Types: "application/octet-stream"

Other Status Codes

ErrorResponse

오류 응답.

Media Types: "application/octet-stream"

보안

Ocp-Apim-Subscription-Key

Type: apiKey
In: header

예제

Successful Download Application Query logs request

Sample Request

GET {Endpoint}/luis/authoring/v3.0-preview/apps/363187f1-c573-46b3-bc4c-ae01d686e68e/querylogs

Sample Response

Content-Type: application/octet-stream
"\"Query\",\"UTC DateTime\",\"Response\" \"hello, world!\",01/31/2017 17:17:41,\"{  \"\"query\"\": \"\"Hello, World!\"\",  \"\"topScoringIntent\"\": {    \"\"intent\"\": \"\"None\"\",    \"\"score\"\": 0.6277761  },  \"\"intents\"\": [    {      \"\"intent\"\": \"\"None\"\",      \"\"score\"\": 0.6277761    },    {      \"\"intent\"\": \"\"BookFlight\"\",      \"\"score\"\": 0.002136109    },    {      \"\"intent\"\": \"\"GetWeather\"\",      \"\"score\"\": 0.00142168161    }  ],  \"\"entities\"\": []}\""

정의

ErrorResponse

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

Name 형식 Description
errorType

string