AdaptiveCardInvokeAction Class
- java.
lang. Object - com.
microsoft. bot. schema. AdaptiveCardInvokeAction
- com.
public class AdaptiveCardInvokeAction
Defines the structure that arrives in the Activity.getValue().Action for Invoke activity with Name of 'adaptiveCard/action'.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| AdaptiveCardInvokeAction() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Object |
getData()
Gets the Data of this adaptive card action invoke. |
| java.lang.String |
getId()
Gets the Id of this adaptive card action invoke. |
| java.lang.String |
getType()
Gets the Type of this adaptive card action invoke. |
| java.lang.String |
getVerb()
Gets the Verb of this adaptive card action invoke. |
| void |
setData(Object withData)
Sets the Data of this adaptive card action invoke. |
| void |
setId(String withId)
Sets the Id of this adaptive card action invoke. |
| void |
setType(String withType)
Sets the Type of this adaptive card action invoke. |
| void |
setVerb(String withVerb)
Sets the Verb of this adaptive card action invoke. |
Methods inherited from java.lang.Object
Constructor Details
AdaptiveCardInvokeAction
public AdaptiveCardInvokeAction()
Method Details
getData
public Object getData()
Gets the Data of this adaptive card action invoke.
Returns:
getId
public String getId()
Gets the Id of this adaptive card action invoke.
Returns:
getType
public String getType()
Gets the Type of this adaptive card action invoke.
Returns:
getVerb
public String getVerb()
Gets the Verb of this adaptive card action invoke.
Returns:
setData
public void setData(Object withData)
Sets the Data of this adaptive card action invoke.
Parameters:
setId
public void setId(String withId)
Sets the Id of this adaptive card action invoke.
Parameters:
setType
public void setType(String withType)
Sets the Type of this adaptive card action invoke.
Parameters:
setVerb
public void setVerb(String withVerb)
Sets the Verb of this adaptive card action invoke.
Parameters: