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

GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart

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

Represents a part of a training phrase.

interface GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart {
parameterId?: string;
text?: string;
}

§Properties

§
parameterId?: string
[src]

The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.

§
text?: string
[src]

Required. The text for this part.