GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue
import type { GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
Represents the value of an HTTP header stored in a SecretManager secret version.
interface GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue {
secretVersion?: string;
}