GoogleCloudDialogflowCxV3LoadVersionRequest.fromJson constructor

GoogleCloudDialogflowCxV3LoadVersionRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowCxV3LoadVersionRequest.fromJson(core.Map json_)
  : this(
      allowOverrideAgentResources:
          json_['allowOverrideAgentResources'] as core.bool?,
    );