public class SignIn implements HelperIntent
Hands the user off to a web sign in flow. App sign in and OAuth credentials are set in the Actions console.
ResponseBuilder responseBuilder = getResponseBuilder();
responseBuilder.add(new SignIn());
Constructor and Description |
---|
SignIn()
Hands the user off to a web sign in flow. App sign in and OAuth credentials
are set in the Actions console.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
java.util.Map<java.lang.String,java.lang.Object> |
getParameters() |
SignIn |
setContext(java.lang.String context) |
getName, getParameters
public SignIn()
Hands the user off to a web sign in flow. App sign in and OAuth credentials are set in the Actions console.
ResponseBuilder responseBuilder = getResponseBuilder();
responseBuilder.add(new SignIn());
public SignIn setContext(java.lang.String context)
public java.lang.String getName()
public java.util.Map<java.lang.String,java.lang.Object> getParameters()