Table of Contents

Class NoulAnswer

Namespace
TypeSafe.AI.Sdk
Assembly
TypeSafe.AI.Sdk.dll

A yes/no answer. The value is the probability of yes, from 0 to 1.

public sealed class NoulAnswer : Answer
Inheritance
NoulAnswer
Inherited Members

Properties

Noul

Probability of a yes answer, from zero to one.

public double Noul { get; init; }

Property Value

double

Type

Answer type matching the question: noul, choice, or score.

public override string Type { get; }

Property Value

string