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

BatchDeleteConversationsRequest

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

Request message for AgentService.BatchDeleteConversations.

interface BatchDeleteConversationsRequest {
conversations?: string[];
}

§Properties

§
conversations?: string[]
[src]

Required. The resource names of the conversations to delete.