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

GoogleCloudDialogflowCxV3GeneratorPlaceholder

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

Represents a custom placeholder in the prompt text.

interface GoogleCloudDialogflowCxV3GeneratorPlaceholder {
id?: string;
name?: string;
}

§Properties

§
id?: string
[src]

Unique ID used to map custom placeholder to parameters in fulfillment.

§
name?: string
[src]

Custom placeholder value in the prompt text.