GoogleCloudDialogflowCxV3FulfillmentSetParameterAction.fromJson constructor

GoogleCloudDialogflowCxV3FulfillmentSetParameterAction.fromJson(
  1. Map json_
)

Implementation

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