GoogleCloudDialogflowV2GeneratorEvaluationConfigAgentAssistInputDataConfig.fromJson constructor

GoogleCloudDialogflowV2GeneratorEvaluationConfigAgentAssistInputDataConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2GeneratorEvaluationConfigAgentAssistInputDataConfig.fromJson(
  core.Map json_,
) : this(
      endTime: json_['endTime'] as core.String?,
      startTime: json_['startTime'] as core.String?,
    );