Google Cloud Dialogflow v2 API - Class ServiceLatency.Types.InternalServiceLatency (4.29.0)

public sealed class ServiceLatency.Types.InternalServiceLatency : IMessage<ServiceLatency.Types.InternalServiceLatency>, IEquatable<ServiceLatency.Types.InternalServiceLatency>, IDeepCloneable<ServiceLatency.Types.InternalServiceLatency>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ServiceLatency.Types.InternalServiceLatency.

Message to represent the latency of an internal service.

Inheritance

object > ServiceLatency.Types.InternalServiceLatency

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

InternalServiceLatency()

public InternalServiceLatency()

InternalServiceLatency(InternalServiceLatency)

public InternalServiceLatency(ServiceLatency.Types.InternalServiceLatency other)
Parameter
Name Description
other ServiceLatencyTypesInternalServiceLatency

Properties

CompleteTime

public Timestamp CompleteTime { get; set; }

The completion time of the internal service.

Property Value
Type Description
Timestamp

LatencyMs

public float LatencyMs { get; set; }

The latency of the internal service in milliseconds.

Property Value
Type Description
float

StartTime

public Timestamp StartTime { get; set; }

The start time of the internal service.

Property Value
Type Description
Timestamp

Step

public string Step { get; set; }

The name of the internal service.

Property Value
Type Description
string