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

GoogleCloudDialogflowV2Message

import type { GoogleCloudDialogflowV2Message } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowV2Message {
content?: string;
readonly createTime?: Date;
languageCode?: string;
readonly messageAnnotation?: GoogleCloudDialogflowV2MessageAnnotation;
name?: string;
readonly participant?: string;
readonly participantRole?:
| "ROLE_UNSPECIFIED"
| "HUMAN_AGENT"
| "AUTOMATED_AGENT"
| "END_USER";
sendTime?: Date;
}

§Properties

§
content?: string
[src]
§
readonly createTime?: Date
[src]
§
languageCode?: string
[src]
§
name?: string
[src]
§
readonly participant?: string
[src]
§
readonly participantRole?: "ROLE_UNSPECIFIED" | "HUMAN_AGENT" | "AUTOMATED_AGENT" | "END_USER"
[src]
§
sendTime?: Date
[src]