GoogleCloudDialogflowCxV3FlowValidationResult constructor
GoogleCloudDialogflowCxV3FlowValidationResult({
- String? name,
- String? updateTime,
- List<
GoogleCloudDialogflowCxV3ValidationMessage> ? validationMessages,
Implementation
GoogleCloudDialogflowCxV3FlowValidationResult({
this.name,
this.updateTime,
this.validationMessages,
});