TabResponseCards Class

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

public class TabResponseCards

Envelope for cards for a TabResponse.

Constructor Summary

Constructor Description
TabResponseCards()

Initializes a new instance of the class.

Method Summary

Modifier and Type Method and Description
java.util.List<java.lang.Object> getCards()

Gets adaptive cards for this card tab response.

void setCards(List<Object> withCards)

Sets adaptive cards 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

TabResponseCards

public TabResponseCards()

Initializes a new instance of the class.

Method Details

getCards

public List getCards()

Gets adaptive cards for this card tab response.

Returns:

Cards for the TabResponse.

setCards

public void setCards(List withCards)

Sets adaptive cards for this card tab response.

Parameters:

withCards - Cards for the TabResponse.

Applies to