TabEntityContext Class
- java.
lang. Object - com.
microsoft. bot. schema. teams. TabEntityContext
- com.
public class TabEntityContext
Current TabRequest entity context, or 'tabEntityId'.
Constructor Summary
| Constructor | Description |
|---|---|
| TabEntityContext() |
Initializes a new instance of the class. |
| TabEntityContext(String withTabEntityId) |
Initializes a new instance of the class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getTabEntityId()
Gets the entity id of the tab. |
| void |
setTabEntityId(String withTabEntityId)
Sets the entity id of the tab. |
Methods inherited from java.lang.Object
Constructor Details
TabEntityContext
public TabEntityContext()
Initializes a new instance of the class.
TabEntityContext
public TabEntityContext(String withTabEntityId)
Initializes a new instance of the class.
Parameters:
Method Details
getTabEntityId
public String getTabEntityId()
Gets the entity id of the tab.
Returns:
setTabEntityId
public void setTabEntityId(String withTabEntityId)
Sets the entity id of the tab.
Parameters: