GoogleCloudDialogflowV2IntentMessageCard constructor
GoogleCloudDialogflowV2IntentMessageCard({
- List<
GoogleCloudDialogflowV2IntentMessageCardButton> ? buttons, - String? imageUri,
- String? subtitle,
- String? title,
Implementation
GoogleCloudDialogflowV2IntentMessageCard({
this.buttons,
this.imageUri,
this.subtitle,
this.title,
});