Message type indicates what product this event will be used for. In this case, the message_type will be conversation
Example:
"conversation"
This is the type of event that is being sent. This field will be present on all events and can be used to distinguish between different event types.
Example:
"conversation.realtime_api"
The unique identifier for the conversation.
Example:
"c123456"
The properties act as a way to forward realtime events from Tavus to OpenAI. Pass your OpenAI realtime event body in here.
Example:
{
"type": "session.update",
"session": {
"instructions": "You are a helpful assistant. Only respond in French from now on."
}
}