AgentValidationResult

The response message for Agents.GetAgentValidationResult.

JSON representation
{
  "name": string,
  "flowValidationResults": [
    {
      object (FlowValidationResult)
    }
  ]
}
Fields
name

string

The unique identifier of the agent validation result. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/validationResult.

flowValidationResults[]

object (FlowValidationResult)

Contains all flow validation results.