GoogleCloudDialogflowCxV3PlaybookStep
import type { GoogleCloudDialogflowCxV3PlaybookStep } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
Message of single step execution.
interface GoogleCloudDialogflowCxV3PlaybookStep {
steps?: GoogleCloudDialogflowCxV3PlaybookStep[];
text?: string;
}