.NET API
LiveVoiceDelegationMode
Namespace Tracon · Assembly
Tracon.Abstractions.dllHow a live model hands heavier work back.
[JsonConverter(typeof(JsonStringEnumConverter<LiveVoiceDelegationMode>))]public enum LiveVoiceDelegationModeFields
Section titled “Fields”Client = 0
The delegated work is executed by the attached client — Tracon.
Responses = 1
The provider executes the delegated work against a backing model of its own.
Remarks
Section titled “Remarks”Written as a name in JSON. The numeric values are stable and must not change.