Skip to content

Instantly share code, notes, and snippets.

@frogermcs
Created January 25, 2017 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frogermcs/d6f04f2e62ab617a788665a7d6110d08 to your computer and use it in GitHub Desktop.
Save frogermcs/d6f04f2e62ab617a788665a7d6110d08 to your computer and use it in GitHub Desktop.
AssistantActions assistantActions =
new AssistantActions.Builder(new AppEngineResponseHandler(response))
.addRequestHandlerFactory(StandardIntents.MAIN, new MainRequestHandlerFactory())
.addRequestHandlerFactory(StandardIntents.TEXT, new TextRequestHandlerFactory())
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment