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

GoogleCloudDialogflowV2beta1MessageAnnotation

import type { GoogleCloudDialogflowV2beta1MessageAnnotation } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Represents the result of annotation for the message.

interface GoogleCloudDialogflowV2beta1MessageAnnotation {
containEntities?: boolean;
}

§Properties

§
containEntities?: boolean
[src]

Required. Indicates whether the text message contains entities.

§

Optional. The collection of annotated message parts ordered by their position in the message. You can recover the annotated message by concatenating [AnnotatedMessagePart.text].