TabResponseCard Class

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

public class TabResponseCard

Envelope for cards for a Tab request.

Constructor Summary

Constructor Description
TabResponseCard()

Initializes a new instance of the class.

Method Summary

Modifier and Type Method and Description
java.lang.Object getCard()

Gets adaptive card for this card tab response.

void setCard(Object withCard)

Sets adaptive card for this card tab response.

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

TabResponseCard

public TabResponseCard()

Initializes a new instance of the class.

Method Details

getCard

public Object getCard()

Gets adaptive card for this card tab response.

Returns:

Cards for this TabResponse.

setCard

public void setCard(Object withCard)

Sets adaptive card for this card tab response.

Parameters:

withCard - Cards for this TabResponse.

Applies to