Class: Google::Cloud::Dialogflow::V2::ValidationResult
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ValidationResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/validation_result.rb
Overview
Represents the output of agent validation.
Instance Attribute Summary collapse
-
#validation_errors ⇒ ::Array<::Google::Cloud::Dialogflow::V2::ValidationError>
Contains all validation errors.
Instance Attribute Details
#validation_errors ⇒ ::Array<::Google::Cloud::Dialogflow::V2::ValidationError>
Returns Contains all validation errors.
74 75 76 77 |
# File 'proto_docs/google/cloud/dialogflow/v2/validation_result.rb', line 74 class ValidationResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |