public Example UpdateExample(string workspaceId, string intent, string text, UpdateExample body) { try { var result = AssistantRepository.UpdateExample(workspaceId, intent, text, body); return(result); } catch (Exception ex) { Logger.Error("AssistantService.UpdateExample failed", this, ex); } return(null); }