Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::ValidationError.
Represents a single validation error.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entries
def entries() -> ::Array<::String>
Returns
-
(::Array<::String>) —
The names of the entries that the error is associated with. Format:
- "projects/
- "projects/
- "projects/
- "projects/
- "projects/
#entries=
def entries=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) —
The names of the entries that the error is associated with. Format:
- "projects/
- "projects/
- "projects/
- "projects/
- "projects/
Returns
-
(::Array<::String>) —
The names of the entries that the error is associated with. Format:
- "projects/
- "projects/
- "projects/
- "projects/
- "projects/
#error_message
def error_message() -> ::String
Returns
- (::String) — The detailed error message.
#error_message=
def error_message=(value) -> ::String
Parameter
- value (::String) — The detailed error message.
Returns
- (::String) — The detailed error message.
#severity
def severity() -> ::Google::Cloud::Dialogflow::V2::ValidationError::Severity
Returns
- (::Google::Cloud::Dialogflow::V2::ValidationError::Severity) — The severity of the error.
#severity=
def severity=(value) -> ::Google::Cloud::Dialogflow::V2::ValidationError::Severity
Parameter
- value (::Google::Cloud::Dialogflow::V2::ValidationError::Severity) — The severity of the error.
Returns
- (::Google::Cloud::Dialogflow::V2::ValidationError::Severity) — The severity of the error.