GoogleCloudDialogflowCxV3PlaybookInstruction
import type { GoogleCloudDialogflowCxV3PlaybookInstruction } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
Message of the Instruction of the playbook.
interface GoogleCloudDialogflowCxV3PlaybookInstruction {
guidelines?: string;
steps?: GoogleCloudDialogflowCxV3PlaybookStep[];
}§Properties
§
guidelines?: string
[src]General guidelines for the playbook. These are unstructured instructions that are not directly part of the goal, e.g. "Always be polite". It's valid for this text to be long and used instead of steps altogether.
§
Ordered list of step by step execution instructions to accomplish target goal.