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;
readonly sentimentAnalysis?: GoogleCloudDialogflowV2SentimentAnalysisResult;
}§Properties
§
readonly messageAnnotation?: GoogleCloudDialogflowV2MessageAnnotation
[src]§
readonly participantRole?: "ROLE_UNSPECIFIED" | "HUMAN_AGENT" | "AUTOMATED_AGENT" | "END_USER"
[src]§
readonly sentimentAnalysis?: GoogleCloudDialogflowV2SentimentAnalysisResult
[src]