class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ValidationResult

Represents the output of agent validation.

Attributes

validation_errors[RW]

Contains all validation errors. Corresponds to the JSON property `validationErrors` @return [Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ValidationError>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 14269
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 14274
def update!(**args)
  @validation_errors = args[:validation_errors] if args.key?(:validation_errors)
end