GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency.fromJson constructor

GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency.fromJson(
  core.Map json_,
) : this(
      completeTime: json_['completeTime'] as core.String?,
      latencyMs: (json_['latencyMs'] as core.num?)?.toDouble(),
      startTime: json_['startTime'] as core.String?,
      step: json_['step'] as core.String?,
    );