Поделиться через


FeaturesAddIntentFeatureResponse type

Содержит данные ответа для операции addIntentFeature.

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