Share via


VersionsDeleteUnlabelledUtteranceResponse type

Enthält Antwortdaten für den DeleteUnlabelledUtterance-Vorgang.

type VersionsDeleteUnlabelledUtteranceResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}