Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDialogflowCxV3beta1WebhookGenericWebService

import type { GoogleCloudDialogflowCxV3beta1WebhookGenericWebService } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3beta1WebhookGenericWebService {
allowedCaCerts?: Uint8Array[];
httpMethod?:
| "HTTP_METHOD_UNSPECIFIED"
| "POST"
| "GET"
| "HEAD"
| "PUT"
| "DELETE"
| "PATCH"
| "OPTIONS";
parameterMapping?: {
[key: string]: string;
}
;
password?: string;
requestBody?: string;
requestHeaders?: {
[key: string]: string;
}
;
secretVersionForUsernamePassword?: string;
secretVersionsForRequestHeaders?: {};
serviceAgentAuth?:
| "SERVICE_AGENT_AUTH_UNSPECIFIED"
| "NONE"
| "ID_TOKEN"
| "ACCESS_TOKEN";
uri?: string;
username?: string;
webhookType?: "WEBHOOK_TYPE_UNSPECIFIED" | "STANDARD" | "FLEXIBLE";
}

§Properties

§
allowedCaCerts?: Uint8Array[]
[src]
§
httpMethod?: "HTTP_METHOD_UNSPECIFIED" | "POST" | "GET" | "HEAD" | "PUT" | "DELETE" | "PATCH" | "OPTIONS"
[src]
§
parameterMapping?: {
[key: string]: string;
}
[src]
§
password?: string
[src]
§
requestBody?: string
[src]
§
requestHeaders?: {
[key: string]: string;
}
[src]
§
secretVersionForUsernamePassword?: string
[src]
§
serviceAgentAuth?: "SERVICE_AGENT_AUTH_UNSPECIFIED" | "NONE" | "ID_TOKEN" | "ACCESS_TOKEN"
[src]
§
uri?: string
[src]
§
username?: string
[src]
§
webhookType?: "WEBHOOK_TYPE_UNSPECIFIED" | "STANDARD" | "FLEXIBLE"
[src]