QaResult

class QaResult

The QA result that is made from the DashboardVisual or GeneratedAnswer.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The representation of a dashboard visual result.

Link copied to clipboard

The representation of a generated answer result.

Link copied to clipboard

The type of QA result.

Functions

Link copied to clipboard
inline fun copy(block: QaResult.Builder.() -> Unit = {}): QaResult
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String