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

GoogleCloudDialogflowCxV3ValidationMessage

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

Agent/flow validation message.

interface GoogleCloudDialogflowCxV3ValidationMessage {
detail?: string;
resources?: string[];
resourceType?:
| "RESOURCE_TYPE_UNSPECIFIED"
| "AGENT"
| "INTENT"
| "INTENT_TRAINING_PHRASE"
| "INTENT_PARAMETER"
| "INTENTS"
| "INTENT_TRAINING_PHRASES"
| "ENTITY_TYPE"
| "ENTITY_TYPES"
| "WEBHOOK"
| "FLOW"
| "PAGE"
| "PAGES"
| "TRANSITION_ROUTE_GROUP"
| "AGENT_TRANSITION_ROUTE_GROUP";
severity?:
| "SEVERITY_UNSPECIFIED"
| "INFO"
| "WARNING"
| "ERROR";
}

§Properties

§
detail?: string
[src]

The message detail.

§

The resource names of the resources where the message is found.

§
resources?: string[]
[src]

The names of the resources where the message is found.

§
resourceType?: "RESOURCE_TYPE_UNSPECIFIED" | "AGENT" | "INTENT" | "INTENT_TRAINING_PHRASE" | "INTENT_PARAMETER" | "INTENTS" | "INTENT_TRAINING_PHRASES" | "ENTITY_TYPE" | "ENTITY_TYPES" | "WEBHOOK" | "FLOW" | "PAGE" | "PAGES" | "TRANSITION_ROUTE_GROUP" | "AGENT_TRANSITION_ROUTE_GROUP"
[src]

The type of the resources where the message is found.

§
severity?: "SEVERITY_UNSPECIFIED" | "INFO" | "WARNING" | "ERROR"
[src]

Indicates the severity of the message.