Whether a telephony bridge places the call (outbound) or answers an incoming one (inbound).
A union (not an enum) so it exports cleanly and mirrors the Direction column on AIAgentSessionBridge. BaseTelephonyBridge.Connect branches on this: 'Outbound' → ITelephonyCallSdk.dial, 'Inbound' → ITelephonyCallSdk.answer.
Direction
AIAgentSessionBridge
'Outbound'
'Inbound'
Whether a telephony bridge places the call (outbound) or answers an incoming one (inbound).
A union (not an enum) so it exports cleanly and mirrors the
Directioncolumn onAIAgentSessionBridge. BaseTelephonyBridge.Connect branches on this:'Outbound'→ ITelephonyCallSdk.dial,'Inbound'→ ITelephonyCallSdk.answer.