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

GoogleCloudDialogflowCxV3TestCase

import type { GoogleCloudDialogflowCxV3TestCase } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Represents a test case.

interface GoogleCloudDialogflowCxV3TestCase {
readonly creationTime?: Date;
displayName?: string;
name?: string;
notes?: string;
tags?: string[];
testCaseConversationTurns?: GoogleCloudDialogflowCxV3ConversationTurn[];
}

§Properties

§
readonly creationTime?: Date
[src]

Output only. When the test was created.

§
displayName?: string
[src]

Required. The human-readable name of the test case, unique within the agent. Limit of 200 characters.

§

The latest test result.

§
name?: string
[src]

The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format: projects//locations//agents/ /testCases/.

§
notes?: string
[src]

Additional freeform notes about the test case. Limit of 400 characters.

§
tags?: string[]
[src]

Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.

§

The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.

§

Config for the test case.