Class ValidationMessage (0.6.0)

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

Agent/flow validation message. .. attribute:: resource_type

The type of the resources where the message is found.

:type: google.cloud.dialogflowcx_v3beta1.types.ValidationMessage.ResourceType

Attributes

NameDescription
resources Sequence[str]
The names of the resources where the message is found.
resource_names Sequence[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.

Severity

Severity(value)

Severity level.