BatchDeleteConversationsRequest
import type { BatchDeleteConversationsRequest } from "https://googleapis.deno.dev/v1/ces:v1.ts";Request message for AgentService.BatchDeleteConversations.
interface BatchDeleteConversationsRequest {
conversations?: string[];
}