ModelReplaceIntentFeaturesResponse type
Contains response data for the replaceIntentFeatures operation.
type ModelReplaceIntentFeaturesResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}