GoogleCloudDialogflowV2beta1Message
import type { GoogleCloudDialogflowV2beta1Message } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowV2beta1Message {
content?: string;
readonly createTime?: Date;
languageCode?: string;
readonly messageAnnotation?: GoogleCloudDialogflowV2beta1MessageAnnotation;
name?: string;
readonly participant?: string;
readonly participantRole?:
| "ROLE_UNSPECIFIED"
| "HUMAN_AGENT"
| "AUTOMATED_AGENT"
| "END_USER";
responseMessages?: GoogleCloudDialogflowV2beta1ResponseMessage[];
sendTime?: Date;
readonly sentimentAnalysis?: GoogleCloudDialogflowV2beta1SentimentAnalysisResult;
}§Properties
§
readonly messageAnnotation?: GoogleCloudDialogflowV2beta1MessageAnnotation
[src]§
readonly participantRole?: "ROLE_UNSPECIFIED" | "HUMAN_AGENT" | "AUTOMATED_AGENT" | "END_USER"
[src]§
responseMessages?: GoogleCloudDialogflowV2beta1ResponseMessage[]
[src]§
readonly sentimentAnalysis?: GoogleCloudDialogflowV2beta1SentimentAnalysisResult
[src]