Delen via


ModelReplaceIntentFeaturesResponse type

Bevat antwoordgegevens voor de bewerking replaceIntentFeatures.

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