GoogleCloudDialogflowCxV3Experiment
import type { GoogleCloudDialogflowCxV3Experiment } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3Experiment {
createTime?: Date;
definition?: GoogleCloudDialogflowCxV3ExperimentDefinition;
description?: string;
displayName?: string;
endTime?: Date;
experimentLength?: number;
lastUpdateTime?: Date;
name?: string;
rolloutConfig?: GoogleCloudDialogflowCxV3RolloutConfig;
rolloutFailureReason?: string;
rolloutState?: GoogleCloudDialogflowCxV3RolloutState;
startTime?: Date;
state?:
| "STATE_UNSPECIFIED"
| "DRAFT"
| "RUNNING"
| "DONE"
| "ROLLOUT_FAILED";
variantsHistory?: GoogleCloudDialogflowCxV3VariantsHistory[];
}§Properties
§
definition?: GoogleCloudDialogflowCxV3ExperimentDefinition
[src]§
rolloutConfig?: GoogleCloudDialogflowCxV3RolloutConfig
[src]§
rolloutState?: GoogleCloudDialogflowCxV3RolloutState
[src]§
variantsHistory?: GoogleCloudDialogflowCxV3VariantsHistory[]
[src]