Google Cloud Dialogflow V2beta1Intent Message Rbm Carousel Card Args
data class GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCardArgs(val cardContents: Output<List<GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentArgs>>, val cardWidth: Output<GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCardCardWidth>) : ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCardArgs>
Carousel Rich Business Messaging (RBM) rich card. Rich cards allow you to respond to users with more vivid content, e.g. with media and suggestions. If you want to show a single card with more control over the layout, please use RbmStandaloneCard instead.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCardArgs(cardContents: Output<List<GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentArgs>>, cardWidth: Output<GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCardCardWidth>)