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