Class GoogleCloudDialogflowV2beta1ConnectionErrorDetails
Inheritance
GoogleCloudDialogflowV2beta1ConnectionErrorDetails
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1ConnectionErrorDetails : IDirectResponseSchema
Properties
CertificateState
Declaration
[JsonProperty("certificateState")]
public virtual string CertificateState { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ErrorMessage
Declaration
[JsonProperty("errorMessage")]
public virtual string ErrorMessage { get; set; }
Property Value
Implements