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.