Class AgentValidationResult (0.8.0)

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

The response message for [Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3.Agents.GetAgentValidationResult].

Attributes: name (str): The unique identifier of the agent validation result. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/validationResult. flow_validation_results (Sequence[google.cloud.dialogflowcx_v3.types.FlowValidationResult]): Contains all flow validation results.

Inheritance

builtins.object > proto.message.Message > AgentValidationResult