GoogleCloudDialogflowCxV3ValidationMessage
import type { GoogleCloudDialogflowCxV3ValidationMessage } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";Agent/flow validation message.
interface GoogleCloudDialogflowCxV3ValidationMessage  {
detail?: string;
resourceNames?: GoogleCloudDialogflowCxV3ResourceName[];
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
§
resourceNames?: GoogleCloudDialogflowCxV3ResourceName[]
[src]The resource 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.