Class FlowValidationResult (0.8.0)

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

The response message for [Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3.Flows.GetFlowValidationResult].

Attributes: name (str): The unique identifier of the flow validation result. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/validationResult. validation_messages (Sequence[google.cloud.dialogflowcx_v3.types.ValidationMessage]): Contains all validation messages. update_time (google.protobuf.timestamp_pb2.Timestamp): Last time the flow was validated.

Inheritance

builtins.object > proto.message.Message > FlowValidationResult