Class GoogleCloudDialogflowV2ConnectionErrorDetails
Inheritance
GoogleCloudDialogflowV2ConnectionErrorDetails
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ConnectionErrorDetails : 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