BasicCard クラス

基本カード。

コンストラクター

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

パラメーター

名前 説明
title
必須
str

カードのタイトル

subtitle
必須
str

カードのサブタイトル

text
必須
str

カードのテキスト

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

カードの画像の配列

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

現在のカードに適用できるアクションのセット

tap
必須
<xref:botframework.connector.models.CardAction>

このアクションは、ユーザーがカード自体をタップしたときにアクティブになります

キーワードのみのパラメーター

名前 説明
title
必須
subtitle
必須
text
必須
images
必須
buttons
必須
tap
必須