GoogleCloudDialogflowV2MessageAnnotation
import type { GoogleCloudDialogflowV2MessageAnnotation } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowV2MessageAnnotation {
containEntities?: boolean;
parts?: GoogleCloudDialogflowV2AnnotatedMessagePart[];
}