Class ValidationMessage (1.5.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 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.