Returns true when agent structurally satisfies RealtimeUserAgent.
true
agent
Requires BOTH sendText and speakUserTurn — the executor's #705 bridge routes scripted user turns through speakUserTurn (speak + drain spoken audio), so a shape without it is not a realtime user for routing purposes.
sendText
speakUserTurn
Returns
truewhenagentstructurally satisfies RealtimeUserAgent.Requires BOTH
sendTextandspeakUserTurn— the executor's #705 bridge routes scripted user turns throughspeakUserTurn(speak + drain spoken audio), so a shape without it is not a realtime user for routing purposes.