TabResponseCards Classe

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

public class TabResponseCards

Enveloppe pour les cartes d’un TabResponse.

Récapitulatif du constructeur

Constructeur Description
TabResponseCards()

Initialise une nouvelle instance de la classe.

Résumé de la méthode

Modificateur et type Méthode et description
java.util.List<java.lang.Object> getCards()

Obtient des cartes adaptatives pour cette réponse d’onglet de carte.

void setCards(List<Object> withCards)

Définit des cartes adaptatives pour cette réponse d’onglet de carte.

Méthodes héritées de 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

Détails du constructeur

TabResponseCards

public TabResponseCards()

Initialise une nouvelle instance de la classe.

Détails de la méthode

getCards

public List getCards()

Obtient des cartes adaptatives pour cette réponse d’onglet de carte.

Retours:

Cartes pour TabResponse.

setCards

public void setCards(List withCards)

Définit des cartes adaptatives pour cette réponse d’onglet de carte.

Paramètres:

withCards - Cartes pour TabResponse.

S’applique à