AdaptiveCardAuthentication Class
- java.
lang. Object - com.
microsoft. bot. schema. AdaptiveCardAuthentication
- com.
public class AdaptiveCardAuthentication
Defines the structure that arrives in the Activity.getValue().Authentication for Invoke activity with Name of 'adaptiveCard/action'.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| AdaptiveCardAuthentication() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getConnectionName()
Gets the connection name of the adaptive card authentication. |
| java.lang.String |
getId()
Gets the Id of the adaptive card invoke authentication. |
| java.lang.String |
getToken()
Gets the token of the adaptive card authentication. |
| void |
setConnectionName(String withConnectionName)
Sets the connection name of the adaptive card authentication. |
| void |
setId(String withId)
Sets the Id of the adaptive card invoke authentication. |
| void |
setToken(String withToken)
Sets the token of the adaptive card authentication. |
Methods inherited from java.lang.Object
Constructor Details
AdaptiveCardAuthentication
public AdaptiveCardAuthentication()
Method Details
getConnectionName
public String getConnectionName()
Gets the connection name of the adaptive card authentication.
Returns:
getId
public String getId()
Gets the Id of the adaptive card invoke authentication.
Returns:
getToken
public String getToken()
Gets the token of the adaptive card authentication.
Returns:
setConnectionName
public void setConnectionName(String withConnectionName)
Sets the connection name of the adaptive card authentication.
Parameters:
setId
public void setId(String withId)
Sets the Id of the adaptive card invoke authentication.
Parameters:
setToken
public void setToken(String withToken)
Sets the token of the adaptive card authentication.
Parameters: