Utterance Event
This is an event broadcasted by Tavus.
An utterance event
is broadcasted by Tavus after either the replica or the user finishes speaking. The event will contain the content of the utterance that was just spoken as well as an indication of who spoke it.
An utterance
includes all of the words spoken by the user or replica measured from when the person started speaking to when they finshed speaking. This could include multiple sentences or phrases.
Utterance events can be used to keep track of what the user or the replica has said.
Message type indicates what product this event will be used for. In this case, the message_type will be conversation
This is the type of event that is being sent back. This field will be present on all events and can be used to distinguish between different event types.
The unique identifier for the conversation.
This object will contain the speech
property which contains the contents of the utterance and will optionally contain the visual_context
property.