QuestionAnsweringHelpfulnessInstance constructor
QuestionAnsweringHelpfulnessInstance({})
Implementation
QuestionAnsweringHelpfulnessInstance({
required this.prediction,
this.reference,
this.context,
required this.instruction,
}) : super(fullyQualifiedName);