Class GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency
Inheritance
GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency : IDirectResponseSchema
Properties
CompleteTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CompleteTimeDateTimeOffset instead.")]
public virtual object CompleteTime { get; set; }
Property Value
CompleteTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CompleteTimeDateTimeOffset { get; set; }
Property Value
CompleteTimeRaw
Declaration
[JsonProperty("completeTime")]
public virtual string CompleteTimeRaw { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
LatencyMs
Declaration
[JsonProperty("latencyMs")]
public virtual float? LatencyMs { get; set; }
Property Value
StartTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
StartTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
StartTimeRaw
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Step
Declaration
[JsonProperty("step")]
public virtual string Step { get; set; }
Property Value
Implements