public sealed class ServiceLatency.Types.InternalServiceLatency : IMessage<ServiceLatency.Types.InternalServiceLatency>, IEquatable<ServiceLatency.Types.InternalServiceLatency>, IDeepCloneable<ServiceLatency.Types.InternalServiceLatency>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2 API class ServiceLatency.Types.InternalServiceLatency.
Message to represent the latency of an internal service.
Implements
IMessageServiceLatencyTypesInternalServiceLatency, IEquatableServiceLatencyTypesInternalServiceLatency, IDeepCloneableServiceLatencyTypesInternalServiceLatency, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
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 |
|