GoogleCloudDialogflowV2IntentMessageBasicCardArgs

data class GoogleCloudDialogflowV2IntentMessageBasicCardArgs(val buttons: Output<List<GoogleCloudDialogflowV2IntentMessageBasicCardButtonArgs>>? = null, val formattedText: Output<String>? = null, val image: Output<GoogleCloudDialogflowV2IntentMessageImageArgs>? = null, val subtitle: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2IntentMessageBasicCardArgs>

The basic card message. Useful for displaying information.

Constructors

constructor(buttons: Output<List<GoogleCloudDialogflowV2IntentMessageBasicCardButtonArgs>>? = null, formattedText: Output<String>? = null, image: Output<GoogleCloudDialogflowV2IntentMessageImageArgs>? = null, subtitle: Output<String>? = null, title: Output<String>? = null)

Properties

Link copied to clipboard

Optional. The collection of card buttons.

Link copied to clipboard
val formattedText: Output<String>? = null

Required, unless image is present. The body text of the card.

Link copied to clipboard

Optional. The image for the card.

Link copied to clipboard
val subtitle: Output<String>? = null

Optional. The subtitle of the card.

Link copied to clipboard
val title: Output<String>? = null

Optional. The title of the card.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowV2IntentMessageBasicCardArgs