TraceName

Every trace to be measured should have a unique name that is registered as part of this enum.

Entries

Link copied to clipboard

Identifies the NoTrace

Link copied to clipboard

Time to start playing audio speech from text

Link copied to clipboard

Microphone is open and no user text is synthesized

Link copied to clipboard

Microphone is open and text has been synthesized

Link copied to clipboard

AI is processing the user's input and formulating a response

Link copied to clipboard

AI has provided text to be played as audio speech

Link copied to clipboard

TBT has provided text to be played as audio speech

Link copied to clipboard

User and assistants are not interacting

Link copied to clipboard

User and assistants have been idle for some time

Link copied to clipboard

Conversation is in an error state

Link copied to clipboard

Conversation is in a non-critical error state (e. g. due to a temporary connection problem)

Link copied to clipboard

System lacks permission to access the microphone

Link copied to clipboard

Voice assistant feature is turned off or disabled

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val snakeCase: String

Unique value to identify a performance trace metric.

Functions

Link copied to clipboard
fun valueOf(value: String): TraceName

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.