BetaRealtimeSessionUpdate class

Full assistant session (speech + text etc.)

Constructors

BetaRealtimeSessionUpdate({RealtimeModel? model, List<Modality>? modalities, String? instructions, SpeechVoice? voice, AudioFormat? inputAudioFormat, AudioFormat? outputAudioFormat, InputAudioTranscription? inputAudioTranscription, TurnDetection? turnDetection, List<RealtimeFunctionTool>? tools, ToolChoice? toolChoice, num? temperature, dynamic maxResponseOutputTokens, num? speed, Tracing? tracing, ClientSecret? clientSecret, String? type})
BetaRealtimeSessionUpdate.fromJson(Map<String, dynamic> j)
factory

Properties

clientSecret → ClientSecret?
final
hashCode → int
The hash code for this object.
no setterinherited
inputAudioFormat → AudioFormat?
final
inputAudioTranscription → InputAudioTranscription?
final
instructions → String?
final
maxResponseOutputTokens → dynamic
final
modalities → List<Modality>?
final
model → RealtimeModel?
final
outputAudioFormat → AudioFormat?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
speed → num?
final
temperature → num?
final
toolChoice → ToolChoice?
final
tools → List<RealtimeFunctionTool>?
final
tracing → Tracing?
final
turnDetection → TurnDetection?
final
type → String?
final
voice → SpeechVoice?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited