GenerateChatTokenResponse
import type { GenerateChatTokenResponse } from "https://googleapis.deno.dev/v1/ces:v1.ts";Response message for WidgetService.GenerateChatToken.
interface GenerateChatTokenResponse {
chatToken?: string;
expireTime?: Date;
}