GoogleCloudDialogflowCxV3AgentValidationResult constructor

GoogleCloudDialogflowCxV3AgentValidationResult({
  1. List<GoogleCloudDialogflowCxV3FlowValidationResult>? flowValidationResults,
  2. String? name,
})

Implementation

GoogleCloudDialogflowCxV3AgentValidationResult({
  this.flowValidationResults,
  this.name,
});