CreatePropositionRequest

data class CreatePropositionRequest(val text: String, val mentions: List<MentionDto> = emptyList(), val confidence: Double = 0.9, val decay: Double = 0.0, val reasoning: String? = null)

Request to create a proposition directly.

Constructors

Link copied to clipboard
constructor(text: String, mentions: List<MentionDto> = emptyList(), confidence: Double = 0.9, decay: Double = 0.0, reasoning: String? = null)

Properties

Link copied to clipboard
val confidence: Double = 0.9
Link copied to clipboard
val decay: Double = 0.0
Link copied to clipboard
Link copied to clipboard
val reasoning: String? = null
Link copied to clipboard