TaskModuleResponseBase Class

  • java.lang.Object
    • com.microsoft.bot.schema.teams.TaskModuleResponseBase

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

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

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:

The response type.

setType

public void setType(String withType)

Sets choice of action options when responding to the task/submit message. Possible values include: 'message', 'continue'

Parameters:

withType - The response type.

Applies to