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

ProjectsLocationsAppsConversationsGetOptions

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

Additional options for ces#projectsLocationsAppsConversationsGet.

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

§Properties

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

Optional. Indicate the source of the conversation. If not set, all source will be searched.