TabSubmit Class
- java.
lang. Object - com.
microsoft. bot. schema. teams. TabSubmit
- com.
public class TabSubmit
Invoke ('tab/submit') request value payload.
Constructor Summary
| Constructor | Description |
|---|---|
| TabSubmit() |
Initializes a new instance of the class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Tab |
getContext()
Gets current user context, i. |
|
Tab |
getData()
Gets user input data. |
|
Tab |
getTabEntityContext()
Gets current tab entity request context. |
| void |
setContext(TabContext withContext)
Sets current user context, i. |
| void |
setData(TabSubmitData withData)
Sets user input data. |
| void |
setTabEntityContext(TabEntityContext withTabEntityContext)
Sets current tab entity request context. |
Methods inherited from java.lang.Object
Constructor Details
TabSubmit
public TabSubmit()
Initializes a new instance of the class.
Method Details
getContext
public TabContext getContext()
Gets current user context, i.e., the current theme.
Returns:
getData
public TabSubmitData getData()
Gets user input data. Free payload containing properties of key-value pairs.
Returns:
getTabEntityContext
public TabEntityContext getTabEntityContext()
Gets current tab entity request context.
Returns:
setContext
public void setContext(TabContext withContext)
Sets current user context, i.e., the current theme.
Parameters:
setData
public void setData(TabSubmitData withData)
Sets user input data. Free payload containing properties of key-value pairs.
Parameters:
setTabEntityContext
public void setTabEntityContext(TabEntityContext withTabEntityContext)
Sets current tab entity request context.
Parameters: