GoogleCloudDialogflowCxV3beta1Environment
import type { GoogleCloudDialogflowCxV3beta1Environment } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3beta1Environment {
description?: string;
displayName?: string;
name?: string;
testCasesConfig?: GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig;
readonly updateTime?: Date;
versionConfigs?: GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig[];
webhookConfig?: GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig;
}§Properties
§
testCasesConfig?: GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfig
[src]§
versionConfigs?: GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig[]
[src]§
webhookConfig?: GoogleCloudDialogflowCxV3beta1EnvironmentWebhookConfig
[src]