Class ValidationMessage (0.8.0)

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

Agent/flow validation message. Attributes: resource_type (google.cloud.dialogflowcx_v3.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_v3.types.ResourceName]): The resource names of the resources where the message is found. severity (google.cloud.dialogflowcx_v3.types.ValidationMessage.Severity): Indicates the severity of the message. detail (str): The message detail.

Inheritance

builtins.object > proto.message.Message > ValidationMessage