Versions - Delete Unlabelled Utterance

Törölve lett egy jelöletlen kimondott szöveg az alkalmazás egy verziójában.

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

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).

versionId
path True

string

A verzióazonosító.

Kérelem fejléce

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

string

Kérelem törzse

Name Típus Description
utterance

string

A törölni kívánt kimondott szöveg.

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 Unlabelled Utterance

Sample Request

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


"dummy text"

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