Edit

BasicCard Class

A basic card.

Constructor

BasicCard(*, title: str = None, subtitle: str = None, text: str = None, images=None, buttons=None, tap=None, **kwargs)

Parameters

Name Description
title
Required
str

Title of the card

subtitle
Required
str

Subtitle of the card

text
Required
str

Text for the card

images
Required
list[<xref:botframework.connector.models.CardImage>]

Array of images for the card

buttons
Required
list[<xref:botframework.connector.models.CardAction>]

Set of actions applicable to the current card

tap
Required
<xref:botframework.connector.models.CardAction>

This action will be activated when user taps on the card itself

Keyword-Only Parameters

Name Description
title
Required
subtitle
Required
text
Required
images
Required
buttons
Required
tap
Required