GoogleCloudDialogflowCxV3LoadVersionRequest.fromJson constructor
GoogleCloudDialogflowCxV3LoadVersionRequest.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3LoadVersionRequest.fromJson(core.Map json_)
: this(
allowOverrideAgentResources:
json_.containsKey('allowOverrideAgentResources')
? json_['allowOverrideAgentResources'] as core.bool
: null,
);