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