Ethan Nguyen

Results 4 issues of Ethan Nguyen

I have some dataset. I want to create intent and entity via code from client. Can api.ai do this?

![Screenshot 2023-04-18 at 14 52 17](https://user-images.githubusercontent.com/16543413/232709688-2d285c63-c889-4c1c-8932-d552809e1fe4.png)

I installed bundle install before but the plugin not work My environment: Environment: Redmine version 3.3.4.stable Ruby version 2.3.0-p0 (2015-12-25) [x86_64-linux] Rails version 4.2.7.1 Environment production Database adapter Mysql2

question

In Android show message "There was an unexpected error, please try again later." but on dashboard account already exist. This is my code: RegistrationForm registrationData = new RegistrationForm(MyPreference.getUserEmail(context), password); registrationData.setGivenName(MyPreference.getFirstName(context))...