ModelReplaceIntentFeaturesResponse type
replaceIntentFeatures işleminin yanıt verilerini içerir.
type ModelReplaceIntentFeaturesResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}