Question

data class Question(val text: String, val context: Map<String, Any> = emptyMap())

A natural language question to be answered by the Oracle.

Constructors

Link copied to clipboard
constructor(text: String, context: Map<String, Any> = emptyMap())

Properties

Link copied to clipboard

Optional context to help answer the question

Link copied to clipboard

The question in natural language