GoogleCloudDialogflowV2CesAppSpec.fromJson constructor

GoogleCloudDialogflowV2CesAppSpec.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2CesAppSpec.fromJson(core.Map json_)
  : this(
      cesApp: json_['cesApp'] as core.String?,
      confirmationRequirement:
          json_['confirmationRequirement'] as core.String?,
      proactiveEnabled: json_['proactiveEnabled'] as core.bool?,
      reactiveEnabled: json_['reactiveEnabled'] as core.bool?,
    );