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
fun GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentArgs(description: Output<String>? = null, media: Output<GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMediaArgs>? = null, suggestions: Output<List<GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionArgs>>? = null, title: Output<String>? = null)