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

GoogleCloudDialogflowV2MessageAnnotation

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

Represents the result of annotation for the message.

interface GoogleCloudDialogflowV2MessageAnnotation {
containEntities?: boolean;
}

§Properties

§
containEntities?: boolean
[src]

Indicates whether the text message contains entities.

§

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