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

GoogleCloudDialogflowCxV3PlaybookStep

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

Message of single step execution.

interface GoogleCloudDialogflowCxV3PlaybookStep {
text?: string;
}

§Properties

§

Sub-processing needed to execute the current step.

§
text?: string
[src]

Step instruction in text format.