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