TabResponse Class

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

public class TabResponse

Envelope for Card Tab Response Payload.

Constructor Summary

Constructor Description
TabResponse()

Initializes a new instance of the class.

Method Summary

Modifier and Type Method and Description
TabResponsePayload getTab()

Gets the response to the tab/fetch message.

void setTab(TabResponsePayload withTab)

Sets the response to the tab/fetch 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

TabResponse

public TabResponse()

Initializes a new instance of the class.

Method Details

getTab

public TabResponsePayload getTab()

Gets the response to the tab/fetch message.

Returns:

Cards in response to a TabRequest.

setTab

public void setTab(TabResponsePayload withTab)

Sets the response to the tab/fetch message.

Parameters:

withTab - Cards in response to a TabRequest.

Applies to