The response message for Flows.GetFlowValidationResult
.
JSON representation |
---|
{
"name": string,
"validationMessages": [
{
object ( |
Fields | |
---|---|
name |
The unique identifier of the flow validation result. Format: |
validation |
Contains all validation messages. |
update |
Last time the flow was validated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
ValidationMessage
Agent/flow validation message.
JSON representation |
---|
{ "resourceType": enum ( |
Fields | |
---|---|
resource |
The type of the resources where the message is found. |
resources[] |
The names of the resources where the message is found. |
resource |
The resource names of the resources where the message is found. |
severity |
Indicates the severity of the message. |
detail |
The message detail. |
ResourceType
Resource types.
Enums | |
---|---|
RESOURCE_TYPE_UNSPECIFIED |
Unspecified. |
AGENT |
Agent. |
INTENT |
Intent. |
INTENT_TRAINING_PHRASE |
Intent training phrase. |
INTENT_PARAMETER |
Intent parameter. |
INTENTS |
Multiple intents. |
INTENT_TRAINING_PHRASES |
Multiple training phrases. |
ENTITY_TYPE |
Entity type. |
ENTITY_TYPES |
Multiple entity types. |
WEBHOOK |
Webhook. |
FLOW |
Flow. |
PAGE |
Page. |
PAGES |
Multiple pages. |
TRANSITION_ROUTE_GROUP |
Transition route group. |
AGENT_TRANSITION_ROUTE_GROUP |
Agent transition route group. |
ResourceName
Resource name and display name.
JSON representation |
---|
{ "name": string, "displayName": string } |
Fields | |
---|---|
name |
Name. |
display |
Display name. |
Severity
Severity level.
Enums | |
---|---|
SEVERITY_UNSPECIFIED |
Unspecified. |
INFO |
The agent doesn't follow Dialogflow best practices. |
WARNING |
The agent may not behave as expected. |
ERROR |
The agent may experience failures. |