ResponseValidationResult class

Result of response validation

Constructors

ResponseValidationResult({required bool isValid, required bool isCorrupted, required double confidence, required Map<String, dynamic> analysis, required ResponseAction suggestedAction, required String originalResponse})
const

Properties

analysis → Map<String, dynamic>
final
confidence → double
final
hashCode → int
The hash code for this object.
no setterinherited
isCorrupted → bool
final
isValid → bool
final
originalResponse → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
shouldReprocess → bool
no setter
shouldValidate → bool
no setter
suggestedAction → ResponseAction
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited