TabSuggestedActions Class
- java.
lang. Object - com.
microsoft. bot. schema. teams. TabSuggestedActions
- com.
public class TabSuggestedActions
Tab SuggestedActions (Only when type is 'auth' or 'silentAuth').
Constructor Summary
| Constructor | Description |
|---|---|
| TabSuggestedActions() |
Initializes a new instance of the class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
java.util.List<Card |
getActions()
Gets actions for a card tab response. |
| void |
setActions(CardAction[] withActions)
Sets actions for a card tab response. |
| void |
setActions(List<CardAction> withActions)
Sets actions for a card tab response. |
Methods inherited from java.lang.Object
Constructor Details
TabSuggestedActions
public TabSuggestedActions()
Initializes a new instance of the class.
Method Details
getActions
public List
Gets actions for a card tab response.
Returns:
setActions
public void setActions(CardAction[] withActions)
Sets actions for a card tab response.
Parameters:
setActions
public void setActions(List
Sets actions for a card tab response.
Parameters: