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