RunSessionResponse
import type { RunSessionResponse } from "https://googleapis.deno.dev/v1/ces:v1.ts";Response message for SessionService.RunSession.
interface RunSessionResponse {
outputs?: SessionOutput[];
}§Properties
§
outputs?: SessionOutput[]
[src]Outputs for the session.