共用方式為


ModelDeleteIntentResponse type

包含 deleteIntent 作業的回應資料。

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