GoogleCloudDialogflowV2IntentMessageBasicCard constructor
GoogleCloudDialogflowV2IntentMessageBasicCard({
- List<
GoogleCloudDialogflowV2IntentMessageBasicCardButton> ? buttons, - String? formattedText,
- GoogleCloudDialogflowV2IntentMessageImage? image,
- String? subtitle,
- String? title,
Implementation
GoogleCloudDialogflowV2IntentMessageBasicCard({
this.buttons,
this.formattedText,
this.image,
this.subtitle,
this.title,
});