Class AlternativeAnswer<T>
Represents an alternative answer with lower confidence.
public class AlternativeAnswer<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
AlternativeAnswer<T>
- Inherited Members
Properties
Answer
Gets the alternative answer text.
public string Answer { get; init; }
Property Value
Confidence
Gets the confidence score for this alternative.
public T Confidence { get; init; }
Property Value
- T