次の方法で共有


ModelDeleteIntentResponse type

deleteIntent 操作の応答データを格納します。

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