TaskModuleResponseBase Class
- java.
lang. Object - com.
microsoft. bot. schema. teams. TaskModuleResponseBase
- com.
public class TaskModuleResponseBase
Base class for Task Module responses.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| TaskModuleResponseBase() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getType()
Gets choice of action options when responding to the task/submit message. |
| void |
setType(String withType)
Sets choice of action options when responding to the task/submit message. |
Methods inherited from java.lang.Object
Constructor Details
TaskModuleResponseBase
public TaskModuleResponseBase()
Method Details
getType
public String getType()
Gets choice of action options when responding to the task/submit message. Possible values include: 'message', 'continue'
Returns:
setType
public void setType(String withType)
Sets choice of action options when responding to the task/submit message. Possible values include: 'message', 'continue'
Parameters: