You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
LaunchRequest is an Amazon intent for starting the app, the Default Welcome Intent is usually the one that would assume that role but you can remove it and create a different one in Google. We should have a way to set what we want as a LaunchRequest during the construction of the VGA instance.
Describe the solution you'd like
Have another method in Virtual Google Assistant builder that takes a string with the Intent you want to use when you specify the LaunchRequest, the default if that parameter is not set will still be the Default Welcome Intent
Describe alternatives you've considered
Find out which is the LaunchRequest in someway.
Additional context
Once this is changed, a parameter should be added to skill-tester-ml to support it.
Is your feature request related to a problem? Please describe.
LaunchRequest is an Amazon intent for starting the app, the Default Welcome Intent is usually the one that would assume that role but you can remove it and create a different one in Google. We should have a way to set what we want as a LaunchRequest during the construction of the VGA instance.
Describe the solution you'd like
Have another method in Virtual Google Assistant builder that takes a string with the Intent you want to use when you specify the LaunchRequest, the default if that parameter is not set will still be the Default Welcome Intent
Describe alternatives you've considered
Find out which is the LaunchRequest in someway.
Additional context
Once this is changed, a parameter should be added to skill-tester-ml to support it.
Relates to #17
The text was updated successfully, but these errors were encountered: