Class GoogleCloudDialogflowCxV3AgentClientCertificateSettings
Inheritance
GoogleCloudDialogflowCxV3AgentClientCertificateSettings
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3AgentClientCertificateSettings : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Passphrase
Declaration
[JsonProperty("passphrase")]
public virtual string Passphrase { get; set; }
Property Value
PrivateKey
Declaration
[JsonProperty("privateKey")]
public virtual string PrivateKey { get; set; }
Property Value
SslCertificate
Declaration
[JsonProperty("sslCertificate")]
public virtual string SslCertificate { get; set; }
Property Value
Implements