FeaturesAddIntentFeatureResponse type

Innehåller svarsdata för åtgärden addIntentFeature.

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