GoogleCloudDialogflowCxV3EventInput.fromJson constructor

GoogleCloudDialogflowCxV3EventInput.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowCxV3EventInput.fromJson(core.Map json_)
  : this(event: json_['event'] as core.String?);