BotImageResponseCard

data class BotImageResponseCard(val buttons: List<BotButton>? = null, val imageUrl: String? = null, val subtitle: String? = null, val title: String)

A message that defines a response card that the client application can show to the user.

Constructors

Link copied to clipboard
constructor(buttons: List<BotButton>? = null, imageUrl: String? = null, subtitle: String? = null, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val buttons: List<BotButton>? = null

A list of buttons that should be displayed on the response card.

Link copied to clipboard
val imageUrl: String? = null

The URL of an image to display on the response card.

Link copied to clipboard
val subtitle: String? = null

The subtitle to display on the response card.

Link copied to clipboard

The title to display on the response card.