GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency constructor

GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency({
  1. String? completeTime,
  2. double? latencyMs,
  3. String? startTime,
  4. String? step,
})

Implementation

GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency({
  this.completeTime,
  this.latencyMs,
  this.startTime,
  this.step,
});