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