Class GoogleCloudDialogflowV2ServiceLatency
Inheritance
GoogleCloudDialogflowV2ServiceLatency
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2ServiceLatency : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
InternalServiceLatencies
Declaration
[JsonProperty("internalServiceLatencies")]
public virtual IList<GoogleCloudDialogflowV2ServiceLatencyInternalServiceLatency> InternalServiceLatencies { get; set; }
Property Value
Implements