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
- 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.