Condividi tramite


ModelReplaceIntentFeaturesResponse type

Contiene i dati di risposta per l'operazione replaceIntentFeatures.

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