GoogleCloudDialogflowCxV3TestConfig
import type { GoogleCloudDialogflowCxV3TestConfig } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
Represents configurations for a test case.
interface GoogleCloudDialogflowCxV3TestConfig {
flow?: string;
page?: string;
trackingParameters?: string[];
}§Properties
§
flow?: string
[src]Flow name to start the test case with. Format:
projects//locations//agents//flows/
. Only one of flow
and page
should
be set to indicate the starting point of the test case. If neither is set,
the test case will start with start page on the default start flow.