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

ProjectsLocationsAppsConversationsDeleteOptions

import type { ProjectsLocationsAppsConversationsDeleteOptions } from "https://googleapis.deno.dev/v1/ces:v1.ts";

Additional options for ces#projectsLocationsAppsConversationsDelete.

interface ProjectsLocationsAppsConversationsDeleteOptions {
source?:
| "SOURCE_UNSPECIFIED"
| "LIVE"
| "SIMULATOR"
| "EVAL";
}

§Properties

§
source?: "SOURCE_UNSPECIFIED" | "LIVE" | "SIMULATOR" | "EVAL"
[src]

Optional. Indicate the source of the conversation. If not set, Source.Live will be applied by default.