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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/validationResult.

flowValidationResults[]

object (FlowValidationResult)

Contains all flow validation results.