ModelReplaceIntentFeaturesResponse type
يحتوي على بيانات الاستجابة لعملية replaceIntentFeatures.
type ModelReplaceIntentFeaturesResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}