GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem constructor

GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem({
  1. String? description,
  2. String? footer,
  3. GoogleCloudDialogflowV2IntentMessageImage? image,
  4. GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction? openUriAction,
  5. String? title,
})

Implementation

GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem({
  this.description,
  this.footer,
  this.image,
  this.openUriAction,
  this.title,
});