TabResponse Class
- java.
lang. Object - com.
microsoft. bot. schema. teams. TabResponse
- com.
public class TabResponse
Envelope for Card Tab Response Payload.
Constructor Summary
| Constructor | Description |
|---|---|
| TabResponse() |
Initializes a new instance of the class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Tab |
getTab()
Gets the response to the tab/fetch message. |
| void |
setTab(TabResponsePayload withTab)
Sets the response to the tab/fetch message. |
Methods inherited from java.lang.Object
Constructor Details
TabResponse
public TabResponse()
Initializes a new instance of the class.
Method Details
getTab
public TabResponsePayload getTab()
Gets the response to the tab/fetch message.
Returns:
setTab
public void setTab(TabResponsePayload withTab)
Sets the response to the tab/fetch message.
Parameters: