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