GoogleCloudDialogflowCxV3FlowValidationResult constructor

GoogleCloudDialogflowCxV3FlowValidationResult({
  1. String? name,
  2. String? updateTime,
  3. List<GoogleCloudDialogflowCxV3ValidationMessage>? validationMessages,
})

Implementation

GoogleCloudDialogflowCxV3FlowValidationResult({
  this.name,
  this.updateTime,
  this.validationMessages,
});