GoogleCloudDialogflowCxV3DeploymentResult.fromJson constructor
GoogleCloudDialogflowCxV3DeploymentResult.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3DeploymentResult.fromJson(core.Map json_)
: this(
deploymentTestResults: (json_['deploymentTestResults'] as core.List?)
?.map((value) => value as core.String)
.toList(),
experiment: json_['experiment'] as core.String?,
);