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