GoogleCloudDialogflowCxV3IntentParameter.fromJson constructor
GoogleCloudDialogflowCxV3IntentParameter.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3IntentParameter.fromJson(core.Map json_)
: this(
entityType: json_['entityType'] as core.String?,
id: json_['id'] as core.String?,
isList: json_['isList'] as core.bool?,
redact: json_['redact'] as core.bool?,
);