.NET API
LiveVoiceAppend
Namespace Tracon · Assembly
Tracon.Abstractions.dllText sent into a live conversation’s context.
public sealed record LiveVoiceAppend : IEquatable<LiveVoiceAppend>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”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”LiveVoiceAppend()
Section titled “ LiveVoiceAppend()”public LiveVoiceAppend()Properties
Section titled “Properties”Channel
Section titled “ Channel”Gets the channel the text is written to.
public required LiveVoiceAppendChannel Channel { get; init; }Property Value
Section titled “Property Value”DelegationId
Section titled “ DelegationId”Gets the delegation the text belongs to.
public required string DelegationId { get; init; }Property Value
Section titled “Property Value”Remarks
Section titled “Remarks”Required on every channel, instructions included. The measured provider surface rejects an append with no delegation, so there is no session-wide append: the live model’s own instructions are set when the session is created.
Gets the text.
public required string Text { 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(LiveVoiceAppend?)
Section titled “ Equals(LiveVoiceAppend?)”public bool Equals(LiveVoiceAppend? other)Parameters
Section titled “Parameters”other LiveVoiceAppend?
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 ==(LiveVoiceAppend?, LiveVoiceAppend?)
Section titled “ operator ==(LiveVoiceAppend?, LiveVoiceAppend?)”public static bool operator ==(LiveVoiceAppend? left, LiveVoiceAppend? right)Parameters
Section titled “Parameters”left LiveVoiceAppend?
right LiveVoiceAppend?
Returns
Section titled “Returns”operator !=(LiveVoiceAppend?, LiveVoiceAppend?)
Section titled “ operator !=(LiveVoiceAppend?, LiveVoiceAppend?)”public static bool operator !=(LiveVoiceAppend? left, LiveVoiceAppend? right)Parameters
Section titled “Parameters”left LiveVoiceAppend?
right LiveVoiceAppend?