TaskModuleContinueResponse Class
- java.
lang. Object - com.
microsoft. bot. schema. teams. TaskModuleResponseBase - com.
microsoft. bot. schema. teams. TaskModuleContinueResponse
- com.
- com.
public class TaskModuleContinueResponse
extends TaskModuleResponseBase
Task Module Response with continue action.
Constructor Summary
| Constructor | Description |
|---|---|
| TaskModuleContinueResponse() |
Initializes a new instance. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Task |
getValue()
Gets the Adaptive card to appear in the task module. |
| void |
setValue(TaskModuleTaskInfo withValue)
Sets the Adaptive card to appear in the task module. |
Methods inherited from TaskModuleResponseBase
Methods inherited from java.lang.Object
Constructor Details
TaskModuleContinueResponse
public TaskModuleContinueResponse()
Initializes a new instance.
Method Details
getValue
public TaskModuleTaskInfo getValue()
Gets the Adaptive card to appear in the task module.
Returns:
setValue
public void setValue(TaskModuleTaskInfo withValue)
Sets the Adaptive card to appear in the task module.
Parameters: