TaskModuleContinueResponse Class

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
TaskModuleTaskInfo 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

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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:

The value info.

setValue

public void setValue(TaskModuleTaskInfo withValue)

Sets the Adaptive card to appear in the task module.

Parameters:

withValue - The value info.

Applies to