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

GenerateChatTokenResponse

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

Response message for WidgetService.GenerateChatToken.

interface GenerateChatTokenResponse {
chatToken?: string;
expireTime?: Date;
}

§Properties

§
chatToken?: string
[src]

The session scoped token for chat widget to authenticate with Session APIs.

§
expireTime?: Date
[src]

The time at which the chat token expires.