Class ValidationMessage (1.33.0)

ValidationMessage(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Agent/flow validation message.

Attributes

NameDescription
resource_type google.cloud.dialogflowcx_v3beta1.types.ValidationMessage.ResourceType
The type of the resources where the message is found.
resources MutableSequence[str]
The names of the resources where the message is found.
resource_names MutableSequence[google.cloud.dialogflowcx_v3beta1.types.ResourceName]
The resource names of the resources where the message is found.
severity google.cloud.dialogflowcx_v3beta1.types.ValidationMessage.Severity
Indicates the severity of the message.
detail str
The message detail.

Classes

ResourceType

ResourceType(value)

Resource types.

Values: RESOURCE_TYPE_UNSPECIFIED (0): Unspecified. AGENT (1): Agent. INTENT (2): Intent. INTENT_TRAINING_PHRASE (8): Intent training phrase. INTENT_PARAMETER (9): Intent parameter. INTENTS (10): Multiple intents. INTENT_TRAINING_PHRASES (11): Multiple training phrases. ENTITY_TYPE (3): Entity type. ENTITY_TYPES (12): Multiple entity types. WEBHOOK (4): Webhook. FLOW (5): Flow. PAGE (6): Page. PAGES (13): Multiple pages. TRANSITION_ROUTE_GROUP (7): Transition route group. AGENT_TRANSITION_ROUTE_GROUP (14): Agent transition route group.

Severity

Severity(value)

Severity level.

Values: SEVERITY_UNSPECIFIED (0): Unspecified. INFO (1): The agent doesn't follow Dialogflow best practices. WARNING (2): The agent may not behave as expected. ERROR (3): The agent may experience failures.