GoogleCloudDialogflowV2beta1IntentMessageBasicCardArgs

data class GoogleCloudDialogflowV2beta1IntentMessageBasicCardArgs(val buttons: Output<List<GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonArgs>>? = null, val formattedText: Output<String>? = null, val image: Output<GoogleCloudDialogflowV2beta1IntentMessageImageArgs>? = null, val subtitle: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageBasicCardArgs>

The basic card message. Useful for displaying information.

Constructors

fun GoogleCloudDialogflowV2beta1IntentMessageBasicCardArgs(buttons: Output<List<GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonArgs>>? = null, formattedText: Output<String>? = null, image: Output<GoogleCloudDialogflowV2beta1IntentMessageImageArgs>? = null, subtitle: Output<String>? = null, title: Output<String>? = null)

Functions

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

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.