GoogleCloudDialogflowV2NotificationConfig.fromJson constructor
GoogleCloudDialogflowV2NotificationConfig.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2NotificationConfig.fromJson(core.Map json_)
: this(
messageFormat: json_.containsKey('messageFormat')
? json_['messageFormat'] as core.String
: null,
topic:
json_.containsKey('topic') ? json_['topic'] as core.String : null,
);