to start for building rich conversational experiences. • Quickly prototype • Easily test what you’re building • Extend and integrate with many 3rd parties • Agnostic of platform or consumers
provides access to the following: • Manage one or more Actions projects • Manage your actions directory listing • Find health and metrics • Manage deployments to the Assistant
or consumer user with the Google Assistant • Configure your server to accept industry standard OAuth 2.0 flows • Enable Account linking which will require scopes and client information • Trigger sign in Verify user has signed in app.intent('ask_for_sign_in', (conv) => { conv.ask(new SignIn()); }); app.intent('ask_for_sign_in_confirmation', (conv, params, signin) => { if (signin.status !== 'OK') { return conv.ask('You need to sign in before using the app.'); } // const access = conv.user.access.token; conv.ask('Great! Thanks for signing in.'); });
with the Google Assistant - For GSuite Customers: • Enable Web & App Activity under Apps > Additional Google Services • Enable Google Developers Console under Apps > Additional Google Services