Share via


FeaturesAddIntentFeatureResponse type

Contiene datos de respuesta para la operación addIntentFeature.

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