TabResponseCard Class
- java.
lang. Object - com.
microsoft. bot. schema. teams. TabResponseCard
- com.
public class TabResponseCard
Envelope for cards for a Tab request.
Constructor Summary
| Constructor | Description |
|---|---|
| TabResponseCard() |
Initializes a new instance of the class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Object |
getCard()
Gets adaptive card for this card tab response. |
| void |
setCard(Object withCard)
Sets adaptive card for this card tab response. |
Methods inherited from java.lang.Object
Constructor Details
TabResponseCard
public TabResponseCard()
Initializes a new instance of the class.
Method Details
getCard
public Object getCard()
Gets adaptive card for this card tab response.
Returns:
setCard
public void setCard(Object withCard)
Sets adaptive card for this card tab response.
Parameters: