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