Google Cloud Dialogflow V2beta1Intent Message Rbm Card Content Args
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
Link copied to clipboard
constructor(description: Output<String>? = null, media: Output<GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMediaArgs>? = null, suggestions: Output<List<GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionArgs>>? = null, title: Output<String>? = null)
Properties
Link copied to clipboard
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.