GoogleCloudDialogflowCxV3TestCase
import type { GoogleCloudDialogflowCxV3TestCase } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3TestCase {
readonly creationTime?: Date;
displayName?: string;
lastTestResult?: GoogleCloudDialogflowCxV3TestCaseResult;
name?: string;
notes?: string;
tags?: string[];
testCaseConversationTurns?: GoogleCloudDialogflowCxV3ConversationTurn[];
testConfig?: GoogleCloudDialogflowCxV3TestConfig;
}§Properties
§
lastTestResult?: GoogleCloudDialogflowCxV3TestCaseResult
[src]§
testCaseConversationTurns?: GoogleCloudDialogflowCxV3ConversationTurn[]
[src]§
testConfig?: GoogleCloudDialogflowCxV3TestConfig
[src]