Returns true when agent structurally satisfies RealtimeUserAgent.
true
agent
Checks that sendText is a function — sufficient for the executor to safely call agent.sendText(content) without a full-class cast.
sendText
agent.sendText(content)
Returns
truewhenagentstructurally satisfies RealtimeUserAgent.Checks that
sendTextis a function — sufficient for the executor to safely callagent.sendText(content)without a full-class cast.