The response message for Flows.GetFlowValidationResult
.
JSON representation |
---|
{
"name"
:
string
,
"validationMessages"
:
[
{
object (
|
Fields | |
---|---|
name
|
The unique identifier of the flow validation result. Format: |
updateTime
|
Last time the flow was validated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
ValidationMessage
Agent/flow validation message.
JSON representation |
---|
{ "resourceType" : enum ( |
Fields | |
---|---|
resourceType
|
The type of the resources where the message is found. |
resources[]
|
The names of the resources where the message is found. |
resourceNames[]
|
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. |
displayName
|
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. |