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