GoogleCloudDialogflowV2NotificationConfig.fromJson constructor

GoogleCloudDialogflowV2NotificationConfig.fromJson(
  1. Map json_
)

Implementation

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