Megosztás a következőn keresztül:


Features - Delete Pattern Feature

[ELAVULT FIGYELMEZTETÉS: Ezt a műveletet hamarosan eltávolítjuk] Az alkalmazás egy verziójában töröl egy mintafunkciót.

DELETE {Endpoint}/luis/api/v2.0/apps/{appId}/versions/{versionId}/patterns/{patternId}

URI-paraméterek

Name In Kötelező Típus Description
appId
path True

string

uuid

Az alkalmazás azonosítója.

Endpoint
path True

string

Támogatott Cognitive Services-végpontok (protokoll és állomásnév, például: https://westus.api.cognitive.microsoft.com).

patternId
path True

integer

A minta funkcióazonosítója.

versionId
path True

string

A verzióazonosító.

Kérelem fejléce

Name Kötelező Típus Description
Ocp-Apim-Subscription-Key True

string

Válaszok

Name Típus Description
200 OK

OperationStatus

Sikeres művelet.

Other Status Codes

ErrorResponse

Hibaválasz.

Biztonság

Ocp-Apim-Subscription-Key

Type: apiKey
In: header

Példák

Successful Delete Pattern Feature Info request

Sample Request

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

Sample Response

{
  "code": "Success",
  "message": "Operation Successful"
}

Definíciók

Name Description
ErrorResponse

Hibaválasz egy művelet API-n való meghívásakor.

OperationStatus

Műveletállapot válasza.

OperationStatusType

Állapotkód.

ErrorResponse

Hibaválasz egy művelet API-n való meghívásakor.

Name Típus Description
errorType

string

OperationStatus

Műveletállapot válasza.

Name Típus Description
code

OperationStatusType

Állapotkód.

message

string

Állapotadatok.

OperationStatusType

Állapotkód.

Name Típus Description
FAILED

string

Failed

string

Success

string