{
"message_type": "conversation",
"event_type": "conversation.echo",
"conversation_id": "your-conversation-id",
"properties": {
"modality": "text",
"text": "Hello from an external echo.",
"done": true
}
}Interaction Events
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"message_type": "conversation",
"event_type": "conversation.echo",
"conversation_id": "your-conversation-id",
"properties": {
"modality": "text",
"text": "Hello from an external echo.",
"done": true
}
}