Action
import type { Action } from "https://googleapis.deno.dev/v1/ces:v1.ts";Configuration of an Action for the tool to use. Note: This can be either an Action or an Operation. See https://cloud.google.com/integration-connectors/docs/entities-operation-action for details.
interface Action {
connectionActionId?: string;
entityOperation?: ActionEntityOperation;
inputFields?: string[];
outputFields?: string[];
}