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

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 both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.

§
page?: string
[src]

The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.

§
trackingParameters?: string[]
[src]

Session parameters to be compared when calculating differences.