.NET API
LiveVoiceSessionOptions
Tracon.Abstractions.dllThe settings of one live voice session.
public sealed record LiveVoiceSessionOptions : IEquatable<LiveVoiceSessionOptions>Inheritance
Section titled “Inheritance”object ← LiveVoiceSessionOptions
Implements
Section titled “Implements”IEquatable<LiveVoiceSessionOptions>
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”LiveVoiceSessionOptions()
Section titled “ LiveVoiceSessionOptions()”public LiveVoiceSessionOptions()Properties
Section titled “Properties”BackendModel
Section titled “ BackendModel”Gets the backing model used in LiveVoiceDelegationMode.Responses mode.
public string? BackendModel { get; init; }Property Value
Section titled “Property Value”DelegationMode
Section titled “ DelegationMode”Gets how the live model hands work back. The default is LiveVoiceDelegationMode.Client.
public LiveVoiceDelegationMode DelegationMode { get; init; }Property Value
Section titled “Property Value”Instructions
Section titled “ Instructions”Gets the system instructions given to the live model.
public string? Instructions { get; init; }Property Value
Section titled “Property Value”Gets the model; null uses the provider’s configured default.
public string? Model { get; init; }Property Value
Section titled “Property Value”Gets the output voice; null uses the provider’s default.
public string? Voice { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(LiveVoiceSessionOptions?)
Section titled “ Equals(LiveVoiceSessionOptions?)”public bool Equals(LiveVoiceSessionOptions? other)Parameters
Section titled “Parameters”other LiveVoiceSessionOptions?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(LiveVoiceSessionOptions?, LiveVoiceSessionOptions?)
Section titled “ operator ==(LiveVoiceSessionOptions?, LiveVoiceSessionOptions?)”public static bool operator ==(LiveVoiceSessionOptions? left, LiveVoiceSessionOptions? right)Parameters
Section titled “Parameters”left LiveVoiceSessionOptions?
right LiveVoiceSessionOptions?
Returns
Section titled “Returns”operator !=(LiveVoiceSessionOptions?, LiveVoiceSessionOptions?)
Section titled “ operator !=(LiveVoiceSessionOptions?, LiveVoiceSessionOptions?)”public static bool operator !=(LiveVoiceSessionOptions? left, LiveVoiceSessionOptions? right)Parameters
Section titled “Parameters”left LiveVoiceSessionOptions?
right LiveVoiceSessionOptions?