GoogleCloudDialogflowCxV3AgentClientCertificateSettings
import type { GoogleCloudDialogflowCxV3AgentClientCertificateSettings } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3AgentClientCertificateSettings {
passphrase?: string;
privateKey?: string;
sslCertificate?: string;
}