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

GenerateChatTokenRequest

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

Request message for WidgetService.GenerateChatToken.

interface GenerateChatTokenRequest {
deployment?: string;
recaptchaToken?: string;
}

§Properties

§
deployment?: string
[src]

Required. The deployment of the app to use for the session. Format: projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}

§
recaptchaToken?: string
[src]

Optional. The reCAPTCHA token generated by the client-side chat widget.