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

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.