TestExecutionResultItems

Contains the results of the test execution, grouped by type of results. See Test result details">Test results details for details about different types of results.

Types

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

Properties

Link copied to clipboard

Results related to conversations in the test set, including metrics about success and failure of conversations and intent and slot failures.

Link copied to clipboard

Intent recognition results aggregated by intent name. The aggregated results contain success and failure rates of intent recognition, speech transcriptions, and end-to-end conversations.

Link copied to clipboard

Slot resolution results aggregated by intent and slot name. The aggregated results contain success and failure rates of slot resolution, speech transcriptions, and end-to-end conversations

Link copied to clipboard

Overall results for the test execution, including the breakdown of conversations and single-input utterances.

Link copied to clipboard

Results related to utterances in the test set.

Functions

Link copied to clipboard
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