AdaptiveCardInvokeValue Class
- java.
lang. Object - com.
microsoft. bot. schema. AdaptiveCardInvokeValue
- com.
public class AdaptiveCardInvokeValue
Defines the structure that arrives in the Activity.Value for Invoke activity with Name of 'adaptiveCard/action'.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| AdaptiveCardInvokeValue() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Adaptive |
getAction()
Gets the action of this adaptive card action invoke value. |
|
Adaptive |
getAuthentication()
Gets the AdaptiveCardAuthentication for this adaptive card invoke action value. |
| java.lang.String |
getState()
Gets the 'state' or magic code for an OAuth flow. |
| void |
setAction(AdaptiveCardInvokeAction withAction)
Sets the action of this adaptive card action invoke value. |
| void |
setAuthentication(AdaptiveCardAuthentication withAuthentication)
Sets the AdaptiveCardAuthentication for this adaptive card invoke action value. |
| void |
setState(String withState)
Sets the 'state' or magic code for an OAuth flow. |
Methods inherited from java.lang.Object
Constructor Details
AdaptiveCardInvokeValue
public AdaptiveCardInvokeValue()
Method Details
getAction
public AdaptiveCardInvokeAction getAction()
Gets the action of this adaptive card action invoke value.
Returns:
getAuthentication
public AdaptiveCardAuthentication getAuthentication()
Gets the AdaptiveCardAuthentication for this adaptive card invoke action value.
Returns:
getState
public String getState()
Gets the 'state' or magic code for an OAuth flow.
Returns:
setAction
public void setAction(AdaptiveCardInvokeAction withAction)
Sets the action of this adaptive card action invoke value.
Parameters:
setAuthentication
public void setAuthentication(AdaptiveCardAuthentication withAuthentication)
Sets the AdaptiveCardAuthentication for this adaptive card invoke action value.
Parameters:
setState
public void setState(String withState)
Sets the 'state' or magic code for an OAuth flow.
Parameters: