ultravox_client library

Classes

ClientToolResult
The result type returned by a ClientToolImplementation.
Transcript
A transcription of a single utterance.
Transcripts
A collection of Transcripts for an UltravoxSession.
UltravoxSession
Manages a single session with Ultravox.

Enums

AgentReaction
How the agent should proceed after a tool invocation.
Medium
Role
UltravoxSessionStatus
The current status of an UltravoxSession.

Constants

ultravoxSdkVersion → const String

Typedefs

ClientToolImplementation = FutureOr<ClientToolResult> Function(Object data)
A function that fulfills a client-implemented tool.