TaskModuleMessageResponse Class
- java.
lang. Object - com.
microsoft. bot. schema. teams. TaskModuleResponseBase - com.
microsoft. bot. schema. teams. TaskModuleMessageResponse
- com.
- com.
public class TaskModuleMessageResponse
extends TaskModuleResponseBase
Task Module response with message action.
Constructor Summary
| Constructor | Description |
|---|---|
| TaskModuleMessageResponse() |
Initializes a new instance. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getValue()
Gets info teams will display the value of value in a popup message box. |
| void |
setValue(String withValue)
Sets info teams will display the value of value in a popup message box. |
Methods inherited from TaskModuleResponseBase
Methods inherited from java.lang.Object
Constructor Details
TaskModuleMessageResponse
public TaskModuleMessageResponse()
Initializes a new instance.
Method Details
getValue
public String getValue()
Gets info teams will display the value of value in a popup message box.
Returns:
setValue
public void setValue(String withValue)
Sets info teams will display the value of value in a popup message box.
Parameters: