GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentArgs

data class GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentArgs(val description: Output<String>? = null, val media: Output<GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMediaArgs>? = null, val suggestions: Output<List<GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionArgs>>? = null, val title: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentArgs>

Rich Business Messaging (RBM) Card content

Constructors

Functions

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

Properties

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

Optional. Description of the card (at most 2000 bytes). At least one of the title, description or media must be set.

Link copied to clipboard

Optional. However at least one of the title, description or media must be set. Media (image, GIF or a video) to include in the card.

Link copied to clipboard

Optional. List of suggestions to include in the card.

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

Optional. Title of the card (at most 200 bytes). At least one of the title, description or media must be set.