GoogleCloudDialogflowCxV3Example
import type { GoogleCloudDialogflowCxV3Example } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
Example represents a sample execution of the playbook in the conversation. An example consists of a list of ordered actions performed by end user or Dialogflow agent according the playbook instructions to fulfill the task.
§Properties
Required. The ordered list of actions performed by the end user and the Dialogflow agent.
Required. Example's output state.
Optional. The high level concise description of the example. The max number of characters is 200.
Optional. The language code of the example. If not specified, the agent's default language is used. Note: languages must be enabled in the agent before they can be used. Note: example's language code is not currently used in dialogflow agents.
The unique identifier of the playbook example. Format:
projects//locations//agents//playbooks//examples/
.
Optional. The input to the playbook in the example.
Optional. The output of the playbook in the example.