ModelReplaceIntentFeaturesResponse type
Contém dados de resposta para a operação replaceIntentFeatures.
type ModelReplaceIntentFeaturesResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}