UserTurnResult

Contains the results for the user turn by the test execution.

Types

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

Properties

Link copied to clipboard

Contains information about the actual output for the user turn.

Link copied to clipboard

Contains information about the results related to the conversation associated with the user turn.

Link copied to clipboard

Specifies whether the expected and actual outputs match or not, or if there is an error in execution.

Link copied to clipboard

Details about an error in an execution of a test set.

Link copied to clipboard

Contains information about the expected output for the user turn.

Link copied to clipboard

Contains information about the user messages in the turn in the input.

Link copied to clipboard

Specifies whether the expected and actual intents match or not.

Link copied to clipboard

Specifies whether the expected and actual slots match or not.

Link copied to clipboard

Specifies whether the expected and actual speech transcriptions match or not, or if there is an error in execution.

Functions

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