TaskModuleRequestContext Class

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

public class TaskModuleRequestContext

Current user context, i.e., the current theme.

Constructor Summary

Constructor Description
TaskModuleRequestContext()

Method Summary

Modifier and Type Method and Description
java.lang.String getTheme()

Gets the theme value.

void setTheme(String withTheme)

Sets the theme value.

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

TaskModuleRequestContext

public TaskModuleRequestContext()

Method Details

getTheme

public String getTheme()

Gets the theme value.

Returns:

The theme.

setTheme

public void setTheme(String withTheme)

Sets the theme value.

Parameters:

withTheme - The theme.

Applies to