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

ProjectsLocationsAppsConversationsListOptions

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

Additional options for ces#projectsLocationsAppsConversationsList.

interface ProjectsLocationsAppsConversationsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
source?:
| "SOURCE_UNSPECIFIED"
| "LIVE"
| "SIMULATOR"
| "EVAL";
}

§Properties

§
filter?: string
[src]

Optional. Filter to be applied when listing the conversations. See https://google.aip.dev/160 for more details.

§
pageSize?: number
[src]

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

§
pageToken?: string
[src]

Optional. The next_page_token value returned from a previous list AgentService.ListConversations call.

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

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