TestSetTurnRecord

Contains information about a turn in a test set.

Types

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

Properties

Link copied to clipboard

The unique identifier for the conversation associated with the turn.

Link copied to clipboard

The record number associated with the turn.

Link copied to clipboard

The number of turns that has elapsed up to that turn.

Link copied to clipboard

Contains information about the agent or user turn depending upon type of turn.

Functions

Link copied to clipboard
inline fun copy(block: TestSetTurnRecord.Builder.() -> Unit = {}): TestSetTurnRecord
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