GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem constructor
GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem({
- String? description,
- GoogleCloudDialogflowV2IntentMessageImage? image,
- GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction? openUriAction,
- String? title,
Implementation
GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem({
this.description,
this.footer,
this.image,
this.openUriAction,
this.title,
});