GoogleCloudDialogflowCxV3AgentClientCertificateSettings constructor

GoogleCloudDialogflowCxV3AgentClientCertificateSettings({
  1. String? passphrase,
  2. String? privateKey,
  3. String? sslCertificate,
})

Implementation

GoogleCloudDialogflowCxV3AgentClientCertificateSettings({
  this.passphrase,
  this.privateKey,
  this.sslCertificate,
});