The conversation stream
Open the bidirectional ProcessConversation stream and handle inbound events
The primary RPC is ProcessConversation, a bidirectional stream. The sidecar pushes incoming user messages, feedback, and audio. Your agent pushes back status updates, content chunks, errors, and other responses on the same stream.
Node
Python
ConversationStream events
ConversationStream send methods
Next steps
- Inbound message anatomy: the shape of what arrives
- Sending a response: every response variant
- Reconnection: surviving a dropped stream