-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
package.ai.api.model does not exist #94
Comments
Do you have any sample code? So far the packages I have been using seem to be working fine. |
i just made a pull request of this project and imported the project to create a new one, but the bot doesn't respond at all. pretty sure the credentials are working fine since i lent them to someone who tried to create an ios app |
Can the app build? If so, dont forget to check your permissions in android itself. |
i've checked the permissions. however, the app fails to build. |
Can you link your error message when you build? It might be that you havent installed the v2 model yet. You can do that with npm |
Getting the same error while trying to build the sample app. All these imports are error-ed out:
The entire model package is missing, along with other files stated above. |
Solution: You can see https://github.com/dialogflow/dialogflow-android-client/blob/master/docs/integration.md |
packages from ai.api seems to have been deprecated as api.ai has been changed to dialogflow v2. how do I fix this problem?
The text was updated successfully, but these errors were encountered: