ModelReplaceIntentFeaturesResponse type
Contiene datos de respuesta para la operación replaceIntentFeatures.
type ModelReplaceIntentFeaturesResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}