Skip to content
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

change launch intent / make configurable #17

Open
nealrs opened this issue Apr 3, 2018 · 0 comments
Open

change launch intent / make configurable #17

nealrs opened this issue Apr 3, 2018 · 0 comments

Comments

@nealrs
Copy link

nealrs commented Apr 3, 2018

Right now, launchRequest assumes the intent will be named "Default Welcome Intent" which, sure, may be DF suggests, but isn't necessarily true for someone like me (my welcome intent is 'welcome.json') but how about making this configurable or grepping for 'welcome' somewhere in the action package?

public launchRequest(): ActionRequest {
  this.requestType = RequestType.LAUNCH_REQUEST;
  return this.intentRequest("Default Welcome Intent");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant